Re: 2.6.27rc1 cannot boot more than 8CPUs

From: Jeff Chua
Date: Fri Aug 15 2008 - 06:35:35 EST




On Thu, Aug 14, 2008 at 5:07 PM, Ingo Molnar <mingo@xxxxxxx> wrote:

* Jeff Chua <jeff.chua.linux@xxxxxxxxx> wrote:

On Thu, Aug 14, 2008 at 2:33 AM, Yinghai Lu <yhlu.kernel@xxxxxxxxx>
wrote:

>>>> > With 16 CPUs, it still hangs, but now the console is showing the
>>>> > errors as intended.
>>>> > ... but it is supposed to hang?

> please check the attached patch. it should fix the new regression and
> will not hang.

Ok, booted up and not hanged, but those messages below don't show up
anywhere. I've tested with CONFIG_NR_CPUS=16 and 8 as well. Just got 8
cpus

More than 8 CPUs detected - skipping them.
Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.

# cat /sys/devices/system/cpu/possible
0-7

CONFIG_X86_32=y
CONFIG_X86_PC=y


Looks like it's not going into this condition
+ if (def_to_bigsmp && nr_cpu_ids > 8) {


Shall this be put back so that it'll show the message?
- if (def_to_bigsmp && apicid > 8) {
- printk(KERN_WARNING
- "More than 8 CPUs detected - skipping them.\n"
- "Use CONFIG_X86_GENERICARCH and
CONFIG_X86_BIGSMP.\n");
- }

could you post the full dmesg? And the modified patch that you've tested
to both have 8 CPUs without bigsmp and which also shows the printk?

Ingo


Attached. cpu.8
CONFIG_X86_32=y
CONFIG_X86_PC=y
CONFIG_X86=y
CONFIG_NR_CPUS=8

Attached. cpu.16
CONFIG_X86_32=y
CONFIG_X86_PC=y
CONFIG_X86=y
CONFIG_NR_CPUS=16

Attached cpu.16.big
CONFIG_X86_32=y
CONFIG_X86=y
CONFIG_X86_GENERICARCH=y
CONFIG_X86_BIGSMP=y
# CONFIG_X86_PC is not set
CONFIG_NR_CPUS=16

Attached cpu.16.nobig (same as cpu.16 except with modifed patch)
CONFIG_X86_32=y
CONFIG_X86_PC=y
CONFIG_X86=y
CONFIG_NR_CPUS=16

Attached is the modified patch to make the warning appears. It's Yinghai's patch modified to just display the error and continue to boot.


Thanks,
Jeff

--- linux.16/arch/x86/kernel/smpboot.c.org 2008-08-15 18:15:37 +0800
+++ linux.16/arch/x86/kernel/smpboot.c 2008-08-15 18:13:42 +0800
@@ -999,9 +999,12 @@
printk(KERN_WARNING
"More than 8 CPUs detected - skipping them.\n"
"Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.\n");
- }
-#endif
+ err = -1;
+ } else
+ err = do_boot_cpu(apicid, cpu);
+#else
err = do_boot_cpu(apicid, cpu);
+#endif

zap_low_mappings();
low_mappings = 0;


