Displaying 7 results from an estimated 7 matches for "feafe000".
Did you mean:
feafd000
2003 Jan 29
0
server freezes after config file
...gent 4.1.08
PXE-2.1 (Build 083)
syslinux versions tried: 1.76,2.00-pre14,2.00,2.01-pre3
02:0c.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev
0d)
Subsystem: Intel Corp.: Unknown device 301a
Flags: bus master, medium devsel, latency 32, IRQ 11
Memory at feafe000 (32-bit, non-prefetchable) [size=4K]
I/O ports at de80 [size=64]
Memory at fea80000 (32-bit, non-prefetchable) [size=128K]
Expansion ROM at <unassigned> [disabled] [size=64K]
Capabilities: [dc] Power Management version 2
02:0d.0 Ethernet controller: Intel Corp...
2010 Nov 25
2
PE850 Interrupt conflicts on CentOS 5 and onboard ethernet and pci-e serial
...16950 UART) function 0 (Uart) (prog-if 06 [16950])
Subsystem: Oxford Semiconductor Ltd Unknown device 0001
Flags: medium devsel, IRQ 137
I/O ports at ecf8 [size=8]
Memory at feaff000 (32-bit, non-prefetchable) [size=4K]
I/O ports at ece0 [size=16]
Memory at feafe000 (32-bit, non-prefetchable) [size=4K]
Memory at feafd000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 1
02:01.0 Serial controller: Oxford Semiconductor Ltd OXCB950 Cardbus
16950 UART (prog-if 06 [16950])
Subsystem: Oxford Semiconductor Ltd Un...
2007 May 14
0
quadbri and bristuff : no answer to isdn setup message
...b7f900 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
01:00.0 ISDN controller: Cologne Chip Designs GmbH Unknown device 08b4 (rev
01)
Subsystem: Cologne Chip Designs GmbH Unknown device b550
Flags: medium devsel, IRQ 23
I/O ports at df18 [size=8]
Memory at feafe000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2
01:01.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH
Fritz!PCI v2.0 ISDN (rev 02)
Subsystem: AVM Audiovisuelles MKTG & Computer System GmbH Fritz!PCI
v2.0 ISDN
Flags: medium devsel,...
2008 Oct 22
2
SCSI error: return code = 0x10070000
...er Inc. Unknown device 82b3
> Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 90
> Memory at feafc000 (32-bit, non-prefetchable) [size=4K]
> I/O ports at c880 [size=8]
> Memory at feafe400 (32-bit, non-prefetchable) [size=256]
> Memory at feafe000 (32-bit, non-prefetchable) [size=16]
> Capabilities: [44] Power Management version 2
> Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable+
> Capabilities: [6c] HyperTransport: MSI Mapping
>
> 00:0b.0 PCI bridge: nVidia Corporation MCP67...
2008 Sep 20
1
kernel message - disabling irq #50
...a2)
> Subsystem: ASUSTeK Computer Inc. Unknown device 82b3
> Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 90
> Memory at feafc000 (32-bit, non-prefetchable) [size=4K]
> I/O ports at c880 [size=8]
> Memory at feafe400 (32-bit, non-prefetchable) [size=256]
> Memory at feafe000 (32-bit, non-prefetchable) [size=16]
> Capabilities: [44] Power Management version 2
> Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable+
> Capabilities: [6c] HyperTransport: MSI Mapping
>
> 00:0b.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (r...
2004 Aug 08
14
Problems booting 2.6.7 Dom0 with 3ware Controllers
I tried to install and boot a 2.6.7 Dom0 xenLinux Kernel on an
SMP (Dual-Xeon) Machine with 2 3-ware Controllers installed
(1 4-channel Controler and 1 8-channel Controler, both Parallel ATA)
and no other HDs present (except the ones connected to the
3ware controlers, of course).
First of all I got a compilation error after activating the SMP option
in the kernel config.
After deactivating the
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
Now that x86-64 has directly accessible percpu variables, it can also
implement the direct versions of these operations, which operate on a
vcpu_info structure directly embedded in the percpu area.
In fact, the 64-bit versions are more or less identical, and so can be
shared. The only two differences are:
1. xen_restore_fl_direct takes its argument in eax on 32-bit, and rdi on 64-bit.