096K
CPU: Physical Processor ID: 4
CPU: Processor Core ID: 0
CPU2: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#2]: passed.
CPU 3 irqstacks, hard=c0520000 soft=c0518000
Booting processor 3/24 ip 6000
Initializing CPU#3
Calibrating delay using timer specific routine.. 3723.90 BogoMIPS (lpj=7447814)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 6
CPU: Processor Core ID: 0
CPU3: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#3]: passed.
CPU 4 irqstacks, hard=c0521000 soft=c0519000
Booting processor 4/2 ip 6000
Initializing CPU#4
Calibrating delay using timer specific routine.. 3723.87 BogoMIPS (lpj=7447757)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU4: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#4]: passed.
CPU 5 irqstacks, hard=c0522000 soft=c051a000
Booting processor 5/10 ip 6000
Initializing CPU#5
Calibrating delay using timer specific routine.. 3723.89 BogoMIPS (lpj=7447799)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 2
CPU: Processor Core ID: 2
CPU5: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#5]: passed.
CPU 6 irqstacks, hard=c0523000 soft=c051b000
Booting processor 6/18 ip 6000
Initializing CPU#6
Calibrating delay using timer specific routine.. 3723.89 BogoMIPS (lpj=7447794)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 4
CPU: Processor Core ID: 2
CPU6: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#6]: passed.
CPU 7 irqstacks, hard=c0524000 soft=c051c000
Booting processor 7/26 ip 6000
Initializing CPU#7
Calibrating delay using timer specific routine.. 3723.89 BogoMIPS (lpj=7447796)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 6
CPU: Processor Core ID: 2
CPU7: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#7]: passed.
Brought up 8 CPUs
Total of 8 processors activated (29791.10 BogoMIPS).
net_namespace: 596 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
No dock devices found.
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: Using configuration type 1 for base access
PCI: Dell PowerEdge R900 detected, enabling pci=bfsort.
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: DMI System Vendor: Dell Inc.
ACPI: DMI Product Name: PowerEdge R900
ACPI: DMI Product Version:
ACPI: DMI Board Name: 0C764H
ACPI: DMI BIOS Vendor: Dell Inc.
ACPI: DMI BIOS Date: 03/23/2008
ACPI: Please send DMI info above to linux-acpi@xxxxxxxxxxxxxxx
ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@xxxxxxxxxxxxxxx
ACPI: Interpreter enabled
ACPI: (supports S0 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:16:00.0: PME# supported from D0 D3hot D3cold
pci 0000:16:00.0: PME# disabled
pci 0000:16:00.3: PME# supported from D0 D3hot D3cold
pci 0000:16:00.3: PME# disabled
pci 0000:17:00.0: PME# supported from D0 D3hot D3cold
pci 0000:17:00.0: PME# disabled
pci 0000:17:01.0: PME# supported from D0 D3hot D3cold
pci 0000:17:01.0: PME# disabled
pci 0000:19:00.0: supports D1
pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
pci 0000:01:00.0: PME# disabled
pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
pci 0000:02:01.0: PME# disabled
pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
pci 0000:02:02.0: PME# disabled
pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
pci 0000:02:03.0: PME# disabled
pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
pci 0000:02:04.0: PME# disabled
pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
pci 0000:02:05.0: PME# disabled
pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0a:00.0: PME# disabled
pci 0000:0b:00.0: PME# supported from D3hot D3cold
pci 0000:0b:00.0: PME# disabled
pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
pci 0000:08:00.0: PME# disabled
pci 0000:09:00.0: PME# supported from D3hot D3cold
pci 0000:09:00.0: PME# disabled
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:07:00.0: PME# supported from D3hot D3cold
pci 0000:07:00.0: PME# disabled
pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:05:00.0: PME# supported from D3hot D3cold
pci 0000:05:00.0: PME# disabled
pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0c:00.0: PME# disabled
pci 0000:0d:02.0: PME# supported from D0 D3hot D3cold
pci 0000:0d:02.0: PME# disabled
pci 0000:0d:04.0: PME# supported from D0 D3hot D3cold
pci 0000:0d:04.0: PME# disabled
pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
pci 0000:10:00.0: PME# disabled
pci 0000:11:02.0: PME# supported from D0 D3hot D3cold
pci 0000:11:02.0: PME# disabled
pci 0000:11:04.0: PME# supported from D0 D3hot D3cold
pci 0000:11:04.0: PME# disabled
pci 0000:1b:0c.0: supports D1
pci 0000:1b:0c.0: supports D2
pci 0000:00:1e.0: transparent bridge
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST.DWN1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST.DWN2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN2.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN3.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN4.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN5.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4.UPST.DWNB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4.UPST.DWNC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.UPST.DWNB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.UPST.DWNC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SBEX._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.COMP._PRT]
ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 *10 11 12)
ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 *6 7 10 11 12)
ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 12)
ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 5
Switched to high resolution mode on CPU 4
Switched to high resolution mode on CPU 3
Switched to high resolution mode on CPU 2
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 7
Switched to high resolution mode on CPU 6
system 00:07: ioport range 0x800-0x87f has been reserved
system 00:07: ioport range 0x880-0x8bf has been reserved
system 00:07: ioport range 0x8c0-0x8df has been reserved
system 00:07: ioport range 0x8e0-0x8e3 has been reserved
system 00:07: ioport range 0x8f0-0x8f1 has been reserved
system 00:07: ioport range 0x900-0x900 has been reserved
system 00:07: ioport range 0xc00-0xc7f has been reserved
system 00:07: ioport range 0xca0-0xca7 has been reserved
system 00:07: ioport range 0xca9-0xcab has been reserved
system 00:07: ioport range 0xcad-0xcaf has been reserved
system 00:08: ioport range 0xca8-0xca8 has been reserved
system 00:08: ioport range 0xcac-0xcac has been reserved
system 00:09: iomem range 0xe0000000-0xefffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:14
pci 0000:00:01.0: IO window: disabled
pci 0000:00:01.0: MEM window: disabled
pci 0000:00:01.0: PREFETCH window: disabled
pci 0000:17:00.0: PCI bridge, secondary bus 0000:19
pci 0000:17:00.0: IO window: 0xe000-0xefff
pci 0000:17:00.0: MEM window: 0xde200000-0xde3fffff
pci 0000:17:00.0: PREFETCH window: disabled
pci 0000:17:01.0: PCI bridge, secondary bus 0000:18
pci 0000:17:01.0: IO window: disabled
pci 0000:17:01.0: MEM window: disabled
pci 0000:17:01.0: PREFETCH window: disabled
pci 0000:16:00.0: PCI bridge, secondary bus 0000:17
pci 0000:16:00.0: IO window: 0xe000-0xefff
pci 0000:16:00.0: MEM window: 0xde200000-0xde3fffff
pci 0000:16:00.0: PREFETCH window: disabled
pci 0000:16:00.3: PCI bridge, secondary bus 0000:1a
pci 0000:16:00.3: IO window: disabled
pci 0000:16:00.3: MEM window: disabled
pci 0000:16:00.3: PREFETCH window: disabled
pci 0000:00:02.0: PCI bridge, secondary bus 0000:16
pci 0000:00:02.0: IO window: 0xe000-0xefff
pci 0000:00:02.0: MEM window: 0xde100000-0xde3fffff
pci 0000:00:02.0: PREFETCH window: disabled
pci 0000:02:01.0: PCI bridge, secondary bus 0000:03
pci 0000:02:01.0: IO window: disabled
pci 0000:02:01.0: MEM window: disabled
pci 0000:02:01.0: PREFETCH window: disabled
pci 0000:0a:00.0: PCI bridge, secondary bus 0000:0b
pci 0000:0a:00.0: IO window: disabled
pci 0000:0a:00.0: MEM window: 0xd6000000-0xd7ffffff
pci 0000:0a:00.0: PREFETCH window: disabled
pci 0000:02:02.0: PCI bridge, secondary bus 0000:0a
pci 0000:02:02.0: IO window: disabled
pci 0000:02:02.0: MEM window: 0xd6000000-0xd7ffffff
pci 0000:02:02.0: PREFETCH window: disabled
pci 0000:08:00.0: PCI bridge, secondary bus 0000:09
pci 0000:08:00.0: IO window: disabled
pci 0000:08:00.0: MEM window: 0xd8000000-0xd9ffffff
pci 0000:08:00.0: PREFETCH window: disabled
pci 0000:02:03.0: PCI bridge, secondary bus 0000:08
pci 0000:02:03.0: IO window: disabled
pci 0000:02:03.0: MEM window: 0xd8000000-0xd9ffffff
pci 0000:02:03.0: PREFETCH window: disabled
pci 0000:06:00.0: PCI bridge, secondary bus 0000:07
pci 0000:06:00.0: IO window: disabled
pci 0000:06:00.0: MEM window: 0xda000000-0xdbffffff
pci 0000:06:00.0: PREFETCH window: disabled
pci 0000:02:04.0: PCI bridge, secondary bus 0000:06
pci 0000:02:04.0: IO window: disabled
pci 0000:02:04.0: MEM window: 0xda000000-0xdbffffff
pci 0000:02:04.0: PREFETCH window: disabled
pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
pci 0000:04:00.0: IO window: disabled
pci 0000:04:00.0: MEM window: 0xdc000000-0xddffffff
pci 0000:04:00.0: PREFETCH window: disabled
pci 0000:02:05.0: PCI bridge, secondary bus 0000:04
pci 0000:02:05.0: IO window: disabled
pci 0000:02:05.0: MEM window: 0xdc000000-0xddffffff
pci 0000:02:05.0: PREFETCH window: disabled
pci 0000:01:00.0: PCI bridge, secondary bus 0000:02
pci 0000:01:00.0: IO window: disabled
pci 0000:01:00.0: MEM window: 0xd6000000-0xddffffff
pci 0000:01:00.0: PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:01
pci 0000:00:03.0: IO window: disabled
pci 0000:00:03.0: MEM window: 0xd6000000-0xddffffff
pci 0000:00:03.0: PREFETCH window: disabled
pci 0000:0d:02.0: PCI bridge, secondary bus 0000:0f
pci 0000:0d:02.0: IO window: disabled
pci 0000:0d:02.0: MEM window: disabled
pci 0000:0d:02.0: PREFETCH window: disabled
pci 0000:0d:04.0: PCI bridge, secondary bus 0000:0e
pci 0000:0d:04.0: IO window: disabled
pci 0000:0d:04.0: MEM window: disabled
pci 0000:0d:04.0: PREFETCH window: disabled
pci 0000:0c:00.0: PCI bridge, secondary bus 0000:0d
pci 0000:0c:00.0: IO window: disabled
pci 0000:0c:00.0: MEM window: disabled
pci 0000:0c:00.0: PREFETCH window: disabled
pci 0000:00:04.0: PCI bridge, secondary bus 0000:0c
pci 0000:00:04.0: IO window: disabled
pci 0000:00:04.0: MEM window: disabled
pci 0000:00:04.0: PREFETCH window: disabled
pci 0000:11:02.0: PCI bridge, secondary bus 0000:13
pci 0000:11:02.0: IO window: disabled
pci 0000:11:02.0: MEM window: disabled
pci 0000:11:02.0: PREFETCH window: disabled
pci 0000:11:04.0: PCI bridge, secondary bus 0000:12
pci 0000:11:04.0: IO window: disabled
pci 0000:11:04.0: MEM window: disabled
pci 0000:11:04.0: PREFETCH window: disabled
pci 0000:10:00.0: PCI bridge, secondary bus 0000:11
pci 0000:10:00.0: IO window: disabled
pci 0000:10:00.0: MEM window: disabled
pci 0000:10:00.0: PREFETCH window: disabled
pci 0000:00:06.0: PCI bridge, secondary bus 0000:10
pci 0000:00:06.0: IO window: disabled
pci 0000:00:06.0: MEM window: disabled
pci 0000:00:06.0: PREFETCH window: disabled
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:15
pci 0000:00:1c.0: IO window: disabled
pci 0000:00:1c.0: MEM window: disabled
pci 0000:00:1c.0: PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:1b
pci 0000:00:1e.0: IO window: 0xd000-0xdfff
pci 0000:00:1e.0: MEM window: 0xde400000-0xde4fffff
pci 0000:00:1e.0: PREFETCH window: 0x000000c8000000-0x000000cfffffff
pci 0000:00:01.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:02.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:02.0: setting latency timer to 64
pci 0000:16:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:16:00.0: setting latency timer to 64
pci 0000:17:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:17:00.0: setting latency timer to 64
pci 0000:17:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pci 0000:17:01.0: setting latency timer to 64
pci 0000:16:00.3: setting latency timer to 64
pci 0000:00:03.0: PCI INT A -> GSI 37 (level, low) -> IRQ 37
pci 0000:00:03.0: setting latency timer to 64
pci 0000:01:00.0: setting latency timer to 64
pci 0000:02:01.0: setting latency timer to 64
pci 0000:02:02.0: setting latency timer to 64
pci 0000:0a:00.0: setting latency timer to 64
pci 0000:02:03.0: setting latency timer to 64
pci 0000:08:00.0: setting latency timer to 64
pci 0000:02:04.0: setting latency timer to 64
pci 0000:06:00.0: setting latency timer to 64
pci 0000:02:05.0: setting latency timer to 64
pci 0000:04:00.0: setting latency timer to 64
pci 0000:00:04.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
pci 0000:00:04.0: setting latency timer to 64
pci 0000:0c:00.0: setting latency timer to 64
pci 0000:0d:02.0: setting latency timer to 64
pci 0000:0d:04.0: setting latency timer to 64
pci 0000:00:06.0: PCI INT A -> GSI 33 (level, low) -> IRQ 33
pci 0000:00:06.0: setting latency timer to 64
pci 0000:10:00.0: setting latency timer to 64
pci 0000:11:02.0: setting latency timer to 64
pci 0000:11:04.0: setting latency timer to 64
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
highmem bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
msgmni has been set to 1236
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered (default)
pci 0000:1b:0c.0: Boot video device
pcieport-driver 0000:00:01.0: setting latency timer to 64
pcieport-driver 0000:00:01.0: found MSI capability
pci_express 0000:00:01.0:pcie00: allocate port service
pcieport-driver 0000:00:02.0: setting latency timer to 64
pcieport-driver 0000:00:02.0: found MSI capability
pci_express 0000:00:02.0:pcie00: allocate port service
pcieport-driver 0000:00:03.0: setting latency timer to 64
pcieport-driver 0000:00:03.0: found MSI capability
pci_express 0000:00:03.0:pcie00: allocate port service
pcieport-driver 0000:00:04.0: setting latency timer to 64
pcieport-driver 0000:00:04.0: found MSI capability
pci_express 0000:00:04.0:pcie00: allocate port service
pcieport-driver 0000:00:06.0: setting latency timer to 64
pcieport-driver 0000:00:06.0: found MSI capability
pci_express 0000:00:06.0:pcie00: allocate port service
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: found MSI capability
pci_express 0000:00:1c.0:pcie00: allocate port service
pci_express 0000:00:1c.0:pcie02: allocate port service
pcieport-driver 0000:01:00.0: setting latency timer to 64
pcieport-driver 0000:02:01.0: setting latency timer to 64
pcieport-driver 0000:02:01.0: found MSI capability
pcieport-driver 0000:02:02.0: setting latency timer to 64
pcieport-driver 0000:02:02.0: found MSI capability
pcieport-driver 0000:02:03.0: setting latency timer to 64
pcieport-driver 0000:02:03.0: found MSI capability
pcieport-driver 0000:02:04.0: setting latency timer to 64
pcieport-driver 0000:02:04.0: found MSI capability
pcieport-driver 0000:02:05.0: setting latency timer to 64
pcieport-driver 0000:02:05.0: found MSI capability
pcieport-driver 0000:0c:00.0: setting latency timer to 64
pcieport-driver 0000:0d:02.0: setting latency timer to 64
pcieport-driver 0000:0d:02.0: found MSI capability
pcieport-driver 0000:0d:04.0: setting latency timer to 64
pcieport-driver 0000:0d:04.0: found MSI capability
pcieport-driver 0000:10:00.0: setting latency timer to 64
pcieport-driver 0000:11:02.0: setting latency timer to 64
pcieport-driver 0000:11:02.0: found MSI capability
pcieport-driver 0000:11:04.0: setting latency timer to 64
pcieport-driver 0000:11:04.0: found MSI capability
pcieport-driver 0000:16:00.0: setting latency timer to 64
pcieport-driver 0000:17:00.0: setting latency timer to 64
pcieport-driver 0000:17:00.0: found MSI capability
pcieport-driver 0000:17:01.0: setting latency timer to 64
pcieport-driver 0000:17:01.0: found MSI capability
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
processor ACPI0007:00: registered as cooling_device0
processor ACPI0007:01: registered as cooling_device1
processor ACPI0007:02: registered as cooling_device2
processor ACPI0007:03: registered as cooling_device3
processor ACPI0007:04: registered as cooling_device4
processor ACPI0007:05: registered as cooling_device5
processor ACPI0007:06: registered as cooling_device6
processor ACPI0007:07: registered as cooling_device7
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
pcnet32.c:v1.35 21.Apr.2008 tsbogend@xxxxxxxxxxxxxxxx
Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v1.7.9 (July 18, 2008)
bnx2 0000:05:00.0: PCI INT A -> GSI 38 (level, low) -> IRQ 38
eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem dc000000, IRQ 38, node addr 00:1e:c9:d9:84:57
bnx2 0000:07:00.0: PCI INT A -> GSI 37 (level, low) -> IRQ 37
eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem da000000, IRQ 37, node addr 00:1e:c9:d9:84:59
bnx2 0000:09:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
eth2: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem d8000000, IRQ 19, node addr 00:1e:c9:d9:84:5b
bnx2 0000:0b:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
eth3: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem d6000000, IRQ 18, node addr 00:1e:c9:d9:84:5d
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
Uniform Multi-Platform E-IDE driver
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Probing IDE interface ide0...
hda: TSSTcorpDVD-ROM TS-L333A, ATAPI CD/DVD-ROM drive
Probing IDE interface ide1...
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
megasas: 0x1000:0x0060:0x1028:0x1f0c: bus 25:slot 0:func 0
megaraid_sas 0000:19:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
megaraid_sas 0000:19:00.0: setting latency timer to 64
megasas: FW now in Ready state
scsi0 : LSI SAS based MegaRAID driver
scsi 0:0:0:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:1:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:2:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:3:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:4:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:5:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:6:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:7:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:32:0: Enclosure DP BACKPLANE 1.06 PQ: 0 ANSI: 5
scsi 0:2:0:0: Direct-Access DELL PERC 6/i 1.11 PQ: 0 ANSI: 5
Driver 'sd' needs updating - please use bus_type methods
sd 0:2:0:0: [sda] 710410240 512-byte hardware sectors (363730 MB)
sd 0:2:0:0: [sda] Write Protect is off
sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:2:0:0: [sda] 710410240 512-byte hardware sectors (363730 MB)
sd 0:2:0:0: [sda] Write Protect is off
sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 sda15 >
sd 0:2:0:0: [sda] Attached SCSI disk
ata_piix 0000:00:1f.2: version 2.12
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 0 (errno=-16)
ata_piix 0000:00:1f.2: BAR 2: can't reserve I/O region [0x170-0x177]
ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 1 (errno=-16)
ata_piix 0000:00:1f.2: no available native port
Fusion MPT base driver 3.04.07
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SPI Host driver 3.04.07
ehci_hcd 0000:00:1d.7: PCI INT B -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 21, io mem 0xde0ffc00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.27-rc3 ehci_hcd
usb usb1: SerialNumber: 0000:00:1d.7
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000cc80
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-2: new high speed USB device using ehci_hcd and address 2
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
uhci_hcd 0000:00:1d.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000cca0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb 1-2: configuration #1 chosen from 1 choice
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.1
uhci_hcd 0000:00:1d.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 20, io base 0x0000ccc0
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb 1-2: New USB device found, idVendor=413c, idProduct=a001
usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb4: SerialNumber: 0000:00:1d.2
uhci_hcd 0000:00:1d.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 20, io base 0x0000cce0
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 1-7: new high speed USB device using ehci_hcd and address 4
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.3
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
usb 1-7: configuration #1 chosen from 1 choice
hub 1-7:1.0: USB hub found
hub 1-7:1.0: 2 ports detected
input: PC Speaker as /devices/platform/pcspkr/input/input1
coretemp coretemp.0: Using relative temperature scale!
coretemp coretemp.1: Using relative temperature scale!
coretemp coretemp.2: Using relative temperature scale!
coretemp coretemp.3: Using relative temperature scale!
coretemp coretemp.4: Using relative temperature scale!
coretemp coretemp.5: Using relative temperature scale!
coretemp coretemp.6: Using relative temperature scale!
coretemp coretemp.7: Using relative temperature scale!
hdaps: supported laptop not found!
hdaps: driver init failed (ret=-19)!
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@xxxxxxxxxx
EDAC MC: Ver: 2.1.0 Aug 14 2008
usb 1-7: New USB device found, idVendor=04b4, idProduct=6560
usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
usb 3-1: New USB device found, idVendor=0624, idProduct=0294
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: Dell 03R874
usb 3-1: Manufacturer: Avocent
usb 1-2.1: new full speed USB device using ehci_hcd and address 5
usb 1-2.1: configuration #1 chosen from 1 choice
usb 1-2.1: New USB device found, idVendor=413c, idProduct=0000
usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2.1: Product: DRAC5
usb 1-2.1: Manufacturer: Dell
usb 1-2.1: SerialNumber: 0000000
usb 1-7.1: new high speed USB device using ehci_hcd and address 6
usb 1-7.1: configuration #1 chosen from 1 choice
hub 1-7.1:1.0: USB hub found
hub 1-7.1:1.0: 2 ports detected
usb 1-7.1: New USB device found, idVendor=04b4, idProduct=6560
usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usbcore: registered new interface driver hiddev
input: Avocent Dell 03R874 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input2
input: USB HID v1.10 Keyboard [Avocent Dell 03R874] on usb-0000:00:1d.1-1
input: Avocent Dell 03R874 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input3
input: USB HID v1.10 Mouse [Avocent Dell 03R874] on usb-0000:00:1d.1-1
input: Dell DRAC5 as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.1/1-2.1:1.0/input/input4
input: USB HID v1.10 Keyboard [Dell DRAC5] on usb-0000:00:1d.7-2.1
input: Dell DRAC5 as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.1/1-2.1:1.1/input/input5
input: USB HID v1.10 Mouse [Dell DRAC5] on usb-0000:00:1d.7-2.1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.17.
ALSA device list:
No soundcards found.
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
NET: Registered protocol family 17
Starting balanced_irq
Using IPI No-Shortcut mode
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 260k freed
Adding 27350652k swap on /dev/sda3. Priority:-1 extents:1 across:27350652k
bnx2: eth0: using MSI
bnx2: eth1: using MSI
bnx2: eth0 NIC Copper Link is Up, 1000 Mbps full duplex
096K
CPU: Physical Processor ID: 4
CPU: Processor Core ID: 0
CPU2: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#2]: passed.
CPU 3 irqstacks, hard=c0529000 soft=c0519000
Booting processor 3/24 ip 6000
Initializing CPU#3
Calibrating delay using timer specific routine.. 3723.88 BogoMIPS (lpj=7447771)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 6
CPU: Processor Core ID: 0
CPU3: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#3]: passed.
CPU 4 irqstacks, hard=c052a000 soft=c051a000
Booting processor 4/2 ip 6000
Initializing CPU#4
Calibrating delay using timer specific routine.. 3723.86 BogoMIPS (lpj=7447739)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU4: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#4]: passed.
CPU 5 irqstacks, hard=c052b000 soft=c051b000
Booting processor 5/10 ip 6000
Initializing CPU#5
Calibrating delay using timer specific routine.. 3723.90 BogoMIPS (lpj=7447817)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 2
CPU: Processor Core ID: 2
CPU5: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#5]: passed.
CPU 6 irqstacks, hard=c052c000 soft=c051c000
Booting processor 6/18 ip 6000
Initializing CPU#6
Calibrating delay using timer specific routine.. 3723.91 BogoMIPS (lpj=7447836)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 4
CPU: Processor Core ID: 2
CPU6: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#6]: passed.
CPU 7 irqstacks, hard=c052d000 soft=c051d000
Booting processor 7/26 ip 6000
Initializing CPU#7
Calibrating delay using timer specific routine.. 3723.90 BogoMIPS (lpj=7447812)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 6
CPU: Processor Core ID: 2
CPU7: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#7]: passed.
Brought up 8 CPUs
Total of 8 processors activated (29791.10 BogoMIPS).
net_namespace: 596 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
No dock devices found.
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: Using configuration type 1 for base access
PCI: Dell PowerEdge R900 detected, enabling pci=bfsort.
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: DMI System Vendor: Dell Inc.
ACPI: DMI Product Name: PowerEdge R900
ACPI: DMI Product Version:
ACPI: DMI Board Name: 0C764H
ACPI: DMI BIOS Vendor: Dell Inc.
ACPI: DMI BIOS Date: 03/23/2008
ACPI: Please send DMI info above to linux-acpi@xxxxxxxxxxxxxxx
ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@xxxxxxxxxxxxxxx
ACPI: Interpreter enabled
ACPI: (supports S0 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:16:00.0: PME# supported from D0 D3hot D3cold
pci 0000:16:00.0: PME# disabled
pci 0000:16:00.3: PME# supported from D0 D3hot D3cold
pci 0000:16:00.3: PME# disabled
pci 0000:17:00.0: PME# supported from D0 D3hot D3cold
pci 0000:17:00.0: PME# disabled
pci 0000:17:01.0: PME# supported from D0 D3hot D3cold
pci 0000:17:01.0: PME# disabled
pci 0000:19:00.0: supports D1
pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
pci 0000:01:00.0: PME# disabled
pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
pci 0000:02:01.0: PME# disabled
pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
pci 0000:02:02.0: PME# disabled
pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
pci 0000:02:03.0: PME# disabled
pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
pci 0000:02:04.0: PME# disabled
pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
pci 0000:02:05.0: PME# disabled
pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0a:00.0: PME# disabled
pci 0000:0b:00.0: PME# supported from D3hot D3cold
pci 0000:0b:00.0: PME# disabled
pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
pci 0000:08:00.0: PME# disabled
pci 0000:09:00.0: PME# supported from D3hot D3cold
pci 0000:09:00.0: PME# disabled
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:07:00.0: PME# supported from D3hot D3cold
pci 0000:07:00.0: PME# disabled
pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:05:00.0: PME# supported from D3hot D3cold
pci 0000:05:00.0: PME# disabled
pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0c:00.0: PME# disabled
pci 0000:0d:02.0: PME# supported from D0 D3hot D3cold
pci 0000:0d:02.0: PME# disabled
pci 0000:0d:04.0: PME# supported from D0 D3hot D3cold
pci 0000:0d:04.0: PME# disabled
pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
pci 0000:10:00.0: PME# disabled
pci 0000:11:02.0: PME# supported from D0 D3hot D3cold
pci 0000:11:02.0: PME# disabled
pci 0000:11:04.0: PME# supported from D0 D3hot D3cold
pci 0000:11:04.0: PME# disabled
pci 0000:1b:0c.0: supports D1
pci 0000:1b:0c.0: supports D2
pci 0000:00:1e.0: transparent bridge
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST.DWN1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST.DWN2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN2.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN3.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN4.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN5.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4.UPST.DWNB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4.UPST.DWNC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.UPST.DWNB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.UPST.DWNC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SBEX._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.COMP._PRT]
ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 *10 11 12)
ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 *6 7 10 11 12)
ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 12)
ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 4
Switched to high resolution mode on CPU 3
Switched to high resolution mode on CPU 5
Switched to high resolution mode on CPU 2
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 7
Switched to high resolution mode on CPU 6
system 00:07: ioport range 0x800-0x87f has been reserved
system 00:07: ioport range 0x880-0x8bf has been reserved
system 00:07: ioport range 0x8c0-0x8df has been reserved
system 00:07: ioport range 0x8e0-0x8e3 has been reserved
system 00:07: ioport range 0x8f0-0x8f1 has been reserved
system 00:07: ioport range 0x900-0x900 has been reserved
system 00:07: ioport range 0xc00-0xc7f has been reserved
system 00:07: ioport range 0xca0-0xca7 has been reserved
system 00:07: ioport range 0xca9-0xcab has been reserved
system 00:07: ioport range 0xcad-0xcaf has been reserved
system 00:08: ioport range 0xca8-0xca8 has been reserved
system 00:08: ioport range 0xcac-0xcac has been reserved
system 00:09: iomem range 0xe0000000-0xefffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:14
pci 0000:00:01.0: IO window: disabled
pci 0000:00:01.0: MEM window: disabled
pci 0000:00:01.0: PREFETCH window: disabled
pci 0000:17:00.0: PCI bridge, secondary bus 0000:19
pci 0000:17:00.0: IO window: 0xe000-0xefff
pci 0000:17:00.0: MEM window: 0xde200000-0xde3fffff
pci 0000:17:00.0: PREFETCH window: disabled
pci 0000:17:01.0: PCI bridge, secondary bus 0000:18
pci 0000:17:01.0: IO window: disabled
pci 0000:17:01.0: MEM window: disabled
pci 0000:17:01.0: PREFETCH window: disabled
pci 0000:16:00.0: PCI bridge, secondary bus 0000:17
pci 0000:16:00.0: IO window: 0xe000-0xefff
pci 0000:16:00.0: MEM window: 0xde200000-0xde3fffff
pci 0000:16:00.0: PREFETCH window: disabled
pci 0000:16:00.3: PCI bridge, secondary bus 0000:1a
pci 0000:16:00.3: IO window: disabled
pci 0000:16:00.3: MEM window: disabled
pci 0000:16:00.3: PREFETCH window: disabled
pci 0000:00:02.0: PCI bridge, secondary bus 0000:16
pci 0000:00:02.0: IO window: 0xe000-0xefff
pci 0000:00:02.0: MEM window: 0xde100000-0xde3fffff
pci 0000:00:02.0: PREFETCH window: disabled
pci 0000:02:01.0: PCI bridge, secondary bus 0000:03
pci 0000:02:01.0: IO window: disabled
pci 0000:02:01.0: MEM window: disabled
pci 0000:02:01.0: PREFETCH window: disabled
pci 0000:0a:00.0: PCI bridge, secondary bus 0000:0b
pci 0000:0a:00.0: IO window: disabled
pci 0000:0a:00.0: MEM window: 0xd6000000-0xd7ffffff
pci 0000:0a:00.0: PREFETCH window: disabled
pci 0000:02:02.0: PCI bridge, secondary bus 0000:0a
pci 0000:02:02.0: IO window: disabled
pci 0000:02:02.0: MEM window: 0xd6000000-0xd7ffffff
pci 0000:02:02.0: PREFETCH window: disabled
pci 0000:08:00.0: PCI bridge, secondary bus 0000:09
pci 0000:08:00.0: IO window: disabled
pci 0000:08:00.0: MEM window: 0xd8000000-0xd9ffffff
pci 0000:08:00.0: PREFETCH window: disabled
pci 0000:02:03.0: PCI bridge, secondary bus 0000:08
pci 0000:02:03.0: IO window: disabled
pci 0000:02:03.0: MEM window: 0xd8000000-0xd9ffffff
pci 0000:02:03.0: PREFETCH window: disabled
pci 0000:06:00.0: PCI bridge, secondary bus 0000:07
pci 0000:06:00.0: IO window: disabled
pci 0000:06:00.0: MEM window: 0xda000000-0xdbffffff
pci 0000:06:00.0: PREFETCH window: disabled
pci 0000:02:04.0: PCI bridge, secondary bus 0000:06
pci 0000:02:04.0: IO window: disabled
pci 0000:02:04.0: MEM window: 0xda000000-0xdbffffff
pci 0000:02:04.0: PREFETCH window: disabled
pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
pci 0000:04:00.0: IO window: disabled
pci 0000:04:00.0: MEM window: 0xdc000000-0xddffffff
pci 0000:04:00.0: PREFETCH window: disabled
pci 0000:02:05.0: PCI bridge, secondary bus 0000:04
pci 0000:02:05.0: IO window: disabled
pci 0000:02:05.0: MEM window: 0xdc000000-0xddffffff
pci 0000:02:05.0: PREFETCH window: disabled
pci 0000:01:00.0: PCI bridge, secondary bus 0000:02
pci 0000:01:00.0: IO window: disabled
pci 0000:01:00.0: MEM window: 0xd6000000-0xddffffff
pci 0000:01:00.0: PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:01
pci 0000:00:03.0: IO window: disabled
pci 0000:00:03.0: MEM window: 0xd6000000-0xddffffff
pci 0000:00:03.0: PREFETCH window: disabled
pci 0000:0d:02.0: PCI bridge, secondary bus 0000:0f
pci 0000:0d:02.0: IO window: disabled
pci 0000:0d:02.0: MEM window: disabled
pci 0000:0d:02.0: PREFETCH window: disabled
pci 0000:0d:04.0: PCI bridge, secondary bus 0000:0e
pci 0000:0d:04.0: IO window: disabled
pci 0000:0d:04.0: MEM window: disabled
pci 0000:0d:04.0: PREFETCH window: disabled
pci 0000:0c:00.0: PCI bridge, secondary bus 0000:0d
pci 0000:0c:00.0: IO window: disabled
pci 0000:0c:00.0: MEM window: disabled
pci 0000:0c:00.0: PREFETCH window: disabled
pci 0000:00:04.0: PCI bridge, secondary bus 0000:0c
pci 0000:00:04.0: IO window: disabled
pci 0000:00:04.0: MEM window: disabled
pci 0000:00:04.0: PREFETCH window: disabled
pci 0000:11:02.0: PCI bridge, secondary bus 0000:13
pci 0000:11:02.0: IO window: disabled
pci 0000:11:02.0: MEM window: disabled
pci 0000:11:02.0: PREFETCH window: disabled
pci 0000:11:04.0: PCI bridge, secondary bus 0000:12
pci 0000:11:04.0: IO window: disabled
pci 0000:11:04.0: MEM window: disabled
pci 0000:11:04.0: PREFETCH window: disabled
pci 0000:10:00.0: PCI bridge, secondary bus 0000:11
pci 0000:10:00.0: IO window: disabled
pci 0000:10:00.0: MEM window: disabled
pci 0000:10:00.0: PREFETCH window: disabled
pci 0000:00:06.0: PCI bridge, secondary bus 0000:10
pci 0000:00:06.0: IO window: disabled
pci 0000:00:06.0: MEM window: disabled
pci 0000:00:06.0: PREFETCH window: disabled
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:15
pci 0000:00:1c.0: IO window: disabled
pci 0000:00:1c.0: MEM window: disabled
pci 0000:00:1c.0: PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:1b
pci 0000:00:1e.0: IO window: 0xd000-0xdfff
pci 0000:00:1e.0: MEM window: 0xde400000-0xde4fffff
pci 0000:00:1e.0: PREFETCH window: 0x000000c8000000-0x000000cfffffff
pci 0000:00:01.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:02.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:02.0: setting latency timer to 64
pci 0000:16:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:16:00.0: setting latency timer to 64
pci 0000:17:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:17:00.0: setting latency timer to 64
pci 0000:17:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pci 0000:17:01.0: setting latency timer to 64
pci 0000:16:00.3: setting latency timer to 64
pci 0000:00:03.0: PCI INT A -> GSI 37 (level, low) -> IRQ 37
pci 0000:00:03.0: setting latency timer to 64
pci 0000:01:00.0: setting latency timer to 64
pci 0000:02:01.0: setting latency timer to 64
pci 0000:02:02.0: setting latency timer to 64
pci 0000:0a:00.0: setting latency timer to 64
pci 0000:02:03.0: setting latency timer to 64
pci 0000:08:00.0: setting latency timer to 64
pci 0000:02:04.0: setting latency timer to 64
pci 0000:06:00.0: setting latency timer to 64
pci 0000:02:05.0: setting latency timer to 64
pci 0000:04:00.0: setting latency timer to 64
pci 0000:00:04.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
pci 0000:00:04.0: setting latency timer to 64
pci 0000:0c:00.0: setting latency timer to 64
pci 0000:0d:02.0: setting latency timer to 64
pci 0000:0d:04.0: setting latency timer to 64
pci 0000:00:06.0: PCI INT A -> GSI 33 (level, low) -> IRQ 33
pci 0000:00:06.0: setting latency timer to 64
pci 0000:10:00.0: setting latency timer to 64
pci 0000:11:02.0: setting latency timer to 64
pci 0000:11:04.0: setting latency timer to 64
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
highmem bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
msgmni has been set to 1235
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered (default)
pci 0000:1b:0c.0: Boot video device
pcieport-driver 0000:00:01.0: setting latency timer to 64
pcieport-driver 0000:00:01.0: found MSI capability
pci_express 0000:00:01.0:pcie00: allocate port service
pcieport-driver 0000:00:02.0: setting latency timer to 64
pcieport-driver 0000:00:02.0: found MSI capability
pci_express 0000:00:02.0:pcie00: allocate port service
pcieport-driver 0000:00:03.0: setting latency timer to 64
pcieport-driver 0000:00:03.0: found MSI capability
pci_express 0000:00:03.0:pcie00: allocate port service
pcieport-driver 0000:00:04.0: setting latency timer to 64
pcieport-driver 0000:00:04.0: found MSI capability
pci_express 0000:00:04.0:pcie00: allocate port service
pcieport-driver 0000:00:06.0: setting latency timer to 64
pcieport-driver 0000:00:06.0: found MSI capability
pci_express 0000:00:06.0:pcie00: allocate port service
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: found MSI capability
pci_express 0000:00:1c.0:pcie00: allocate port service
pci_express 0000:00:1c.0:pcie02: allocate port service
pcieport-driver 0000:01:00.0: setting latency timer to 64
pcieport-driver 0000:02:01.0: setting latency timer to 64
pcieport-driver 0000:02:01.0: found MSI capability
pcieport-driver 0000:02:02.0: setting latency timer to 64
pcieport-driver 0000:02:02.0: found MSI capability
pcieport-driver 0000:02:03.0: setting latency timer to 64
pcieport-driver 0000:02:03.0: found MSI capability
pcieport-driver 0000:02:04.0: setting latency timer to 64
pcieport-driver 0000:02:04.0: found MSI capability
pcieport-driver 0000:02:05.0: setting latency timer to 64
pcieport-driver 0000:02:05.0: found MSI capability
pcieport-driver 0000:0c:00.0: setting latency timer to 64
pcieport-driver 0000:0d:02.0: setting latency timer to 64
pcieport-driver 0000:0d:02.0: found MSI capability
pcieport-driver 0000:0d:04.0: setting latency timer to 64
pcieport-driver 0000:0d:04.0: found MSI capability
pcieport-driver 0000:10:00.0: setting latency timer to 64
pcieport-driver 0000:11:02.0: setting latency timer to 64
pcieport-driver 0000:11:02.0: found MSI capability
pcieport-driver 0000:11:04.0: setting latency timer to 64
pcieport-driver 0000:11:04.0: found MSI capability
pcieport-driver 0000:16:00.0: setting latency timer to 64
pcieport-driver 0000:17:00.0: setting latency timer to 64
pcieport-driver 0000:17:00.0: found MSI capability
pcieport-driver 0000:17:01.0: setting latency timer to 64
pcieport-driver 0000:17:01.0: found MSI capability
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
processor ACPI0007:00: registered as cooling_device0
processor ACPI0007:01: registered as cooling_device1
processor ACPI0007:02: registered as cooling_device2
processor ACPI0007:03: registered as cooling_device3
processor ACPI0007:04: registered as cooling_device4
processor ACPI0007:05: registered as cooling_device5
processor ACPI0007:06: registered as cooling_device6
processor ACPI0007:07: registered as cooling_device7
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
pcnet32.c:v1.35 21.Apr.2008 tsbogend@xxxxxxxxxxxxxxxx
Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v1.7.9 (July 18, 2008)
bnx2 0000:05:00.0: PCI INT A -> GSI 38 (level, low) -> IRQ 38
eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem dc000000, IRQ 38, node addr 00:1e:c9:d9:84:57
bnx2 0000:07:00.0: PCI INT A -> GSI 37 (level, low) -> IRQ 37
eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem da000000, IRQ 37, node addr 00:1e:c9:d9:84:59
bnx2 0000:09:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
eth2: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem d8000000, IRQ 19, node addr 00:1e:c9:d9:84:5b
bnx2 0000:0b:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
eth3: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem d6000000, IRQ 18, node addr 00:1e:c9:d9:84:5d
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
Uniform Multi-Platform E-IDE driver
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Probing IDE interface ide0...
hda: TSSTcorpDVD-ROM TS-L333A, ATAPI CD/DVD-ROM drive
Probing IDE interface ide1...
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
megasas: 0x1000:0x0060:0x1028:0x1f0c: bus 25:slot 0:func 0
megaraid_sas 0000:19:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
megaraid_sas 0000:19:00.0: setting latency timer to 64
megasas: FW now in Ready state
scsi0 : LSI SAS based MegaRAID driver
scsi 0:0:0:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:1:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:2:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:3:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:4:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:5:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:6:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:7:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:32:0: Enclosure DP BACKPLANE 1.06 PQ: 0 ANSI: 5
scsi 0:2:0:0: Direct-Access DELL PERC 6/i 1.11 PQ: 0 ANSI: 5
Driver 'sd' needs updating - please use bus_type methods
sd 0:2:0:0: [sda] 710410240 512-byte hardware sectors (363730 MB)
sd 0:2:0:0: [sda] Write Protect is off
sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:2:0:0: [sda] 710410240 512-byte hardware sectors (363730 MB)
sd 0:2:0:0: [sda] Write Protect is off
sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 sda15 >
sd 0:2:0:0: [sda] Attached SCSI disk
ata_piix 0000:00:1f.2: version 2.12
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 0 (errno=-16)
ata_piix 0000:00:1f.2: BAR 2: can't reserve I/O region [0x170-0x177]
ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 1 (errno=-16)
ata_piix 0000:00:1f.2: no available native port
Fusion MPT base driver 3.04.07
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SPI Host driver 3.04.07
ehci_hcd 0000:00:1d.7: PCI INT B -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 21, io mem 0xde0ffc00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.27-rc3 ehci_hcd
usb usb1: SerialNumber: 0000:00:1d.7
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000cc80
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-2: new high speed USB device using ehci_hcd and address 2
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
uhci_hcd 0000:00:1d.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000cca0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb 1-2: configuration #1 chosen from 1 choice
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.1
uhci_hcd 0000:00:1d.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 20, io base 0x0000ccc0
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb 1-2: New USB device found, idVendor=413c, idProduct=a001
usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb4: SerialNumber: 0000:00:1d.2
uhci_hcd 0000:00:1d.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 20, io base 0x0000cce0
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 1-7: new high speed USB device using ehci_hcd and address 4
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.3
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
usb 1-7: configuration #1 chosen from 1 choice
hub 1-7:1.0: USB hub found
hub 1-7:1.0: 2 ports detected
input: PC Speaker as /devices/platform/pcspkr/input/input1
coretemp coretemp.0: Using relative temperature scale!
coretemp coretemp.1: Using relative temperature scale!
coretemp coretemp.2: Using relative temperature scale!
coretemp coretemp.3: Using relative temperature scale!
coretemp coretemp.4: Using relative temperature scale!
coretemp coretemp.5: Using relative temperature scale!
coretemp coretemp.6: Using relative temperature scale!
coretemp coretemp.7: Using relative temperature scale!
hdaps: supported laptop not found!
hdaps: driver init failed (ret=-19)!
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@xxxxxxxxxx
EDAC MC: Ver: 2.1.0 Aug 14 2008
usb 1-7: New USB device found, idVendor=04b4, idProduct=6560
usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
usb 3-1: New USB device found, idVendor=0624, idProduct=0294
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: Dell 03R874
usb 3-1: Manufacturer: Avocent
usb 1-2.1: new full speed USB device using ehci_hcd and address 5
usb 1-2.1: configuration #1 chosen from 1 choice
usb 1-2.1: New USB device found, idVendor=413c, idProduct=0000
usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2.1: Product: DRAC5
usb 1-2.1: Manufacturer: Dell
usb 1-2.1: SerialNumber: 0000000
usb 1-7.1: new high speed USB device using ehci_hcd and address 6
usb 1-7.1: configuration #1 chosen from 1 choice
hub 1-7.1:1.0: USB hub found
hub 1-7.1:1.0: 2 ports detected
usb 1-7.1: New USB device found, idVendor=04b4, idProduct=6560
usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usbcore: registered new interface driver hiddev
input: Avocent Dell 03R874 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input2
input: USB HID v1.10 Keyboard [Avocent Dell 03R874] on usb-0000:00:1d.1-1
input: Avocent Dell 03R874 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input3
input: USB HID v1.10 Mouse [Avocent Dell 03R874] on usb-0000:00:1d.1-1
input: Dell DRAC5 as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.1/1-2.1:1.0/input/input4
input: USB HID v1.10 Keyboard [Dell DRAC5] on usb-0000:00:1d.7-2.1
input: Dell DRAC5 as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.1/1-2.1:1.1/input/input5
input: USB HID v1.10 Mouse [Dell DRAC5] on usb-0000:00:1d.7-2.1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.17.
ALSA device list:
No soundcards found.
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
NET: Registered protocol family 17
Starting balanced_irq
Using IPI No-Shortcut mode
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 260k freed
Adding 27350652k swap on /dev/sda3. Priority:-1 extents:1 across:27350652k
bnx2: eth0: using MSI
bnx2: eth1: using MSI
bnx2: eth0 NIC Copper Link is Up, 1000 Mbps full duplex
ID: 2
CPU: Processor Core ID: 3
CPU13: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#13]: passed.
CPU 14 irqstacks, hard=c0534000 soft=c0524000
Booting processor 14/19 ip 6000
Initializing CPU#14
Leaving ESR disabled.
Calibrating delay using timer specific routine.. 3723.88 BogoMIPS (lpj=7447761)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 4
CPU: Processor Core ID: 3
CPU14: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#14]: passed.
CPU 15 irqstacks, hard=c0535000 soft=c0525000
Booting processor 15/27 ip 6000
Initializing CPU#15
Leaving ESR disabled.
Calibrating delay using timer specific routine.. 3723.89 BogoMIPS (lpj=7447782)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 6
CPU: Processor Core ID: 3
CPU15: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#15]: passed.
Brought up 16 CPUs
Total of 16 processors activated (59582.26 BogoMIPS).
net_namespace: 596 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
No dock devices found.
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: Using configuration type 1 for base access
PCI: Dell PowerEdge R900 detected, enabling pci=bfsort.
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: DMI System Vendor: Dell Inc.
ACPI: DMI Product Name: PowerEdge R900
ACPI: DMI Product Version:
ACPI: DMI Board Name: 0C764H
ACPI: DMI BIOS Vendor: Dell Inc.
ACPI: DMI BIOS Date: 03/23/2008
ACPI: Please send DMI info above to linux-acpi@xxxxxxxxxxxxxxx
ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@xxxxxxxxxxxxxxx
ACPI: Interpreter enabled
ACPI: (supports S0 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:16:00.0: PME# supported from D0 D3hot D3cold
pci 0000:16:00.0: PME# disabled
pci 0000:16:00.3: PME# supported from D0 D3hot D3cold
pci 0000:16:00.3: PME# disabled
pci 0000:17:00.0: PME# supported from D0 D3hot D3cold
pci 0000:17:00.0: PME# disabled
pci 0000:17:01.0: PME# supported from D0 D3hot D3cold
pci 0000:17:01.0: PME# disabled
pci 0000:19:00.0: supports D1
pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
pci 0000:01:00.0: PME# disabled
pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
pci 0000:02:01.0: PME# disabled
pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
pci 0000:02:02.0: PME# disabled
pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
pci 0000:02:03.0: PME# disabled
pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
pci 0000:02:04.0: PME# disabled
pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
pci 0000:02:05.0: PME# disabled
pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0a:00.0: PME# disabled
pci 0000:0b:00.0: PME# supported from D3hot D3cold
pci 0000:0b:00.0: PME# disabled
pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
pci 0000:08:00.0: PME# disabled
pci 0000:09:00.0: PME# supported from D3hot D3cold
pci 0000:09:00.0: PME# disabled
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:07:00.0: PME# supported from D3hot D3cold
pci 0000:07:00.0: PME# disabled
pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:05:00.0: PME# supported from D3hot D3cold
pci 0000:05:00.0: PME# disabled
pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0c:00.0: PME# disabled
pci 0000:0d:02.0: PME# supported from D0 D3hot D3cold
pci 0000:0d:02.0: PME# disabled
pci 0000:0d:04.0: PME# supported from D0 D3hot D3cold
pci 0000:0d:04.0: PME# disabled
pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
pci 0000:10:00.0: PME# disabled
pci 0000:11:02.0: PME# supported from D0 D3hot D3cold
pci 0000:11:02.0: PME# disabled
pci 0000:11:04.0: PME# supported from D0 D3hot D3cold
pci 0000:11:04.0: PME# disabled
pci 0000:1b:0c.0: supports D1
pci 0000:1b:0c.0: supports D2
pci 0000:00:1e.0: transparent bridge
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST.DWN1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST.DWN2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN2.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN3.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN4.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN5.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4.UPST.DWNB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4.UPST.DWNC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.UPST.DWNB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.UPST.DWNC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SBEX._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.COMP._PRT]
ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 *10 11 12)
ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 *6 7 10 11 12)
ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 12)
ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 2
Switched to high resolution mode on CPU 4
Switched to high resolution mode on CPU 14
Switched to high resolution mode on CPU 7
Switched to high resolution mode on CPU 12
Switched to high resolution mode on CPU 13
Switched to high resolution mode on CPU 11
Switched to high resolution mode on CPU 3
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 5
Switched to high resolution mode on CPU 10
Switched to high resolution mode on CPU 9
Switched to high resolution mode on CPU 8
Switched to high resolution mode on CPU 15
Switched to high resolution mode on CPU 6
system 00:07: ioport range 0x800-0x87f has been reserved
system 00:07: ioport range 0x880-0x8bf has been reserved
system 00:07: ioport range 0x8c0-0x8df has been reserved
system 00:07: ioport range 0x8e0-0x8e3 has been reserved
system 00:07: ioport range 0x8f0-0x8f1 has been reserved
system 00:07: ioport range 0x900-0x900 has been reserved
system 00:07: ioport range 0xc00-0xc7f has been reserved
system 00:07: ioport range 0xca0-0xca7 has been reserved
system 00:07: ioport range 0xca9-0xcab has been reserved
system 00:07: ioport range 0xcad-0xcaf has been reserved
system 00:08: ioport range 0xca8-0xca8 has been reserved
system 00:08: ioport range 0xcac-0xcac has been reserved
system 00:09: iomem range 0xe0000000-0xefffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:14
pci 0000:00:01.0: IO window: disabled
pci 0000:00:01.0: MEM window: disabled
pci 0000:00:01.0: PREFETCH window: disabled
pci 0000:17:00.0: PCI bridge, secondary bus 0000:19
pci 0000:17:00.0: IO window: 0xe000-0xefff
pci 0000:17:00.0: MEM window: 0xde200000-0xde3fffff
pci 0000:17:00.0: PREFETCH window: disabled
pci 0000:17:01.0: PCI bridge, secondary bus 0000:18
pci 0000:17:01.0: IO window: disabled
pci 0000:17:01.0: MEM window: disabled
pci 0000:17:01.0: PREFETCH window: disabled
pci 0000:16:00.0: PCI bridge, secondary bus 0000:17
pci 0000:16:00.0: IO window: 0xe000-0xefff
pci 0000:16:00.0: MEM window: 0xde200000-0xde3fffff
pci 0000:16:00.0: PREFETCH window: disabled
pci 0000:16:00.3: PCI bridge, secondary bus 0000:1a
pci 0000:16:00.3: IO window: disabled
pci 0000:16:00.3: MEM window: disabled
pci 0000:16:00.3: PREFETCH window: disabled
pci 0000:00:02.0: PCI bridge, secondary bus 0000:16
pci 0000:00:02.0: IO window: 0xe000-0xefff
pci 0000:00:02.0: MEM window: 0xde100000-0xde3fffff
pci 0000:00:02.0: PREFETCH window: disabled
pci 0000:02:01.0: PCI bridge, secondary bus 0000:03
pci 0000:02:01.0: IO window: disabled
pci 0000:02:01.0: MEM window: disabled
pci 0000:02:01.0: PREFETCH window: disabled
pci 0000:0a:00.0: PCI bridge, secondary bus 0000:0b
pci 0000:0a:00.0: IO window: disabled
pci 0000:0a:00.0: MEM window: 0xd6000000-0xd7ffffff
pci 0000:0a:00.0: PREFETCH window: disabled
pci 0000:02:02.0: PCI bridge, secondary bus 0000:0a
pci 0000:02:02.0: IO window: disabled
pci 0000:02:02.0: MEM window: 0xd6000000-0xd7ffffff
pci 0000:02:02.0: PREFETCH window: disabled
pci 0000:08:00.0: PCI bridge, secondary bus 0000:09
pci 0000:08:00.0: IO window: disabled
pci 0000:08:00.0: MEM window: 0xd8000000-0xd9ffffff
pci 0000:08:00.0: PREFETCH window: disabled
pci 0000:02:03.0: PCI bridge, secondary bus 0000:08
pci 0000:02:03.0: IO window: disabled
pci 0000:02:03.0: MEM window: 0xd8000000-0xd9ffffff
pci 0000:02:03.0: PREFETCH window: disabled
pci 0000:06:00.0: PCI bridge, secondary bus 0000:07
pci 0000:06:00.0: IO window: disabled
pci 0000:06:00.0: MEM window: 0xda000000-0xdbffffff
pci 0000:06:00.0: PREFETCH window: disabled
pci 0000:02:04.0: PCI bridge, secondary bus 0000:06
pci 0000:02:04.0: IO window: disabled
pci 0000:02:04.0: MEM window: 0xda000000-0xdbffffff
pci 0000:02:04.0: PREFETCH window: disabled
pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
pci 0000:04:00.0: IO window: disabled
pci 0000:04:00.0: MEM window: 0xdc000000-0xddffffff
pci 0000:04:00.0: PREFETCH window: disabled
pci 0000:02:05.0: PCI bridge, secondary bus 0000:04
pci 0000:02:05.0: IO window: disabled
pci 0000:02:05.0: MEM window: 0xdc000000-0xddffffff
pci 0000:02:05.0: PREFETCH window: disabled
pci 0000:01:00.0: PCI bridge, secondary bus 0000:02
pci 0000:01:00.0: IO window: disabled
pci 0000:01:00.0: MEM window: 0xd6000000-0xddffffff
pci 0000:01:00.0: PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:01
pci 0000:00:03.0: IO window: disabled
pci 0000:00:03.0: MEM window: 0xd6000000-0xddffffff
pci 0000:00:03.0: PREFETCH window: disabled
pci 0000:0d:02.0: PCI bridge, secondary bus 0000:0f
pci 0000:0d:02.0: IO window: disabled
pci 0000:0d:02.0: MEM window: disabled
pci 0000:0d:02.0: PREFETCH window: disabled
pci 0000:0d:04.0: PCI bridge, secondary bus 0000:0e
pci 0000:0d:04.0: IO window: disabled
pci 0000:0d:04.0: MEM window: disabled
pci 0000:0d:04.0: PREFETCH window: disabled
pci 0000:0c:00.0: PCI bridge, secondary bus 0000:0d
pci 0000:0c:00.0: IO window: disabled
pci 0000:0c:00.0: MEM window: disabled
pci 0000:0c:00.0: PREFETCH window: disabled
pci 0000:00:04.0: PCI bridge, secondary bus 0000:0c
pci 0000:00:04.0: IO window: disabled
pci 0000:00:04.0: MEM window: disabled
pci 0000:00:04.0: PREFETCH window: disabled
pci 0000:11:02.0: PCI bridge, secondary bus 0000:13
pci 0000:11:02.0: IO window: disabled
pci 0000:11:02.0: MEM window: disabled
pci 0000:11:02.0: PREFETCH window: disabled
pci 0000:11:04.0: PCI bridge, secondary bus 0000:12
pci 0000:11:04.0: IO window: disabled
pci 0000:11:04.0: MEM window: disabled
pci 0000:11:04.0: PREFETCH window: disabled
pci 0000:10:00.0: PCI bridge, secondary bus 0000:11
pci 0000:10:00.0: IO window: disabled
pci 0000:10:00.0: MEM window: disabled
pci 0000:10:00.0: PREFETCH window: disabled
pci 0000:00:06.0: PCI bridge, secondary bus 0000:10
pci 0000:00:06.0: IO window: disabled
pci 0000:00:06.0: MEM window: disabled
pci 0000:00:06.0: PREFETCH window: disabled
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:15
pci 0000:00:1c.0: IO window: disabled
pci 0000:00:1c.0: MEM window: disabled
pci 0000:00:1c.0: PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:1b
pci 0000:00:1e.0: IO window: 0xd000-0xdfff
pci 0000:00:1e.0: MEM window: 0xde400000-0xde4fffff
pci 0000:00:1e.0: PREFETCH window: 0x000000c8000000-0x000000cfffffff
pci 0000:00:01.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:02.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:02.0: setting latency timer to 64
pci 0000:16:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:16:00.0: setting latency timer to 64
pci 0000:17:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:17:00.0: setting latency timer to 64
pci 0000:17:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pci 0000:17:01.0: setting latency timer to 64
pci 0000:16:00.3: setting latency timer to 64
pci 0000:00:03.0: PCI INT A -> GSI 37 (level, low) -> IRQ 37
pci 0000:00:03.0: setting latency timer to 64
pci 0000:01:00.0: setting latency timer to 64
pci 0000:02:01.0: setting latency timer to 64
pci 0000:02:02.0: setting latency timer to 64
pci 0000:0a:00.0: setting latency timer to 64
pci 0000:02:03.0: setting latency timer to 64
pci 0000:08:00.0: setting latency timer to 64
pci 0000:02:04.0: setting latency timer to 64
pci 0000:06:00.0: setting latency timer to 64
pci 0000:02:05.0: setting latency timer to 64
pci 0000:04:00.0: setting latency timer to 64
pci 0000:00:04.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
pci 0000:00:04.0: setting latency timer to 64
pci 0000:0c:00.0: setting latency timer to 64
pci 0000:0d:02.0: setting latency timer to 64
pci 0000:0d:04.0: setting latency timer to 64
pci 0000:00:06.0: PCI INT A -> GSI 33 (level, low) -> IRQ 33
pci 0000:00:06.0: setting latency timer to 64
pci 0000:10:00.0: setting latency timer to 64
pci 0000:11:02.0: setting latency timer to 64
pci 0000:11:04.0: setting latency timer to 64
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
highmem bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
msgmni has been set to 1235
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered (default)
pci 0000:1b:0c.0: Boot video device
pcieport-driver 0000:00:01.0: setting latency timer to 64
pcieport-driver 0000:00:01.0: found MSI capability
pci_express 0000:00:01.0:pcie00: allocate port service
pcieport-driver 0000:00:02.0: setting latency timer to 64
pcieport-driver 0000:00:02.0: found MSI capability
pci_express 0000:00:02.0:pcie00: allocate port service
pcieport-driver 0000:00:03.0: setting latency timer to 64
pcieport-driver 0000:00:03.0: found MSI capability
pci_express 0000:00:03.0:pcie00: allocate port service
pcieport-driver 0000:00:04.0: setting latency timer to 64
pcieport-driver 0000:00:04.0: found MSI capability
pci_express 0000:00:04.0:pcie00: allocate port service
pcieport-driver 0000:00:06.0: setting latency timer to 64
pcieport-driver 0000:00:06.0: found MSI capability
pci_express 0000:00:06.0:pcie00: allocate port service
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: found MSI capability
pci_express 0000:00:1c.0:pcie00: allocate port service
pci_express 0000:00:1c.0:pcie02: allocate port service
pcieport-driver 0000:01:00.0: setting latency timer to 64
pcieport-driver 0000:02:01.0: setting latency timer to 64
pcieport-driver 0000:02:01.0: found MSI capability
pcieport-driver 0000:02:02.0: setting latency timer to 64
pcieport-driver 0000:02:02.0: found MSI capability
pcieport-driver 0000:02:03.0: setting latency timer to 64
pcieport-driver 0000:02:03.0: found MSI capability
pcieport-driver 0000:02:04.0: setting latency timer to 64
pcieport-driver 0000:02:04.0: found MSI capability
pcieport-driver 0000:02:05.0: setting latency timer to 64
pcieport-driver 0000:02:05.0: found MSI capability
pcieport-driver 0000:0c:00.0: setting latency timer to 64
pcieport-driver 0000:0d:02.0: setting latency timer to 64
pcieport-driver 0000:0d:02.0: found MSI capability
pcieport-driver 0000:0d:04.0: setting latency timer to 64
pcieport-driver 0000:0d:04.0: found MSI capability
pcieport-driver 0000:10:00.0: setting latency timer to 64
pcieport-driver 0000:11:02.0: setting latency timer to 64
pcieport-driver 0000:11:02.0: found MSI capability
pcieport-driver 0000:11:04.0: setting latency timer to 64
pcieport-driver 0000:11:04.0: found MSI capability
pcieport-driver 0000:16:00.0: setting latency timer to 64
pcieport-driver 0000:17:00.0: setting latency timer to 64
pcieport-driver 0000:17:00.0: found MSI capability
pcieport-driver 0000:17:01.0: setting latency timer to 64
pcieport-driver 0000:17:01.0: found MSI capability
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
processor ACPI0007:00: registered as cooling_device0
processor ACPI0007:01: registered as cooling_device1
processor ACPI0007:02: registered as cooling_device2
processor ACPI0007:03: registered as cooling_device3
processor ACPI0007:04: registered as cooling_device4
processor ACPI0007:05: registered as cooling_device5
processor ACPI0007:06: registered as cooling_device6
processor ACPI0007:07: registered as cooling_device7
processor ACPI0007:08: registered as cooling_device8
processor ACPI0007:09: registered as cooling_device9
processor ACPI0007:0a: registered as cooling_device10
processor ACPI0007:0b: registered as cooling_device11
processor ACPI0007:0c: registered as cooling_device12
processor ACPI0007:0d: registered as cooling_device13
processor ACPI0007:0e: registered as cooling_device14
processor ACPI0007:0f: registered as cooling_device15
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
pcnet32.c:v1.35 21.Apr.2008 tsbogend@xxxxxxxxxxxxxxxx
Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v1.7.9 (July 18, 2008)
bnx2 0000:05:00.0: PCI INT A -> GSI 38 (level, low) -> IRQ 38
eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem dc000000, IRQ 38, node addr 00:1e:c9:d9:84:57
bnx2 0000:07:00.0: PCI INT A -> GSI 37 (level, low) -> IRQ 37
eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem da000000, IRQ 37, node addr 00:1e:c9:d9:84:59
bnx2 0000:09:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
eth2: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem d8000000, IRQ 19, node addr 00:1e:c9:d9:84:5b
bnx2 0000:0b:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
eth3: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem d6000000, IRQ 18, node addr 00:1e:c9:d9:84:5d
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
Uniform Multi-Platform E-IDE driver
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Probing IDE interface ide0...
hda: TSSTcorpDVD-ROM TS-L333A, ATAPI CD/DVD-ROM drive
Probing IDE interface ide1...
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
megasas: 0x1000:0x0060:0x1028:0x1f0c: bus 25:slot 0:func 0
megaraid_sas 0000:19:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
megaraid_sas 0000:19:00.0: setting latency timer to 64
megasas: FW now in Ready state
scsi0 : LSI SAS based MegaRAID driver
scsi 0:0:0:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:1:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:2:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:3:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:4:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:5:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:6:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:7:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:32:0: Enclosure DP BACKPLANE 1.06 PQ: 0 ANSI: 5
scsi 0:2:0:0: Direct-Access DELL PERC 6/i 1.11 PQ: 0 ANSI: 5
Driver 'sd' needs updating - please use bus_type methods
sd 0:2:0:0: [sda] 710410240 512-byte hardware sectors (363730 MB)
sd 0:2:0:0: [sda] Write Protect is off
sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:2:0:0: [sda] 710410240 512-byte hardware sectors (363730 MB)
sd 0:2:0:0: [sda] Write Protect is off
sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 sda15 >
sd 0:2:0:0: [sda] Attached SCSI disk
ata_piix 0000:00:1f.2: version 2.12
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 0 (errno=-16)
ata_piix 0000:00:1f.2: BAR 2: can't reserve I/O region [0x170-0x177]
ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 1 (errno=-16)
ata_piix 0000:00:1f.2: no available native port
Fusion MPT base driver 3.04.07
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SPI Host driver 3.04.07
ehci_hcd 0000:00:1d.7: PCI INT B -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 21, io mem 0xde0ffc00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.27-rc3 ehci_hcd
usb usb1: SerialNumber: 0000:00:1d.7
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000cc80
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-2: new high speed USB device using ehci_hcd and address 2
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
uhci_hcd 0000:00:1d.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000cca0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb 1-2: configuration #1 chosen from 1 choice
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.1
uhci_hcd 0000:00:1d.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 20, io base 0x0000ccc0
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb 1-2: New USB device found, idVendor=413c, idProduct=a001
usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb4: SerialNumber: 0000:00:1d.2
uhci_hcd 0000:00:1d.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 20, io base 0x0000cce0
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 1-7: new high speed USB device using ehci_hcd and address 4
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.3
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
usb 1-7: configuration #1 chosen from 1 choice
hub 1-7:1.0: USB hub found
hub 1-7:1.0: 2 ports detected
input: PC Speaker as /devices/platform/pcspkr/input/input1
coretemp coretemp.0: Using relative temperature scale!
coretemp coretemp.1: Using relative temperature scale!
coretemp coretemp.2: Using relative temperature scale!
coretemp coretemp.3: Using relative temperature scale!
coretemp coretemp.4: Using relative temperature scale!
coretemp coretemp.5: Using relative temperature scale!
coretemp coretemp.6: Using relative temperature scale!
coretemp coretemp.7: Using relative temperature scale!
coretemp coretemp.8: Using relative temperature scale!
coretemp coretemp.9: Using relative temperature scale!
coretemp coretemp.10: Using relative temperature scale!
coretemp coretemp.11: Using relative temperature scale!
coretemp coretemp.12: Using relative temperature scale!
coretemp coretemp.13: Using relative temperature scale!
coretemp coretemp.14: Using relative temperature scale!
coretemp coretemp.15: Using relative temperature scale!
hdaps: supported laptop not found!
hdaps: driver init failed (ret=-19)!
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@xxxxxxxxxx
EDAC MC: Ver: 2.1.0 Aug 14 2008
usb 1-7: New USB device found, idVendor=04b4, idProduct=6560
usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
usb 3-1: New USB device found, idVendor=0624, idProduct=0294
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: Dell 03R874
usb 3-1: Manufacturer: Avocent
usb 1-2.1: new full speed USB device using ehci_hcd and address 5
usb 1-2.1: configuration #1 chosen from 1 choice
usb 1-2.1: New USB device found, idVendor=413c, idProduct=0000
usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2.1: Product: DRAC5
usb 1-2.1: Manufacturer: Dell
usb 1-2.1: SerialNumber: 0000000
usb 1-7.1: new high speed USB device using ehci_hcd and address 6
usb 1-7.1: configuration #1 chosen from 1 choice
hub 1-7.1:1.0: USB hub found
hub 1-7.1:1.0: 2 ports detected
usb 1-7.1: New USB device found, idVendor=04b4, idProduct=6560
usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usbcore: registered new interface driver hiddev
input: Avocent Dell 03R874 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input2
input: USB HID v1.10 Keyboard [Avocent Dell 03R874] on usb-0000:00:1d.1-1
input: Avocent Dell 03R874 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input3
input: USB HID v1.10 Mouse [Avocent Dell 03R874] on usb-0000:00:1d.1-1
input: Dell DRAC5 as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.1/1-2.1:1.0/input/input4
input: USB HID v1.10 Keyboard [Dell DRAC5] on usb-0000:00:1d.7-2.1
input: Dell DRAC5 as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.1/1-2.1:1.1/input/input5
input: USB HID v1.10 Mouse [Dell DRAC5] on usb-0000:00:1d.7-2.1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.17.
ALSA device list:
No soundcards found.
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
NET: Registered protocol family 17
Starting balanced_irq
Using IPI No-Shortcut mode
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 260k freed
Adding 27350652k swap on /dev/sda3. Priority:-1 extents:1 across:27350652k
bnx2: eth0: using MSI
bnx2: eth1: using MSI
bnx2: eth0 NIC Copper Link is Up, 1000 Mbps full duplex
1861.913 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 33263208k/35651584k available (2653k kernel code, 284596k reserved, 1242k data, 260k init, 32631496k highmem)
virtual kernel memory layout:
fixmap : 0xffee9000 - 0xfffff000 (1112 kB)
pkmap : 0xffa00000 - 0xffc00000 (2048 kB)
vmalloc : 0xf8800000 - 0xff9fe000 ( 113 MB)
lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
.init : 0xc04d2000 - 0xc0513000 ( 260 kB)
.data : 0xc039762b - 0xc04cde88 (1242 kB)
.text : 0xc0100000 - 0xc039762b (2653 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
CPA: page pool initialized 1 of 1 pages preallocated
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
hpet clockevent registered
Calibrating delay loop (skipped), value calculated using timer frequency.. 3723.82 BogoMIPS (lpj=7447652)
Mount-cache hash table entries: 512
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
using mwait in idle threads.
Checking 'hlt' instruction... OK.
ACPI: Core revision 20080609
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
CPU 1 irqstacks, hard=c0527000 soft=c0517000
Booting processor 1/8 ip 6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3723.89 BogoMIPS (lpj=7447783)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 2
CPU: Processor Core ID: 0
CPU1: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
More than 8 CPUs detected - skipping them.
Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.
More than 8 CPUs detected - skipping them.
Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.
CPU 4 irqstacks, hard=c052a000 soft=c051a000
Booting processor 4/2 ip 6000
Initializing CPU#4
Calibrating delay using timer specific routine.. 3723.86 BogoMIPS (lpj=7447723)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU4: Intel(R) Xeon(R) CPU L7345 @ 1.86GHz stepping 0b
checking TSC synchronization [CPU#0 -> CPU#4]: passed.
More than 8 CPUs detected - skipping them.
Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.
More than 8 CPUs detected - skipping them.
Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.
More than 8 CPUs detected - skipping them.
Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.
Brought up 3 CPUs
Total of 3 processors activated (11171.57 BogoMIPS).
net_namespace: 596 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
No dock devices found.
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: Using configuration type 1 for base access
PCI: Dell PowerEdge R900 detected, enabling pci=bfsort.
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: DMI System Vendor: Dell Inc.
ACPI: DMI Product Name: PowerEdge R900
ACPI: DMI Product Version:
ACPI: DMI Board Name: 0C764H
ACPI: DMI BIOS Vendor: Dell Inc.
ACPI: DMI BIOS Date: 03/23/2008
ACPI: Please send DMI info above to linux-acpi@xxxxxxxxxxxxxxx
ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@xxxxxxxxxxxxxxx
ACPI: Interpreter enabled
ACPI: (supports S0 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:16:00.0: PME# supported from D0 D3hot D3cold
pci 0000:16:00.0: PME# disabled
pci 0000:16:00.3: PME# supported from D0 D3hot D3cold
pci 0000:16:00.3: PME# disabled
pci 0000:17:00.0: PME# supported from D0 D3hot D3cold
pci 0000:17:00.0: PME# disabled
pci 0000:17:01.0: PME# supported from D0 D3hot D3cold
pci 0000:17:01.0: PME# disabled
pci 0000:19:00.0: supports D1
pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
pci 0000:01:00.0: PME# disabled
pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
pci 0000:02:01.0: PME# disabled
pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
pci 0000:02:02.0: PME# disabled
pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
pci 0000:02:03.0: PME# disabled
pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
pci 0000:02:04.0: PME# disabled
pci 0000:02:05.0: PME# supported from D0 D3hot D3cold
pci 0000:02:05.0: PME# disabled
pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0a:00.0: PME# disabled
pci 0000:0b:00.0: PME# supported from D3hot D3cold
pci 0000:0b:00.0: PME# disabled
pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
pci 0000:08:00.0: PME# disabled
pci 0000:09:00.0: PME# supported from D3hot D3cold
pci 0000:09:00.0: PME# disabled
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:07:00.0: PME# supported from D3hot D3cold
pci 0000:07:00.0: PME# disabled
pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:05:00.0: PME# supported from D3hot D3cold
pci 0000:05:00.0: PME# disabled
pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0c:00.0: PME# disabled
pci 0000:0d:02.0: PME# supported from D0 D3hot D3cold
pci 0000:0d:02.0: PME# disabled
pci 0000:0d:04.0: PME# supported from D0 D3hot D3cold
pci 0000:0d:04.0: PME# disabled
pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
pci 0000:10:00.0: PME# disabled
pci 0000:11:02.0: PME# supported from D0 D3hot D3cold
pci 0000:11:02.0: PME# disabled
pci 0000:11:04.0: PME# supported from D0 D3hot D3cold
pci 0000:11:04.0: PME# disabled
pci 0000:1b:0c.0: supports D1
pci 0000:1b:0c.0: supports D2
pci 0000:00:1e.0: transparent bridge
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST.DWN1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2.UPST.DWN2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN2.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN3.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN4.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3.UPST.DWN5.BCOM._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4.UPST.DWNB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4.UPST.DWNC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.UPST.DWNB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6.UPST.DWNC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SBEX._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.COMP._PRT]
ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 *10 11 12)
ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 *6 7 10 11 12)
ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 12)
ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
system 00:07: ioport range 0x800-0x87f has been reserved
system 00:07: ioport range 0x880-0x8bf has been reserved
system 00:07: ioport range 0x8c0-0x8df has been reserved
system 00:07: ioport range 0x8e0-0x8e3 has been reserved
system 00:07: ioport range 0x8f0-0x8f1 has been reserved
system 00:07: ioport range 0x900-0x900 has been reserved
system 00:07: ioport range 0xc00-0xc7f has been reserved
system 00:07: ioport range 0xca0-0xca7 has been reserved
system 00:07: ioport range 0xca9-0xcab has been reserved
system 00:07: ioport range 0xcad-0xcaf has been reserved
system 00:08: ioport range 0xca8-0xca8 has been reserved
system 00:08: ioport range 0xcac-0xcac has been reserved
system 00:09: iomem range 0xe0000000-0xefffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:14
pci 0000:00:01.0: IO window: disabled
pci 0000:00:01.0: MEM window: disabled
pci 0000:00:01.0: PREFETCH window: disabled
pci 0000:17:00.0: PCI bridge, secondary bus 0000:19
pci 0000:17:00.0: IO window: 0xe000-0xefff
pci 0000:17:00.0: MEM window: 0xde200000-0xde3fffff
pci 0000:17:00.0: PREFETCH window: disabled
pci 0000:17:01.0: PCI bridge, secondary bus 0000:18
pci 0000:17:01.0: IO window: disabled
pci 0000:17:01.0: MEM window: disabled
pci 0000:17:01.0: PREFETCH window: disabled
pci 0000:16:00.0: PCI bridge, secondary bus 0000:17
pci 0000:16:00.0: IO window: 0xe000-0xefff
pci 0000:16:00.0: MEM window: 0xde200000-0xde3fffff
pci 0000:16:00.0: PREFETCH window: disabled
pci 0000:16:00.3: PCI bridge, secondary bus 0000:1a
pci 0000:16:00.3: IO window: disabled
pci 0000:16:00.3: MEM window: disabled
pci 0000:16:00.3: PREFETCH window: disabled
pci 0000:00:02.0: PCI bridge, secondary bus 0000:16
pci 0000:00:02.0: IO window: 0xe000-0xefff
pci 0000:00:02.0: MEM window: 0xde100000-0xde3fffff
pci 0000:00:02.0: PREFETCH window: disabled
pci 0000:02:01.0: PCI bridge, secondary bus 0000:03
pci 0000:02:01.0: IO window: disabled
pci 0000:02:01.0: MEM window: disabled
pci 0000:02:01.0: PREFETCH window: disabled
pci 0000:0a:00.0: PCI bridge, secondary bus 0000:0b
pci 0000:0a:00.0: IO window: disabled
pci 0000:0a:00.0: MEM window: 0xd6000000-0xd7ffffff
pci 0000:0a:00.0: PREFETCH window: disabled
pci 0000:02:02.0: PCI bridge, secondary bus 0000:0a
pci 0000:02:02.0: IO window: disabled
pci 0000:02:02.0: MEM window: 0xd6000000-0xd7ffffff
pci 0000:02:02.0: PREFETCH window: disabled
pci 0000:08:00.0: PCI bridge, secondary bus 0000:09
pci 0000:08:00.0: IO window: disabled
pci 0000:08:00.0: MEM window: 0xd8000000-0xd9ffffff
pci 0000:08:00.0: PREFETCH window: disabled
pci 0000:02:03.0: PCI bridge, secondary bus 0000:08
pci 0000:02:03.0: IO window: disabled
pci 0000:02:03.0: MEM window: 0xd8000000-0xd9ffffff
pci 0000:02:03.0: PREFETCH window: disabled
pci 0000:06:00.0: PCI bridge, secondary bus 0000:07
pci 0000:06:00.0: IO window: disabled
pci 0000:06:00.0: MEM window: 0xda000000-0xdbffffff
pci 0000:06:00.0: PREFETCH window: disabled
pci 0000:02:04.0: PCI bridge, secondary bus 0000:06
pci 0000:02:04.0: IO window: disabled
pci 0000:02:04.0: MEM window: 0xda000000-0xdbffffff
pci 0000:02:04.0: PREFETCH window: disabled
pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
pci 0000:04:00.0: IO window: disabled
pci 0000:04:00.0: MEM window: 0xdc000000-0xddffffff
pci 0000:04:00.0: PREFETCH window: disabled
pci 0000:02:05.0: PCI bridge, secondary bus 0000:04
pci 0000:02:05.0: IO window: disabled
pci 0000:02:05.0: MEM window: 0xdc000000-0xddffffff
pci 0000:02:05.0: PREFETCH window: disabled
pci 0000:01:00.0: PCI bridge, secondary bus 0000:02
pci 0000:01:00.0: IO window: disabled
pci 0000:01:00.0: MEM window: 0xd6000000-0xddffffff
pci 0000:01:00.0: PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:01
pci 0000:00:03.0: IO window: disabled
pci 0000:00:03.0: MEM window: 0xd6000000-0xddffffff
pci 0000:00:03.0: PREFETCH window: disabled
pci 0000:0d:02.0: PCI bridge, secondary bus 0000:0f
pci 0000:0d:02.0: IO window: disabled
pci 0000:0d:02.0: MEM window: disabled
pci 0000:0d:02.0: PREFETCH window: disabled
pci 0000:0d:04.0: PCI bridge, secondary bus 0000:0e
pci 0000:0d:04.0: IO window: disabled
pci 0000:0d:04.0: MEM window: disabled
pci 0000:0d:04.0: PREFETCH window: disabled
pci 0000:0c:00.0: PCI bridge, secondary bus 0000:0d
pci 0000:0c:00.0: IO window: disabled
pci 0000:0c:00.0: MEM window: disabled
pci 0000:0c:00.0: PREFETCH window: disabled
pci 0000:00:04.0: PCI bridge, secondary bus 0000:0c
pci 0000:00:04.0: IO window: disabled
pci 0000:00:04.0: MEM window: disabled
pci 0000:00:04.0: PREFETCH window: disabled
pci 0000:11:02.0: PCI bridge, secondary bus 0000:13
pci 0000:11:02.0: IO window: disabled
pci 0000:11:02.0: MEM window: disabled
pci 0000:11:02.0: PREFETCH window: disabled
pci 0000:11:04.0: PCI bridge, secondary bus 0000:12
pci 0000:11:04.0: IO window: disabled
pci 0000:11:04.0: MEM window: disabled
pci 0000:11:04.0: PREFETCH window: disabled
pci 0000:10:00.0: PCI bridge, secondary bus 0000:11
pci 0000:10:00.0: IO window: disabled
pci 0000:10:00.0: MEM window: disabled
pci 0000:10:00.0: PREFETCH window: disabled
pci 0000:00:06.0: PCI bridge, secondary bus 0000:10
pci 0000:00:06.0: IO window: disabled
pci 0000:00:06.0: MEM window: disabled
pci 0000:00:06.0: PREFETCH window: disabled
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:15
pci 0000:00:1c.0: IO window: disabled
pci 0000:00:1c.0: MEM window: disabled
pci 0000:00:1c.0: PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:1b
pci 0000:00:1e.0: IO window: 0xd000-0xdfff
pci 0000:00:1e.0: MEM window: 0xde400000-0xde4fffff
pci 0000:00:1e.0: PREFETCH window: 0x000000c8000000-0x000000cfffffff
pci 0000:00:01.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:02.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:02.0: setting latency timer to 64
pci 0000:16:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:16:00.0: setting latency timer to 64
pci 0000:17:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:17:00.0: setting latency timer to 64
pci 0000:17:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
pci 0000:17:01.0: setting latency timer to 64
pci 0000:16:00.3: setting latency timer to 64
pci 0000:00:03.0: PCI INT A -> GSI 37 (level, low) -> IRQ 37
pci 0000:00:03.0: setting latency timer to 64
pci 0000:01:00.0: setting latency timer to 64
pci 0000:02:01.0: setting latency timer to 64
pci 0000:02:02.0: setting latency timer to 64
pci 0000:0a:00.0: setting latency timer to 64
pci 0000:02:03.0: setting latency timer to 64
pci 0000:08:00.0: setting latency timer to 64
pci 0000:02:04.0: setting latency timer to 64
pci 0000:06:00.0: setting latency timer to 64
pci 0000:02:05.0: setting latency timer to 64
pci 0000:04:00.0: setting latency timer to 64
pci 0000:00:04.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
pci 0000:00:04.0: setting latency timer to 64
pci 0000:0c:00.0: setting latency timer to 64
pci 0000:0d:02.0: setting latency timer to 64
pci 0000:0d:04.0: setting latency timer to 64
pci 0000:00:06.0: PCI INT A -> GSI 33 (level, low) -> IRQ 33
pci 0000:00:06.0: setting latency timer to 64
pci 0000:10:00.0: setting latency timer to 64
pci 0000:11:02.0: setting latency timer to 64
pci 0000:11:04.0: setting latency timer to 64
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 4
Switched to high resolution mode on CPU 0
NET: Registered protocol family 1
highmem bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
msgmni has been set to 1235
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered (default)
pci 0000:1b:0c.0: Boot video device
pcieport-driver 0000:00:01.0: setting latency timer to 64
pcieport-driver 0000:00:01.0: found MSI capability
pci_express 0000:00:01.0:pcie00: allocate port service
pcieport-driver 0000:00:02.0: setting latency timer to 64
pcieport-driver 0000:00:02.0: found MSI capability
pci_express 0000:00:02.0:pcie00: allocate port service
pcieport-driver 0000:00:03.0: setting latency timer to 64
pcieport-driver 0000:00:03.0: found MSI capability
pci_express 0000:00:03.0:pcie00: allocate port service
pcieport-driver 0000:00:04.0: setting latency timer to 64
pcieport-driver 0000:00:04.0: found MSI capability
pci_express 0000:00:04.0:pcie00: allocate port service
pcieport-driver 0000:00:06.0: setting latency timer to 64
pcieport-driver 0000:00:06.0: found MSI capability
pci_express 0000:00:06.0:pcie00: allocate port service
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: found MSI capability
pci_express 0000:00:1c.0:pcie00: allocate port service
pci_express 0000:00:1c.0:pcie02: allocate port service
pcieport-driver 0000:01:00.0: setting latency timer to 64
pcieport-driver 0000:02:01.0: setting latency timer to 64
pcieport-driver 0000:02:01.0: found MSI capability
pcieport-driver 0000:02:02.0: setting latency timer to 64
pcieport-driver 0000:02:02.0: found MSI capability
pcieport-driver 0000:02:03.0: setting latency timer to 64
pcieport-driver 0000:02:03.0: found MSI capability
pcieport-driver 0000:02:04.0: setting latency timer to 64
pcieport-driver 0000:02:04.0: found MSI capability
pcieport-driver 0000:02:05.0: setting latency timer to 64
pcieport-driver 0000:02:05.0: found MSI capability
pcieport-driver 0000:0c:00.0: setting latency timer to 64
pcieport-driver 0000:0d:02.0: setting latency timer to 64
pcieport-driver 0000:0d:02.0: found MSI capability
pcieport-driver 0000:0d:04.0: setting latency timer to 64
pcieport-driver 0000:0d:04.0: found MSI capability
pcieport-driver 0000:10:00.0: setting latency timer to 64
pcieport-driver 0000:11:02.0: setting latency timer to 64
pcieport-driver 0000:11:02.0: found MSI capability
pcieport-driver 0000:11:04.0: setting latency timer to 64
pcieport-driver 0000:11:04.0: found MSI capability
pcieport-driver 0000:16:00.0: setting latency timer to 64
pcieport-driver 0000:17:00.0: setting latency timer to 64
pcieport-driver 0000:17:00.0: found MSI capability
pcieport-driver 0000:17:01.0: setting latency timer to 64
pcieport-driver 0000:17:01.0: found MSI capability
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
processor ACPI0007:00: registered as cooling_device0
processor ACPI0007:01: registered as cooling_device1
processor ACPI0007:02: registered as cooling_device2
processor ACPI0007:03: registered as cooling_device3
processor ACPI0007:04: registered as cooling_device4
processor ACPI0007:05: registered as cooling_device5
processor ACPI0007:06: registered as cooling_device6
processor ACPI0007:07: registered as cooling_device7
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
pcnet32.c:v1.35 21.Apr.2008 tsbogend@xxxxxxxxxxxxxxxx
Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v1.7.9 (July 18, 2008)
bnx2 0000:05:00.0: PCI INT A -> GSI 38 (level, low) -> IRQ 38
eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem dc000000, IRQ 38, node addr 00:1e:c9:d9:84:57
bnx2 0000:07:00.0: PCI INT A -> GSI 37 (level, low) -> IRQ 37
eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem da000000, IRQ 37, node addr 00:1e:c9:d9:84:59
bnx2 0000:09:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
eth2: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem d8000000, IRQ 19, node addr 00:1e:c9:d9:84:5b
bnx2 0000:0b:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
eth3: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem d6000000, IRQ 18, node addr 00:1e:c9:d9:84:5d
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
Uniform Multi-Platform E-IDE driver
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Probing IDE interface ide0...
hda: TSSTcorpDVD-ROM TS-L333A, ATAPI CD/DVD-ROM drive
Probing IDE interface ide1...
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
megasas: 0x1000:0x0060:0x1028:0x1f0c: bus 25:slot 0:func 0
megaraid_sas 0000:19:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
megaraid_sas 0000:19:00.0: setting latency timer to 64
megasas: FW now in Ready state
scsi0 : LSI SAS based MegaRAID driver
scsi 0:0:0:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:1:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:2:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:3:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:4:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:5:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:6:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:7:0: Direct-Access SEAGATE ST973451SS SM04 PQ: 0 ANSI: 5
scsi 0:0:32:0: Enclosure DP BACKPLANE 1.06 PQ: 0 ANSI: 5
scsi 0:2:0:0: Direct-Access DELL PERC 6/i 1.11 PQ: 0 ANSI: 5
Driver 'sd' needs updating - please use bus_type methods
sd 0:2:0:0: [sda] 710410240 512-byte hardware sectors (363730 MB)
sd 0:2:0:0: [sda] Write Protect is off
sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:2:0:0: [sda] 710410240 512-byte hardware sectors (363730 MB)
sd 0:2:0:0: [sda] Write Protect is off
sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 sda15 >
sd 0:2:0:0: [sda] Attached SCSI disk
ata_piix 0000:00:1f.2: version 2.12
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 0 (errno=-16)
ata_piix 0000:00:1f.2: BAR 2: can't reserve I/O region [0x170-0x177]
ata_piix 0000:00:1f.2: failed to request/iomap BARs for port 1 (errno=-16)
ata_piix 0000:00:1f.2: no available native port
Fusion MPT base driver 3.04.07
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SPI Host driver 3.04.07
ehci_hcd 0000:00:1d.7: PCI INT B -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 21, io mem 0xde0ffc00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.27-rc3 ehci_hcd
usb usb1: SerialNumber: 0000:00:1d.7
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000cc80
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-2: new high speed USB device using ehci_hcd and address 2
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
uhci_hcd 0000:00:1d.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000cca0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb 1-2: configuration #1 chosen from 1 choice
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.1
uhci_hcd 0000:00:1d.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 20, io base 0x0000ccc0
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb 1-2: New USB device found, idVendor=413c, idProduct=a001
usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb4: SerialNumber: 0000:00:1d.2
uhci_hcd 0000:00:1d.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 20, io base 0x0000cce0
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 1-7: new high speed USB device using ehci_hcd and address 4
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.27-rc3 uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.3
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
usb 1-7: configuration #1 chosen from 1 choice
hub 1-7:1.0: USB hub found
hub 1-7:1.0: 2 ports detected
input: PC Speaker as /devices/platform/pcspkr/input/input1
coretemp coretemp.0: Using relative temperature scale!
coretemp coretemp.1: Using relative temperature scale!
coretemp coretemp.4: Using relative temperature scale!
hdaps: supported laptop not found!
hdaps: driver init failed (ret=-19)!
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@xxxxxxxxxx
EDAC MC: Ver: 2.1.0 Aug 14 2008
usb 1-7: New USB device found, idVendor=04b4, idProduct=6560
usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
usb 3-1: New USB device found, idVendor=0624, idProduct=0294
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: Dell 03R874
usb 3-1: Manufacturer: Avocent
usbcore: registered new interface driver hiddev
usb 1-2.1: new full speed USB device using ehci_hcd and address 5
usb 1-2.1: configuration #1 chosen from 1 choice
usb 1-2.1: New USB device found, idVendor=413c, idProduct=0000
usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2.1: Product: DRAC5
usb 1-2.1: Manufacturer: Dell
usb 1-2.1: SerialNumber: 0000000
input: Avocent Dell 03R874 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input2
input: USB HID v1.10 Keyboard [Avocent Dell 03R874] on usb-0000:00:1d.1-1
input: Avocent Dell 03R874 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input3
usb 1-7.1: new high speed USB device using ehci_hcd and address 6
input: USB HID v1.10 Mouse [Avocent Dell 03R874] on usb-0000:00:1d.1-1
input: Dell DRAC5 as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.1/1-2.1:1.0/input/input4
input: USB HID v1.10 Keyboard [Dell DRAC5] on usb-0000:00:1d.7-2.1
input: Dell DRAC5 as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.1/1-2.1:1.1/input/input5
input: USB HID v1.10 Mouse [Dell DRAC5] on usb-0000:00:1d.7-2.1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.17.
ALSA device list:
No soundcards found.
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
NET: Registered protocol family 17
Starting balanced_irq
Using IPI No-Shortcut mode
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 260k freed
usb 1-7.1: configuration #1 chosen from 1 choice
hub 1-7.1:1.0: USB hub found
hub 1-7.1:1.0: 2 ports detected
usb 1-7.1: New USB device found, idVendor=04b4, idProduct=6560
usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Adding 27350652k swap on /dev/sda3. Priority:-1 extents:1 across:27350652k
hpet1: lost 4 rtc interrupts
bnx2: eth0: using MSI
bnx2: eth1: using MSI
bnx2: eth0 NIC Copper Link is Up, 1000 Mbps full duplex