* 2.6.28-rc7 acpi error messages
@ 2008-12-03 21:22 Koornstra, Reinoud
2008-12-03 22:43 ` Moore, Robert
0 siblings, 1 reply; 23+ messages in thread
From: Koornstra, Reinoud @ 2008-12-03 21:22 UTC (permalink / raw)
To: linux-acpi@vger.kernel.org
HI Everyone,
2.6.28-rc7 works nicely here, I'm only seeing some non critical errors:
[ 0.000000] ACPI Error (tbfadt-0471): 32/64X address mismatch in "Gpe0Block": [0000F820] [000000000001F028], using 64X [20080926]
[ 0.000000] 2171MB HIGHMEM available.
[ 0.000000] 883MB LOWMEM available.
[ 0.000999] Memory: 3094036k/3129092k available (3049k kernel code, 33768k reserved, 2026k data, 328k init, 2223884k highmem)
[ 0.304598] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS
[ 0.304601] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
[ 0.304605] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[ 0.305297] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS
[ 0.305300] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
Any suggestions?
Kind Regards,
Reinoud.
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-03 21:22 2.6.28-rc7 acpi error messages Koornstra, Reinoud
@ 2008-12-03 22:43 ` Moore, Robert
2008-12-03 23:03 ` Matthew Garrett
2008-12-03 23:06 ` Koornstra, Reinoud
0 siblings, 2 replies; 23+ messages in thread
From: Moore, Robert @ 2008-12-03 22:43 UTC (permalink / raw)
To: Koornstra, Reinoud, linux-acpi@vger.kernel.org; +Cc: Brown, Len, Lin, Ming M
Thanks for the acpidump.
>From the FADT, there are some serious issues with this machine. It appears to be a Compaq, maybe model number LX38.
We've recently improved the FADT error checking, here's what I get:
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Pm1aEventBlock: 32/16 [20081204]
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Gpe0Block: 128/32 [20081204]
ACPI Error (tbfadt-0663): 32/64X address mismatch in Gpe0Block: 0000F820/000000000001F028, using 64X [20081204]
ACPI Warning (tbfadt-0498): Invalid length for Pm1aEventBlock: 16, using default 32 [20081204]
Also, for \_SB_.PCI0._OSC:
>[ 0.304598] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure,
>AE_ALREADY_EXISTS
Method (_OSC, 5, NotSerialized)
{
Subtract (Arg2, 0x01, Local0)
Name (CAPB, Buffer (Multiply (Arg2, 0x04)) {})
Store (Arg3, CAPB)
Store (One, Local1)
CreateDWordField (CAPB, Zero, CAPF)
While (Local0)
{
CreateDWordField (CAPB, Local1, CAPD)
CAPD is being created within a loop. On the second iteration it fails.
Here's the FADT issues with the corresponding lines from the disassembled FADT:
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Pm1aEventBlock: 32/16 [20081204]
32:
[058h 088 1] PM1 Event Block Length : 04
64:
[094h 148 12] PM1A Event Block : <Generic Address Structure>
[094h 148 1] Space ID : 01 (SystemIO)
[095h 149 1] Bit Width : 10
[096h 150 1] Bit Offset : 00
[097h 151 1] Access Width : 00
Bit Width above should be 0x20
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Gpe0Block: 128/32 [20081204]
32:
[05Ch 092 1] GPE0 Block Length : 10
64:
[0DCh 220 12] GPE0 Block : <Generic Address Structure>
[0DCh 220 1] Space ID : 01 (SystemIO)
[0DDh 221 1] Bit Width : 20
[0DEh 222 1] Bit Offset : 00
[0DFh 223 1] Access Width : 00
[0E0h 224 8] Address : 000000000001F028
I can't tell which one is correct.
ACPI Error (tbfadt-0663): 32/64X address mismatch in Gpe0Block: 0000F820/000000000001F028, using 64X [20081204]
32:
[050h 080 4] GPE0 Block Address : 0000F820
64:
[0DCh 220 12] GPE0 Block : <Generic Address Structure>
[0DCh 220 1] Space ID : 01 (SystemIO)
[0DDh 221 1] Bit Width : 20
[0DEh 222 1] Bit Offset : 00
[0DFh 223 1] Access Width : 00
[0E0h 224 8] Address : 000000000001F028
Again, can't tell which one is correct.
ACPI Warning (tbfadt-0498): Invalid length for Pm1aEventBlock: 16, using default 32 [20081204]
This is actually repairing the problem found in the first warning above.
2 questions:
1) Do GPEs and events work on this machine?
2) Does Windows run properly on this machine?
Bob
>-----Original Message-----
>From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-
>owner@vger.kernel.org] On Behalf Of Koornstra, Reinoud
>Sent: Wednesday, December 03, 2008 1:22 PM
>To: linux-acpi@vger.kernel.org
>Subject: 2.6.28-rc7 acpi error messages
>
>HI Everyone,
>
>2.6.28-rc7 works nicely here, I'm only seeing some non critical errors:
>
>[ 0.000000] ACPI Error (tbfadt-0471): 32/64X address mismatch in
>"Gpe0Block": [0000F820] [000000000001F028], using 64X [20080926]
>[ 0.000000] 2171MB HIGHMEM available.
>[ 0.000000] 883MB LOWMEM available.
>[ 0.000999] Memory: 3094036k/3129092k available (3049k kernel code,
>33768k reserved, 2026k data, 328k init, 2223884k highmem)
>
>[ 0.304598] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure,
>AE_ALREADY_EXISTS
>[ 0.304601] ACPI Error (psparse-0524): Method parse/execution failed
>[\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
>[ 0.304605] ACPI: Marking method _OSC as Serialized because of
>AE_ALREADY_EXISTS error
>[ 0.305297] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure,
>AE_ALREADY_EXISTS
>[ 0.305300] ACPI Error (psparse-0524): Method parse/execution failed
>[\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
>
>Any suggestions?
>Kind Regards,
>
>Reinoud.
>
>--
>To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: 2.6.28-rc7 acpi error messages
2008-12-03 22:43 ` Moore, Robert
@ 2008-12-03 23:03 ` Matthew Garrett
2008-12-03 23:12 ` Moore, Robert
2008-12-03 23:06 ` Koornstra, Reinoud
1 sibling, 1 reply; 23+ messages in thread
From: Matthew Garrett @ 2008-12-03 23:03 UTC (permalink / raw)
To: Moore, Robert
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M
On Wed, Dec 03, 2008 at 02:43:12PM -0800, Moore, Robert wrote:
> Again, can't tell which one is correct.
Windows uses the 32-bit values, so they'll be the correct ones. This is
an incredibly prevalent problem and we need to just implement Windows
compatibility here.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-03 22:43 ` Moore, Robert
2008-12-03 23:03 ` Matthew Garrett
@ 2008-12-03 23:06 ` Koornstra, Reinoud
1 sibling, 0 replies; 23+ messages in thread
From: Koornstra, Reinoud @ 2008-12-03 23:06 UTC (permalink / raw)
To: Moore, Robert, linux-acpi@vger.kernel.org; +Cc: Brown, Len, Lin, Ming M
[-- Attachment #1: Type: text/plain, Size: 5616 bytes --]
Did you get the errors on your machine or do you have a patch for rc-7 in which you the FADT error checking.
The machine I have is an HP xw4600 workstation, I can check for exact details upon the hardware, that might help uncover what is correct and what isn't.
The machine seems to be working ok, only during boot time It has some issues to deal with and so booting takes longer.
I am not running windows on this system so I cannot tell, it came with windows default installed, but I kicked it off, because I use this machine for different purposes.
Let me send you the complete dmesg of this machine. Maybe the implemented something windows specific here...
Kind Regards,
Reinoud.
-----Original Message-----
From: Moore, Robert [mailto:robert.moore@intel.com]
Sent: Wednesday, December 03, 2008 2:43 PM
To: Koornstra, Reinoud; linux-acpi@vger.kernel.org
Cc: Brown, Len; Lin, Ming M
Subject: RE: 2.6.28-rc7 acpi error messages
Thanks for the acpidump.
>From the FADT, there are some serious issues with this machine. It appears to be a Compaq, maybe model number LX38.
We've recently improved the FADT error checking, here's what I get:
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Pm1aEventBlock: 32/16 [20081204]
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Gpe0Block: 128/32 [20081204]
ACPI Error (tbfadt-0663): 32/64X address mismatch in Gpe0Block: 0000F820/000000000001F028, using 64X [20081204]
ACPI Warning (tbfadt-0498): Invalid length for Pm1aEventBlock: 16, using default 32 [20081204]
Also, for \_SB_.PCI0._OSC:
>[ 0.304598] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure,
>AE_ALREADY_EXISTS
Method (_OSC, 5, NotSerialized)
{
Subtract (Arg2, 0x01, Local0)
Name (CAPB, Buffer (Multiply (Arg2, 0x04)) {})
Store (Arg3, CAPB)
Store (One, Local1)
CreateDWordField (CAPB, Zero, CAPF)
While (Local0)
{
CreateDWordField (CAPB, Local1, CAPD)
CAPD is being created within a loop. On the second iteration it fails.
Here's the FADT issues with the corresponding lines from the disassembled FADT:
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Pm1aEventBlock: 32/16 [20081204]
32:
[058h 088 1] PM1 Event Block Length : 04
64:
[094h 148 12] PM1A Event Block : <Generic Address Structure>
[094h 148 1] Space ID : 01 (SystemIO)
[095h 149 1] Bit Width : 10
[096h 150 1] Bit Offset : 00
[097h 151 1] Access Width : 00
Bit Width above should be 0x20
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Gpe0Block: 128/32 [20081204]
32:
[05Ch 092 1] GPE0 Block Length : 10
64:
[0DCh 220 12] GPE0 Block : <Generic Address Structure>
[0DCh 220 1] Space ID : 01 (SystemIO)
[0DDh 221 1] Bit Width : 20
[0DEh 222 1] Bit Offset : 00
[0DFh 223 1] Access Width : 00
[0E0h 224 8] Address : 000000000001F028
I can't tell which one is correct.
ACPI Error (tbfadt-0663): 32/64X address mismatch in Gpe0Block: 0000F820/000000000001F028, using 64X [20081204]
32:
[050h 080 4] GPE0 Block Address : 0000F820
64:
[0DCh 220 12] GPE0 Block : <Generic Address Structure>
[0DCh 220 1] Space ID : 01 (SystemIO)
[0DDh 221 1] Bit Width : 20
[0DEh 222 1] Bit Offset : 00
[0DFh 223 1] Access Width : 00
[0E0h 224 8] Address : 000000000001F028
Again, can't tell which one is correct.
ACPI Warning (tbfadt-0498): Invalid length for Pm1aEventBlock: 16, using default 32 [20081204]
This is actually repairing the problem found in the first warning above.
2 questions:
1) Do GPEs and events work on this machine?
2) Does Windows run properly on this machine?
Bob
>-----Original Message-----
>From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-
>owner@vger.kernel.org] On Behalf Of Koornstra, Reinoud
>Sent: Wednesday, December 03, 2008 1:22 PM
>To: linux-acpi@vger.kernel.org
>Subject: 2.6.28-rc7 acpi error messages
>
>HI Everyone,
>
>2.6.28-rc7 works nicely here, I'm only seeing some non critical errors:
>
>[ 0.000000] ACPI Error (tbfadt-0471): 32/64X address mismatch in
>"Gpe0Block": [0000F820] [000000000001F028], using 64X [20080926]
>[ 0.000000] 2171MB HIGHMEM available.
>[ 0.000000] 883MB LOWMEM available.
>[ 0.000999] Memory: 3094036k/3129092k available (3049k kernel code,
>33768k reserved, 2026k data, 328k init, 2223884k highmem)
>
>[ 0.304598] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure,
>AE_ALREADY_EXISTS
>[ 0.304601] ACPI Error (psparse-0524): Method parse/execution failed
>[\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
>[ 0.304605] ACPI: Marking method _OSC as Serialized because of
>AE_ALREADY_EXISTS error
>[ 0.305297] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure,
>AE_ALREADY_EXISTS
>[ 0.305300] ACPI Error (psparse-0524): Method parse/execution failed
>[\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
>
>Any suggestions?
>Kind Regards,
>
>Reinoud.
>
>--
>To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
[-- Attachment #2: dmesg_output --]
[-- Type: application/octet-stream, Size: 57467 bytes --]
[ 0.000000] BIOS EBDA/lowmem at: 00097c00/00097c00
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.28-rc7 (root@SuperChi) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #4 SMP Tue Dec 2 16:03:06 PST 2008 ()
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 0000000000097c00 (usable)
[ 0.000000] BIOS-e820: 0000000000097c00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000befc1da0 (usable)
[ 0.000000] BIOS-e820: 00000000befc1da0 - 00000000befc1e00 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000befc1e00 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f4000000 - 00000000f8000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fed40000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed45000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] DMI 2.5 present.
[ 0.000000] last_pfn = 0xbefc1 max_arch_pfn = 0x100000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] kernel direct mapping tables up to 373fe000 @ 7000-d000
[ 0.000000] RAMDISK: 37dbf000 - 37fefe9a
[ 0.000000] Allocated new RAMDISK: 007ce000 - 009fee9a
[ 0.000000] Move RAMDISK from 0000000037dbf000 - 0000000037fefe99 to 007ce000 - 009fee99
[ 0.000000] ACPI: RSDP 000E6410, 0024 (r2 COMPAQ)
[ 0.000000] ACPI: XSDT BEFC1EE8, 0064 (r1 HPQOEM SLIC-WKS 20080430 0)
[ 0.000000] ACPI: FACP BEFC2088, 00F4 (r3 COMPAQ BEFC2647 0)
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[ 0.000000] ACPI Error (tbfadt-0471): 32/64X address mismatch in "Gpe0Block": [0000F820] [000000000001F028], using 64X [20080926]
[ 0.000000] ACPI: DSDT BEFC2647, 98EC (r1 COMPAQ DSDT_PRJ 1 MSFT 100000E)
[ 0.000000] ACPI: FACS BEFC1E00, 0040
[ 0.000000] ACPI: APIC BEFC217C, 0084 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: ASF! BEFC2200, 0063 (r32 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: MCFG BEFC2263, 003C (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: TCPA BEFC229F, 0032 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: SLIC BEFC22D1, 0176 (r1 HPQOEM SLIC-WKS 1 0)
[ 0.000000] ACPI: HPET BEFC2447, 0038 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: DMAR BEFC247F, 0158 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2171MB HIGHMEM available.
[ 0.000000] 883MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 373fe000
[ 0.000000] low ram: 00000000 - 373fe000
[ 0.000000] bootmap 00009000 - 0000fe80
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000200000 - 00007ca45c] TEXT DATA BSS ==> [0000200000 - 00007ca45c]
[ 0.000000] #4 [00007cb000 - 00007ce000] INIT_PG_TABLE ==> [00007cb000 - 00007ce000]
[ 0.000000] #5 [0000097c00 - 0000100000] BIOS reserved ==> [0000097c00 - 0000100000]
[ 0.000000] #6 [0000007000 - 0000009000] PGTABLE ==> [0000007000 - 0000009000]
[ 0.000000] #7 [00007ce000 - 00009fee9a] NEW RAMDISK ==> [00007ce000 - 00009fee9a]
[ 0.000000] #8 [0000009000 - 0000010000] BOOTMAP ==> [0000009000 - 0000010000]
[ 0.000000] found SMP MP-table at [c00f9bf0] 000f9bf0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000373fe
[ 0.000000] HighMem 0x000373fe -> 0x000befc1
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00000097
[ 0.000000] 0: 0x00000100 -> 0x000befc1
[ 0.000000] On node 0 totalpages: 782168
[ 0.000000] free_area_init_node: node 0, pgdat c0697040, node_mem_map c1000000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3959 pages, LIFO batch:0
[ 0.000000] Normal zone: 1736 pages used for memmap
[ 0.000000] Normal zone: 220470 pages, LIFO batch:31
[ 0.000000] HighMem zone: 4344 pages used for memmap
[ 0.000000] HighMem zone: 551627 pages, LIFO batch:31
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] ACPI: PM-Timer IO Port: 0xf808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 0000000000097000 - 0000000000098000
[ 0.000000] PM: Registered nosave memory: 0000000000098000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000
[ 0.000000] PM: Registered nosave memory: 00000000000e8000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c4000000 (gap: c0000000:34000000)
[ 0.000000] PERCPU: Allocating 45056 bytes of per cpu data
[ 0.000000] NR_CPUS: 64, nr_cpu_ids: 4, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 776056
[ 0.000000] Kernel command line: root=UUID=c63dddb9-ab31-4deb-bf49-0718cd5bfb06 ro quiet splash
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 3166.741 MHz processor.
[ 0.000999] Console: colour VGA+ 80x25
[ 0.000999] console [tty0] enabled
[ 0.000999] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000999] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000999] Memory: 3094036k/3129092k available (3049k kernel code, 33768k reserved, 2026k data, 328k init, 2223884k highmem)
[ 0.000999] virtual kernel memory layout:
[ 0.000999] fixmap : 0xffc79000 - 0xfffff000 (3608 kB)
[ 0.000999] pkmap : 0xff400000 - 0xff800000 (4096 kB)
[ 0.000999] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB)
[ 0.000999] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB)
[ 0.000999] .init : 0xc06fb000 - 0xc074d000 ( 328 kB)
[ 0.000999] .data : 0xc04fa52e - 0xc06f5058 (2026 kB)
[ 0.000999] .text : 0xc0200000 - 0xc04fa52e (3049 kB)
[ 0.000999] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000999] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000999] hpet clockevent registered
[ 0.000999] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 6333.48 BogoMIPS (lpj=3166741)
[ 0.000999] Security Framework initialized
[ 0.000999] SELinux: Initializing.
[ 0.000999] SELinux: Starting in permissive mode
[ 0.000999] Mount-cache hash table entries: 512
[ 0.000999] Initializing cgroup subsys ns
[ 0.000999] Initializing cgroup subsys cpuacct
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 6144K
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 0
[ 0.000999] using mwait in idle threads.
[ 0.000999] Checking 'hlt' instruction... OK.
[ 0.004293] ACPI: Core revision 20080926
[ 0.014429] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.024571] CPU0: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz stepping 06
[ 0.024996] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.000999] Initializing CPU#1
[ 0.000999] Calibrating delay using timer specific routine.. 6333.26 BogoMIPS (lpj=3166631)
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 6144K
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 1
[ 0.000999] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.096580] CPU1: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz stepping 06
[ 0.096587] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.097012] Brought up 2 CPUs
[ 0.097014] Total of 2 processors activated (12666.74 BogoMIPS).
[ 0.097083] khelper used greatest stack depth: 7072 bytes left
[ 0.097083] net_namespace: 748 bytes
[ 0.098010] Time: 23:01:22 Date: 12/03/08
[ 0.098028] NET: Registered protocol family 16
[ 0.098039] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.098039] ACPI: bus type pci registered
[ 0.098039] PCI: MCFG configuration 0: base f4000000 segment 0 buses 0 - 63
[ 0.098039] PCI: MCFG area at f4000000 reserved in E820
[ 0.098039] PCI: Using MMCONFIG for extended config space
[ 0.098039] PCI: Using configuration type 1 for base access
[ 0.101218] ACPI: EC: Look up EC in DSDT
[ 0.104139] ACPI: Interpreter enabled
[ 0.104142] ACPI: (supports S0 S3 S4 S5)
[ 0.104152] ACPI: Using IOAPIC for interrupt routing
[ 0.107416] ACPI: No dock devices found.
[ 0.107416] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.107416] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.107416] pci 0000:00:01.0: PME# disabled
[ 0.107416] pci 0000:00:1a.0: reg 20 io port: [0x3100-0x311f]
[ 0.107416] pci 0000:00:1a.1: reg 20 io port: [0x3120-0x313f]
[ 0.108005] pci 0000:00:1a.2: reg 20 io port: [0x3140-0x315f]
[ 0.108054] pci 0000:00:1a.7: reg 10 32bit mmio: [0xe3204800-0xe3204bff]
[ 0.108083] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.108086] pci 0000:00:1a.7: PME# disabled
[ 0.108116] pci 0000:00:1b.0: reg 10 64bit mmio: [0xe3200000-0xe3203fff]
[ 0.108136] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.108139] pci 0000:00:1b.0: PME# disabled
[ 0.108171] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.108173] pci 0000:00:1c.0: PME# disabled
[ 0.108209] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.108211] pci 0000:00:1c.4: PME# disabled
[ 0.108244] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.108247] pci 0000:00:1c.5: PME# disabled
[ 0.108286] pci 0000:00:1d.0: reg 20 io port: [0x3160-0x317f]
[ 0.108331] pci 0000:00:1d.1: reg 20 io port: [0x3180-0x319f]
[ 0.108377] pci 0000:00:1d.2: reg 20 io port: [0x31a0-0x31bf]
[ 0.108425] pci 0000:00:1d.7: reg 10 32bit mmio: [0xe3204c00-0xe3204fff]
[ 0.108454] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.108457] pci 0000:00:1d.7: PME# disabled
[ 0.108542] pci 0000:00:1f.0: quirk: region f800-f87f claimed by ICH6 ACPI/GPIO/TCO
[ 0.108545] pci 0000:00:1f.0: quirk: region fa00-fa3f claimed by ICH6 GPIO
[ 0.108582] pci 0000:00:1f.2: reg 10 io port: [0x3200-0x3207]
[ 0.108586] pci 0000:00:1f.2: reg 14 io port: [0x3210-0x3213]
[ 0.108590] pci 0000:00:1f.2: reg 18 io port: [0x3208-0x320f]
[ 0.108594] pci 0000:00:1f.2: reg 1c io port: [0x3214-0x3217]
[ 0.108598] pci 0000:00:1f.2: reg 20 io port: [0x31c0-0x31df]
[ 0.108602] pci 0000:00:1f.2: reg 24 32bit mmio: [0xe3204000-0xe32047ff]
[ 0.108612] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.108614] pci 0000:00:1f.2: PME# disabled
[ 0.108643] pci 0000:01:00.0: reg 10 32bit mmio: [0xe2000000-0xe2ffffff]
[ 0.108650] pci 0000:01:00.0: reg 14 64bit mmio: [0xc0000000-0xdfffffff]
[ 0.108656] pci 0000:01:00.0: reg 1c 64bit mmio: [0xe0000000-0xe1ffffff]
[ 0.108660] pci 0000:01:00.0: reg 24 io port: [0x2100-0x217f]
[ 0.108664] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.108697] pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
[ 0.108699] pci 0000:00:01.0: bridge 32bit mmio: [0xe0000000-0xe2ffffff]
[ 0.108701] pci 0000:00:01.0: bridge 64bit mmio pref: [0xc0000000-0xdfffffff]
[ 0.108813] pci 0000:3f:00.0: reg 10 64bit mmio: [0xe3100000-0xe310ffff]
[ 0.108849] pci 0000:3f:00.0: PME# supported from D3hot D3cold
[ 0.108852] pci 0000:3f:00.0: PME# disabled
[ 0.108887] pci 0000:00:1c.5: bridge 32bit mmio: [0xe3100000-0xe31fffff]
[ 0.108927] pci 0000:10:04.0: reg 10 32bit mmio: [0xe3000000-0xe301ffff]
[ 0.108932] pci 0000:10:04.0: reg 14 32bit mmio: [0xe3020000-0xe303ffff]
[ 0.108937] pci 0000:10:04.0: reg 18 io port: [0x1100-0x113f]
[ 0.108954] pci 0000:10:04.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.108961] pci 0000:10:04.0: PME# supported from D0 D3hot D3cold
[ 0.108964] pci 0000:10:04.0: PME# disabled
[ 0.109000] pci 0000:00:1e.0: transparent bridge
[ 0.109003] pci 0000:00:1e.0: bridge io port: [0x1000-0x1fff]
[ 0.109005] pci 0000:00:1e.0: bridge 32bit mmio: [0xe3000000-0xe30fffff]
[ 0.109023] bus 00 -> node 0
[ 0.109027] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.109286] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
[ 0.109375] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX1._PRT]
[ 0.109462] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX5._PRT]
[ 0.109547] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX6._PRT]
[ 0.109633] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
[ 0.124032] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.124108] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.124183] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.124258] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.124333] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.124408] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.124483] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.124557] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.125040] SCSI subsystem initialized
[ 0.125040] libata version 3.00 loaded.
[ 0.125040] usbcore: registered new interface driver usbfs
[ 0.125040] usbcore: registered new interface driver hub
[ 0.125040] usbcore: registered new device driver usb
[ 0.125040] PCI: Using ACPI for IRQ routing
[ 0.125988] NetLabel: Initializing
[ 0.125990] NetLabel: domain hash size = 128
[ 0.125991] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.126003] NetLabel: unlabeled traffic allowed by default
[ 0.126010] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.126015] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.129987] pnp: PnP ACPI init
[ 0.129994] ACPI: bus type pnp registered
[ 0.131961] pnp 00:0d: io resource (0xf800-0xf81f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.131963] pnp 00:0d: io resource (0xf820-0xf83f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.131965] pnp 00:0d: io resource (0xf840-0xf85f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.131967] pnp 00:0d: io resource (0xf860-0xf87f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.132632] pnp: PnP ACPI: found 16 devices
[ 0.132634] ACPI: ACPI bus type pnp unregistered
[ 0.132642] system 00:0d: ioport range 0x400-0x41f has been reserved
[ 0.132644] system 00:0d: ioport range 0x420-0x43f has been reserved
[ 0.132645] system 00:0d: ioport range 0x440-0x45f has been reserved
[ 0.132647] system 00:0d: ioport range 0x460-0x47f has been reserved
[ 0.132648] system 00:0d: ioport range 0x480-0x48f has been reserved
[ 0.132650] system 00:0d: ioport range 0xfa00-0xfa3f has been reserved
[ 0.132651] system 00:0d: ioport range 0xfc00-0xfc7f has been reserved
[ 0.132653] system 00:0d: ioport range 0xfc80-0xfcff has been reserved
[ 0.132655] system 00:0d: ioport range 0xfe00-0xfe7f has been reserved
[ 0.132656] system 00:0d: ioport range 0xfe80-0xfeff has been reserved
[ 0.132659] system 00:0e: ioport range 0x4d0-0x4d1 has been reserved
[ 0.132661] system 00:0e: ioport range 0xcb0-0xcbf has been reserved
[ 0.132664] system 00:0f: iomem range 0x0-0x9ffff could not be reserved
[ 0.132666] system 00:0f: iomem range 0x100000-0xbfffffff could not be reserved
[ 0.132668] system 00:0f: iomem range 0xe4000-0xfffff could not be reserved
[ 0.132669] system 00:0f: iomem range 0xfec01000-0xfecfffff has been reserved
[ 0.132671] system 00:0f: iomem range 0xfed00400-0xfed3ffff has been reserved
[ 0.132673] system 00:0f: iomem range 0xfed40000-0xffffffff could not be reserved
[ 0.132675] system 00:0f: iomem range 0xf4000000-0xf7ffffff has been reserved
[ 0.132676] system 00:0f: iomem range 0xcfc00-0xcffff has been reserved
[ 0.132678] system 00:0f: iomem range 0xd6200-0xe3fff has been reserved
[ 0.167542] pci 0000:01:00.0: BAR 6: can't allocate mem resource [0xe0000000-0xdfffffff]
[ 0.167544] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.167546] pci 0000:00:01.0: IO window: 0x2000-0x2fff
[ 0.167548] pci 0000:00:01.0: MEM window: 0xe0000000-0xe2ffffff
[ 0.167550] pci 0000:00:01.0: PREFETCH window: 0x000000c0000000-0x000000dfffffff
[ 0.167553] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:28
[ 0.167554] pci 0000:00:1c.0: IO window: disabled
[ 0.167557] pci 0000:00:1c.0: MEM window: disabled
[ 0.167559] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.167563] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:34
[ 0.167564] pci 0000:00:1c.4: IO window: disabled
[ 0.167568] pci 0000:00:1c.4: MEM window: disabled
[ 0.167570] pci 0000:00:1c.4: PREFETCH window: disabled
[ 0.167574] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:3f
[ 0.167575] pci 0000:00:1c.5: IO window: disabled
[ 0.167578] pci 0000:00:1c.5: MEM window: 0xe3100000-0xe31fffff
[ 0.167581] pci 0000:00:1c.5: PREFETCH window: disabled
[ 0.167585] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:10
[ 0.167587] pci 0000:00:1e.0: IO window: 0x1000-0x1fff
[ 0.167591] pci 0000:00:1e.0: MEM window: 0xe3000000-0xe30fffff
[ 0.167593] pci 0000:00:1e.0: PREFETCH window: 0x000000e3300000-0x000000e33fffff
[ 0.167601] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.167604] pci 0000:00:01.0: setting latency timer to 64
[ 0.167609] pci 0000:00:1c.0: setting latency timer to 64
[ 0.167614] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.167616] pci 0000:00:1c.4: setting latency timer to 64
[ 0.167621] pci 0000:00:1c.5: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.167624] pci 0000:00:1c.5: setting latency timer to 64
[ 0.167628] pci 0000:00:1e.0: setting latency timer to 64
[ 0.167630] bus: 00 index 0 io port: [0x00-0xffff]
[ 0.167631] bus: 00 index 1 mmio: [0x000000-0xffffffff]
[ 0.167633] bus: 01 index 0 io port: [0x2000-0x2fff]
[ 0.167634] bus: 01 index 1 mmio: [0xe0000000-0xe2ffffff]
[ 0.167635] bus: 01 index 2 mmio: [0xc0000000-0xdfffffff]
[ 0.167636] bus: 01 index 3 mmio: [0x0-0x0]
[ 0.167637] bus: 28 index 0 mmio: [0x0-0x0]
[ 0.167638] bus: 28 index 1 mmio: [0x0-0x0]
[ 0.167639] bus: 28 index 2 mmio: [0x0-0x0]
[ 0.167640] bus: 28 index 3 mmio: [0x0-0x0]
[ 0.167641] bus: 34 index 0 mmio: [0x0-0x0]
[ 0.167642] bus: 34 index 1 mmio: [0x0-0x0]
[ 0.167643] bus: 34 index 2 mmio: [0x0-0x0]
[ 0.167644] bus: 34 index 3 mmio: [0x0-0x0]
[ 0.167645] bus: 3f index 0 mmio: [0x0-0x0]
[ 0.167646] bus: 3f index 1 mmio: [0xe3100000-0xe31fffff]
[ 0.167648] bus: 3f index 2 mmio: [0x0-0x0]
[ 0.167649] bus: 3f index 3 mmio: [0x0-0x0]
[ 0.167650] bus: 10 index 0 io port: [0x1000-0x1fff]
[ 0.167651] bus: 10 index 1 mmio: [0xe3000000-0xe30fffff]
[ 0.167652] bus: 10 index 2 mmio: [0xe3300000-0xe33fffff]
[ 0.167653] bus: 10 index 3 io port: [0x00-0xffff]
[ 0.167654] bus: 10 index 4 mmio: [0x000000-0xffffffff]
[ 0.167660] NET: Registered protocol family 2
[ 0.171020] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.171164] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.171385] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.171490] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.171491] TCP reno registered
[ 0.172031] NET: Registered protocol family 1
[ 0.172123] checking if image is initramfs... it is
[ 0.297405] Freeing initrd memory: 2243k freed
[ 0.297974] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.298000] alg: cipher: Test 1 failed on encryption for aes-asm
[ 0.298040] 00000000: 00 01 02 03 04 05 06 07 08 08 08 08 08 08 08 08
[ 0.298044] cryptomgr_test used greatest stack depth: 6988 bytes left
[ 0.298166] audit: initializing netlink socket (disabled)
[ 0.298176] type=2000 audit(1228345282.297:1): initialized
[ 0.302245] highmem bounce pool size: 64 pages
[ 0.302248] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.303620] VFS: Disk quotas dquot_6.5.1
[ 0.303664] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.303991] msgmni has been set to 1705
[ 0.304052] SELinux: Registering netfilter hooks
[ 0.304118] cryptomgr_test used greatest stack depth: 6936 bytes left
[ 0.304271] alg: No test for stdrng (krng)
[ 0.304327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.304330] io scheduler noop registered
[ 0.304331] io scheduler anticipatory registered
[ 0.304332] io scheduler deadline registered
[ 0.304340] io scheduler cfq registered (default)
[ 0.304351] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.304352] pci 0000:00:1a.0: Performing full reset
[ 0.304364] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.304365] pci 0000:00:1a.1: Performing full reset
[ 0.304377] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.304379] pci 0000:00:1a.2: Performing full reset
[ 0.304407] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.304408] pci 0000:00:1d.0: Performing full reset
[ 0.304420] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.304422] pci 0000:00:1d.1: Performing full reset
[ 0.304434] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.304435] pci 0000:00:1d.2: Performing full reset
[ 0.304467] pci 0000:01:00.0: Boot video device
[ 0.304485] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[ 0.304551] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS
[ 0.304555] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
[ 0.304559] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[ 0.305198] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[ 0.305250] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS
[ 0.305254] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
[ 0.305940] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 0.305959] pcieport-driver 0000:00:01.0: found MSI capability
[ 0.305972] pcieport-driver 0000:00:01.0: irq 2303 for MSI/MSI-X
[ 0.305977] pci_express 0000:00:01.0:pcie00: allocate port service
[ 0.305999] pci_express 0000:00:01.0:pcie03: allocate port service
[ 0.306041] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.306064] pcieport-driver 0000:00:1c.0: found MSI capability
[ 0.306080] pcieport-driver 0000:00:1c.0: irq 2302 for MSI/MSI-X
[ 0.306088] pci_express 0000:00:1c.0:pcie00: allocate port service
[ 0.306109] pci_express 0000:00:1c.0:pcie02: allocate port service
[ 0.306129] pci_express 0000:00:1c.0:pcie03: allocate port service
[ 0.306180] pcieport-driver 0000:00:1c.4: setting latency timer to 64
[ 0.306203] pcieport-driver 0000:00:1c.4: found MSI capability
[ 0.306219] pcieport-driver 0000:00:1c.4: irq 2301 for MSI/MSI-X
[ 0.306227] pci_express 0000:00:1c.4:pcie00: allocate port service
[ 0.306247] pci_express 0000:00:1c.4:pcie02: allocate port service
[ 0.306268] pci_express 0000:00:1c.4:pcie03: allocate port service
[ 0.306319] pcieport-driver 0000:00:1c.5: setting latency timer to 64
[ 0.306342] pcieport-driver 0000:00:1c.5: found MSI capability
[ 0.306358] pcieport-driver 0000:00:1c.5: irq 2300 for MSI/MSI-X
[ 0.306366] pci_express 0000:00:1c.5:pcie00: allocate port service
[ 0.306387] pci_express 0000:00:1c.5:pcie02: allocate port service
[ 0.306408] pci_express 0000:00:1c.5:pcie03: allocate port service
[ 0.306492] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.306601] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.306603] ACPI: Power Button (FF) [PWRF]
[ 0.306649] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.306654] ACPI: Power Button (CM) [PBTN]
[ 0.306851] ACPI: SSDT BEFCD361, 03AC (r1 COMPAQ CPU_TM2 1 MSFT 100000E)
[ 0.307031] ACPI: SSDT BEFCD1E5, 017C (r1 COMPAQ CST 1 MSFT 100000E)
[ 0.307202] ACPI: CPU0 (power states: C1[C1] C2[C2])
[ 0.307232] processor ACPI_CPU:00: registered as cooling_device0
[ 0.307234] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 0.307398] ACPI: CPU1 (power states: C1[C1] C2[C2])
[ 0.307425] processor ACPI_CPU:01: registered as cooling_device1
[ 0.307427] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 0.314413] Non-volatile memory driver v1.2
[ 0.314471] Linux agpgart interface v0.103
[ 0.314547] [drm] Initialized drm 1.1.0 20060810
[ 0.314580] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 0.500173] Switched to high resolution mode on CPU 0
[ 0.500175] Switched to high resolution mode on CPU 1
[ 0.562353] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.562672] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.563679] brd: module loaded
[ 0.564112] loop: module loaded
[ 0.564113] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[ 0.564115] Copyright (c) 1999-2006 Intel Corporation.
[ 0.564133] e1000 0000:10:04.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.823787] e1000: 0000:10:04.0: e1000_probe: (PCI:33MHz:32-bit) 00:15:17:57:b8:44
[ 0.970063] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 0.970087] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[ 0.970089] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 0.970129] tg3.c:v3.94 (August 14, 2008)
[ 0.970137] tg3 0000:3f:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.970141] tg3 0000:3f:00.0: setting latency timer to 64
[ 0.979169] eth1: Tigon3 [partno(BCM95755) rev a002 PHY(5755)] (PCI Express) 10/100/1000Base-T Ethernet 00:21:5a:6a:85:b7
[ 0.979171] eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[ 0.979173] eth1: dma_rwctrl[76180000] dma_mask[64-bit]
[ 0.979231] Loading iSCSI transport class v2.0-870.
[ 0.979352] Driver 'sd' needs updating - please use bus_type methods
[ 0.979373] Driver 'sr' needs updating - please use bus_type methods
[ 0.979427] ahci 0000:00:1f.2: version 3.0
[ 0.979433] ahci 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 0.979450] ahci 0000:00:1f.2: irq 2299 for MSI/MSI-X
[ 0.979507] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[ 0.979509] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part
[ 0.979512] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.979761] scsi0 : ahci
[ 0.979835] scsi1 : ahci
[ 0.979895] scsi2 : ahci
[ 0.979955] scsi3 : ahci
[ 0.980023] scsi4 : ahci
[ 0.980093] scsi5 : ahci
[ 0.980146] ata1: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204100 irq 2299
[ 0.980148] ata2: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204180 irq 2299
[ 0.980149] ata3: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204200 irq 2299
[ 0.980151] ata4: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204280 irq 2299
[ 0.980153] ata5: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204300 irq 2299
[ 0.980155] ata6: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204380 irq 2299
[ 1.285013] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.285520] ata1.00: ATA-7: ST3250410AS, 3.AHB, max UDMA/100
[ 1.285522] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 1.286153] ata1.00: configured for UDMA/100
[ 1.602013] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.605365] ata2.00: ATAPI: HL-DT-ST DVD-RAM GH15L, RA02, max UDMA/100
[ 1.610047] ata2.00: configured for UDMA/100
[ 2.036012] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.352011] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.668012] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.984011] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.995082] scsi 0:0:0:0: Direct-Access ATA ST3250410AS 3.AH PQ: 0 ANSI: 5
[ 2.995205] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 2.995214] sd 0:0:0:0: [sda] Write Protect is off
[ 2.995216] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.995231] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.995269] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 2.995278] sd 0:0:0:0: [sda] Write Protect is off
[ 2.995279] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.995293] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.995295] sda: sda1 sda2
[ 3.013895] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.013950] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.016899] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH15L RA02 PQ: 0 ANSI: 5
[ 3.343792] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.343795] Uniform CD-ROM driver Revision: 3.20
[ 3.343910] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 3.343960] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 3.344198] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.344199] ehci_hcd: block sizes: qh 128 qtd 96 itd 160 sitd 96
[ 3.344212] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.344219] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 3.344222] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 3.344257] drivers/usb/core/inode.c: creating file 'devices'
[ 3.344259] drivers/usb/core/inode.c: creating file '001'
[ 3.344292] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 3.344297] ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[ 3.344300] ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
[ 3.344312] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.348197] ehci_hcd 0000:00:1a.7: debug port 1
[ 3.348201] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 3.348202] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
[ 3.348209] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xe3204800
[ 3.348212] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.352097] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 3.358007] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 3.358027] usb usb1: default language 0x0409
[ 3.358060] usb usb1: uevent
[ 3.358094] usb usb1: usb_probe_device
[ 3.358096] usb usb1: configuration #1 chosen from 1 choice
[ 3.358101] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 3.358120] usb 1-0:1.0: uevent
[ 3.358140] hub 1-0:1.0: usb_probe_interface
[ 3.358141] hub 1-0:1.0: usb_probe_interface - got id
[ 3.358143] hub 1-0:1.0: USB hub found
[ 3.358147] hub 1-0:1.0: 6 ports detected
[ 3.358148] hub 1-0:1.0: standalone hub
[ 3.358149] hub 1-0:1.0: no power switching (usb 1.0)
[ 3.358150] hub 1-0:1.0: individual port over-current protection
[ 3.358151] hub 1-0:1.0: power on to power good time: 20ms
[ 3.358154] hub 1-0:1.0: local power source is good
[ 3.358155] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 3.358215] drivers/usb/core/inode.c: creating file '001'
[ 3.358251] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.358252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.358254] usb usb1: Product: EHCI Host Controller
[ 3.358255] usb usb1: Manufacturer: Linux 2.6.28-rc7 ehci_hcd
[ 3.358256] usb usb1: SerialNumber: 0000:00:1a.7
[ 3.358265] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.358272] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 3.358274] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 3.358298] drivers/usb/core/inode.c: creating file '002'
[ 3.358330] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 3.358334] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[ 3.358336] ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
[ 3.358347] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.362233] ehci_hcd 0000:00:1d.7: debug port 1
[ 3.362237] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 3.362238] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[ 3.362246] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xe3204c00
[ 3.362248] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.366134] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 3.372007] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 3.372021] usb usb2: default language 0x0409
[ 3.372052] usb usb2: uevent
[ 3.372085] usb usb2: usb_probe_device
[ 3.372087] usb usb2: configuration #1 chosen from 1 choice
[ 3.372092] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 3.372107] usb 2-0:1.0: uevent
[ 3.372134] hub 2-0:1.0: usb_probe_interface
[ 3.372135] hub 2-0:1.0: usb_probe_interface - got id
[ 3.372136] hub 2-0:1.0: USB hub found
[ 3.372140] hub 2-0:1.0: 6 ports detected
[ 3.372141] hub 2-0:1.0: standalone hub
[ 3.372141] hub 2-0:1.0: no power switching (usb 1.0)
[ 3.372143] hub 2-0:1.0: individual port over-current protection
[ 3.372144] hub 2-0:1.0: power on to power good time: 20ms
[ 3.372146] hub 2-0:1.0: local power source is good
[ 3.372147] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 3.372191] drivers/usb/core/inode.c: creating file '001'
[ 3.372226] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.372228] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.372229] usb usb2: Product: EHCI Host Controller
[ 3.372230] usb usb2: Manufacturer: Linux 2.6.28-rc7 ehci_hcd
[ 3.372231] usb usb2: SerialNumber: 0000:00:1d.7
[ 3.372255] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.372256] ohci_hcd: block sizes: ed 64 td 64
[ 3.372281] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.372293] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.372296] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3.372298] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 3.372328] drivers/usb/core/inode.c: creating file '003'
[ 3.372362] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 3.372366] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 3.372369] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.372370] uhci_hcd 0000:00:1a.0: Performing full reset
[ 3.372382] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[ 3.372384] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00003100
[ 3.372404] usb usb3: default language 0x0409
[ 3.372424] usb usb3: uevent
[ 3.372446] usb usb3: usb_probe_device
[ 3.372447] usb usb3: configuration #1 chosen from 1 choice
[ 3.372450] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 3.372459] usb 3-0:1.0: uevent
[ 3.372481] hub 3-0:1.0: usb_probe_interface
[ 3.372482] hub 3-0:1.0: usb_probe_interface - got id
[ 3.372483] hub 3-0:1.0: USB hub found
[ 3.372487] hub 3-0:1.0: 2 ports detected
[ 3.372488] hub 3-0:1.0: standalone hub
[ 3.372489] hub 3-0:1.0: no power switching (usb 1.0)
[ 3.372490] hub 3-0:1.0: individual port over-current protection
[ 3.372491] hub 3-0:1.0: power on to power good time: 2ms
[ 3.372493] hub 3-0:1.0: local power source is good
[ 3.372495] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 3.372529] drivers/usb/core/inode.c: creating file '001'
[ 3.372566] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.372568] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.372569] usb usb3: Product: UHCI Host Controller
[ 3.372570] usb usb3: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.372571] usb usb3: SerialNumber: 0000:00:1a.0
[ 3.372583] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.372587] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 3.372589] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 3.372615] drivers/usb/core/inode.c: creating file '004'
[ 3.372646] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 3.372650] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 3.372653] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.372654] uhci_hcd 0000:00:1a.1: Performing full reset
[ 3.372665] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[ 3.372674] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00003120
[ 3.372694] usb usb4: default language 0x0409
[ 3.372714] usb usb4: uevent
[ 3.372737] usb usb4: usb_probe_device
[ 3.372739] usb usb4: configuration #1 chosen from 1 choice
[ 3.372741] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[ 3.372750] usb 4-0:1.0: uevent
[ 3.372772] hub 4-0:1.0: usb_probe_interface
[ 3.372773] hub 4-0:1.0: usb_probe_interface - got id
[ 3.372774] hub 4-0:1.0: USB hub found
[ 3.372778] hub 4-0:1.0: 2 ports detected
[ 3.372779] hub 4-0:1.0: standalone hub
[ 3.372780] hub 4-0:1.0: no power switching (usb 1.0)
[ 3.372781] hub 4-0:1.0: individual port over-current protection
[ 3.372782] hub 4-0:1.0: power on to power good time: 2ms
[ 3.372784] hub 4-0:1.0: local power source is good
[ 3.372785] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 3.372821] drivers/usb/core/inode.c: creating file '001'
[ 3.372857] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.372859] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.372860] usb usb4: Product: UHCI Host Controller
[ 3.372861] usb usb4: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.372862] usb usb4: SerialNumber: 0000:00:1a.1
[ 3.372874] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.372878] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 3.372879] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 3.372906] drivers/usb/core/inode.c: creating file '005'
[ 3.372941] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 3.372946] uhci_hcd 0000:00:1a.2: detected 2 ports
[ 3.372948] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.372950] uhci_hcd 0000:00:1a.2: Performing full reset
[ 3.372961] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[ 3.372963] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00003140
[ 3.372983] usb usb5: default language 0x0409
[ 3.373008] usb usb5: uevent
[ 3.373032] usb usb5: usb_probe_device
[ 3.373034] usb usb5: configuration #1 chosen from 1 choice
[ 3.373037] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[ 3.373046] usb 5-0:1.0: uevent
[ 3.373068] hub 5-0:1.0: usb_probe_interface
[ 3.373069] hub 5-0:1.0: usb_probe_interface - got id
[ 3.373071] hub 5-0:1.0: USB hub found
[ 3.373074] hub 5-0:1.0: 2 ports detected
[ 3.373075] hub 5-0:1.0: standalone hub
[ 3.373076] hub 5-0:1.0: no power switching (usb 1.0)
[ 3.373077] hub 5-0:1.0: individual port over-current protection
[ 3.373078] hub 5-0:1.0: power on to power good time: 2ms
[ 3.373081] hub 5-0:1.0: local power source is good
[ 3.373082] hub 5-0:1.0: trying to enable port power on non-switchable hub
[ 3.373116] drivers/usb/core/inode.c: creating file '001'
[ 3.373151] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.373153] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.373154] usb usb5: Product: UHCI Host Controller
[ 3.373155] usb usb5: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.373156] usb usb5: SerialNumber: 0000:00:1a.2
[ 3.373168] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.373172] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.373174] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.373212] drivers/usb/core/inode.c: creating file '006'
[ 3.373243] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 3.373247] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 3.373250] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.373251] uhci_hcd 0000:00:1d.0: Performing full reset
[ 3.373262] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[ 3.373265] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00003160
[ 3.373284] usb usb6: default language 0x0409
[ 3.373305] usb usb6: uevent
[ 3.373324] usb usb6: usb_probe_device
[ 3.373325] usb usb6: configuration #1 chosen from 1 choice
[ 3.373328] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[ 3.373337] usb 6-0:1.0: uevent
[ 3.373356] hub 6-0:1.0: usb_probe_interface
[ 3.373357] hub 6-0:1.0: usb_probe_interface - got id
[ 3.373358] hub 6-0:1.0: USB hub found
[ 3.373362] hub 6-0:1.0: 2 ports detected
[ 3.373363] hub 6-0:1.0: standalone hub
[ 3.373364] hub 6-0:1.0: no power switching (usb 1.0)
[ 3.373365] hub 6-0:1.0: individual port over-current protection
[ 3.373366] hub 6-0:1.0: power on to power good time: 2ms
[ 3.373368] hub 6-0:1.0: local power source is good
[ 3.373369] hub 6-0:1.0: trying to enable port power on non-switchable hub
[ 3.373401] drivers/usb/core/inode.c: creating file '001'
[ 3.373436] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.373437] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.373438] usb usb6: Product: UHCI Host Controller
[ 3.373439] usb usb6: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.373441] usb usb6: SerialNumber: 0000:00:1d.0
[ 3.373452] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.373455] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3.373457] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.373483] drivers/usb/core/inode.c: creating file '007'
[ 3.373512] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 3.373516] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 3.373519] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.373520] uhci_hcd 0000:00:1d.1: Performing full reset
[ 3.373531] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[ 3.373534] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00003180
[ 3.373553] usb usb7: default language 0x0409
[ 3.373573] usb usb7: uevent
[ 3.373592] usb usb7: usb_probe_device
[ 3.373594] usb usb7: configuration #1 chosen from 1 choice
[ 3.373596] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[ 3.373607] usb 7-0:1.0: uevent
[ 3.373626] hub 7-0:1.0: usb_probe_interface
[ 3.373627] hub 7-0:1.0: usb_probe_interface - got id
[ 3.373628] hub 7-0:1.0: USB hub found
[ 3.373631] hub 7-0:1.0: 2 ports detected
[ 3.373632] hub 7-0:1.0: standalone hub
[ 3.373633] hub 7-0:1.0: no power switching (usb 1.0)
[ 3.373634] hub 7-0:1.0: individual port over-current protection
[ 3.373635] hub 7-0:1.0: power on to power good time: 2ms
[ 3.373638] hub 7-0:1.0: local power source is good
[ 3.373639] hub 7-0:1.0: trying to enable port power on non-switchable hub
[ 3.373670] drivers/usb/core/inode.c: creating file '001'
[ 3.373704] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.373705] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.373707] usb usb7: Product: UHCI Host Controller
[ 3.373708] usb usb7: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.373709] usb usb7: SerialNumber: 0000:00:1d.1
[ 3.373720] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.373724] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3.373726] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 3.373749] drivers/usb/core/inode.c: creating file '008'
[ 3.373783] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 3.373787] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 3.373790] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.373791] uhci_hcd 0000:00:1d.2: Performing full reset
[ 3.373803] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[ 3.373805] uhci_hcd 0000:00:1d.2: irq 22, io base 0x000031a0
[ 3.373823] usb usb8: default language 0x0409
[ 3.373845] usb usb8: uevent
[ 3.373864] usb usb8: usb_probe_device
[ 3.373865] usb usb8: configuration #1 chosen from 1 choice
[ 3.373868] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[ 3.373876] usb 8-0:1.0: uevent
[ 3.373895] hub 8-0:1.0: usb_probe_interface
[ 3.373897] hub 8-0:1.0: usb_probe_interface - got id
[ 3.373898] hub 8-0:1.0: USB hub found
[ 3.373901] hub 8-0:1.0: 2 ports detected
[ 3.373902] hub 8-0:1.0: standalone hub
[ 3.373903] hub 8-0:1.0: no power switching (usb 1.0)
[ 3.373904] hub 8-0:1.0: individual port over-current protection
[ 3.373905] hub 8-0:1.0: power on to power good time: 2ms
[ 3.373907] hub 8-0:1.0: local power source is good
[ 3.373908] hub 8-0:1.0: trying to enable port power on non-switchable hub
[ 3.373940] drivers/usb/core/inode.c: creating file '001'
[ 3.373974] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.373976] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.373977] usb usb8: Product: UHCI Host Controller
[ 3.373978] usb usb8: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.373979] usb usb8: SerialNumber: 0000:00:1d.2
[ 3.374036] usbcore: registered new interface driver usblp
[ 3.374038] Initializing USB Mass Storage driver...
[ 3.374074] usbcore: registered new interface driver usb-storage
[ 3.374076] USB Mass Storage support registered.
[ 3.374113] usbcore: registered new interface driver libusual
[ 3.374172] PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[ 3.376869] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.376872] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.376908] mice: PS/2 mouse device common for all mice
[ 3.378154] rtc_cmos 00:03: RTC can wake from S4
[ 3.378188] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 3.378206] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 3.378397] cpuidle: using governor ladder
[ 3.378631] cpuidle: using governor menu
[ 3.378634] No iBFT detected.
[ 3.379878] Marking TSC unstable due to TSC halts in idle
[ 3.380232] modprobe used greatest stack depth: 6884 bytes left
[ 3.380524] usbcore: registered new interface driver hiddev
[ 3.380548] usbcore: registered new interface driver usbhid
[ 3.380549] usbhid: v2.6:USB HID core driver
[ 3.380589] Netfilter messages via NETLINK v0.30.
[ 3.380596] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 3.380722] ctnetlink v0.93: registering with nfnetlink.
[ 3.381120] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.381137] TCP cubic registered
[ 3.381138] Initializing XFRM netlink socket
[ 3.381236] NET: Registered protocol family 10
[ 3.381952] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.381989] IPv6 over IPv4 tunneling driver
[ 3.382378] NET: Registered protocol family 17
[ 3.383576] Using IPI No-Shortcut mode
[ 3.383686] registered taskstats version 1
[ 3.383755] Magic number: 4:663:48
[ 3.383882] Freeing unused kernel memory: 328k freed
[ 3.383921] Write protecting the kernel text: 3052k
[ 3.383936] Write protecting the kernel read-only data: 1384k
[ 3.404709] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 3.463012] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 3.488153] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001403 POWER sig=k CSC CONNECT
[ 3.488155] hub 2-0:1.0: port 5: status 0501 change 0001
[ 3.488207] uhci_hcd 0000:00:1d.2: port 1 portsc 008a,00
[ 3.488219] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.488221] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.488223] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.488225] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.488227] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.589017] hub 2-0:1.0: state 7 ports 6 chg 0020 evt 0000
[ 3.589020] hub 2-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
[ 3.589025] ehci_hcd 0000:00:1d.7: port 5 low speed --> companion
[ 3.640019] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 003002 POWER OWNER sig=se0 CSC
[ 3.640036] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 3.640041] uhci_hcd 0000:00:1d.2: port 1 portsc 01a3,00
[ 3.640046] hub 8-0:1.0: port 1, status 0301, change 0001, 1.5 Mb/s
[ 3.744020] hub 8-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x301
[ 3.845025] usb 8-1: new low speed USB device using uhci_hcd and address 2
[ 3.988834] usb 8-1: skipped 1 descriptor after interface
[ 3.993831] usb 8-1: default language 0x0409
[ 4.009859] usb 8-1: uevent
[ 4.009894] usb 8-1: usb_probe_device
[ 4.009896] usb 8-1: configuration #1 chosen from 1 choice
[ 4.012831] usb 8-1: adding 8-1:1.0 (config #1, interface 0)
[ 4.012841] usb 8-1:1.0: uevent
[ 4.012874] usbhid 8-1:1.0: usb_probe_interface
[ 4.012875] usbhid 8-1:1.0: usb_probe_interface - got id
[ 4.026033] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input3
[ 4.027945] generic-usb 0003:046D:C018.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.2-1/input0
[ 4.027988] drivers/usb/core/inode.c: creating file '002'
[ 4.028047] usb 8-1: New USB device found, idVendor=046d, idProduct=c018
[ 4.028048] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.028050] usb 8-1: Product: USB Optical Mouse
[ 4.028051] usb 8-1: Manufacturer: Logitech
[ 4.028053] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0020
[ 4.454024] usb usb3: suspend_rh (auto-stop)
[ 4.454042] usb usb4: suspend_rh (auto-stop)
[ 4.454059] usb usb5: suspend_rh (auto-stop)
[ 4.454076] usb usb6: suspend_rh (auto-stop)
[ 4.454093] usb usb7: suspend_rh (auto-stop)
[ 4.495759] usb usb3: uevent
[ 4.495771] usb 3-0:1.0: uevent
[ 4.495833] usb usb4: uevent
[ 4.495845] usb 4-0:1.0: uevent
[ 4.495906] usb usb5: uevent
[ 4.495918] usb 5-0:1.0: uevent
[ 4.495979] usb usb1: uevent
[ 4.495990] usb 1-0:1.0: uevent
[ 4.496224] usb usb6: uevent
[ 4.496235] usb 6-0:1.0: uevent
[ 4.496297] usb usb7: uevent
[ 4.496308] usb 7-0:1.0: uevent
[ 4.496370] usb usb8: uevent
[ 4.496382] usb 8-0:1.0: uevent
[ 4.496405] usb 8-1: uevent
[ 4.496417] usb 8-1:1.0: uevent
[ 4.496541] usb usb2: uevent
[ 4.496552] usb 2-0:1.0: uevent
[ 4.613306] scsi_id used greatest stack depth: 6560 bytes left
[ 4.834716] PM: Starting manual resume from disk
[ 4.834718] PM: Resume from partition 8:2
[ 4.834719] PM: Checking hibernation image.
[ 4.834849] PM: Resume from disk failed.
[ 4.843126] kjournald starting. Commit interval 5 seconds
[ 4.843133] EXT3-fs: mounted filesystem with ordered data mode.
[ 4.850279] udevd used greatest stack depth: 6288 bytes left
[ 5.704032] hub 1-0:1.0: hub_suspend
[ 5.704038] usb usb1: bus auto-suspend
[ 5.704040] ehci_hcd 0000:00:1a.7: suspend root hub
[ 5.704058] hub 3-0:1.0: hub_suspend
[ 5.704061] usb usb3: bus auto-suspend
[ 5.704063] usb usb3: suspend_rh
[ 5.704076] hub 4-0:1.0: hub_suspend
[ 5.704079] usb usb4: bus auto-suspend
[ 5.704080] usb usb4: suspend_rh
[ 5.704093] hub 5-0:1.0: hub_suspend
[ 5.704095] usb usb5: bus auto-suspend
[ 5.704097] usb usb5: suspend_rh
[ 5.704109] hub 6-0:1.0: hub_suspend
[ 5.704117] usb usb6: bus auto-suspend
[ 5.704117] usb usb6: suspend_rh
[ 5.704129] hub 7-0:1.0: hub_suspend
[ 5.704130] usb usb7: bus auto-suspend
[ 5.704131] usb usb7: suspend_rh
[ 6.704027] hub 2-0:1.0: hub_suspend
[ 6.704031] usb usb2: bus auto-suspend
[ 6.704033] ehci_hcd 0000:00:1d.7: suspend root hub
[ 9.487447] usb usb3: uevent
[ 9.487460] usb 3-0:1.0: uevent
[ 9.487525] usb usb4: uevent
[ 9.487537] usb 4-0:1.0: uevent
[ 9.487601] usb usb5: uevent
[ 9.487613] usb 5-0:1.0: uevent
[ 9.487677] usb usb1: uevent
[ 9.487689] usb 1-0:1.0: uevent
[ 9.487925] usb usb6: uevent
[ 9.487937] usb 6-0:1.0: uevent
[ 9.488007] usb usb7: uevent
[ 9.488020] usb 7-0:1.0: uevent
[ 9.488084] usb usb8: uevent
[ 9.488097] usb 8-0:1.0: uevent
[ 9.488120] usb 8-1: uevent
[ 9.488135] usb 8-1:1.0: uevent
[ 9.488266] usb usb2: uevent
[ 9.488277] usb 2-0:1.0: uevent
[ 9.690964] e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 9.807726] warning: `dhclient3' uses 32-bit capabilities (legacy support in use)
[ 19.805022] eth0: no IPv6 routers present
[ 39.743797] Adding 3903784k swap on /dev/disk/by-uuid/ce5bec50-13b3-4253-946c-d5a3cce84354. Priority:-1 extents:1 across:3903784k
[ 39.812449] EXT3 FS on sda1, internal journal
[ 45.277014] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.280843] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.295008] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.299832] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.533030] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.534845] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.669701] tg3 0000:3f:00.0: irq 2298 for MSI/MSI-X
[ 45.727221] ADDRCONF(NETDEV_UP): eth1_rename: link is not ready
[ 47.297033] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 47.299843] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 99 us
[ 48.337033] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 52.680580] setkeycodes used greatest stack depth: 6064 bytes left
[ 63.297142] eth0: no IPv6 routers present
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-03 23:03 ` Matthew Garrett
@ 2008-12-03 23:12 ` Moore, Robert
2008-12-03 23:35 ` Matthew Garrett
0 siblings, 1 reply; 23+ messages in thread
From: Moore, Robert @ 2008-12-03 23:12 UTC (permalink / raw)
To: Matthew Garrett
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M
Not even the 32-bit values seem fully correct, however. For example:
[05Ch 092 1] GPE0 Block Length : 10
[0DCh 220 12] GPE0 Block : <Generic Address Structure>
[0DCh 220 1] Space ID : 01 (SystemIO)
[0DDh 221 1] Bit Width : 20
[0DEh 222 1] Bit Offset : 00
[0DFh 223 1] Access Width : 00
[0E0h 224 8] Address : 000000000001F028
For the first block length, I seriously doubt that the machine has (0x10 * 8) = 128 GPEs. The bit width of 0x20 (32 GPEs) sounds more reasonable.
>-----Original Message-----
>From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
>Sent: Wednesday, December 03, 2008 3:04 PM
>To: Moore, Robert
>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
>Subject: Re: 2.6.28-rc7 acpi error messages
>
>On Wed, Dec 03, 2008 at 02:43:12PM -0800, Moore, Robert wrote:
>
>> Again, can't tell which one is correct.
>
>Windows uses the 32-bit values, so they'll be the correct ones. This is
>an incredibly prevalent problem and we need to just implement Windows
>compatibility here.
>
>--
>Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: 2.6.28-rc7 acpi error messages
2008-12-03 23:12 ` Moore, Robert
@ 2008-12-03 23:35 ` Matthew Garrett
2008-12-04 1:22 ` Koornstra, Reinoud
` (2 more replies)
0 siblings, 3 replies; 23+ messages in thread
From: Matthew Garrett @ 2008-12-03 23:35 UTC (permalink / raw)
To: Moore, Robert
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M
On Wed, Dec 03, 2008 at 03:12:55PM -0800, Moore, Robert wrote:
> Not even the 32-bit values seem fully correct, however. For example:
>
> [05Ch 092 1] GPE0 Block Length : 10
>
>
> [0DCh 220 12] GPE0 Block : <Generic Address Structure>
> [0DCh 220 1] Space ID : 01 (SystemIO)
> [0DDh 221 1] Bit Width : 20
> [0DEh 222 1] Bit Offset : 00
> [0DFh 223 1] Access Width : 00
> [0E0h 224 8] Address : 000000000001F028
>
>
> For the first block length, I seriously doubt that the machine has (0x10 * 8) = 128 GPEs. The bit width of 0x20 (32 GPEs) sounds more reasonable.
Hmm, indeed - Intel hardware only decodes 32-bits for the GPE block. Do
we have the version 1 FADT from the machine as well? If that's correct
it suggests that Windows gets all of this information from there rather
than using the version 2 table at all, while if it isn't perhaps we need
to take the width from the 64-bit values. Sigh. What a mess.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-03 23:35 ` Matthew Garrett
@ 2008-12-04 1:22 ` Koornstra, Reinoud
2008-12-04 2:08 ` Zhao Yakui
2008-12-04 15:50 ` Moore, Robert
2 siblings, 0 replies; 23+ messages in thread
From: Koornstra, Reinoud @ 2008-12-04 1:22 UTC (permalink / raw)
To: Matthew Garrett, Moore, Robert
Cc: linux-acpi@vger.kernel.org, Brown, Len, Lin, Ming M
[-- Attachment #1: Type: text/plain, Size: 1841 bytes --]
The 2.6.27 have less issues, though the FADT issues seems to be identical.
I'll attach the dmesg from 27 here.
[ 0.000000] ACPI Error (tbfadt-0453): 32/64X address mismatch in "Gpe0Block": [0000F820] [000000000001F028], using 64X [20080609]
Is same what I saw in 28, but the only error, I see more in 28.
[ 2.662287] usplash[1202]: segfault at c1a7c ip 00001a7c sp 00000ffa error 15 in zero (deleted)[1000+9f000]
Didn't see this one in 28. :-)
-----Original Message-----
From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
Sent: Wednesday, December 03, 2008 3:36 PM
To: Moore, Robert
Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
Subject: Re: 2.6.28-rc7 acpi error messages
On Wed, Dec 03, 2008 at 03:12:55PM -0800, Moore, Robert wrote:
> Not even the 32-bit values seem fully correct, however. For example:
>
> [05Ch 092 1] GPE0 Block Length : 10
>
>
> [0DCh 220 12] GPE0 Block : <Generic Address Structure>
> [0DCh 220 1] Space ID : 01 (SystemIO)
> [0DDh 221 1] Bit Width : 20
> [0DEh 222 1] Bit Offset : 00
> [0DFh 223 1] Access Width : 00
> [0E0h 224 8] Address : 000000000001F028
>
>
> For the first block length, I seriously doubt that the machine has (0x10 * 8) = 128 GPEs. The bit width of 0x20 (32 GPEs) sounds more reasonable.
Hmm, indeed - Intel hardware only decodes 32-bits for the GPE block. Do
we have the version 1 FADT from the machine as well? If that's correct
it suggests that Windows gets all of this information from there rather
than using the version 2 table at all, while if it isn't perhaps we need
to take the width from the 64-bit values. Sigh. What a mess.
--
Matthew Garrett | mjg59@srcf.ucam.org
[-- Attachment #2: 27-DMESG_OUTPUT --]
[-- Type: application/octet-stream, Size: 36901 bytes --]
[ 0.000000] Linux version 2.6.27-7.14-core2 (root@SuperChi) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #3 SMP Thu Nov 6 16:47:29 PST 2008 (Ubuntu 2.6.27-7.14)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 0000000000097c00 (usable)
[ 0.000000] BIOS-e820: 0000000000097c00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000befc1da0 (usable)
[ 0.000000] BIOS-e820: 00000000befc1da0 - 00000000befc1e00 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000befc1e00 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f4000000 - 00000000f8000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fed40000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed45000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x1000000
[ 0.000000] kernel direct mapping tables up to b8000000 @ 7000-e000
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] RAMDISK: 36767000 - 37fefe9c
[ 0.000000] DMI 2.5 present.
[ 0.000000] ACPI: RSDP 000E6410, 0024 (r2 COMPAQ)
[ 0.000000] ACPI: XSDT BEFC1EE8, 0064 (r1 HPQOEM SLIC-WKS 20080430 0)
[ 0.000000] ACPI: FACP BEFC2088, 00F4 (r3 COMPAQ BEFC2647 0)
[ 0.000000] ACPI Error (tbfadt-0453): 32/64X address mismatch in "Gpe0Block": [0000F820] [000000000001F028], using 64X [20080609]
[ 0.000000] ACPI: DSDT BEFC2647, 98EC (r1 COMPAQ DSDT_PRJ 1 MSFT 100000E)
[ 0.000000] ACPI: FACS BEFC1E00, 0040
[ 0.000000] ACPI: APIC BEFC217C, 0084 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: ASF! BEFC2200, 0063 (r32 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: MCFG BEFC2263, 003C (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: TCPA BEFC229F, 0032 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: SLIC BEFC22D1, 0176 (r1 HPQOEM SLIC-WKS 1 0)
[ 0.000000] ACPI: HPET BEFC2447, 0038 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: DMAR BEFC247F, 0158 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: DMI detected: Hewlett-Packard
[ 0.000000] 2176MB HIGHMEM available.
[ 0.000000] 2944MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - b8000000
[ 0.000000] low ram: 00000000 - b8000000
[ 0.000000] bootmap 00009000 - 00020000
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00b8000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 000050a934] TEXT DATA BSS ==> [0000100000 - 000050a934]
[ 0.000000] #4 [0036767000 - 0037fefe9c] RAMDISK ==> [0036767000 - 0037fefe9c]
[ 0.000000] #5 [000050b000 - 0000512000] INIT_PG_TABLE ==> [000050b000 - 0000512000]
[ 0.000000] #6 [0000097c00 - 0000100000] BIOS reserved ==> [0000097c00 - 0000100000]
[ 0.000000] #7 [0000007000 - 0000009000] PGTABLE ==> [0000007000 - 0000009000]
[ 0.000000] #8 [0000009000 - 0000020000] BOOTMAP ==> [0000009000 - 0000020000]
[ 0.000000] found SMP MP-table at [400f9bf0] 000f9bf0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000b8000
[ 0.000000] HighMem 0x000b8000 -> 0x00140000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00000097
[ 0.000000] 0: 0x00000100 -> 0x000befc1
[ 0.000000] 0: 0x00100000 -> 0x00140000
[ 0.000000] On node 0 totalpages: 1044312
[ 0.000000] free_area_init_node: node 0, pgdat 40424e80, node_mem_map 41000000
[ 0.000000] DMA zone: 3959 pages, LIFO batch:0
[ 0.000000] Normal zone: 743712 pages, LIFO batch:31
[ 0.000000] HighMem zone: 286401 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0xf808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Allocating PCI resources starting at c4000000 (gap: c0000000:34000000)
[ 0.000000] PERCPU: Allocating 37020 bytes of per cpu data
[ 0.000000] NR_CPUS: 8, nr_cpu_ids: 4, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1034072
[ 0.000000] Kernel command line: root=UUID=c63dddb9-ab31-4deb-bf49-0718cd5bfb06 ro quiet splash
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] TSC: PIT calibration confirmed by PMTIMER.
[ 0.000000] TSC: using PIT calibration value
[ 0.000000] Detected 3166.638 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 524288 (order: 9, 2097152 bytes)
[ 0.004000] Inode-cache hash table entries: 262144 (order: 8, 1048576 bytes)
[ 0.004000] Memory: 4102644k/5242880k available (2185k kernel code, 73640k reserved, 1101k data, 360k init, 1163012k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xfff51000 - 0xfffff000 ( 696 kB)
[ 0.004000] pkmap : 0xffa00000 - 0xffc00000 (2048 kB)
[ 0.004000] vmalloc : 0xf8800000 - 0xff9fe000 ( 113 MB)
[ 0.004000] lowmem : 0x40000000 - 0xf8000000 (2944 MB)
[ 0.004000] .init : 0x4043b000 - 0x40495000 ( 360 kB)
[ 0.004000] .data : 0x40322745 - 0x40435c20 (1101 kB)
[ 0.004000] .text : 0x40100000 - 0x40322745 (2185 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.004000] hpet clockevent registered
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6333.27 BogoMIPS (lpj=12666552)
[ 0.004000] Security Framework initialized
[ 0.004000] SELinux: Disabled at boot.
[ 0.004000] Mount-cache hash table entries: 512
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 0
[ 0.004000] using mwait in idle threads.
[ 0.004000] Checking 'hlt' instruction... OK.
[ 0.016269] ACPI: Core revision 20080609
[ 0.019302] ACPI: Checking initramfs for custom DSDT
[ 0.656165] ENABLING IO-APIC IRQs
[ 0.656329] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.697818] CPU0: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz stepping 06
[ 0.700000] Booting processor 1/1 ip 6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 6333.27 BogoMIPS (lpj=12666558)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.784704] CPU1: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz stepping 06
[ 0.784711] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.788013] Brought up 2 CPUs
[ 0.788015] Total of 2 processors activated (12666.55 BogoMIPS).
[ 0.788030] CPU0 attaching sched-domain:
[ 0.788032] domain 0: span 0-1 level MC
[ 0.788033] groups: 0 1
[ 0.788036] CPU1 attaching sched-domain:
[ 0.788037] domain 0: span 0-1 level MC
[ 0.788039] groups: 1 0
[ 0.788197] net_namespace: 600 bytes
[ 0.788241] NET: Registered protocol family 16
[ 0.788364] EISA bus registered
[ 0.788369] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.788371] ACPI: bus type pci registered
[ 0.788433] PCI: MCFG configuration 0: base f4000000 segment 0 buses 0 - 63
[ 0.788435] PCI: MCFG area at f4000000 reserved in E820
[ 0.788436] PCI: Using MMCONFIG for extended config space
[ 0.788437] PCI: Using configuration type 1 for base access
[ 0.789306] ACPI: EC: Look up EC in DSDT
[ 0.793254] ACPI: Interpreter enabled
[ 0.793256] ACPI: (supports S0 S3 S5)
[ 0.793263] ACPI: Using IOAPIC for interrupt routing
[ 0.797253] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.797320] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.797322] pci 0000:00:01.0: PME# disabled
[ 0.797370] PCI: 0000:00:1a.0 reg 20 io port: [3100, 311f]
[ 0.797416] PCI: 0000:00:1a.1 reg 20 io port: [3120, 313f]
[ 0.797462] PCI: 0000:00:1a.2 reg 20 io port: [3140, 315f]
[ 0.797511] PCI: 0000:00:1a.7 reg 10 32bit mmio: [e3204800, e3204bff]
[ 0.797547] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.797550] pci 0000:00:1a.7: PME# disabled
[ 0.797573] PCI: 0000:00:1b.0 reg 10 64bit mmio: [e3200000, e3203fff]
[ 0.797600] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.797602] pci 0000:00:1b.0: PME# disabled
[ 0.797635] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.797638] pci 0000:00:1c.0: PME# disabled
[ 0.797674] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.797676] pci 0000:00:1c.4: PME# disabled
[ 0.797710] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.797713] pci 0000:00:1c.5: PME# disabled
[ 0.797746] PCI: 0000:00:1d.0 reg 20 io port: [3160, 317f]
[ 0.797792] PCI: 0000:00:1d.1 reg 20 io port: [3180, 319f]
[ 0.797838] PCI: 0000:00:1d.2 reg 20 io port: [31a0, 31bf]
[ 0.797887] PCI: 0000:00:1d.7 reg 10 32bit mmio: [e3204c00, e3204fff]
[ 0.797923] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.797926] pci 0000:00:1d.7: PME# disabled
[ 0.798010] pci 0000:00:1f.0: quirk: region f800-f87f claimed by ICH6 ACPI/GPIO/TCO
[ 0.798013] pci 0000:00:1f.0: quirk: region fa00-fa3f claimed by ICH6 GPIO
[ 0.798047] PCI: 0000:00:1f.2 reg 10 io port: [3200, 3207]
[ 0.798051] PCI: 0000:00:1f.2 reg 14 io port: [3210, 3213]
[ 0.798055] PCI: 0000:00:1f.2 reg 18 io port: [3208, 320f]
[ 0.798059] PCI: 0000:00:1f.2 reg 1c io port: [3214, 3217]
[ 0.798063] PCI: 0000:00:1f.2 reg 20 io port: [31c0, 31df]
[ 0.798066] PCI: 0000:00:1f.2 reg 24 32bit mmio: [e3204000, e32047ff]
[ 0.798083] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.798085] pci 0000:00:1f.2: PME# disabled
[ 0.798109] PCI: 0000:01:00.0 reg 10 32bit mmio: [e2000000, e2ffffff]
[ 0.798113] PCI: 0000:01:00.0 reg 14 32bit mmio: [c0000000, dfffffff]
[ 0.798121] PCI: 0000:01:00.0 reg 1c 64bit mmio: [e0000000, e1ffffff]
[ 0.798125] PCI: 0000:01:00.0 reg 24 io port: [2100, 217f]
[ 0.798129] PCI: 0000:01:00.0 reg 30 32bit mmio: [0, 1ffff]
[ 0.798161] PCI: bridge 0000:00:01.0 io port: [2000, 2fff]
[ 0.798163] PCI: bridge 0000:00:01.0 32bit mmio: [e0000000, e2ffffff]
[ 0.798165] PCI: bridge 0000:00:01.0 64bit mmio pref: [c0000000, dfffffff]
[ 0.798284] PCI: 0000:3f:00.0 reg 10 64bit mmio: [e3100000, e310ffff]
[ 0.798327] pci 0000:3f:00.0: PME# supported from D3hot D3cold
[ 0.798330] pci 0000:3f:00.0: PME# disabled
[ 0.798355] PCI: bridge 0000:00:1c.5 32bit mmio: [e3100000, e31fffff]
[ 0.798394] PCI: 0000:10:04.0 reg 10 32bit mmio: [e3000000, e301ffff]
[ 0.798399] PCI: 0000:10:04.0 reg 14 32bit mmio: [e3020000, e303ffff]
[ 0.798404] PCI: 0000:10:04.0 reg 18 io port: [1100, 113f]
[ 0.798421] PCI: 0000:10:04.0 reg 30 32bit mmio: [0, 1ffff]
[ 0.798435] pci 0000:10:04.0: PME# supported from D0 D3hot D3cold
[ 0.798438] pci 0000:10:04.0: PME# disabled
[ 0.798465] pci 0000:00:1e.0: transparent bridge
[ 0.798468] PCI: bridge 0000:00:1e.0 io port: [1000, 1fff]
[ 0.798470] PCI: bridge 0000:00:1e.0 32bit mmio: [e3000000, e30fffff]
[ 0.798488] bus 00 -> node 0
[ 0.798492] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.798767] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
[ 0.798867] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX1._PRT]
[ 0.798964] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX5._PRT]
[ 0.799059] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX6._PRT]
[ 0.799155] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
[ 0.817302] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.817387] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.817470] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.817552] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.817635] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.817717] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.817800] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.817882] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.818092] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.818109] pnp: PnP ACPI init
[ 0.818113] ACPI: bus type pnp registered
[ 0.820170] pnp 00:0d: io resource (0xf800-0xf81f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.820172] pnp 00:0d: io resource (0xf820-0xf83f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.820174] pnp 00:0d: io resource (0xf840-0xf85f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.820176] pnp 00:0d: io resource (0xf860-0xf87f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.820913] pnp: PnP ACPI: found 16 devices
[ 0.820914] ACPI: ACPI bus type pnp unregistered
[ 0.820916] PnPBIOS: Disabled by ACPI PNP
[ 0.821025] PCI: Using ACPI for IRQ routing
[ 0.828005] NET: Registered protocol family 8
[ 0.828007] NET: Registered protocol family 20
[ 0.828042] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.828047] hpet0: 4 64-bit timers, 14318180 Hz
[ 0.829571] tracer: 772 pages allocated for 65536 entries of 48 bytes
[ 0.829572] actual entries 65620
[ 0.829621] ACPI: RTC can wake from S4
[ 0.836023] system 00:0d: ioport range 0x400-0x41f has been reserved
[ 0.836025] system 00:0d: ioport range 0x420-0x43f has been reserved
[ 0.836028] system 00:0d: ioport range 0x440-0x45f has been reserved
[ 0.836031] system 00:0d: ioport range 0x460-0x47f has been reserved
[ 0.836033] system 00:0d: ioport range 0x480-0x48f has been reserved
[ 0.836036] system 00:0d: ioport range 0xfa00-0xfa3f has been reserved
[ 0.836039] system 00:0d: ioport range 0xfc00-0xfc7f has been reserved
[ 0.836042] system 00:0d: ioport range 0xfc80-0xfcff has been reserved
[ 0.836044] system 00:0d: ioport range 0xfe00-0xfe7f has been reserved
[ 0.836047] system 00:0d: ioport range 0xfe80-0xfeff has been reserved
[ 0.836055] system 00:0e: ioport range 0x4d0-0x4d1 has been reserved
[ 0.836057] system 00:0e: ioport range 0xcb0-0xcbf has been reserved
[ 0.836063] system 00:0f: iomem range 0x0-0x9ffff could not be reserved
[ 0.836066] system 00:0f: iomem range 0x100000-0xbfffffff could not be reserved
[ 0.836069] system 00:0f: iomem range 0xe4000-0xfffff could not be reserved
[ 0.836072] system 00:0f: iomem range 0xfec01000-0xfecfffff could not be reserved
[ 0.836074] system 00:0f: iomem range 0xfed00400-0xfed3ffff could not be reserved
[ 0.836077] system 00:0f: iomem range 0xfed40000-0xffffffff could not be reserved
[ 0.836080] system 00:0f: iomem range 0xf4000000-0xf7ffffff could not be reserved
[ 0.836083] system 00:0f: iomem range 0xcfc00-0xcffff has been reserved
[ 0.836085] system 00:0f: iomem range 0xd6200-0xe3fff has been reserved
[ 0.870849] pci 0000:01:00.0: BAR 6: can't allocate mem resource [0xe0000000-0xdfffffff]
[ 0.870851] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.870853] pci 0000:00:01.0: IO window: 0x2000-0x2fff
[ 0.870855] pci 0000:00:01.0: MEM window: 0xe0000000-0xe2ffffff
[ 0.870857] pci 0000:00:01.0: PREFETCH window: 0x000000c0000000-0x000000dfffffff
[ 0.870860] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:28
[ 0.870861] pci 0000:00:1c.0: IO window: disabled
[ 0.870864] pci 0000:00:1c.0: MEM window: disabled
[ 0.870866] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.870870] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:34
[ 0.870871] pci 0000:00:1c.4: IO window: disabled
[ 0.870874] pci 0000:00:1c.4: MEM window: disabled
[ 0.870877] pci 0000:00:1c.4: PREFETCH window: disabled
[ 0.870881] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:3f
[ 0.870882] pci 0000:00:1c.5: IO window: disabled
[ 0.870885] pci 0000:00:1c.5: MEM window: 0xe3100000-0xe31fffff
[ 0.870888] pci 0000:00:1c.5: PREFETCH window: disabled
[ 0.870892] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:10
[ 0.870894] pci 0000:00:1e.0: IO window: 0x1000-0x1fff
[ 0.870897] pci 0000:00:1e.0: MEM window: 0xe3000000-0xe30fffff
[ 0.870900] pci 0000:00:1e.0: PREFETCH window: 0x000000e3300000-0x000000e33fffff
[ 0.870908] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.870911] pci 0000:00:01.0: setting latency timer to 64
[ 0.870916] pci 0000:00:1c.0: setting latency timer to 64
[ 0.870921] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.870924] pci 0000:00:1c.4: setting latency timer to 64
[ 0.870928] pci 0000:00:1c.5: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.870931] pci 0000:00:1c.5: setting latency timer to 64
[ 0.870935] pci 0000:00:1e.0: setting latency timer to 64
[ 0.870937] bus: 00 index 0 io port: [0, ffff]
[ 0.870939] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[ 0.870940] bus: 01 index 0 io port: [2000, 2fff]
[ 0.870941] bus: 01 index 1 mmio: [e0000000, e2ffffff]
[ 0.870942] bus: 01 index 2 mmio: [c0000000, dfffffff]
[ 0.870944] bus: 01 index 3 mmio: [0, 0]
[ 0.870945] bus: 28 index 0 mmio: [0, 0]
[ 0.870946] bus: 28 index 1 mmio: [0, 0]
[ 0.870947] bus: 28 index 2 mmio: [0, 0]
[ 0.870948] bus: 28 index 3 mmio: [0, 0]
[ 0.870949] bus: 34 index 0 mmio: [0, 0]
[ 0.870950] bus: 34 index 1 mmio: [0, 0]
[ 0.870950] bus: 34 index 2 mmio: [0, 0]
[ 0.870951] bus: 34 index 3 mmio: [0, 0]
[ 0.870952] bus: 3f index 0 mmio: [0, 0]
[ 0.870953] bus: 3f index 1 mmio: [e3100000, e31fffff]
[ 0.870955] bus: 3f index 2 mmio: [0, 0]
[ 0.870956] bus: 3f index 3 mmio: [0, 0]
[ 0.870957] bus: 10 index 0 io port: [1000, 1fff]
[ 0.870958] bus: 10 index 1 mmio: [e3000000, e30fffff]
[ 0.870959] bus: 10 index 2 mmio: [e3300000, e33fffff]
[ 0.870960] bus: 10 index 3 io port: [0, ffff]
[ 0.870961] bus: 10 index 4 mmio: [0, ffffffffffffffff]
[ 0.870975] NET: Registered protocol family 2
[ 0.884028] IP route cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.884138] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.885047] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.885157] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.885159] TCP reno registered
[ 0.892044] NET: Registered protocol family 1
[ 0.892129] checking if image is initramfs... it is
[ 2.182028] Freeing initrd memory: 25123k freed
[ 2.182549] audit: initializing netlink socket (disabled)
[ 2.182564] type=2000 audit(1228348873.179:1): initialized
[ 2.186029] highmem bounce pool size: 64 pages
[ 2.186082] VFS: Disk quotas dquot_6.5.1
[ 2.186089] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.186099] msgmni has been set to 5792
[ 2.186117] io scheduler noop registered
[ 2.186118] io scheduler anticipatory registered
[ 2.186119] io scheduler deadline registered
[ 2.186126] io scheduler cfq registered (default)
[ 2.186239] pci 0000:01:00.0: Boot video device
[ 2.186301] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 2.186321] pcieport-driver 0000:00:01.0: found MSI capability
[ 2.186338] pci_express 0000:00:01.0:pcie00: allocate port service
[ 2.186358] pci_express 0000:00:01.0:pcie03: allocate port service
[ 2.186404] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 2.186427] pcieport-driver 0000:00:1c.0: found MSI capability
[ 2.186449] pci_express 0000:00:1c.0:pcie00: allocate port service
[ 2.186470] pci_express 0000:00:1c.0:pcie02: allocate port service
[ 2.186489] pci_express 0000:00:1c.0:pcie03: allocate port service
[ 2.186541] pcieport-driver 0000:00:1c.4: setting latency timer to 64
[ 2.186564] pcieport-driver 0000:00:1c.4: found MSI capability
[ 2.186586] pci_express 0000:00:1c.4:pcie00: allocate port service
[ 2.186604] pci_express 0000:00:1c.4:pcie02: allocate port service
[ 2.186625] pci_express 0000:00:1c.4:pcie03: allocate port service
[ 2.186677] pcieport-driver 0000:00:1c.5: setting latency timer to 64
[ 2.186700] pcieport-driver 0000:00:1c.5: found MSI capability
[ 2.186723] pci_express 0000:00:1c.5:pcie00: allocate port service
[ 2.186741] pci_express 0000:00:1c.5:pcie02: allocate port service
[ 2.186761] pci_express 0000:00:1c.5:pcie03: allocate port service
[ 2.186880] isapnp: Scanning for PnP cards...
[ 2.539644] isapnp: No Plug & Play device found
[ 2.554102] hpet_resources: 0xfed00000 is busy
[ 2.554139] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 2.554231] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.554645] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.555420] brd: module loaded
[ 2.555421] HP CISS Driver (v 3.6.20)
[ 2.555487] Uniform Multi-Platform E-IDE driver
[ 2.555646] PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[ 2.558261] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.558263] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.558335] mice: PS/2 mouse device common for all mice
[ 2.558400] EISA: Probing bus 0 at eisa.0
[ 2.558405] Cannot allocate resource for EISA slot 1
[ 2.558406] Cannot allocate resource for EISA slot 2
[ 2.558424] EISA: Detected 0 cards.
[ 2.558426] cpuidle: using governor ladder
[ 2.558470] TCP cubic registered
[ 2.558486] Starting balanced_irq
[ 2.558497] Using IPI No-Shortcut mode
[ 2.558765] Freeing unused kernel memory: 360k freed
[ 2.585605] input: AT Translated Set 2 keyboard as /class/input/input0
[ 2.662287] usplash[1202]: segfault at c1a7c ip 00001a7c sp 00000ffa error 15 in zero (deleted)[1000+9f000]
[ 3.674025] ACPI: SSDT BEFCD361, 03AC (r1 COMPAQ CPU_TM2 1 MSFT 100000E)
[ 3.674231] ACPI: SSDT BEFCD1E5, 017C (r1 COMPAQ CST 1 MSFT 100000E)
[ 3.674454] ACPI: CPU0 (power states: C1[C1] C2[C2])
[ 3.674477] processor ACPI0007:00: registered as cooling_device0
[ 3.674480] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 3.674698] ACPI: CPU1 (power states: C1[C1] C2[C2])
[ 3.674719] processor ACPI0007:01: registered as cooling_device1
[ 3.674722] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 3.674792] Marking TSC unstable due to TSC halts in idle
[ 3.830606] usbcore: registered new interface driver usbfs
[ 3.830627] usbcore: registered new interface driver hub
[ 3.830643] usbcore: registered new device driver usb
[ 3.837788] USB Universal Host Controller Interface driver v3.0
[ 3.837814] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.837821] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3.837823] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 3.837855] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 3.837879] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00003100
[ 3.837978] usb usb1: configuration #1 chosen from 1 choice
[ 3.837995] hub 1-0:1.0: USB hub found
[ 3.837998] hub 1-0:1.0: 2 ports detected
[ 3.931415] No dock devices found.
[ 3.940551] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.940557] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 3.940560] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 3.940574] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[ 3.940600] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00003120
[ 3.940654] usb usb2: configuration #1 chosen from 1 choice
[ 3.940671] hub 2-0:1.0: USB hub found
[ 3.940675] hub 2-0:1.0: 2 ports detected
[ 3.949555] SCSI subsystem initialized
[ 3.966588] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[ 3.966590] Copyright (c) 1999-2006 Intel Corporation.
[ 3.966603] libata version 3.00 loaded.
[ 4.042566] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 4.042573] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 4.042575] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 4.042590] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
[ 4.042614] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00003140
[ 4.042667] usb usb3: configuration #1 chosen from 1 choice
[ 4.042685] hub 3-0:1.0: USB hub found
[ 4.042688] hub 3-0:1.0: 2 ports detected
[ 4.146545] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 4.146553] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 4.146555] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.146570] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 4
[ 4.150470] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.150474] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 4.150477] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xe3204800
[ 4.162396] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 4.162462] usb usb4: configuration #1 chosen from 1 choice
[ 4.162487] hub 4-0:1.0: USB hub found
[ 4.162497] hub 4-0:1.0: 6 ports detected
[ 4.266531] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 4.266536] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 4.266538] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 4.266551] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 4.266568] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00003160
[ 4.266616] usb usb5: configuration #1 chosen from 1 choice
[ 4.266633] hub 5-0:1.0: USB hub found
[ 4.266636] hub 5-0:1.0: 2 ports detected
[ 4.370512] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 4.370516] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 4.370518] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 4.370530] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 4.370548] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00003180
[ 4.370598] usb usb6: configuration #1 chosen from 1 choice
[ 4.370613] hub 6-0:1.0: USB hub found
[ 4.370616] hub 6-0:1.0: 2 ports detected
[ 4.474515] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 4.474519] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 4.474521] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 4.474533] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 4.474550] uhci_hcd 0000:00:1d.2: irq 22, io base 0x000031a0
[ 4.474602] usb usb7: configuration #1 chosen from 1 choice
[ 4.474618] hub 7-0:1.0: USB hub found
[ 4.474621] hub 7-0:1.0: 2 ports detected
[ 4.682531] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 4.682536] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4.682538] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.682552] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
[ 4.686447] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.686451] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 4.686454] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xe3204c00
[ 4.794382] usb 7-1: new low speed USB device using uhci_hcd and address 2
[ 4.806386] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 4.806466] usb usb8: configuration #1 chosen from 1 choice
[ 4.806492] hub 8-0:1.0: USB hub found
[ 4.806495] hub 8-0:1.0: 6 ports detected
[ 4.862492] hub 7-0:1.0: unable to enumerate USB device on port 1
[ 5.015086] ahci 0000:00:1f.2: version 3.0
[ 5.015093] ahci 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 5.015293] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[ 5.015296] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part
[ 5.015298] ahci 0000:00:1f.2: setting latency timer to 64
[ 5.015481] tg3.c:v3.94 (August 14, 2008)
[ 5.015489] tg3 0000:3f:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 5.015493] tg3 0000:3f:00.0: setting latency timer to 64
[ 5.015557] scsi0 : ahci
[ 5.015602] scsi1 : ahci
[ 5.015629] scsi2 : ahci
[ 5.015654] scsi3 : ahci
[ 5.015679] scsi4 : ahci
[ 5.015705] scsi5 : ahci
[ 5.015725] ata1: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204100 irq 219
[ 5.015727] ata2: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204180 irq 219
[ 5.015729] ata3: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204200 irq 219
[ 5.015731] ata4: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204280 irq 219
[ 5.015733] ata5: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204300 irq 219
[ 5.015734] ata6: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204380 irq 219
[ 5.035396] eth0: Tigon3 [partno(BCM95755) rev a002 PHY(5755)] (PCI Express) 10/100/1000Base-T Ethernet 00:21:5a:6a:85:b7
[ 5.035399] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[ 5.035400] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 5.035416] e1000 0000:10:04.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 5.300489] e1000: 0000:10:04.0: e1000_probe: (PCI:33MHz:32-bit) 00:15:17:57:b8:44
[ 5.386384] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.386862] ata1.00: ATA-7: ST3250410AS, 3.AHB, max UDMA/100
[ 5.386865] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 5.387531] ata1.00: configured for UDMA/100
[ 5.426375] usb 7-1: new low speed USB device using uhci_hcd and address 3
[ 5.472328] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 5.601655] usb 7-1: configuration #1 chosen from 1 choice
[ 5.610851] usbcore: registered new interface driver hiddev
[ 5.623731] input: Logitech USB Optical Mouse as /class/input/input1
[ 5.625610] input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.2-1
[ 5.625623] usbcore: registered new interface driver usbhid
[ 5.625625] usbhid: v2.6:USB HID core driver
[ 5.722373] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.725755] ata2.00: ATAPI: HL-DT-ST DVD-RAM GH15L, RA02, max UDMA/100
[ 5.730331] ata2.00: configured for UDMA/100
[ 6.062365] ata3: SATA link down (SStatus 0 SControl 300)
[ 6.398359] ata4: SATA link down (SStatus 0 SControl 300)
[ 6.734352] ata5: SATA link down (SStatus 0 SControl 300)
[ 7.070347] ata6: SATA link down (SStatus 0 SControl 300)
[ 7.086422] scsi 0:0:0:0: Direct-Access ATA ST3250410AS 3.AH PQ: 0 ANSI: 5
[ 7.089330] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH15L RA02 PQ: 0 ANSI: 5
[ 7.095605] Driver 'sd' needs updating - please use bus_type methods
[ 7.095641] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 7.095648] sd 0:0:0:0: [sda] Write Protect is off
[ 7.095650] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 7.095662] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 7.097473] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 7.097489] sd 0:0:0:0: [sda] Write Protect is off
[ 7.097489] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 7.097511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 7.097514] sda:<4>Driver 'sr' needs updating - please use bus_type methods
[ 7.101279] sda1 sda2
[ 7.101373] sd 0:0:0:0: [sda] Attached SCSI disk
[ 7.104368] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 7.104389] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 7.302869] kjournald starting. Commit interval 5 seconds
[ 7.302880] EXT3-fs: mounted filesystem with ordered data mode.
[ 7.319637] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 7.319640] Uniform CD-ROM driver Revision: 3.20
[ 7.319707] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 12.095902] e1000: eth1: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 12.276173] warning: `dhclient3' uses 32-bit capabilities (legacy support in use)
[ 12.599102] iTCO_vendor_support: vendor-support=0
[ 12.604476] input: Power Button (FF) as /class/input/input2
[ 12.650322] ACPI: Power Button (FF) [PWRF]
[ 12.650384] input: Power Button (CM) as /class/input/input3
[ 12.676580] parport_pc 00:07: reported by Plug and Play ACPI
[ 12.676631] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[ 12.706338] ACPI: Power Button (CM) [PBTN]
[ 12.741184] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[ 12.742922] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0xf860)
[ 12.742989] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.757849] input: PC Speaker as /class/input/input4
[ 12.919842] fuse init (API version 7.9)
[ 12.936743] lp0: using parport0 (interrupt-driven).
[ 12.949811] Adding 3903784k swap on /dev/disk/by-uuid/ce5bec50-13b3-4253-946c-d5a3cce84354. Priority:-1 extents:1 across:3903784k
[ 13.043865] EXT3 FS on sda1, internal journal
[ 13.315403] NET: Registered protocol family 17
[ 16.673461] toshiba_acpi: Unknown parameter `hotkeys_over_acpi'
[ 18.915490] ppdev: user-space parallel port driver
[ 23.030363] apm: BIOS not found.
[ 4605.850046] usb 4-6: new high speed USB device using ehci_hcd and address 2
[ 4606.002650] usb 4-6: configuration #1 chosen from 1 choice
[ 4606.056031] usbcore: registered new interface driver libusual
[ 4606.099388] Initializing USB Mass Storage driver...
[ 4606.100078] scsi6 : SCSI emulation for USB Mass Storage devices
[ 4606.100357] usbcore: registered new interface driver usb-storage
[ 4606.100360] USB Mass Storage support registered.
[ 4606.100494] usb-storage: device found at 2
[ 4606.100496] usb-storage: waiting for device to settle before scanning
[ 4611.098098] usb-storage: device scan complete
[ 4611.119720] scsi 6:0:0:0: Direct-Access FLASH Drive AU_USB20 8.07 PQ: 0 ANSI: 2
[ 4611.121200] sd 6:0:0:0: [sdb] 1008128 512-byte hardware sectors (516 MB)
[ 4611.121699] sd 6:0:0:0: [sdb] Write Protect is off
[ 4611.121701] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 4611.121703] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 4611.123322] sd 6:0:0:0: [sdb] 1008128 512-byte hardware sectors (516 MB)
[ 4611.123823] sd 6:0:0:0: [sdb] Write Protect is off
[ 4611.123825] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 4611.123827] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 4611.123830] sdb:
[ 4611.126757] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 4611.126853] sd 6:0:0:0: Attached scsi generic sg2 type 0
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: 2.6.28-rc7 acpi error messages
2008-12-03 23:35 ` Matthew Garrett
2008-12-04 1:22 ` Koornstra, Reinoud
@ 2008-12-04 2:08 ` Zhao Yakui
2008-12-04 15:50 ` Moore, Robert
2 siblings, 0 replies; 23+ messages in thread
From: Zhao Yakui @ 2008-12-04 2:08 UTC (permalink / raw)
To: Matthew Garrett
Cc: Moore, Robert, Koornstra, Reinoud, linux-acpi@vger.kernel.org,
Brown, Len, Lin, Ming M
On Thu, 2008-12-04 at 07:35 +0800, Matthew Garrett wrote:
> On Wed, Dec 03, 2008 at 03:12:55PM -0800, Moore, Robert wrote:
> > Not even the 32-bit values seem fully correct, however. For example:
> >
> > [05Ch 092 1] GPE0 Block Length : 10
> >
> >
> > [0DCh 220 12] GPE0 Block : <Generic Address Structure>
> > [0DCh 220 1] Space ID : 01 (SystemIO)
> > [0DDh 221 1] Bit Width : 20
> > [0DEh 222 1] Bit Offset : 00
> > [0DFh 223 1] Access Width : 00
> > [0E0h 224 8] Address : 000000000001F028
> >
> >
> > For the first block length, I seriously doubt that the machine has (0x10 * 8) = 128 GPEs. The bit width of 0x20 (32 GPEs) sounds more reasonable.
> Hmm, indeed - Intel hardware only decodes 32-bits for the GPE block. Do
> we have the version 1 FADT from the machine as well? If that's correct
> it suggests that Windows gets all of this information from there rather
> than using the version 2 table at all, while if it isn't perhaps we need
> to take the width from the 64-bit values. Sigh. What a mess.
Agree with what you said.
On this broken box the 32X/64X GPE0 block address mismatches.
>ACPI Error (tbfadt-0663): 32/64X address mismatch in Gpe0Block:
0000F820/000000000001F028, using 64X
But from the dmesg it seems that ACPI_PM_Base address is 0xF800 and
GPE0 block address should be 0xF820.
On this box there should exist two FADT tables. One is obtained from
RSDT table(Maybe the correct address is defined in this FADT table) and
another is obtained from XSDT table.
On Linux the XSDT table is the default when both tables exist.
Maybe on windows XP the RSDT table is the default.
thanks.
>
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-03 23:35 ` Matthew Garrett
2008-12-04 1:22 ` Koornstra, Reinoud
2008-12-04 2:08 ` Zhao Yakui
@ 2008-12-04 15:50 ` Moore, Robert
2008-12-04 19:03 ` Koornstra, Reinoud
2 siblings, 1 reply; 23+ messages in thread
From: Moore, Robert @ 2008-12-04 15:50 UTC (permalink / raw)
To: Matthew Garrett
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M
There appears to be one FADT on this machine, version 3:
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20081204
*
* Disassembly of FACP.dat, Thu Dec 04 07:30:31 2008
*
* ACPI Data Table [FACP]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
*/
[000h 000 4] Signature : "FACP" /* Fixed ACPI Description Table */
[004h 004 4] Table Length : 000000F4
[008h 008 1] Revision : 03
[009h 009 1] Checksum : 98
[00Ah 010 6] Oem ID : "COMPAQ"
[010h 016 8] Oem Table ID : " LX38"
[018h 024 4] Oem Revision : BEFC2647
[01Ch 028 4] Asl Compiler ID : " "
[020h 032 4] Asl Compiler Revision : 00000000
[024h 036 4] FACS Address : BEFC1E00
[028h 040 4] DSDT Address : BEFC2647
[02Ch 044 1] Model : 01
[02Dh 045 1] PM Profile : 03
[02Eh 046 2] SCI Interrupt : 0009
[030h 048 4] SMI Command Port : 000000B2
[034h 052 1] ACPI Enable Value : 02
[035h 053 1] ACPI Disable Value : 03
[036h 054 1] S4BIOS Command : 00
[037h 055 1] P-State Control : 00
[038h 056 4] PM1A Event Block Address : 0000F800
[03Ch 060 4] PM1B Event Block Address : 00000000
[040h 064 4] PM1A Control Block Address : 0000F804
[044h 068 4] PM1B Control Block Address : 00000460
[048h 072 4] PM2 Control Block Address : 00000000
[04Ch 076 4] PM Timer Block Address : 0000F808
[050h 080 4] GPE0 Block Address : 0000F820
[054h 084 4] GPE1 Block Address : 00000000
[058h 088 1] PM1 Event Block Length : 04
[059h 089 1] PM1 Control Block Length : 02
[05Ah 090 1] PM2 Control Block Length : 00
[05Bh 091 1] PM Timer Block Length : 04
[05Ch 092 1] GPE0 Block Length : 10
[05Dh 093 1] GPE1 Block Length : 00
[05Eh 094 1] GPE1 Base Offset : 00
[05Fh 095 1] _CST Support : 00
[060h 096 2] C2 Latency : 0032
[062h 098 2] C3 Latency : 03E9
[064h 100 2] CPU Cache Size : 0000
[066h 102 2] Cache Flush Stride : 0020
[068h 104 1] Duty Cycle Offset : 01
[069h 105 1] Duty Cycle Width : 03
[06Ah 106 1] RTC Day Alarm Index : 0D
[06Bh 107 1] RTC Month Alarm Index : 00
[06Ch 108 1] RTC Century Index : 32
[06Dh 109 2] Boot Architecture Flags : 0013
[06Fh 111 1] Reserved : 00
[070h 112 4] Flags (decoded below) : 000000A5
WBINVD is operational : 1
WBINVD does not invalidate : 0
All CPUs support C1 : 1
C2 works on MP system : 0
Power button is generic : 0
Sleep button is generic : 1
RTC wakeup not fixed : 0
RTC wakeup/S4 not possible : 1
32-bit PM Timer : 0
Docking Supported : 0
Reset Register Supported : 0
Sealed Case : 0
Headless - No Video : 0
Native instr after SLP_TYP : 0
PCIEXP_WAK Supported : 0
Use Platform Timer : 0
RTC_STS valid after S4 : 0
Remote Power-on capable : 0
APIC Cluster Model : 0
APIC Physical Dest Mode : 0
[074h 116 12] Reset Register : <Generic Address Structure>
[074h 116 1] Space ID : 01 (SystemIO)
[075h 117 1] Bit Width : 08
[076h 118 1] Bit Offset : 00
[077h 119 1] Access Width : 00
[078h 120 8] Address : 0000000000000CF9
[080h 128 1] Value to cause reset : 06
[081h 129 3] Reserved : 000000
[084h 132 8] FACS Address : 00000000BEFC1E00
[08Ch 140 8] DSDT Address : 00000000BEFC2647
[094h 148 12] PM1A Event Block : <Generic Address Structure>
[094h 148 1] Space ID : 01 (SystemIO)
[095h 149 1] Bit Width : 10
[096h 150 1] Bit Offset : 00
[097h 151 1] Access Width : 00
[098h 152 8] Address : 000000000000F800
[0A0h 160 12] PM1B Event Block : <Generic Address Structure>
[0A0h 160 1] Space ID : 00 (SystemMemory)
[0A1h 161 1] Bit Width : 00
[0A2h 162 1] Bit Offset : 00
[0A3h 163 1] Access Width : 00
[0A4h 164 8] Address : 0000000000000000
[0ACh 172 12] PM1A Control Block : <Generic Address Structure>
[0ACh 172 1] Space ID : 01 (SystemIO)
[0ADh 173 1] Bit Width : 10
[0AEh 174 1] Bit Offset : 00
[0AFh 175 1] Access Width : 00
[0B0h 176 8] Address : 000000000000F804
[0B8h 184 12] PM1B Control Block : <Generic Address Structure>
[0B8h 184 1] Space ID : 01 (SystemIO)
[0B9h 185 1] Bit Width : 10
[0BAh 186 1] Bit Offset : 00
[0BBh 187 1] Access Width : 00
[0BCh 188 8] Address : 0000000000000460
[0C4h 196 12] PM2 Control Block : <Generic Address Structure>
[0C4h 196 1] Space ID : 01 (SystemIO)
[0C5h 197 1] Bit Width : 08
[0C6h 198 1] Bit Offset : 00
[0C7h 199 1] Access Width : 00
[0C8h 200 8] Address : 0000000000000000
[0D0h 208 12] PM Timer Block : <Generic Address Structure>
[0D0h 208 1] Space ID : 01 (SystemIO)
[0D1h 209 1] Bit Width : 20
[0D2h 210 1] Bit Offset : 00
[0D3h 211 1] Access Width : 00
[0D4h 212 8] Address : 000000000000F808
[0DCh 220 12] GPE0 Block : <Generic Address Structure>
[0DCh 220 1] Space ID : 01 (SystemIO)
[0DDh 221 1] Bit Width : 20
[0DEh 222 1] Bit Offset : 00
[0DFh 223 1] Access Width : 00
[0E0h 224 8] Address : 000000000001F028
[0E8h 232 12] GPE1 Block : <Generic Address Structure>
[0E8h 232 1] Space ID : 00 (SystemMemory)
[0E9h 233 1] Bit Width : 00
[0EAh 234 1] Bit Offset : 00
[0EBh 235 1] Access Width : 00
[0ECh 236 8] Address : 0000000000000000
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Pm1aEventBlock: 32/16 [20081204]
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Gpe0Block: 128/32 [20081204]
ACPI Error (tbfadt-0663): 32/64X address mismatch in Gpe0Block: 0000F820/000000000001F028, using 64 [20081204]
ACPI Warning (tbfadt-0498): Invalid length for Pm1aEventBlock: 16, using default 32 [20081204]
Raw Table Data
0000: 46 41 43 50 F4 00 00 00 03 98 43 4F 4D 50 41 51 FACP......COMPAQ
0010: 20 20 20 20 4C 58 33 38 47 26 FC BE 20 20 20 20 LX38G&..
0020: 00 00 00 00 00 1E FC BE 47 26 FC BE 01 03 09 00 ........G&......
0030: B2 00 00 00 02 03 00 00 00 F8 00 00 00 00 00 00 ................
0040: 04 F8 00 00 60 04 00 00 00 00 00 00 08 F8 00 00 ....`...........
0050: 20 F8 00 00 00 00 00 00 04 02 00 04 10 00 00 00 ...............
0060: 32 00 E9 03 00 00 20 00 01 03 0D 00 32 13 00 00 2..... .....2...
0070: A5 00 00 00 01 08 00 00 F9 0C 00 00 00 00 00 00 ................
0080: 06 00 00 00 00 1E FC BE 00 00 00 00 47 26 FC BE ............G&..
0090: 00 00 00 00 01 10 00 00 00 F8 00 00 00 00 00 00 ................
00A0: 00 00 00 00 00 00 00 00 00 00 00 00 01 10 00 00 ................
00B0: 04 F8 00 00 00 00 00 00 01 10 00 00 60 04 00 00 ............`...
00C0: 00 00 00 00 01 08 00 00 00 00 00 00 00 00 00 00 ................
00D0: 01 20 00 00 08 F8 00 00 00 00 00 00 01 20 00 00 . ........... ..
00E0: 28 F0 01 00 00 00 00 00 00 00 00 00 00 00 00 00 (...............
00F0: 00 00 00 00 ....
>-----Original Message-----
>From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
>Sent: Wednesday, December 03, 2008 3:36 PM
>To: Moore, Robert
>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
>Subject: Re: 2.6.28-rc7 acpi error messages
>
>On Wed, Dec 03, 2008 at 03:12:55PM -0800, Moore, Robert wrote:
>> Not even the 32-bit values seem fully correct, however. For example:
>>
>> [05Ch 092 1] GPE0 Block Length : 10
>>
>>
>> [0DCh 220 12] GPE0 Block : <Generic Address Structure>
>> [0DCh 220 1] Space ID : 01 (SystemIO)
>> [0DDh 221 1] Bit Width : 20
>> [0DEh 222 1] Bit Offset : 00
>> [0DFh 223 1] Access Width : 00
>> [0E0h 224 8] Address : 000000000001F028
>>
>>
>> For the first block length, I seriously doubt that the machine has (0x10
>* 8) = 128 GPEs. The bit width of 0x20 (32 GPEs) sounds more reasonable.
>
>Hmm, indeed - Intel hardware only decodes 32-bits for the GPE block. Do
>we have the version 1 FADT from the machine as well? If that's correct
>it suggests that Windows gets all of this information from there rather
>than using the version 2 table at all, while if it isn't perhaps we need
>to take the width from the 64-bit values. Sigh. What a mess.
>
>--
>Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-04 15:50 ` Moore, Robert
@ 2008-12-04 19:03 ` Koornstra, Reinoud
2008-12-04 20:31 ` Moore, Robert
2008-12-04 22:49 ` Moore, Robert
0 siblings, 2 replies; 23+ messages in thread
From: Koornstra, Reinoud @ 2008-12-04 19:03 UTC (permalink / raw)
To: Moore, Robert, Matthew Garrett
Cc: linux-acpi@vger.kernel.org, Brown, Len, Lin, Ming M
So this machine doesn't have a RSDT?
Isn't this ultimately a bios problem, these two tables should be generated by the bios at boot time?
-----Original Message-----
From: Moore, Robert [mailto:robert.moore@intel.com]
Sent: Thursday, December 04, 2008 7:51 AM
To: Matthew Garrett
Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
Subject: RE: 2.6.28-rc7 acpi error messages
There appears to be one FADT on this machine, version 3:
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20081204
*
* Disassembly of FACP.dat, Thu Dec 04 07:30:31 2008
*
* ACPI Data Table [FACP]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
*/
[000h 000 4] Signature : "FACP" /* Fixed ACPI Description Table */
[004h 004 4] Table Length : 000000F4
[008h 008 1] Revision : 03
[009h 009 1] Checksum : 98
[00Ah 010 6] Oem ID : "COMPAQ"
[010h 016 8] Oem Table ID : " LX38"
[018h 024 4] Oem Revision : BEFC2647
[01Ch 028 4] Asl Compiler ID : " "
[020h 032 4] Asl Compiler Revision : 00000000
[024h 036 4] FACS Address : BEFC1E00
[028h 040 4] DSDT Address : BEFC2647
[02Ch 044 1] Model : 01
[02Dh 045 1] PM Profile : 03
[02Eh 046 2] SCI Interrupt : 0009
[030h 048 4] SMI Command Port : 000000B2
[034h 052 1] ACPI Enable Value : 02
[035h 053 1] ACPI Disable Value : 03
[036h 054 1] S4BIOS Command : 00
[037h 055 1] P-State Control : 00
[038h 056 4] PM1A Event Block Address : 0000F800
[03Ch 060 4] PM1B Event Block Address : 00000000
[040h 064 4] PM1A Control Block Address : 0000F804
[044h 068 4] PM1B Control Block Address : 00000460
[048h 072 4] PM2 Control Block Address : 00000000
[04Ch 076 4] PM Timer Block Address : 0000F808
[050h 080 4] GPE0 Block Address : 0000F820
[054h 084 4] GPE1 Block Address : 00000000
[058h 088 1] PM1 Event Block Length : 04
[059h 089 1] PM1 Control Block Length : 02
[05Ah 090 1] PM2 Control Block Length : 00
[05Bh 091 1] PM Timer Block Length : 04
[05Ch 092 1] GPE0 Block Length : 10
[05Dh 093 1] GPE1 Block Length : 00
[05Eh 094 1] GPE1 Base Offset : 00
[05Fh 095 1] _CST Support : 00
[060h 096 2] C2 Latency : 0032
[062h 098 2] C3 Latency : 03E9
[064h 100 2] CPU Cache Size : 0000
[066h 102 2] Cache Flush Stride : 0020
[068h 104 1] Duty Cycle Offset : 01
[069h 105 1] Duty Cycle Width : 03
[06Ah 106 1] RTC Day Alarm Index : 0D
[06Bh 107 1] RTC Month Alarm Index : 00
[06Ch 108 1] RTC Century Index : 32
[06Dh 109 2] Boot Architecture Flags : 0013
[06Fh 111 1] Reserved : 00
[070h 112 4] Flags (decoded below) : 000000A5
WBINVD is operational : 1
WBINVD does not invalidate : 0
All CPUs support C1 : 1
C2 works on MP system : 0
Power button is generic : 0
Sleep button is generic : 1
RTC wakeup not fixed : 0
RTC wakeup/S4 not possible : 1
32-bit PM Timer : 0
Docking Supported : 0
Reset Register Supported : 0
Sealed Case : 0
Headless - No Video : 0
Native instr after SLP_TYP : 0
PCIEXP_WAK Supported : 0
Use Platform Timer : 0
RTC_STS valid after S4 : 0
Remote Power-on capable : 0
APIC Cluster Model : 0
APIC Physical Dest Mode : 0
[074h 116 12] Reset Register : <Generic Address Structure>
[074h 116 1] Space ID : 01 (SystemIO)
[075h 117 1] Bit Width : 08
[076h 118 1] Bit Offset : 00
[077h 119 1] Access Width : 00
[078h 120 8] Address : 0000000000000CF9
[080h 128 1] Value to cause reset : 06
[081h 129 3] Reserved : 000000
[084h 132 8] FACS Address : 00000000BEFC1E00
[08Ch 140 8] DSDT Address : 00000000BEFC2647
[094h 148 12] PM1A Event Block : <Generic Address Structure>
[094h 148 1] Space ID : 01 (SystemIO)
[095h 149 1] Bit Width : 10
[096h 150 1] Bit Offset : 00
[097h 151 1] Access Width : 00
[098h 152 8] Address : 000000000000F800
[0A0h 160 12] PM1B Event Block : <Generic Address Structure>
[0A0h 160 1] Space ID : 00 (SystemMemory)
[0A1h 161 1] Bit Width : 00
[0A2h 162 1] Bit Offset : 00
[0A3h 163 1] Access Width : 00
[0A4h 164 8] Address : 0000000000000000
[0ACh 172 12] PM1A Control Block : <Generic Address Structure>
[0ACh 172 1] Space ID : 01 (SystemIO)
[0ADh 173 1] Bit Width : 10
[0AEh 174 1] Bit Offset : 00
[0AFh 175 1] Access Width : 00
[0B0h 176 8] Address : 000000000000F804
[0B8h 184 12] PM1B Control Block : <Generic Address Structure>
[0B8h 184 1] Space ID : 01 (SystemIO)
[0B9h 185 1] Bit Width : 10
[0BAh 186 1] Bit Offset : 00
[0BBh 187 1] Access Width : 00
[0BCh 188 8] Address : 0000000000000460
[0C4h 196 12] PM2 Control Block : <Generic Address Structure>
[0C4h 196 1] Space ID : 01 (SystemIO)
[0C5h 197 1] Bit Width : 08
[0C6h 198 1] Bit Offset : 00
[0C7h 199 1] Access Width : 00
[0C8h 200 8] Address : 0000000000000000
[0D0h 208 12] PM Timer Block : <Generic Address Structure>
[0D0h 208 1] Space ID : 01 (SystemIO)
[0D1h 209 1] Bit Width : 20
[0D2h 210 1] Bit Offset : 00
[0D3h 211 1] Access Width : 00
[0D4h 212 8] Address : 000000000000F808
[0DCh 220 12] GPE0 Block : <Generic Address Structure>
[0DCh 220 1] Space ID : 01 (SystemIO)
[0DDh 221 1] Bit Width : 20
[0DEh 222 1] Bit Offset : 00
[0DFh 223 1] Access Width : 00
[0E0h 224 8] Address : 000000000001F028
[0E8h 232 12] GPE1 Block : <Generic Address Structure>
[0E8h 232 1] Space ID : 00 (SystemMemory)
[0E9h 233 1] Bit Width : 00
[0EAh 234 1] Bit Offset : 00
[0EBh 235 1] Access Width : 00
[0ECh 236 8] Address : 0000000000000000
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Pm1aEventBlock: 32/16 [20081204]
ACPI Warning (tbfadt-0626): 32/64X length mismatch in Gpe0Block: 128/32 [20081204]
ACPI Error (tbfadt-0663): 32/64X address mismatch in Gpe0Block: 0000F820/000000000001F028, using 64 [20081204]
ACPI Warning (tbfadt-0498): Invalid length for Pm1aEventBlock: 16, using default 32 [20081204]
Raw Table Data
0000: 46 41 43 50 F4 00 00 00 03 98 43 4F 4D 50 41 51 FACP......COMPAQ
0010: 20 20 20 20 4C 58 33 38 47 26 FC BE 20 20 20 20 LX38G&..
0020: 00 00 00 00 00 1E FC BE 47 26 FC BE 01 03 09 00 ........G&......
0030: B2 00 00 00 02 03 00 00 00 F8 00 00 00 00 00 00 ................
0040: 04 F8 00 00 60 04 00 00 00 00 00 00 08 F8 00 00 ....`...........
0050: 20 F8 00 00 00 00 00 00 04 02 00 04 10 00 00 00 ...............
0060: 32 00 E9 03 00 00 20 00 01 03 0D 00 32 13 00 00 2..... .....2...
0070: A5 00 00 00 01 08 00 00 F9 0C 00 00 00 00 00 00 ................
0080: 06 00 00 00 00 1E FC BE 00 00 00 00 47 26 FC BE ............G&..
0090: 00 00 00 00 01 10 00 00 00 F8 00 00 00 00 00 00 ................
00A0: 00 00 00 00 00 00 00 00 00 00 00 00 01 10 00 00 ................
00B0: 04 F8 00 00 00 00 00 00 01 10 00 00 60 04 00 00 ............`...
00C0: 00 00 00 00 01 08 00 00 00 00 00 00 00 00 00 00 ................
00D0: 01 20 00 00 08 F8 00 00 00 00 00 00 01 20 00 00 . ........... ..
00E0: 28 F0 01 00 00 00 00 00 00 00 00 00 00 00 00 00 (...............
00F0: 00 00 00 00 ....
>-----Original Message-----
>From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
>Sent: Wednesday, December 03, 2008 3:36 PM
>To: Moore, Robert
>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
>Subject: Re: 2.6.28-rc7 acpi error messages
>
>On Wed, Dec 03, 2008 at 03:12:55PM -0800, Moore, Robert wrote:
>> Not even the 32-bit values seem fully correct, however. For example:
>>
>> [05Ch 092 1] GPE0 Block Length : 10
>>
>>
>> [0DCh 220 12] GPE0 Block : <Generic Address Structure>
>> [0DCh 220 1] Space ID : 01 (SystemIO)
>> [0DDh 221 1] Bit Width : 20
>> [0DEh 222 1] Bit Offset : 00
>> [0DFh 223 1] Access Width : 00
>> [0E0h 224 8] Address : 000000000001F028
>>
>>
>> For the first block length, I seriously doubt that the machine has (0x10
>* 8) = 128 GPEs. The bit width of 0x20 (32 GPEs) sounds more reasonable.
>
>Hmm, indeed - Intel hardware only decodes 32-bits for the GPE block. Do
>we have the version 1 FADT from the machine as well? If that's correct
>it suggests that Windows gets all of this information from there rather
>than using the version 2 table at all, while if it isn't perhaps we need
>to take the width from the 64-bit values. Sigh. What a mess.
>
>--
>Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-04 19:03 ` Koornstra, Reinoud
@ 2008-12-04 20:31 ` Moore, Robert
2008-12-04 21:08 ` Matthew Garrett
2008-12-04 22:49 ` Moore, Robert
1 sibling, 1 reply; 23+ messages in thread
From: Moore, Robert @ 2008-12-04 20:31 UTC (permalink / raw)
To: Koornstra, Reinoud, Matthew Garrett
Cc: linux-acpi@vger.kernel.org, Brown, Len, Lin, Ming M,
Alexey Starikovskiy
RSD PTR @ 0xe6410
0000: 52 53 44 20 50 54 52 20 06 43 4f 4d 50 41 51 02 RSD PTR .COMPAQ.
0010: 40 1e fc be 24 00 00 00 e8 1e fc be 00 00 00 00 @...$...........
0020: 1c 00 00 00 ....
Yes, it has both an RSDT and an XSDT.
However, acpidump found only one FADT, so it must be the same one in both RSDT and XSDT.
At least, that is the understanding of the behavior of acpidump as told to me:
> RSDT table will also be dumped. But all the tables obtained from
>RSDT are put together with those from XSDT.
>If there exist two FADT tables on the box, the two FADT tables can be
>dumped.
> The attached file is an example. On the box there exist two FADT
>tables. One is obtained from XSDT. And another is obtained from RSDT
>table.
I guess my question is: is this the default behavior of acpidump, or is some flag needed?
Bob
>-----Original Message-----
>From: Koornstra, Reinoud [mailto:koornstra@hp.com]
>Sent: Thursday, December 04, 2008 11:04 AM
>To: Moore, Robert; Matthew Garrett
>Cc: linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
>Subject: RE: 2.6.28-rc7 acpi error messages
>
>So this machine doesn't have a RSDT?
>Isn't this ultimately a bios problem, these two tables should be generated
>by the bios at boot time?
>
>-----Original Message-----
>From: Moore, Robert [mailto:robert.moore@intel.com]
>Sent: Thursday, December 04, 2008 7:51 AM
>To: Matthew Garrett
>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
>Subject: RE: 2.6.28-rc7 acpi error messages
>
>There appears to be one FADT on this machine, version 3:
>
>/*
> * Intel ACPI Component Architecture
> * AML Disassembler version 20081204
> *
> * Disassembly of FACP.dat, Thu Dec 04 07:30:31 2008
> *
> * ACPI Data Table [FACP]
> *
> * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
> */
>
>[000h 000 4] Signature : "FACP" /* Fixed ACPI
>Description Table */
>[004h 004 4] Table Length : 000000F4
>[008h 008 1] Revision : 03
>[009h 009 1] Checksum : 98
>[00Ah 010 6] Oem ID : "COMPAQ"
>[010h 016 8] Oem Table ID : " LX38"
>[018h 024 4] Oem Revision : BEFC2647
>[01Ch 028 4] Asl Compiler ID : " "
>[020h 032 4] Asl Compiler Revision : 00000000
>
>[024h 036 4] FACS Address : BEFC1E00
>[028h 040 4] DSDT Address : BEFC2647
>[02Ch 044 1] Model : 01
>[02Dh 045 1] PM Profile : 03
>[02Eh 046 2] SCI Interrupt : 0009
>[030h 048 4] SMI Command Port : 000000B2
>[034h 052 1] ACPI Enable Value : 02
>[035h 053 1] ACPI Disable Value : 03
>[036h 054 1] S4BIOS Command : 00
>[037h 055 1] P-State Control : 00
>[038h 056 4] PM1A Event Block Address : 0000F800
>[03Ch 060 4] PM1B Event Block Address : 00000000
>[040h 064 4] PM1A Control Block Address : 0000F804
>[044h 068 4] PM1B Control Block Address : 00000460
>[048h 072 4] PM2 Control Block Address : 00000000
>[04Ch 076 4] PM Timer Block Address : 0000F808
>[050h 080 4] GPE0 Block Address : 0000F820
>[054h 084 4] GPE1 Block Address : 00000000
>[058h 088 1] PM1 Event Block Length : 04
>[059h 089 1] PM1 Control Block Length : 02
>[05Ah 090 1] PM2 Control Block Length : 00
>[05Bh 091 1] PM Timer Block Length : 04
>[05Ch 092 1] GPE0 Block Length : 10
>[05Dh 093 1] GPE1 Block Length : 00
>[05Eh 094 1] GPE1 Base Offset : 00
>[05Fh 095 1] _CST Support : 00
>[060h 096 2] C2 Latency : 0032
>[062h 098 2] C3 Latency : 03E9
>[064h 100 2] CPU Cache Size : 0000
>[066h 102 2] Cache Flush Stride : 0020
>[068h 104 1] Duty Cycle Offset : 01
>[069h 105 1] Duty Cycle Width : 03
>[06Ah 106 1] RTC Day Alarm Index : 0D
>[06Bh 107 1] RTC Month Alarm Index : 00
>[06Ch 108 1] RTC Century Index : 32
>[06Dh 109 2] Boot Architecture Flags : 0013
>[06Fh 111 1] Reserved : 00
>[070h 112 4] Flags (decoded below) : 000000A5
> WBINVD is operational : 1
> WBINVD does not invalidate : 0
> All CPUs support C1 : 1
> C2 works on MP system : 0
> Power button is generic : 0
> Sleep button is generic : 1
> RTC wakeup not fixed : 0
> RTC wakeup/S4 not possible : 1
> 32-bit PM Timer : 0
> Docking Supported : 0
> Reset Register Supported : 0
> Sealed Case : 0
> Headless - No Video : 0
> Native instr after SLP_TYP : 0
> PCIEXP_WAK Supported : 0
> Use Platform Timer : 0
> RTC_STS valid after S4 : 0
> Remote Power-on capable : 0
> APIC Cluster Model : 0
> APIC Physical Dest Mode : 0
>
>[074h 116 12] Reset Register : <Generic Address Structure>
>[074h 116 1] Space ID : 01 (SystemIO)
>[075h 117 1] Bit Width : 08
>[076h 118 1] Bit Offset : 00
>[077h 119 1] Access Width : 00
>[078h 120 8] Address : 0000000000000CF9
>
>[080h 128 1] Value to cause reset : 06
>[081h 129 3] Reserved : 000000
>[084h 132 8] FACS Address : 00000000BEFC1E00
>[08Ch 140 8] DSDT Address : 00000000BEFC2647
>[094h 148 12] PM1A Event Block : <Generic Address Structure>
>[094h 148 1] Space ID : 01 (SystemIO)
>[095h 149 1] Bit Width : 10
>[096h 150 1] Bit Offset : 00
>[097h 151 1] Access Width : 00
>[098h 152 8] Address : 000000000000F800
>
>[0A0h 160 12] PM1B Event Block : <Generic Address Structure>
>[0A0h 160 1] Space ID : 00 (SystemMemory)
>[0A1h 161 1] Bit Width : 00
>[0A2h 162 1] Bit Offset : 00
>[0A3h 163 1] Access Width : 00
>[0A4h 164 8] Address : 0000000000000000
>
>[0ACh 172 12] PM1A Control Block : <Generic Address Structure>
>[0ACh 172 1] Space ID : 01 (SystemIO)
>[0ADh 173 1] Bit Width : 10
>[0AEh 174 1] Bit Offset : 00
>[0AFh 175 1] Access Width : 00
>[0B0h 176 8] Address : 000000000000F804
>
>[0B8h 184 12] PM1B Control Block : <Generic Address Structure>
>[0B8h 184 1] Space ID : 01 (SystemIO)
>[0B9h 185 1] Bit Width : 10
>[0BAh 186 1] Bit Offset : 00
>[0BBh 187 1] Access Width : 00
>[0BCh 188 8] Address : 0000000000000460
>
>[0C4h 196 12] PM2 Control Block : <Generic Address Structure>
>[0C4h 196 1] Space ID : 01 (SystemIO)
>[0C5h 197 1] Bit Width : 08
>[0C6h 198 1] Bit Offset : 00
>[0C7h 199 1] Access Width : 00
>[0C8h 200 8] Address : 0000000000000000
>
>[0D0h 208 12] PM Timer Block : <Generic Address Structure>
>[0D0h 208 1] Space ID : 01 (SystemIO)
>[0D1h 209 1] Bit Width : 20
>[0D2h 210 1] Bit Offset : 00
>[0D3h 211 1] Access Width : 00
>[0D4h 212 8] Address : 000000000000F808
>
>[0DCh 220 12] GPE0 Block : <Generic Address Structure>
>[0DCh 220 1] Space ID : 01 (SystemIO)
>[0DDh 221 1] Bit Width : 20
>[0DEh 222 1] Bit Offset : 00
>[0DFh 223 1] Access Width : 00
>[0E0h 224 8] Address : 000000000001F028
>
>[0E8h 232 12] GPE1 Block : <Generic Address Structure>
>[0E8h 232 1] Space ID : 00 (SystemMemory)
>[0E9h 233 1] Bit Width : 00
>[0EAh 234 1] Bit Offset : 00
>[0EBh 235 1] Access Width : 00
>[0ECh 236 8] Address : 0000000000000000
>
>ACPI Warning (tbfadt-0626): 32/64X length mismatch in Pm1aEventBlock: 32/16
>[20081204]
>ACPI Warning (tbfadt-0626): 32/64X length mismatch in Gpe0Block: 128/32
>[20081204]
>ACPI Error (tbfadt-0663): 32/64X address mismatch in Gpe0Block:
>0000F820/000000000001F028, using 64 [20081204]
>ACPI Warning (tbfadt-0498): Invalid length for Pm1aEventBlock: 16, using
>default 32 [20081204]
>
>Raw Table Data
>
> 0000: 46 41 43 50 F4 00 00 00 03 98 43 4F 4D 50 41 51 FACP......COMPAQ
> 0010: 20 20 20 20 4C 58 33 38 47 26 FC BE 20 20 20 20 LX38G&..
> 0020: 00 00 00 00 00 1E FC BE 47 26 FC BE 01 03 09 00 ........G&......
> 0030: B2 00 00 00 02 03 00 00 00 F8 00 00 00 00 00 00 ................
> 0040: 04 F8 00 00 60 04 00 00 00 00 00 00 08 F8 00 00 ....`...........
> 0050: 20 F8 00 00 00 00 00 00 04 02 00 04 10 00 00 00 ...............
> 0060: 32 00 E9 03 00 00 20 00 01 03 0D 00 32 13 00 00 2..... .....2...
> 0070: A5 00 00 00 01 08 00 00 F9 0C 00 00 00 00 00 00 ................
> 0080: 06 00 00 00 00 1E FC BE 00 00 00 00 47 26 FC BE ............G&..
> 0090: 00 00 00 00 01 10 00 00 00 F8 00 00 00 00 00 00 ................
> 00A0: 00 00 00 00 00 00 00 00 00 00 00 00 01 10 00 00 ................
> 00B0: 04 F8 00 00 00 00 00 00 01 10 00 00 60 04 00 00 ............`...
> 00C0: 00 00 00 00 01 08 00 00 00 00 00 00 00 00 00 00 ................
> 00D0: 01 20 00 00 08 F8 00 00 00 00 00 00 01 20 00 00 . ........... ..
> 00E0: 28 F0 01 00 00 00 00 00 00 00 00 00 00 00 00 00 (...............
> 00F0: 00 00 00 00 ....
>
>>-----Original Message-----
>>From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
>>Sent: Wednesday, December 03, 2008 3:36 PM
>>To: Moore, Robert
>>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming
>M
>>Subject: Re: 2.6.28-rc7 acpi error messages
>>
>>On Wed, Dec 03, 2008 at 03:12:55PM -0800, Moore, Robert wrote:
>>> Not even the 32-bit values seem fully correct, however. For example:
>>>
>>> [05Ch 092 1] GPE0 Block Length : 10
>>>
>>>
>>> [0DCh 220 12] GPE0 Block : <Generic Address Structure>
>>> [0DCh 220 1] Space ID : 01 (SystemIO)
>>> [0DDh 221 1] Bit Width : 20
>>> [0DEh 222 1] Bit Offset : 00
>>> [0DFh 223 1] Access Width : 00
>>> [0E0h 224 8] Address : 000000000001F028
>>>
>>>
>>> For the first block length, I seriously doubt that the machine has (0x10
>>* 8) = 128 GPEs. The bit width of 0x20 (32 GPEs) sounds more reasonable.
>>
>>Hmm, indeed - Intel hardware only decodes 32-bits for the GPE block. Do
>>we have the version 1 FADT from the machine as well? If that's correct
>>it suggests that Windows gets all of this information from there rather
>>than using the version 2 table at all, while if it isn't perhaps we need
>>to take the width from the 64-bit values. Sigh. What a mess.
>>
>>--
>>Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: 2.6.28-rc7 acpi error messages
2008-12-04 20:31 ` Moore, Robert
@ 2008-12-04 21:08 ` Matthew Garrett
0 siblings, 0 replies; 23+ messages in thread
From: Matthew Garrett @ 2008-12-04 21:08 UTC (permalink / raw)
To: Moore, Robert
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M, Alexey Starikovskiy
On Thu, Dec 04, 2008 at 12:31:56PM -0800, Moore, Robert wrote:
> I guess my question is: is this the default behavior of acpidump, or is some flag needed?
My recollection is that older versions of acpidump would only dump one
FADT.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-04 19:03 ` Koornstra, Reinoud
2008-12-04 20:31 ` Moore, Robert
@ 2008-12-04 22:49 ` Moore, Robert
2008-12-04 23:02 ` Matthew Garrett
2008-12-05 16:32 ` Moore, Robert
1 sibling, 2 replies; 23+ messages in thread
From: Moore, Robert @ 2008-12-04 22:49 UTC (permalink / raw)
To: Koornstra, Reinoud, Matthew Garrett
Cc: linux-acpi@vger.kernel.org, Brown, Len, Lin, Ming M, Zhao, Yakui
Well, lo and behold! With a newer version of acpidump, we do get both the RSDT and XSDT and there are indeed two different FADTs.
Acpidump should post a version number to prevent this kind of thrash in the future.
The FADT within the RSDT seems much more reasonable. It is a short (rev 1) FADT with no 64-bit register addresses to cause issues. I still suspect the GPE0 block length (0x10) however.
Incorrect table checksum is often caused by BIOS tweaking the table and forgetting to recompute it.
[000h 000 4] Signature : "FACP" /* Fixed ACPI Description Table */
[004h 004 4] Table Length : 00000074
[008h 008 1] Revision : 01
[009h 009 1] Checksum : C1 /* Incorrect checksum, should be 0E */
[00Ah 010 6] Oem ID : "COMPAQ"
[010h 016 8] Oem Table ID : "BEARLX38"
[018h 024 4] Oem Revision : 00000001
[01Ch 028 4] Asl Compiler ID : " "
[020h 032 4] Asl Compiler Revision : 00000000
[024h 036 4] FACS Address : BEFC1E00
[028h 040 4] DSDT Address : BEFC2647
[02Ch 044 1] Model : 01
[02Dh 045 1] PM Profile : 00
[02Eh 046 2] SCI Interrupt : 0009
[030h 048 4] SMI Command Port : 000000B2
[034h 052 1] ACPI Enable Value : 02
[035h 053 1] ACPI Disable Value : 03
[036h 054 1] S4BIOS Command : 00
[037h 055 1] P-State Control : 00
[038h 056 4] PM1A Event Block Address : 0000F800
[03Ch 060 4] PM1B Event Block Address : 00000000
[040h 064 4] PM1A Control Block Address : 0000F804
[044h 068 4] PM1B Control Block Address : 00000460
[048h 072 4] PM2 Control Block Address : 00000000
[04Ch 076 4] PM Timer Block Address : 0000F808
[050h 080 4] GPE0 Block Address : 0000F820
[054h 084 4] GPE1 Block Address : 00000000
[058h 088 1] PM1 Event Block Length : 04
[059h 089 1] PM1 Control Block Length : 02
[05Ah 090 1] PM2 Control Block Length : 00
[05Bh 091 1] PM Timer Block Length : 04
[05Ch 092 1] GPE0 Block Length : 10
[05Dh 093 1] GPE1 Block Length : 00
[05Eh 094 1] GPE1 Base Offset : 00
[05Fh 095 1] _CST Support : 00
[060h 096 2] C2 Latency : 0032
[062h 098 2] C3 Latency : 03E9
[064h 100 2] CPU Cache Size : 0000
[066h 102 2] Cache Flush Stride : 0020
[068h 104 1] Duty Cycle Offset : 01
[069h 105 1] Duty Cycle Width : 03
[06Ah 106 1] RTC Day Alarm Index : 0D
[06Bh 107 1] RTC Month Alarm Index : 00
[06Ch 108 1] RTC Century Index : 32
[06Dh 109 2] Boot Architecture Flags : 0000
[06Fh 111 1] Reserved : 00
[070h 112 4] Flags (decoded below) : 000000AD
WBINVD is operational : 1
WBINVD does not invalidate : 0
All CPUs support C1 : 1
C2 works on MP system : 1
Power button is generic : 0
Sleep button is generic : 1
RTC wakeup not fixed : 0
RTC wakeup/S4 not possible : 1
32-bit PM Timer : 0
Docking Supported : 0
Raw Table Data
0000: 46 41 43 50 74 00 00 00 01 C1 43 4F 4D 50 41 51 FACPt.....COMPAQ
0010: 42 45 41 52 4C 58 33 38 01 00 00 00 20 20 20 20 BEARLX38....
0020: 00 00 00 00 00 1E FC BE 47 26 FC BE 01 00 09 00 ........G&......
0030: B2 00 00 00 02 03 00 00 00 F8 00 00 00 00 00 00 ................
0040: 04 F8 00 00 60 04 00 00 00 00 00 00 08 F8 00 00 ....`...........
0050: 20 F8 00 00 00 00 00 00 04 02 00 04 10 00 00 00 ...............
0060: 32 00 E9 03 00 00 20 00 01 03 0D 00 32 00 00 00 2..... .....2...
0070: AD 00 00 00 ....
>-----Original Message-----
>From: Koornstra, Reinoud [mailto:koornstra@hp.com]
>Sent: Thursday, December 04, 2008 11:04 AM
>To: Moore, Robert; Matthew Garrett
>Cc: linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
>Subject: RE: 2.6.28-rc7 acpi error messages
>
>So this machine doesn't have a RSDT?
>Isn't this ultimately a bios problem, these two tables should be generated
>by the bios at boot time?
>
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: 2.6.28-rc7 acpi error messages
2008-12-04 22:49 ` Moore, Robert
@ 2008-12-04 23:02 ` Matthew Garrett
2008-12-05 16:32 ` Moore, Robert
1 sibling, 0 replies; 23+ messages in thread
From: Matthew Garrett @ 2008-12-04 23:02 UTC (permalink / raw)
To: Moore, Robert
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M, Zhao, Yakui
On Thu, Dec 04, 2008 at 02:49:52PM -0800, Moore, Robert wrote:
> Well, lo and behold! With a newer version of acpidump, we do get both the RSDT and XSDT and there are indeed two different FADTs.
>
> Acpidump should post a version number to prevent this kind of thrash in the future.
>
> The FADT within the RSDT seems much more reasonable. It is a short (rev 1) FADT with no 64-bit register addresses to cause issues. I still suspect the GPE0 block length (0x10) however.
Huh. Right, so either Windows ignores the length or uses the length (but
not the address) from the X block. The plot thickens.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-04 22:49 ` Moore, Robert
2008-12-04 23:02 ` Matthew Garrett
@ 2008-12-05 16:32 ` Moore, Robert
2008-12-05 16:37 ` Matthew Garrett
1 sibling, 1 reply; 23+ messages in thread
From: Moore, Robert @ 2008-12-05 16:32 UTC (permalink / raw)
To: Koornstra, Reinoud, Matthew Garrett
Cc: linux-acpi@vger.kernel.org, Brown, Len, Lin, Ming M, Zhao, Yakui
So, it looks like there are two possible solutions for this machine:
1) Use the RSDT instead of the XSDT and automatically get the "correct" FADT with no 64-bit register definitions.
2) Use the XSDT as is done today, but use the 32-bit values instead of the 64-bit values in the extended FADT.
>-----Original Message-----
>From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-
>owner@vger.kernel.org] On Behalf Of Moore, Robert
>Sent: Thursday, December 04, 2008 2:50 PM
>To: Koornstra, Reinoud; Matthew Garrett
>Cc: linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M; Zhao, Yakui
>Subject: RE: 2.6.28-rc7 acpi error messages
>
>Well, lo and behold! With a newer version of acpidump, we do get both the
>RSDT and XSDT and there are indeed two different FADTs.
>
>Acpidump should post a version number to prevent this kind of thrash in the
>future.
>
>The FADT within the RSDT seems much more reasonable. It is a short (rev 1)
>FADT with no 64-bit register addresses to cause issues. I still suspect the
>GPE0 block length (0x10) however.
>
>Incorrect table checksum is often caused by BIOS tweaking the table and
>forgetting to recompute it.
>
>
>[000h 000 4] Signature : "FACP" /* Fixed ACPI
>Description Table */
>[004h 004 4] Table Length : 00000074
>[008h 008 1] Revision : 01
>[009h 009 1] Checksum : C1 /* Incorrect checksum,
>should be 0E */
>[00Ah 010 6] Oem ID : "COMPAQ"
>[010h 016 8] Oem Table ID : "BEARLX38"
>[018h 024 4] Oem Revision : 00000001
>[01Ch 028 4] Asl Compiler ID : " "
>[020h 032 4] Asl Compiler Revision : 00000000
>
>[024h 036 4] FACS Address : BEFC1E00
>[028h 040 4] DSDT Address : BEFC2647
>[02Ch 044 1] Model : 01
>[02Dh 045 1] PM Profile : 00
>[02Eh 046 2] SCI Interrupt : 0009
>[030h 048 4] SMI Command Port : 000000B2
>[034h 052 1] ACPI Enable Value : 02
>[035h 053 1] ACPI Disable Value : 03
>[036h 054 1] S4BIOS Command : 00
>[037h 055 1] P-State Control : 00
>[038h 056 4] PM1A Event Block Address : 0000F800
>[03Ch 060 4] PM1B Event Block Address : 00000000
>[040h 064 4] PM1A Control Block Address : 0000F804
>[044h 068 4] PM1B Control Block Address : 00000460
>[048h 072 4] PM2 Control Block Address : 00000000
>[04Ch 076 4] PM Timer Block Address : 0000F808
>[050h 080 4] GPE0 Block Address : 0000F820
>[054h 084 4] GPE1 Block Address : 00000000
>[058h 088 1] PM1 Event Block Length : 04
>[059h 089 1] PM1 Control Block Length : 02
>[05Ah 090 1] PM2 Control Block Length : 00
>[05Bh 091 1] PM Timer Block Length : 04
>[05Ch 092 1] GPE0 Block Length : 10
>[05Dh 093 1] GPE1 Block Length : 00
>[05Eh 094 1] GPE1 Base Offset : 00
>[05Fh 095 1] _CST Support : 00
>[060h 096 2] C2 Latency : 0032
>[062h 098 2] C3 Latency : 03E9
>[064h 100 2] CPU Cache Size : 0000
>[066h 102 2] Cache Flush Stride : 0020
>[068h 104 1] Duty Cycle Offset : 01
>[069h 105 1] Duty Cycle Width : 03
>[06Ah 106 1] RTC Day Alarm Index : 0D
>[06Bh 107 1] RTC Month Alarm Index : 00
>[06Ch 108 1] RTC Century Index : 32
>[06Dh 109 2] Boot Architecture Flags : 0000
>[06Fh 111 1] Reserved : 00
>[070h 112 4] Flags (decoded below) : 000000AD
> WBINVD is operational : 1
> WBINVD does not invalidate : 0
> All CPUs support C1 : 1
> C2 works on MP system : 1
> Power button is generic : 0
> Sleep button is generic : 1
> RTC wakeup not fixed : 0
> RTC wakeup/S4 not possible : 1
> 32-bit PM Timer : 0
> Docking Supported : 0
>
>Raw Table Data
>
> 0000: 46 41 43 50 74 00 00 00 01 C1 43 4F 4D 50 41 51 FACPt.....COMPAQ
> 0010: 42 45 41 52 4C 58 33 38 01 00 00 00 20 20 20 20 BEARLX38....
> 0020: 00 00 00 00 00 1E FC BE 47 26 FC BE 01 00 09 00 ........G&......
> 0030: B2 00 00 00 02 03 00 00 00 F8 00 00 00 00 00 00 ................
> 0040: 04 F8 00 00 60 04 00 00 00 00 00 00 08 F8 00 00 ....`...........
> 0050: 20 F8 00 00 00 00 00 00 04 02 00 04 10 00 00 00 ...............
> 0060: 32 00 E9 03 00 00 20 00 01 03 0D 00 32 00 00 00 2..... .....2...
> 0070: AD 00 00 00 ....
>
>
>
>>-----Original Message-----
>>From: Koornstra, Reinoud [mailto:koornstra@hp.com]
>>Sent: Thursday, December 04, 2008 11:04 AM
>>To: Moore, Robert; Matthew Garrett
>>Cc: linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M
>>Subject: RE: 2.6.28-rc7 acpi error messages
>>
>>So this machine doesn't have a RSDT?
>>Isn't this ultimately a bios problem, these two tables should be generated
>>by the bios at boot time?
>>
>--
>To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: 2.6.28-rc7 acpi error messages
2008-12-05 16:32 ` Moore, Robert
@ 2008-12-05 16:37 ` Matthew Garrett
2008-12-05 16:58 ` Moore, Robert
0 siblings, 1 reply; 23+ messages in thread
From: Matthew Garrett @ 2008-12-05 16:37 UTC (permalink / raw)
To: Moore, Robert
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M, Zhao, Yakui
On Fri, Dec 05, 2008 at 08:32:11AM -0800, Moore, Robert wrote:
> So, it looks like there are two possible solutions for this machine:
>
> 1) Use the RSDT instead of the XSDT and automatically get the "correct" FADT with no 64-bit register definitions.
>
> 2) Use the XSDT as is done today, but use the 32-bit values instead of the 64-bit values in the extended FADT.
I think (2) is the correct answer here. If the 64-bit values use an
address space other than system io, we probably want to use the 64-bit
values, so we'll need to parse those addresses anyway. I've sent a patch
that does this to linux-acpi last week - here's another copy.
commit acdf192e7427366b01fe37704fe95b205490dad2
Author: Matthew Garrett <mjg@redhat.com>
Date: Mon Dec 1 10:54:05 2008 +0000
Use 32-bit FADT values on X86
The ACPI specification says that we should use the 64-bit address offsets
contained within the FADT if they exist. However, Windows uses the legacy
address. Various vendors have left incorrect values in the 64-bit field
which then causes problems later. Since the vast majority of machines have
never been tested with an OS that uses the 64-bit value by default, we should
behave like Windows and ignore the spec by only using the 64-bit address if
it contains something that can't be represented in the legacy field. Since
system io space is only 16 bits on x86, this should be entirely safe.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
diff --git a/drivers/acpi/tables/tbfadt.c b/drivers/acpi/tables/tbfadt.c
index 2817158..89a3c82 100644
--- a/drivers/acpi/tables/tbfadt.c
+++ b/drivers/acpi/tables/tbfadt.c
@@ -320,9 +320,30 @@ static void acpi_tb_convert_fadt(void)
ACPI_ADD_PTR(struct acpi_generic_address, &acpi_gbl_FADT,
fadt_info_table[i].target);
- /* Expand only if the X target is null */
-
- if (!target->address) {
+ /*
+ * The ACPI specification says that we should use the
+ * 64-bit address offsets if they exists. However,
+ * Windows uses the legacy address. Various vendors
+ * have left incorrect values in the 64-bit field,
+ * which then causes problems later. Since the vast
+ * majority of machines have never been tested with an
+ * OS that uses the 64-bit value by default, we should
+ * behave like Windows and ignore the spec by only
+ * using the 64-bit address if it contains something
+ * that can't be represented in the legacy
+ * field. Since system io space is only 16 bits on
+ * x86, this should be entirely safe. We also extend
+ * the 32-bit value into the 64-bit one if no 64-bit
+ * address is provided.
+ */
+
+ if (!target->address
+#ifdef CONFIG_X86
+ || (target->space_id == ACPI_ADR_SPACE_SYSTEM_IO &&
+ *ACPI_ADD_PTR(u32, &acpi_gbl_FADT,
+ fadt_info_table[i].source))
+#endif
+ ) {
acpi_tb_init_generic_address(target,
*ACPI_ADD_PTR(u8,
&acpi_gbl_FADT,
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply related [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-05 16:37 ` Matthew Garrett
@ 2008-12-05 16:58 ` Moore, Robert
2008-12-05 17:01 ` Skywing
` (2 more replies)
0 siblings, 3 replies; 23+ messages in thread
From: Moore, Robert @ 2008-12-05 16:58 UTC (permalink / raw)
To: Matthew Garrett
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M, Zhao, Yakui
>> 1) Use the RSDT instead of the XSDT and automatically get the "correct"
>FADT with no 64-bit register definitions.
>>
>> 2) Use the XSDT as is done today, but use the 32-bit values instead of
>the 64-bit values in the extended FADT.
What we really want to know is what does windows do, (1), or (2).
>-----Original Message-----
>From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
>Sent: Friday, December 05, 2008 8:38 AM
>To: Moore, Robert
>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming
>M; Zhao, Yakui
>Subject: Re: 2.6.28-rc7 acpi error messages
>
>On Fri, Dec 05, 2008 at 08:32:11AM -0800, Moore, Robert wrote:
>> So, it looks like there are two possible solutions for this machine:
>>
>> 1) Use the RSDT instead of the XSDT and automatically get the "correct"
>FADT with no 64-bit register definitions.
>>
>> 2) Use the XSDT as is done today, but use the 32-bit values instead of
>the 64-bit values in the extended FADT.
>
>I think (2) is the correct answer here. If the 64-bit values use an
>address space other than system io, we probably want to use the 64-bit
>values, so we'll need to parse those addresses anyway. I've sent a patch
>that does this to linux-acpi last week - here's another copy.
>
>commit acdf192e7427366b01fe37704fe95b205490dad2
>Author: Matthew Garrett <mjg@redhat.com>
>Date: Mon Dec 1 10:54:05 2008 +0000
>
> Use 32-bit FADT values on X86
>
> The ACPI specification says that we should use the 64-bit address
>offsets
> contained within the FADT if they exist. However, Windows uses the
>legacy
> address. Various vendors have left incorrect values in the 64-bit field
> which then causes problems later. Since the vast majority of machines
>have
> never been tested with an OS that uses the 64-bit value by default, we
>should
> behave like Windows and ignore the spec by only using the 64-bit
>address if
> it contains something that can't be represented in the legacy field.
>Since
> system io space is only 16 bits on x86, this should be entirely safe.
>
> Signed-off-by: Matthew Garrett <mjg@redhat.com>
>
>diff --git a/drivers/acpi/tables/tbfadt.c b/drivers/acpi/tables/tbfadt.c
>index 2817158..89a3c82 100644
>--- a/drivers/acpi/tables/tbfadt.c
>+++ b/drivers/acpi/tables/tbfadt.c
>@@ -320,9 +320,30 @@ static void acpi_tb_convert_fadt(void)
> ACPI_ADD_PTR(struct acpi_generic_address,
>&acpi_gbl_FADT,
> fadt_info_table[i].target);
>
>- /* Expand only if the X target is null */
>-
>- if (!target->address) {
>+ /*
>+ * The ACPI specification says that we should use the
>+ * 64-bit address offsets if they exists. However,
>+ * Windows uses the legacy address. Various vendors
>+ * have left incorrect values in the 64-bit field,
>+ * which then causes problems later. Since the vast
>+ * majority of machines have never been tested with an
>+ * OS that uses the 64-bit value by default, we should
>+ * behave like Windows and ignore the spec by only
>+ * using the 64-bit address if it contains something
>+ * that can't be represented in the legacy
>+ * field. Since system io space is only 16 bits on
>+ * x86, this should be entirely safe. We also extend
>+ * the 32-bit value into the 64-bit one if no 64-bit
>+ * address is provided.
>+ */
>+
>+ if (!target->address
>+#ifdef CONFIG_X86
>+ || (target->space_id == ACPI_ADR_SPACE_SYSTEM_IO &&
>+ *ACPI_ADD_PTR(u32, &acpi_gbl_FADT,
>+ fadt_info_table[i].source))
>+#endif
>+ ) {
> acpi_tb_init_generic_address(target,
> *ACPI_ADD_PTR(u8,
>
>&acpi_gbl_FADT,
>
>--
>Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-05 16:58 ` Moore, Robert
@ 2008-12-05 17:01 ` Skywing
2008-12-05 17:21 ` Matthew Garrett
2008-12-05 19:55 ` Koornstra, Reinoud
2 siblings, 0 replies; 23+ messages in thread
From: Skywing @ 2008-12-05 17:01 UTC (permalink / raw)
To: Moore, Robert, Matthew Garrett
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M, Zhao, Yakui
-----Original Message-----
From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-owner@vger.kernel.org] On Behalf Of Moore, Robert
Sent: Friday, December 05, 2008 11:59 AM
To: Matthew Garrett
Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M; Zhao, Yakui
Subject: RE: 2.6.28-rc7 acpi error messages
> What we really want to know is what does windows do, (1), or (2).
Or if it has a hack specifically for this BIOS, which might be the case. Windows has workarounds for buggy hardware/BIOSes like that, too. (Don't know which is the case, but it would be an invalid assumption to rule out that Windows might have a one-off to support this particular case.)
- S
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: 2.6.28-rc7 acpi error messages
2008-12-05 16:58 ` Moore, Robert
2008-12-05 17:01 ` Skywing
@ 2008-12-05 17:21 ` Matthew Garrett
2008-12-05 17:42 ` Moore, Robert
2008-12-05 19:55 ` Koornstra, Reinoud
2 siblings, 1 reply; 23+ messages in thread
From: Matthew Garrett @ 2008-12-05 17:21 UTC (permalink / raw)
To: Moore, Robert
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M, Zhao, Yakui
On Fri, Dec 05, 2008 at 08:58:39AM -0800, Moore, Robert wrote:
> >> 1) Use the RSDT instead of the XSDT and automatically get the "correct"
> >FADT with no 64-bit register definitions.
> >>
> >> 2) Use the XSDT as is done today, but use the 32-bit values instead of
> >the 64-bit values in the extended FADT.
>
>
> What we really want to know is what does windows do, (1), or (2).
So far I haven't managed to find any machines that have differing values
in the version 1 FADT and the 32-bit values of the version 2 one, so
it's difficult to know. Best bet would probably be a qemu setup that
feeds different values for this - I think some people in Intel had
something like this for some previous testing?
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-05 17:21 ` Matthew Garrett
@ 2008-12-05 17:42 ` Moore, Robert
2008-12-05 17:48 ` Matthew Garrett
2008-12-05 17:57 ` Koornstra, Reinoud
0 siblings, 2 replies; 23+ messages in thread
From: Moore, Robert @ 2008-12-05 17:42 UTC (permalink / raw)
To: Matthew Garrett
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M, Zhao, Yakui
> I think some people in Intel had
>something like this for some previous testing?
I'm not sure. If not, we are prepared to develop the testbed necessary to answer these questions once and for all.
Here's my current list of outstanding questions:
1) What does Windows do when both a valid RSDT and XSDT are present? Does Windows ever detect problems with one such table and use the other?
2) What does Windows do if the FADT has two different but valid addresses (32/64) for the FACS (meaning there are two FACS tables)? How does it determine which one to use? Does it attempt to use both? (Two wake vectors, two global locks).
3) What does Windows do for ACPI register addresses in the FADT if both the 32-bit and 64-bit(X) versions exist, but are different? Does it fall back to the 32-bit version? Does it ever even attempt to use the 64-bit versions?
4) What does Windows do for ACPI register lengths in the FADT if they are non-standard? Does it even use these lengths or does it just hardcode them? Also, what if the 32/64 versions are different?
Any others I've missed?
Bob
>-----Original Message-----
>From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
>Sent: Friday, December 05, 2008 9:22 AM
>To: Moore, Robert
>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming
>M; Zhao, Yakui
>Subject: Re: 2.6.28-rc7 acpi error messages
>
>On Fri, Dec 05, 2008 at 08:58:39AM -0800, Moore, Robert wrote:
>> >> 1) Use the RSDT instead of the XSDT and automatically get the
>"correct"
>> >FADT with no 64-bit register definitions.
>> >>
>> >> 2) Use the XSDT as is done today, but use the 32-bit values instead of
>> >the 64-bit values in the extended FADT.
>>
>>
>> What we really want to know is what does windows do, (1), or (2).
>
>So far I haven't managed to find any machines that have differing values
>in the version 1 FADT and the 32-bit values of the version 2 one, so
>it's difficult to know. Best bet would probably be a qemu setup that
>feeds different values for this - I think some people in Intel had
>something like this for some previous testing?
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: 2.6.28-rc7 acpi error messages
2008-12-05 17:42 ` Moore, Robert
@ 2008-12-05 17:48 ` Matthew Garrett
2008-12-05 17:57 ` Koornstra, Reinoud
1 sibling, 0 replies; 23+ messages in thread
From: Matthew Garrett @ 2008-12-05 17:48 UTC (permalink / raw)
To: Moore, Robert
Cc: Koornstra, Reinoud, linux-acpi@vger.kernel.org, Brown, Len,
Lin, Ming M, Zhao, Yakui
That covers everything that springs to mind.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-05 17:42 ` Moore, Robert
2008-12-05 17:48 ` Matthew Garrett
@ 2008-12-05 17:57 ` Koornstra, Reinoud
1 sibling, 0 replies; 23+ messages in thread
From: Koornstra, Reinoud @ 2008-12-05 17:57 UTC (permalink / raw)
To: Moore, Robert, Matthew Garrett
Cc: linux-acpi@vger.kernel.org, Brown, Len, Lin, Ming M, Zhao, Yakui
HI,
Let me test the patch and see how that works out.
I am willing to install windows on the machine and get any output you'll need as well.
Kind Regards,
Reinoud.
-----Original Message-----
From: Moore, Robert [mailto:robert.moore@intel.com]
Sent: Friday, December 05, 2008 9:43 AM
To: Matthew Garrett
Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M; Zhao, Yakui
Subject: RE: 2.6.28-rc7 acpi error messages
> I think some people in Intel had
>something like this for some previous testing?
I'm not sure. If not, we are prepared to develop the testbed necessary to answer these questions once and for all.
Here's my current list of outstanding questions:
1) What does Windows do when both a valid RSDT and XSDT are present? Does Windows ever detect problems with one such table and use the other?
2) What does Windows do if the FADT has two different but valid addresses (32/64) for the FACS (meaning there are two FACS tables)? How does it determine which one to use? Does it attempt to use both? (Two wake vectors, two global locks).
3) What does Windows do for ACPI register addresses in the FADT if both the 32-bit and 64-bit(X) versions exist, but are different? Does it fall back to the 32-bit version? Does it ever even attempt to use the 64-bit versions?
4) What does Windows do for ACPI register lengths in the FADT if they are non-standard? Does it even use these lengths or does it just hardcode them? Also, what if the 32/64 versions are different?
Any others I've missed?
Bob
>-----Original Message-----
>From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
>Sent: Friday, December 05, 2008 9:22 AM
>To: Moore, Robert
>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming
>M; Zhao, Yakui
>Subject: Re: 2.6.28-rc7 acpi error messages
>
>On Fri, Dec 05, 2008 at 08:58:39AM -0800, Moore, Robert wrote:
>> >> 1) Use the RSDT instead of the XSDT and automatically get the
>"correct"
>> >FADT with no 64-bit register definitions.
>> >>
>> >> 2) Use the XSDT as is done today, but use the 32-bit values instead of
>> >the 64-bit values in the extended FADT.
>>
>>
>> What we really want to know is what does windows do, (1), or (2).
>
>So far I haven't managed to find any machines that have differing values
>in the version 1 FADT and the 32-bit values of the version 2 one, so
>it's difficult to know. Best bet would probably be a qemu setup that
>feeds different values for this - I think some people in Intel had
>something like this for some previous testing?
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: 2.6.28-rc7 acpi error messages
2008-12-05 16:58 ` Moore, Robert
2008-12-05 17:01 ` Skywing
2008-12-05 17:21 ` Matthew Garrett
@ 2008-12-05 19:55 ` Koornstra, Reinoud
2 siblings, 0 replies; 23+ messages in thread
From: Koornstra, Reinoud @ 2008-12-05 19:55 UTC (permalink / raw)
To: Moore, Robert, Matthew Garrett
Cc: linux-acpi@vger.kernel.org, Brown, Len, Lin, Ming M, Zhao, Yakui
[-- Attachment #1: Type: text/plain, Size: 4679 bytes --]
Hi Everyone,
The patch seemed to help.
I'll paste the dmesg in an attachment so you can see the output yourself.
Let's see if this is satisfactory, of course it doesn't answer the questions.... :-(
Kind Regards,
Reinoud.
-----Original Message-----
From: Moore, Robert [mailto:robert.moore@intel.com]
Sent: Friday, December 05, 2008 8:59 AM
To: Matthew Garrett
Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming M; Zhao, Yakui
Subject: RE: 2.6.28-rc7 acpi error messages
>> 1) Use the RSDT instead of the XSDT and automatically get the "correct"
>FADT with no 64-bit register definitions.
>>
>> 2) Use the XSDT as is done today, but use the 32-bit values instead of
>the 64-bit values in the extended FADT.
What we really want to know is what does windows do, (1), or (2).
>-----Original Message-----
>From: Matthew Garrett [mailto:mjg59@srcf.ucam.org]
>Sent: Friday, December 05, 2008 8:38 AM
>To: Moore, Robert
>Cc: Koornstra, Reinoud; linux-acpi@vger.kernel.org; Brown, Len; Lin, Ming
>M; Zhao, Yakui
>Subject: Re: 2.6.28-rc7 acpi error messages
>
>On Fri, Dec 05, 2008 at 08:32:11AM -0800, Moore, Robert wrote:
>> So, it looks like there are two possible solutions for this machine:
>>
>> 1) Use the RSDT instead of the XSDT and automatically get the "correct"
>FADT with no 64-bit register definitions.
>>
>> 2) Use the XSDT as is done today, but use the 32-bit values instead of
>the 64-bit values in the extended FADT.
>
>I think (2) is the correct answer here. If the 64-bit values use an
>address space other than system io, we probably want to use the 64-bit
>values, so we'll need to parse those addresses anyway. I've sent a patch
>that does this to linux-acpi last week - here's another copy.
>
>commit acdf192e7427366b01fe37704fe95b205490dad2
>Author: Matthew Garrett <mjg@redhat.com>
>Date: Mon Dec 1 10:54:05 2008 +0000
>
> Use 32-bit FADT values on X86
>
> The ACPI specification says that we should use the 64-bit address
>offsets
> contained within the FADT if they exist. However, Windows uses the
>legacy
> address. Various vendors have left incorrect values in the 64-bit field
> which then causes problems later. Since the vast majority of machines
>have
> never been tested with an OS that uses the 64-bit value by default, we
>should
> behave like Windows and ignore the spec by only using the 64-bit
>address if
> it contains something that can't be represented in the legacy field.
>Since
> system io space is only 16 bits on x86, this should be entirely safe.
>
> Signed-off-by: Matthew Garrett <mjg@redhat.com>
>
>diff --git a/drivers/acpi/tables/tbfadt.c b/drivers/acpi/tables/tbfadt.c
>index 2817158..89a3c82 100644
>--- a/drivers/acpi/tables/tbfadt.c
>+++ b/drivers/acpi/tables/tbfadt.c
>@@ -320,9 +320,30 @@ static void acpi_tb_convert_fadt(void)
> ACPI_ADD_PTR(struct acpi_generic_address,
>&acpi_gbl_FADT,
> fadt_info_table[i].target);
>
>- /* Expand only if the X target is null */
>-
>- if (!target->address) {
>+ /*
>+ * The ACPI specification says that we should use the
>+ * 64-bit address offsets if they exists. However,
>+ * Windows uses the legacy address. Various vendors
>+ * have left incorrect values in the 64-bit field,
>+ * which then causes problems later. Since the vast
>+ * majority of machines have never been tested with an
>+ * OS that uses the 64-bit value by default, we should
>+ * behave like Windows and ignore the spec by only
>+ * using the 64-bit address if it contains something
>+ * that can't be represented in the legacy
>+ * field. Since system io space is only 16 bits on
>+ * x86, this should be entirely safe. We also extend
>+ * the 32-bit value into the 64-bit one if no 64-bit
>+ * address is provided.
>+ */
>+
>+ if (!target->address
>+#ifdef CONFIG_X86
>+ || (target->space_id == ACPI_ADR_SPACE_SYSTEM_IO &&
>+ *ACPI_ADD_PTR(u32, &acpi_gbl_FADT,
>+ fadt_info_table[i].source))
>+#endif
>+ ) {
> acpi_tb_init_generic_address(target,
> *ACPI_ADD_PTR(u8,
>
>&acpi_gbl_FADT,
>
>--
>Matthew Garrett | mjg59@srcf.ucam.org
[-- Attachment #2: dmesg_acpi_patch --]
[-- Type: application/octet-stream, Size: 60349 bytes --]
[ 0.000000] BIOS EBDA/lowmem at: 00097c00/00097c00
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.28-rc7 (root@SuperChi) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #6 SMP Fri Dec 5 11:45:26 PST 2008 ()
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 0000000000097c00 (usable)
[ 0.000000] BIOS-e820: 0000000000097c00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000befc1da0 (usable)
[ 0.000000] BIOS-e820: 00000000befc1da0 - 00000000befc1e00 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000befc1e00 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f4000000 - 00000000f8000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fed40000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed45000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] DMI 2.6 present.
[ 0.000000] last_pfn = 0xbefc1 max_arch_pfn = 0x100000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] kernel direct mapping tables up to 373fe000 @ 7000-d000
[ 0.000000] RAMDISK: 37dbe000 - 37fefbec
[ 0.000000] Allocated new RAMDISK: 00875000 - 00aa6bec
[ 0.000000] Move RAMDISK from 0000000037dbe000 - 0000000037fefbeb to 00875000 - 00aa6beb
[ 0.000000] ACPI: RSDP 000E6410, 0024 (r2 COMPAQ)
[ 0.000000] ACPI: XSDT BEFC1EE8, 0064 (r1 HPQOEM SLIC-WKS 20080828 0)
[ 0.000000] ACPI: FACP BEFC2088, 00F4 (r3 COMPAQ BEFC2647 0)
[ 0.000000] ACPI: DSDT BEFC2647, 98EC (r1 COMPAQ DSDT_PRJ 1 MSFT 100000E)
[ 0.000000] ACPI: FACS BEFC1E00, 0040
[ 0.000000] ACPI: APIC BEFC217C, 0084 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: ASF! BEFC2200, 0063 (r32 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: MCFG BEFC2263, 003C (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: TCPA BEFC229F, 0032 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: SLIC BEFC22D1, 0176 (r1 HPQOEM SLIC-WKS 1 0)
[ 0.000000] ACPI: HPET BEFC2447, 0038 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: DMAR BEFC247F, 0158 (r1 COMPAQ BEARLX38 1 0)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2171MB HIGHMEM available.
[ 0.000000] 883MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 373fe000
[ 0.000000] low ram: 00000000 - 373fe000
[ 0.000000] bootmap 00009000 - 0000fe80
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000200000 - 000087045c] TEXT DATA BSS ==> [0000200000 - 000087045c]
[ 0.000000] #4 [0000871000 - 0000875000] INIT_PG_TABLE ==> [0000871000 - 0000875000]
[ 0.000000] #5 [0000097c00 - 0000100000] BIOS reserved ==> [0000097c00 - 0000100000]
[ 0.000000] #6 [0000007000 - 0000009000] PGTABLE ==> [0000007000 - 0000009000]
[ 0.000000] #7 [0000875000 - 0000aa6bec] NEW RAMDISK ==> [0000875000 - 0000aa6bec]
[ 0.000000] #8 [0000009000 - 0000010000] BOOTMAP ==> [0000009000 - 0000010000]
[ 0.000000] found SMP MP-table at [c00f9bf0] 000f9bf0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000373fe
[ 0.000000] HighMem 0x000373fe -> 0x000befc1
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00000097
[ 0.000000] 0: 0x00000100 -> 0x000befc1
[ 0.000000] On node 0 totalpages: 782168
[ 0.000000] free_area_init_node: node 0, pgdat c072ef80, node_mem_map c1000000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3959 pages, LIFO batch:0
[ 0.000000] Normal zone: 1736 pages used for memmap
[ 0.000000] Normal zone: 220470 pages, LIFO batch:31
[ 0.000000] HighMem zone: 4344 pages used for memmap
[ 0.000000] HighMem zone: 551627 pages, LIFO batch:31
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] ACPI: PM-Timer IO Port: 0xf808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 0000000000097000 - 0000000000098000
[ 0.000000] PM: Registered nosave memory: 0000000000098000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000
[ 0.000000] PM: Registered nosave memory: 00000000000e8000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c4000000 (gap: c0000000:34000000)
[ 0.000000] PERCPU: Allocating 45056 bytes of per cpu data
[ 0.000000] NR_CPUS: 64, nr_cpu_ids: 4, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 776056
[ 0.000000] Kernel command line: root=UUID=c63dddb9-ab31-4deb-bf49-0718cd5bfb06 ro quiet splash
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] TSC: PIT calibration matches PMTIMER. 1 loops
[ 0.000000] Detected 3166.752 MHz processor.
[ 0.000999] Console: colour VGA+ 80x25
[ 0.000999] console [tty0] enabled
[ 0.000999] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000999] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000999] Memory: 3093364k/3129092k available (3704k kernel code, 34440k reserved, 1979k data, 376k init, 2223884k highmem)
[ 0.000999] virtual kernel memory layout:
[ 0.000999] fixmap : 0xffc79000 - 0xfffff000 (3608 kB)
[ 0.000999] pkmap : 0xff400000 - 0xff800000 (4096 kB)
[ 0.000999] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB)
[ 0.000999] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB)
[ 0.000999] .init : 0xc0795000 - 0xc07f3000 ( 376 kB)
[ 0.000999] .data : 0xc059e104 - 0xc078d058 (1979 kB)
[ 0.000999] .text : 0xc0200000 - 0xc059e104 (3704 kB)
[ 0.000999] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000999] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000999] hpet clockevent registered
[ 0.000999] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 6333.50 BogoMIPS (lpj=3166752)
[ 0.000999] Security Framework initialized
[ 0.000999] SELinux: Initializing.
[ 0.000999] SELinux: Starting in permissive mode
[ 0.000999] Mount-cache hash table entries: 512
[ 0.000999] Initializing cgroup subsys ns
[ 0.000999] Initializing cgroup subsys cpuacct
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 6144K
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 0
[ 0.000999] using mwait in idle threads.
[ 0.000999] Checking 'hlt' instruction... OK.
[ 0.004395] ACPI: Core revision 20080926
[ 0.014425] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.024592] CPU0: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz stepping 06
[ 0.024996] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.000999] Initializing CPU#1
[ 0.000999] Calibrating delay using timer specific routine.. 6333.26 BogoMIPS (lpj=3166632)
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 6144K
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 1
[ 0.000999] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.096476] CPU1: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz stepping 06
[ 0.096483] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.097011] Brought up 2 CPUs
[ 0.097013] Total of 2 processors activated (12666.76 BogoMIPS).
[ 0.097082] khelper used greatest stack depth: 7048 bytes left
[ 0.097082] net_namespace: 748 bytes
[ 0.097146] Time: 19:48:40 Date: 12/05/08
[ 0.097146] NET: Registered protocol family 16
[ 0.097997] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.097997] ACPI: bus type pci registered
[ 0.098005] PCI: MCFG configuration 0: base f4000000 segment 0 buses 0 - 63
[ 0.098006] PCI: MCFG area at f4000000 reserved in E820
[ 0.098007] PCI: Using MMCONFIG for extended config space
[ 0.098008] PCI: Using configuration type 1 for base access
[ 0.100362] ACPI: EC: Look up EC in DSDT
[ 0.103650] ACPI: Interpreter enabled
[ 0.103653] ACPI: (supports S0 S3 S4 S5)
[ 0.103662] ACPI: Using IOAPIC for interrupt routing
[ 0.107043] ACPI: No dock devices found.
[ 0.107049] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.107069] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.107069] pci 0000:00:01.0: PME# disabled
[ 0.107076] pci 0000:00:1a.0: reg 20 io port: [0x3100-0x311f]
[ 0.107122] pci 0000:00:1a.1: reg 20 io port: [0x3120-0x313f]
[ 0.107167] pci 0000:00:1a.2: reg 20 io port: [0x3140-0x315f]
[ 0.107216] pci 0000:00:1a.7: reg 10 32bit mmio: [0xe3204800-0xe3204bff]
[ 0.107244] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.107248] pci 0000:00:1a.7: PME# disabled
[ 0.107277] pci 0000:00:1b.0: reg 10 64bit mmio: [0xe3200000-0xe3203fff]
[ 0.107297] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.107300] pci 0000:00:1b.0: PME# disabled
[ 0.107332] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.107335] pci 0000:00:1c.0: PME# disabled
[ 0.107370] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.107373] pci 0000:00:1c.4: PME# disabled
[ 0.107406] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.107408] pci 0000:00:1c.5: PME# disabled
[ 0.107447] pci 0000:00:1d.0: reg 20 io port: [0x3160-0x317f]
[ 0.107493] pci 0000:00:1d.1: reg 20 io port: [0x3180-0x319f]
[ 0.107538] pci 0000:00:1d.2: reg 20 io port: [0x31a0-0x31bf]
[ 0.107586] pci 0000:00:1d.7: reg 10 32bit mmio: [0xe3204c00-0xe3204fff]
[ 0.107615] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.107618] pci 0000:00:1d.7: PME# disabled
[ 0.107704] pci 0000:00:1f.0: quirk: region f800-f87f claimed by ICH6 ACPI/GPIO/TCO
[ 0.107706] pci 0000:00:1f.0: quirk: region fa00-fa3f claimed by ICH6 GPIO
[ 0.107744] pci 0000:00:1f.2: reg 10 io port: [0x3200-0x3207]
[ 0.107986] pci 0000:00:1f.2: reg 14 io port: [0x3210-0x3213]
[ 0.107990] pci 0000:00:1f.2: reg 18 io port: [0x3208-0x320f]
[ 0.107994] pci 0000:00:1f.2: reg 1c io port: [0x3214-0x3217]
[ 0.107998] pci 0000:00:1f.2: reg 20 io port: [0x31c0-0x31df]
[ 0.108002] pci 0000:00:1f.2: reg 24 32bit mmio: [0xe3204000-0xe32047ff]
[ 0.108011] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.108014] pci 0000:00:1f.2: PME# disabled
[ 0.108044] pci 0000:01:00.0: reg 10 32bit mmio: [0xe2000000-0xe2ffffff]
[ 0.108051] pci 0000:01:00.0: reg 14 64bit mmio: [0xc0000000-0xdfffffff]
[ 0.108057] pci 0000:01:00.0: reg 1c 64bit mmio: [0xe0000000-0xe1ffffff]
[ 0.108062] pci 0000:01:00.0: reg 24 io port: [0x2100-0x217f]
[ 0.108066] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.108100] pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
[ 0.108102] pci 0000:00:01.0: bridge 32bit mmio: [0xe0000000-0xe2ffffff]
[ 0.108104] pci 0000:00:01.0: bridge 64bit mmio pref: [0xc0000000-0xdfffffff]
[ 0.108217] pci 0000:3f:00.0: reg 10 64bit mmio: [0xe3100000-0xe310ffff]
[ 0.108253] pci 0000:3f:00.0: PME# supported from D3hot D3cold
[ 0.108256] pci 0000:3f:00.0: PME# disabled
[ 0.108292] pci 0000:00:1c.5: bridge 32bit mmio: [0xe3100000-0xe31fffff]
[ 0.108331] pci 0000:10:04.0: reg 10 32bit mmio: [0xe3000000-0xe301ffff]
[ 0.108337] pci 0000:10:04.0: reg 14 32bit mmio: [0xe3020000-0xe303ffff]
[ 0.108343] pci 0000:10:04.0: reg 18 io port: [0x1100-0x113f]
[ 0.108360] pci 0000:10:04.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.108368] pci 0000:10:04.0: PME# supported from D0 D3hot D3cold
[ 0.108371] pci 0000:10:04.0: PME# disabled
[ 0.108404] pci 0000:00:1e.0: transparent bridge
[ 0.108407] pci 0000:00:1e.0: bridge io port: [0x1000-0x1fff]
[ 0.108409] pci 0000:00:1e.0: bridge 32bit mmio: [0xe3000000-0xe30fffff]
[ 0.108426] bus 00 -> node 0
[ 0.108431] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.108675] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
[ 0.108761] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX1._PRT]
[ 0.108844] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX5._PRT]
[ 0.108926] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX6._PRT]
[ 0.109012] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
[ 0.123246] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.123246] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.123246] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.123258] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.123332] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.123406] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.123480] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.124031] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.124120] SCSI subsystem initialized
[ 0.124120] libata version 3.00 loaded.
[ 0.124120] usbcore: registered new interface driver usbfs
[ 0.124120] usbcore: registered new interface driver hub
[ 0.124120] usbcore: registered new device driver usb
[ 0.124120] PCI: Using ACPI for IRQ routing
[ 0.125986] NetLabel: Initializing
[ 0.125988] NetLabel: domain hash size = 128
[ 0.125989] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.126000] NetLabel: unlabeled traffic allowed by default
[ 0.126007] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.126012] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.129985] pnp: PnP ACPI init
[ 0.129992] ACPI: bus type pnp registered
[ 0.131904] pnp 00:0d: io resource (0xf800-0xf81f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.131907] pnp 00:0d: io resource (0xf820-0xf83f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.131908] pnp 00:0d: io resource (0xf840-0xf85f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.131910] pnp 00:0d: io resource (0xf860-0xf87f) overlaps 0000:00:1f.0 BAR 7 (0xf800-0xf87f), disabling
[ 0.132563] pnp: PnP ACPI: found 16 devices
[ 0.132564] ACPI: ACPI bus type pnp unregistered
[ 0.132573] system 00:0d: ioport range 0x400-0x41f has been reserved
[ 0.132574] system 00:0d: ioport range 0x420-0x43f has been reserved
[ 0.132576] system 00:0d: ioport range 0x440-0x45f has been reserved
[ 0.132577] system 00:0d: ioport range 0x460-0x47f has been reserved
[ 0.132579] system 00:0d: ioport range 0x480-0x48f has been reserved
[ 0.132580] system 00:0d: ioport range 0xfa00-0xfa3f has been reserved
[ 0.132582] system 00:0d: ioport range 0xfc00-0xfc7f has been reserved
[ 0.132583] system 00:0d: ioport range 0xfc80-0xfcff has been reserved
[ 0.132585] system 00:0d: ioport range 0xfe00-0xfe7f has been reserved
[ 0.132586] system 00:0d: ioport range 0xfe80-0xfeff has been reserved
[ 0.132589] system 00:0e: ioport range 0x4d0-0x4d1 has been reserved
[ 0.132590] system 00:0e: ioport range 0xcb0-0xcbf has been reserved
[ 0.132594] system 00:0f: iomem range 0x0-0x9ffff could not be reserved
[ 0.132596] system 00:0f: iomem range 0x100000-0xbfffffff could not be reserved
[ 0.132597] system 00:0f: iomem range 0xe4000-0xfffff could not be reserved
[ 0.132599] system 00:0f: iomem range 0xfec01000-0xfecfffff has been reserved
[ 0.132600] system 00:0f: iomem range 0xfed00400-0xfed3ffff has been reserved
[ 0.132602] system 00:0f: iomem range 0xfed40000-0xffffffff could not be reserved
[ 0.132603] system 00:0f: iomem range 0xf4000000-0xf7ffffff has been reserved
[ 0.132605] system 00:0f: iomem range 0xcfc00-0xcffff has been reserved
[ 0.132606] system 00:0f: iomem range 0xd6200-0xe3fff has been reserved
[ 0.167439] pci 0000:01:00.0: BAR 6: can't allocate mem resource [0xe0000000-0xdfffffff]
[ 0.167440] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.167442] pci 0000:00:01.0: IO window: 0x2000-0x2fff
[ 0.167444] pci 0000:00:01.0: MEM window: 0xe0000000-0xe2ffffff
[ 0.167446] pci 0000:00:01.0: PREFETCH window: 0x000000c0000000-0x000000dfffffff
[ 0.167449] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:28
[ 0.167450] pci 0000:00:1c.0: IO window: disabled
[ 0.167453] pci 0000:00:1c.0: MEM window: disabled
[ 0.167455] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.167459] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:34
[ 0.167460] pci 0000:00:1c.4: IO window: disabled
[ 0.167463] pci 0000:00:1c.4: MEM window: disabled
[ 0.167465] pci 0000:00:1c.4: PREFETCH window: disabled
[ 0.167469] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:3f
[ 0.167470] pci 0000:00:1c.5: IO window: disabled
[ 0.167473] pci 0000:00:1c.5: MEM window: 0xe3100000-0xe31fffff
[ 0.167476] pci 0000:00:1c.5: PREFETCH window: disabled
[ 0.167480] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:10
[ 0.167482] pci 0000:00:1e.0: IO window: 0x1000-0x1fff
[ 0.167485] pci 0000:00:1e.0: MEM window: 0xe3000000-0xe30fffff
[ 0.167488] pci 0000:00:1e.0: PREFETCH window: 0x000000e3300000-0x000000e33fffff
[ 0.167496] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.167498] pci 0000:00:01.0: setting latency timer to 64
[ 0.167503] pci 0000:00:1c.0: setting latency timer to 64
[ 0.167508] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.167510] pci 0000:00:1c.4: setting latency timer to 64
[ 0.167515] pci 0000:00:1c.5: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.167517] pci 0000:00:1c.5: setting latency timer to 64
[ 0.167521] pci 0000:00:1e.0: setting latency timer to 64
[ 0.167524] bus: 00 index 0 io port: [0x00-0xffff]
[ 0.167525] bus: 00 index 1 mmio: [0x000000-0xffffffff]
[ 0.167526] bus: 01 index 0 io port: [0x2000-0x2fff]
[ 0.167527] bus: 01 index 1 mmio: [0xe0000000-0xe2ffffff]
[ 0.167528] bus: 01 index 2 mmio: [0xc0000000-0xdfffffff]
[ 0.167529] bus: 01 index 3 mmio: [0x0-0x0]
[ 0.167530] bus: 28 index 0 mmio: [0x0-0x0]
[ 0.167531] bus: 28 index 1 mmio: [0x0-0x0]
[ 0.167532] bus: 28 index 2 mmio: [0x0-0x0]
[ 0.167533] bus: 28 index 3 mmio: [0x0-0x0]
[ 0.167534] bus: 34 index 0 mmio: [0x0-0x0]
[ 0.167535] bus: 34 index 1 mmio: [0x0-0x0]
[ 0.167536] bus: 34 index 2 mmio: [0x0-0x0]
[ 0.167537] bus: 34 index 3 mmio: [0x0-0x0]
[ 0.167538] bus: 3f index 0 mmio: [0x0-0x0]
[ 0.167539] bus: 3f index 1 mmio: [0xe3100000-0xe31fffff]
[ 0.167540] bus: 3f index 2 mmio: [0x0-0x0]
[ 0.167541] bus: 3f index 3 mmio: [0x0-0x0]
[ 0.167542] bus: 10 index 0 io port: [0x1000-0x1fff]
[ 0.167543] bus: 10 index 1 mmio: [0xe3000000-0xe30fffff]
[ 0.167544] bus: 10 index 2 mmio: [0xe3300000-0xe33fffff]
[ 0.167545] bus: 10 index 3 io port: [0x00-0xffff]
[ 0.167546] bus: 10 index 4 mmio: [0x000000-0xffffffff]
[ 0.167552] NET: Registered protocol family 2
[ 0.171020] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.171167] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.171395] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.171498] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.171500] TCP reno registered
[ 0.173028] NET: Registered protocol family 1
[ 0.173116] checking if image is initramfs... it is
[ 0.300186] Freeing initrd memory: 2246k freed
[ 0.300707] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.300726] alg: cipher: Test 1 failed on encryption for aes-asm
[ 0.300766] 00000000: 00 01 02 03 04 05 06 07 08 08 08 08 08 08 08 08
[ 0.300770] cryptomgr_test used greatest stack depth: 6988 bytes left
[ 0.300882] audit: initializing netlink socket (disabled)
[ 0.300892] type=2000 audit(1228506520.299:1): initialized
[ 0.305047] highmem bounce pool size: 64 pages
[ 0.305050] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.306408] VFS: Disk quotas dquot_6.5.1
[ 0.306423] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.306758] msgmni has been set to 1704
[ 0.306818] SELinux: Registering netfilter hooks
[ 0.306879] cryptomgr_test used greatest stack depth: 6968 bytes left
[ 0.307023] alg: No test for stdrng (krng)
[ 0.307076] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.307079] io scheduler noop registered
[ 0.307079] io scheduler anticipatory registered
[ 0.307080] io scheduler deadline registered
[ 0.307087] io scheduler cfq registered (default)
[ 0.307097] pci 0000:00:1a.0: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.307098] pci 0000:00:1a.0: Performing full reset
[ 0.307111] pci 0000:00:1a.1: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.307112] pci 0000:00:1a.1: Performing full reset
[ 0.307124] pci 0000:00:1a.2: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.307125] pci 0000:00:1a.2: Performing full reset
[ 0.307153] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.307154] pci 0000:00:1d.0: Performing full reset
[ 0.307166] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.307167] pci 0000:00:1d.1: Performing full reset
[ 0.307179] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x2000
[ 0.307181] pci 0000:00:1d.2: Performing full reset
[ 0.307213] pci 0000:01:00.0: Boot video device
[ 0.307231] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[ 0.307294] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS
[ 0.307298] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
[ 0.307302] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[ 0.307935] ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]
[ 0.307985] ACPI Error (dsfield-0139): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS
[ 0.307989] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c16cf0), AE_ALREADY_EXISTS
[ 0.308665] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 0.308683] pcieport-driver 0000:00:01.0: found MSI capability
[ 0.308696] pcieport-driver 0000:00:01.0: irq 2303 for MSI/MSI-X
[ 0.308701] pci_express 0000:00:01.0:pcie00: allocate port service
[ 0.308723] pci_express 0000:00:01.0:pcie03: allocate port service
[ 0.308764] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.308787] pcieport-driver 0000:00:1c.0: found MSI capability
[ 0.308803] pcieport-driver 0000:00:1c.0: irq 2302 for MSI/MSI-X
[ 0.308811] pci_express 0000:00:1c.0:pcie00: allocate port service
[ 0.308831] pci_express 0000:00:1c.0:pcie02: allocate port service
[ 0.308851] pci_express 0000:00:1c.0:pcie03: allocate port service
[ 0.308901] pcieport-driver 0000:00:1c.4: setting latency timer to 64
[ 0.308924] pcieport-driver 0000:00:1c.4: found MSI capability
[ 0.308940] pcieport-driver 0000:00:1c.4: irq 2301 for MSI/MSI-X
[ 0.308947] pci_express 0000:00:1c.4:pcie00: allocate port service
[ 0.308967] pci_express 0000:00:1c.4:pcie02: allocate port service
[ 0.308992] pci_express 0000:00:1c.4:pcie03: allocate port service
[ 0.309043] pcieport-driver 0000:00:1c.5: setting latency timer to 64
[ 0.309066] pcieport-driver 0000:00:1c.5: found MSI capability
[ 0.309082] pcieport-driver 0000:00:1c.5: irq 2300 for MSI/MSI-X
[ 0.309089] pci_express 0000:00:1c.5:pcie00: allocate port service
[ 0.309110] pci_express 0000:00:1c.5:pcie02: allocate port service
[ 0.309130] pci_express 0000:00:1c.5:pcie03: allocate port service
[ 0.309214] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.309325] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.309326] ACPI: Power Button (FF) [PWRF]
[ 0.309370] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.309376] ACPI: Power Button (CM) [PBTN]
[ 0.309570] ACPI: SSDT BEFCD361, 03AC (r1 COMPAQ CPU_TM2 1 MSFT 100000E)
[ 0.309748] ACPI: SSDT BEFCD1E5, 017C (r1 COMPAQ CST 1 MSFT 100000E)
[ 0.309914] ACPI: CPU0 (power states: C1[C1] C2[C2])
[ 0.309942] processor ACPI_CPU:00: registered as cooling_device0
[ 0.309944] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 0.310107] ACPI: CPU1 (power states: C1[C1] C2[C2])
[ 0.310130] processor ACPI_CPU:01: registered as cooling_device1
[ 0.310132] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 0.317123] Non-volatile memory driver v1.2
[ 0.317183] Linux agpgart interface v0.103
[ 0.317250] [drm] Initialized drm 1.1.0 20060810
[ 0.317284] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 0.500890] Switched to high resolution mode on CPU 0
[ 0.500892] Switched to high resolution mode on CPU 1
[ 0.564353] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.564708] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.565707] brd: module loaded
[ 0.566145] loop: module loaded
[ 0.566146] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[ 0.566147] Copyright (c) 1999-2006 Intel Corporation.
[ 0.566162] e1000 0000:10:04.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.825772] e1000: 0000:10:04.0: e1000_probe: (PCI:33MHz:32-bit) 00:15:17:57:b8:44
[ 0.972063] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 0.972086] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[ 0.972087] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 0.972120] tg3.c:v3.94 (August 14, 2008)
[ 0.972130] tg3 0000:3f:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.972134] tg3 0000:3f:00.0: setting latency timer to 64
[ 0.981172] eth1: Tigon3 [partno(BCM95755) rev a002 PHY(5755)] (PCI Express) 10/100/1000Base-T Ethernet 00:21:5a:6a:85:b7
[ 0.981174] eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[ 0.981176] eth1: dma_rwctrl[76180000] dma_mask[64-bit]
[ 0.981231] Loading iSCSI transport class v2.0-870.
[ 0.981342] Driver 'sd' needs updating - please use bus_type methods
[ 0.981361] Driver 'sr' needs updating - please use bus_type methods
[ 0.981410] ahci 0000:00:1f.2: version 3.0
[ 0.981416] ahci 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 0.981432] ahci 0000:00:1f.2: irq 2299 for MSI/MSI-X
[ 0.981475] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[ 0.981477] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part
[ 0.981479] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.981717] scsi0 : ahci
[ 0.981785] scsi1 : ahci
[ 0.981843] scsi2 : ahci
[ 0.981898] scsi3 : ahci
[ 0.981954] scsi4 : ahci
[ 0.982017] scsi5 : ahci
[ 0.982069] ata1: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204100 irq 2299
[ 0.982071] ata2: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204180 irq 2299
[ 0.982073] ata3: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204200 irq 2299
[ 0.982074] ata4: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204280 irq 2299
[ 0.982076] ata5: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204300 irq 2299
[ 0.982078] ata6: SATA max UDMA/133 abar m2048@0xe3204000 port 0xe3204380 irq 2299
[ 1.287014] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.287509] ata1.00: ATA-7: ST3250410AS, 3.AHB, max UDMA/100
[ 1.287511] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 1.288186] ata1.00: configured for UDMA/100
[ 1.604012] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.607366] ata2.00: ATAPI: HL-DT-ST DVD-RAM GH15L, RA02, max UDMA/100
[ 1.612046] ata2.00: configured for UDMA/100
[ 2.038011] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.354011] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.670011] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.986012] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.997087] scsi 0:0:0:0: Direct-Access ATA ST3250410AS 3.AH PQ: 0 ANSI: 5
[ 2.997200] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 2.997208] sd 0:0:0:0: [sda] Write Protect is off
[ 2.997210] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.997223] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.997257] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 2.997264] sd 0:0:0:0: [sda] Write Protect is off
[ 2.997266] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.997278] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.997280] sda: sda1 sda2
[ 3.012474] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.012523] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.015459] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH15L RA02 PQ: 0 ANSI: 5
[ 3.345740] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.345742] Uniform CD-ROM driver Revision: 3.20
[ 3.345854] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 3.345900] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 3.346111] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.346112] ehci_hcd: block sizes: qh 128 qtd 96 itd 160 sitd 96
[ 3.346125] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.346132] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 3.346134] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 3.346164] drivers/usb/core/inode.c: creating file 'devices'
[ 3.346167] drivers/usb/core/inode.c: creating file '001'
[ 3.346194] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 3.346199] ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[ 3.346201] ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
[ 3.346215] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.350090] ehci_hcd 0000:00:1a.7: debug port 1
[ 3.350094] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 3.350095] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
[ 3.350103] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xe3204800
[ 3.350106] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.353990] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 3.359006] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 3.359026] usb usb1: default language 0x0409
[ 3.359059] usb usb1: uevent
[ 3.359090] usb usb1: usb_probe_device
[ 3.359092] usb usb1: configuration #1 chosen from 1 choice
[ 3.359097] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 3.359115] usb 1-0:1.0: uevent
[ 3.359135] hub 1-0:1.0: usb_probe_interface
[ 3.359136] hub 1-0:1.0: usb_probe_interface - got id
[ 3.359137] hub 1-0:1.0: USB hub found
[ 3.359141] hub 1-0:1.0: 6 ports detected
[ 3.359142] hub 1-0:1.0: standalone hub
[ 3.359143] hub 1-0:1.0: no power switching (usb 1.0)
[ 3.359144] hub 1-0:1.0: individual port over-current protection
[ 3.359146] hub 1-0:1.0: power on to power good time: 20ms
[ 3.359148] hub 1-0:1.0: local power source is good
[ 3.359149] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 3.359211] drivers/usb/core/inode.c: creating file '001'
[ 3.359249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.359251] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.359252] usb usb1: Product: EHCI Host Controller
[ 3.359253] usb usb1: Manufacturer: Linux 2.6.28-rc7 ehci_hcd
[ 3.359254] usb usb1: SerialNumber: 0000:00:1a.7
[ 3.359263] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.359270] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 3.359272] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 3.359296] drivers/usb/core/inode.c: creating file '002'
[ 3.359329] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 3.359333] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[ 3.359335] ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
[ 3.359345] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.363243] ehci_hcd 0000:00:1d.7: debug port 1
[ 3.363247] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 3.363248] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[ 3.363256] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xe3204c00
[ 3.363258] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.367145] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 3.373006] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 3.373028] usb usb2: default language 0x0409
[ 3.373058] usb usb2: uevent
[ 3.373089] usb usb2: usb_probe_device
[ 3.373091] usb usb2: configuration #1 chosen from 1 choice
[ 3.373095] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 3.373109] usb 2-0:1.0: uevent
[ 3.373134] hub 2-0:1.0: usb_probe_interface
[ 3.373135] hub 2-0:1.0: usb_probe_interface - got id
[ 3.373136] hub 2-0:1.0: USB hub found
[ 3.373140] hub 2-0:1.0: 6 ports detected
[ 3.373141] hub 2-0:1.0: standalone hub
[ 3.373142] hub 2-0:1.0: no power switching (usb 1.0)
[ 3.373143] hub 2-0:1.0: individual port over-current protection
[ 3.373144] hub 2-0:1.0: power on to power good time: 20ms
[ 3.373146] hub 2-0:1.0: local power source is good
[ 3.373147] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 3.373190] drivers/usb/core/inode.c: creating file '001'
[ 3.373222] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.373224] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.373225] usb usb2: Product: EHCI Host Controller
[ 3.373226] usb usb2: Manufacturer: Linux 2.6.28-rc7 ehci_hcd
[ 3.373227] usb usb2: SerialNumber: 0000:00:1d.7
[ 3.373250] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.373251] ohci_hcd: block sizes: ed 64 td 64
[ 3.373275] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.373287] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.373291] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3.373293] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 3.373318] drivers/usb/core/inode.c: creating file '003'
[ 3.373351] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 3.373355] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 3.373358] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.373359] uhci_hcd 0000:00:1a.0: Performing full reset
[ 3.373371] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[ 3.373373] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00003100
[ 3.373395] usb usb3: default language 0x0409
[ 3.373415] usb usb3: uevent
[ 3.373435] usb usb3: usb_probe_device
[ 3.373437] usb usb3: configuration #1 chosen from 1 choice
[ 3.373439] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 3.373447] usb 3-0:1.0: uevent
[ 3.373468] hub 3-0:1.0: usb_probe_interface
[ 3.373469] hub 3-0:1.0: usb_probe_interface - got id
[ 3.373470] hub 3-0:1.0: USB hub found
[ 3.373474] hub 3-0:1.0: 2 ports detected
[ 3.373475] hub 3-0:1.0: standalone hub
[ 3.373475] hub 3-0:1.0: no power switching (usb 1.0)
[ 3.373476] hub 3-0:1.0: individual port over-current protection
[ 3.373478] hub 3-0:1.0: power on to power good time: 2ms
[ 3.373480] hub 3-0:1.0: local power source is good
[ 3.373481] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 3.373513] drivers/usb/core/inode.c: creating file '001'
[ 3.373549] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.373550] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.373552] usb usb3: Product: UHCI Host Controller
[ 3.373553] usb usb3: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.373554] usb usb3: SerialNumber: 0000:00:1a.0
[ 3.373566] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.373570] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 3.373572] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 3.373597] drivers/usb/core/inode.c: creating file '004'
[ 3.373627] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 3.373631] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 3.373633] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.373634] uhci_hcd 0000:00:1a.1: Performing full reset
[ 3.373646] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[ 3.373654] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00003120
[ 3.373673] usb usb4: default language 0x0409
[ 3.373693] usb usb4: uevent
[ 3.373713] usb usb4: usb_probe_device
[ 3.373714] usb usb4: configuration #1 chosen from 1 choice
[ 3.373717] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[ 3.373725] usb 4-0:1.0: uevent
[ 3.373745] hub 4-0:1.0: usb_probe_interface
[ 3.373746] hub 4-0:1.0: usb_probe_interface - got id
[ 3.373747] hub 4-0:1.0: USB hub found
[ 3.373751] hub 4-0:1.0: 2 ports detected
[ 3.373752] hub 4-0:1.0: standalone hub
[ 3.373753] hub 4-0:1.0: no power switching (usb 1.0)
[ 3.373754] hub 4-0:1.0: individual port over-current protection
[ 3.373755] hub 4-0:1.0: power on to power good time: 2ms
[ 3.373757] hub 4-0:1.0: local power source is good
[ 3.373758] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 3.373794] drivers/usb/core/inode.c: creating file '001'
[ 3.373828] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.373830] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.373831] usb usb4: Product: UHCI Host Controller
[ 3.373832] usb usb4: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.373833] usb usb4: SerialNumber: 0000:00:1a.1
[ 3.373844] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.373848] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 3.373850] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 3.373875] drivers/usb/core/inode.c: creating file '005'
[ 3.373908] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 3.373912] uhci_hcd 0000:00:1a.2: detected 2 ports
[ 3.373915] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.373916] uhci_hcd 0000:00:1a.2: Performing full reset
[ 3.373927] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[ 3.373930] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00003140
[ 3.373948] usb usb5: default language 0x0409
[ 3.373970] usb usb5: uevent
[ 3.373991] usb usb5: usb_probe_device
[ 3.373992] usb usb5: configuration #1 chosen from 1 choice
[ 3.373995] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[ 3.374007] usb 5-0:1.0: uevent
[ 3.374028] hub 5-0:1.0: usb_probe_interface
[ 3.374029] hub 5-0:1.0: usb_probe_interface - got id
[ 3.374030] hub 5-0:1.0: USB hub found
[ 3.374034] hub 5-0:1.0: 2 ports detected
[ 3.374035] hub 5-0:1.0: standalone hub
[ 3.374035] hub 5-0:1.0: no power switching (usb 1.0)
[ 3.374036] hub 5-0:1.0: individual port over-current protection
[ 3.374037] hub 5-0:1.0: power on to power good time: 2ms
[ 3.374039] hub 5-0:1.0: local power source is good
[ 3.374040] hub 5-0:1.0: trying to enable port power on non-switchable hub
[ 3.374073] drivers/usb/core/inode.c: creating file '001'
[ 3.374108] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.374109] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.374110] usb usb5: Product: UHCI Host Controller
[ 3.374111] usb usb5: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.374113] usb usb5: SerialNumber: 0000:00:1a.2
[ 3.374124] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.374128] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.374130] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.374154] drivers/usb/core/inode.c: creating file '006'
[ 3.374193] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 3.374197] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 3.374199] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.374201] uhci_hcd 0000:00:1d.0: Performing full reset
[ 3.374212] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[ 3.374214] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00003160
[ 3.374233] usb usb6: default language 0x0409
[ 3.374253] usb usb6: uevent
[ 3.374271] usb usb6: usb_probe_device
[ 3.374273] usb usb6: configuration #1 chosen from 1 choice
[ 3.374275] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[ 3.374284] usb 6-0:1.0: uevent
[ 3.374301] hub 6-0:1.0: usb_probe_interface
[ 3.374302] hub 6-0:1.0: usb_probe_interface - got id
[ 3.374303] hub 6-0:1.0: USB hub found
[ 3.374306] hub 6-0:1.0: 2 ports detected
[ 3.374307] hub 6-0:1.0: standalone hub
[ 3.374308] hub 6-0:1.0: no power switching (usb 1.0)
[ 3.374309] hub 6-0:1.0: individual port over-current protection
[ 3.374310] hub 6-0:1.0: power on to power good time: 2ms
[ 3.374312] hub 6-0:1.0: local power source is good
[ 3.374314] hub 6-0:1.0: trying to enable port power on non-switchable hub
[ 3.374343] drivers/usb/core/inode.c: creating file '001'
[ 3.374376] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.374378] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.374379] usb usb6: Product: UHCI Host Controller
[ 3.374380] usb usb6: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.374381] usb usb6: SerialNumber: 0000:00:1d.0
[ 3.374393] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.374396] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3.374398] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.374421] drivers/usb/core/inode.c: creating file '007'
[ 3.374449] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 3.374452] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 3.374455] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.374456] uhci_hcd 0000:00:1d.1: Performing full reset
[ 3.374467] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[ 3.374470] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00003180
[ 3.374488] usb usb7: default language 0x0409
[ 3.374509] usb usb7: uevent
[ 3.374527] usb usb7: usb_probe_device
[ 3.374528] usb usb7: configuration #1 chosen from 1 choice
[ 3.374531] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[ 3.374541] usb 7-0:1.0: uevent
[ 3.374558] hub 7-0:1.0: usb_probe_interface
[ 3.374559] hub 7-0:1.0: usb_probe_interface - got id
[ 3.374560] hub 7-0:1.0: USB hub found
[ 3.374564] hub 7-0:1.0: 2 ports detected
[ 3.374564] hub 7-0:1.0: standalone hub
[ 3.374565] hub 7-0:1.0: no power switching (usb 1.0)
[ 3.374566] hub 7-0:1.0: individual port over-current protection
[ 3.374567] hub 7-0:1.0: power on to power good time: 2ms
[ 3.374569] hub 7-0:1.0: local power source is good
[ 3.374570] hub 7-0:1.0: trying to enable port power on non-switchable hub
[ 3.374600] drivers/usb/core/inode.c: creating file '001'
[ 3.374632] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.374634] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.374635] usb usb7: Product: UHCI Host Controller
[ 3.374636] usb usb7: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.374637] usb usb7: SerialNumber: 0000:00:1d.1
[ 3.374648] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.374652] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3.374653] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 3.374676] drivers/usb/core/inode.c: creating file '008'
[ 3.374706] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 3.374710] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 3.374713] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.374714] uhci_hcd 0000:00:1d.2: Performing full reset
[ 3.374725] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[ 3.374728] uhci_hcd 0000:00:1d.2: irq 22, io base 0x000031a0
[ 3.374747] usb usb8: default language 0x0409
[ 3.374769] usb usb8: uevent
[ 3.374787] usb usb8: usb_probe_device
[ 3.374788] usb usb8: configuration #1 chosen from 1 choice
[ 3.374790] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[ 3.374799] usb 8-0:1.0: uevent
[ 3.374816] hub 8-0:1.0: usb_probe_interface
[ 3.374817] hub 8-0:1.0: usb_probe_interface - got id
[ 3.374818] hub 8-0:1.0: USB hub found
[ 3.374821] hub 8-0:1.0: 2 ports detected
[ 3.374822] hub 8-0:1.0: standalone hub
[ 3.374823] hub 8-0:1.0: no power switching (usb 1.0)
[ 3.374824] hub 8-0:1.0: individual port over-current protection
[ 3.374825] hub 8-0:1.0: power on to power good time: 2ms
[ 3.374827] hub 8-0:1.0: local power source is good
[ 3.374828] hub 8-0:1.0: trying to enable port power on non-switchable hub
[ 3.374858] drivers/usb/core/inode.c: creating file '001'
[ 3.374891] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.374892] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.374893] usb usb8: Product: UHCI Host Controller
[ 3.374894] usb usb8: Manufacturer: Linux 2.6.28-rc7 uhci_hcd
[ 3.374895] usb usb8: SerialNumber: 0000:00:1d.2
[ 3.374943] usbcore: registered new interface driver usblp
[ 3.374945] Initializing USB Mass Storage driver...
[ 3.374977] usbcore: registered new interface driver usb-storage
[ 3.374979] USB Mass Storage support registered.
[ 3.375017] usbcore: registered new interface driver libusual
[ 3.375074] PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[ 3.377762] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.377765] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.377794] mice: PS/2 mouse device common for all mice
[ 3.378279] rtc_cmos 00:03: RTC can wake from S4
[ 3.378334] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 3.378359] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 3.378538] cpuidle: using governor ladder
[ 3.378758] cpuidle: using governor menu
[ 3.378761] No iBFT detected.
[ 3.378789] Marking TSC unstable due to TSC halts in idle
[ 3.380272] modprobe used greatest stack depth: 6864 bytes left
[ 3.380471] usbcore: registered new interface driver hiddev
[ 3.380498] usbcore: registered new interface driver usbhid
[ 3.380500] usbhid: v2.6:USB HID core driver
[ 3.380540] Netfilter messages via NETLINK v0.30.
[ 3.380548] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 3.380682] ctnetlink v0.93: registering with nfnetlink.
[ 3.381064] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.381079] TCP cubic registered
[ 3.381080] Initializing XFRM netlink socket
[ 3.381190] NET: Registered protocol family 10
[ 3.381922] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.381957] IPv6 over IPv4 tunneling driver
[ 3.382362] NET: Registered protocol family 17
[ 3.383498] Using IPI No-Shortcut mode
[ 3.383597] registered taskstats version 1
[ 3.383662] Magic number: 4:216:849
[ 3.383676] pci_express 0000:00:1c.5:pcie02: hash matches
[ 3.383800] Freeing unused kernel memory: 376k freed
[ 3.383844] Write protecting the kernel text: 3708k
[ 3.383862] Write protecting the kernel read-only data: 1336k
[ 3.389765] all_generic_ide used greatest stack depth: 6856 bytes left
[ 3.404202] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 3.420198] exe used greatest stack depth: 6840 bytes left
[ 3.459023] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT
[ 3.459025] hub 1-0:1.0: port 5: status 0501 change 0001
[ 3.482154] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001403 POWER sig=k CSC CONNECT
[ 3.482156] hub 2-0:1.0: port 5: status 0501 change 0001
[ 3.482187] uhci_hcd 0000:00:1a.2: port 1 portsc 0082,00
[ 3.482218] uhci_hcd 0000:00:1d.2: port 1 portsc 008a,00
[ 3.482230] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.482234] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.482235] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.482237] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.560016] hub 1-0:1.0: state 7 ports 6 chg 0020 evt 0000
[ 3.560019] hub 1-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
[ 3.611266] ehci_hcd 0000:00:1a.7: port 5 high speed
[ 3.611268] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
[ 3.663021] usb 1-5: new high speed USB device using ehci_hcd and address 2
[ 3.724266] ehci_hcd 0000:00:1a.7: port 5 high speed
[ 3.724268] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
[ 3.798789] usb 1-5: default language 0x0409
[ 3.800190] usb 1-5: uevent
[ 3.800249] usb 1-5: usb_probe_device
[ 3.800257] usb 1-5: configuration #1 chosen from 1 choice
[ 3.800407] usb 1-5: adding 1-5:1.0 (config #1, interface 0)
[ 3.800421] usb 1-5:1.0: uevent
[ 3.800476] usb-storage 1-5:1.0: usb_probe_interface
[ 3.800481] usb-storage 1-5:1.0: usb_probe_interface - got id
[ 3.800518] scsi6 : SCSI emulation for USB Mass Storage devices
[ 3.800623] usb-storage: device found at 2
[ 3.800624] usb-storage: waiting for device to settle before scanning
[ 3.800696] drivers/usb/core/inode.c: creating file '002'
[ 3.800741] usb 1-5: New USB device found, idVendor=058f, idProduct=6387
[ 3.800743] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.800744] usb 1-5: Product: Mass Storage Device
[ 3.800745] usb 1-5: Manufacturer: Generic
[ 3.800746] usb 1-5: SerialNumber: OYUK6SN0UUJDMGS7IXUI
[ 3.800748] hub 2-0:1.0: state 7 ports 6 chg 0020 evt 0000
[ 3.800751] hub 2-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
[ 3.800754] ehci_hcd 0000:00:1d.7: port 5 low speed --> companion
[ 3.851029] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 003002 POWER OWNER sig=se0 CSC
[ 3.851042] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.851045] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.851048] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0020
[ 3.955043] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 3.955047] uhci_hcd 0000:00:1d.2: port 1 portsc 01a3,00
[ 3.955050] hub 8-0:1.0: port 1, status 0301, change 0001, 1.5 Mb/s
[ 4.058029] hub 8-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x301
[ 4.160021] usb 8-1: new low speed USB device using uhci_hcd and address 2
[ 4.301764] usb 8-1: skipped 1 descriptor after interface
[ 4.306762] usb 8-1: default language 0x0409
[ 4.322794] usb 8-1: uevent
[ 4.322853] usb 8-1: usb_probe_device
[ 4.322860] usb 8-1: configuration #1 chosen from 1 choice
[ 4.325764] usb 8-1: adding 8-1:1.0 (config #1, interface 0)
[ 4.325779] usb 8-1:1.0: uevent
[ 4.325841] usbhid 8-1:1.0: usb_probe_interface
[ 4.325843] usbhid 8-1:1.0: usb_probe_interface - got id
[ 4.338949] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input3
[ 4.340882] generic-usb 0003:046D:C018.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.2-1/input0
[ 4.340926] drivers/usb/core/inode.c: creating file '002'
[ 4.340979] usb 8-1: New USB device found, idVendor=046d, idProduct=c018
[ 4.340981] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.340982] usb 8-1: Product: USB Optical Mouse
[ 4.340983] usb 8-1: Manufacturer: Logitech
[ 4.340984] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 4.454023] usb usb3: suspend_rh (auto-stop)
[ 4.454040] usb usb4: suspend_rh (auto-stop)
[ 4.454057] usb usb6: suspend_rh (auto-stop)
[ 4.454074] usb usb7: suspend_rh (auto-stop)
[ 4.490949] usb usb3: uevent
[ 4.490960] usb 3-0:1.0: uevent
[ 4.491018] usb usb4: uevent
[ 4.491029] usb 4-0:1.0: uevent
[ 4.491087] usb usb5: uevent
[ 4.491098] usb 5-0:1.0: uevent
[ 4.491162] usb usb1: uevent
[ 4.491173] usb 1-0:1.0: uevent
[ 4.491195] usb 1-5: uevent
[ 4.491206] usb 1-5:1.0: uevent
[ 4.491463] usb usb6: uevent
[ 4.491473] usb 6-0:1.0: uevent
[ 4.491530] usb usb7: uevent
[ 4.491541] usb 7-0:1.0: uevent
[ 4.491600] usb usb8: uevent
[ 4.491611] usb 8-0:1.0: uevent
[ 4.491632] usb 8-1: uevent
[ 4.491644] usb 8-1:1.0: uevent
[ 4.491760] usb usb2: uevent
[ 4.491773] usb 2-0:1.0: uevent
[ 4.601057] scsi_id used greatest stack depth: 6460 bytes left
[ 4.704012] usb usb5: suspend_rh (auto-stop)
[ 4.824664] PM: Starting manual resume from disk
[ 4.824666] PM: Resume from partition 8:2
[ 4.824666] PM: Checking hibernation image.
[ 4.824821] PM: Resume from disk failed.
[ 4.833385] kjournald starting. Commit interval 5 seconds
[ 4.833393] EXT3-fs: mounted filesystem with ordered data mode.
[ 4.840203] udevd used greatest stack depth: 6060 bytes left
[ 5.216251] grep used greatest stack depth: 5940 bytes left
[ 5.704029] hub 3-0:1.0: hub_suspend
[ 5.704035] usb usb3: bus auto-suspend
[ 5.704037] usb usb3: suspend_rh
[ 5.704050] hub 4-0:1.0: hub_suspend
[ 5.704053] usb usb4: bus auto-suspend
[ 5.704055] usb usb4: suspend_rh
[ 5.704067] hub 6-0:1.0: hub_suspend
[ 5.704069] usb usb6: bus auto-suspend
[ 5.704071] usb usb6: suspend_rh
[ 5.704083] hub 7-0:1.0: hub_suspend
[ 5.704086] usb usb7: bus auto-suspend
[ 5.704087] usb usb7: suspend_rh
[ 5.851025] hub 5-0:1.0: hub_suspend
[ 5.851029] usb usb5: bus auto-suspend
[ 5.851030] usb usb5: suspend_rh
[ 5.851043] hub 2-0:1.0: hub_suspend
[ 5.851045] usb usb2: bus auto-suspend
[ 5.851047] ehci_hcd 0000:00:1d.7: suspend root hub
[ 8.821570] scsi 6:0:0:0: Direct-Access FLASH Drive AU_USB20 8.07 PQ: 0 ANSI: 2
[ 8.822918] sd 6:0:0:0: [sdb] 1008128 512-byte hardware sectors: (516 MB/492 MiB)
[ 8.823423] sd 6:0:0:0: [sdb] Write Protect is off
[ 8.823425] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 8.823427] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 8.824917] sd 6:0:0:0: [sdb] 1008128 512-byte hardware sectors: (516 MB/492 MiB)
[ 8.825414] sd 6:0:0:0: [sdb] Write Protect is off
[ 8.825417] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 8.825418] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 8.825420] sdb:
[ 8.826226] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 8.826275] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 8.826394] usb-storage: device scan complete
[ 9.485662] usb usb3: uevent
[ 9.485683] usb 3-0:1.0: uevent
[ 9.485803] usb usb4: uevent
[ 9.485824] usb 4-0:1.0: uevent
[ 9.485935] usb usb5: uevent
[ 9.485956] usb 5-0:1.0: uevent
[ 9.486077] usb usb1: uevent
[ 9.486098] usb 1-0:1.0: uevent
[ 9.486138] usb 1-5: uevent
[ 9.486159] usb 1-5:1.0: uevent
[ 9.486810] usb usb6: uevent
[ 9.486831] usb 6-0:1.0: uevent
[ 9.486944] usb usb7: uevent
[ 9.486969] usb 7-0:1.0: uevent
[ 9.487085] usb usb8: uevent
[ 9.487106] usb 8-0:1.0: uevent
[ 9.487147] usb 8-1: uevent
[ 9.487167] usb 8-1:1.0: uevent
[ 9.487390] usb usb2: uevent
[ 9.487410] usb 2-0:1.0: uevent
[ 9.672699] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.694946] e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 9.695235] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 9.811190] warning: `dhclient3' uses 32-bit capabilities (legacy support in use)
[ 19.987022] eth0: no IPv6 routers present
[ 39.744485] Adding 3903784k swap on /dev/disk/by-uuid/ce5bec50-13b3-4253-946c-d5a3cce84354. Priority:-1 extents:1 across:3903784k
[ 39.811034] EXT3 FS on sda1, internal journal
[ 44.442771] dbus-daemon used greatest stack depth: 5912 bytes left
[ 45.322137] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.326768] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.342133] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.346767] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.577043] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.579765] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 99 us
[ 45.744158] tg3 0000:3f:00.0: irq 2298 for MSI/MSI-X
[ 45.801331] ADDRCONF(NETDEV_UP): eth1_rename: link is not ready
[ 47.361160] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 47.363766] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 99 us
[ 48.402030] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 99 us
[ 54.067261] cron used greatest stack depth: 5816 bytes left
[ 63.627022] eth0: no IPv6 routers present
[ 75.168606] adept_notifier used greatest stack depth: 5736 bytes left
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2008-12-05 19:57 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 21:22 2.6.28-rc7 acpi error messages Koornstra, Reinoud
2008-12-03 22:43 ` Moore, Robert
2008-12-03 23:03 ` Matthew Garrett
2008-12-03 23:12 ` Moore, Robert
2008-12-03 23:35 ` Matthew Garrett
2008-12-04 1:22 ` Koornstra, Reinoud
2008-12-04 2:08 ` Zhao Yakui
2008-12-04 15:50 ` Moore, Robert
2008-12-04 19:03 ` Koornstra, Reinoud
2008-12-04 20:31 ` Moore, Robert
2008-12-04 21:08 ` Matthew Garrett
2008-12-04 22:49 ` Moore, Robert
2008-12-04 23:02 ` Matthew Garrett
2008-12-05 16:32 ` Moore, Robert
2008-12-05 16:37 ` Matthew Garrett
2008-12-05 16:58 ` Moore, Robert
2008-12-05 17:01 ` Skywing
2008-12-05 17:21 ` Matthew Garrett
2008-12-05 17:42 ` Moore, Robert
2008-12-05 17:48 ` Matthew Garrett
2008-12-05 17:57 ` Koornstra, Reinoud
2008-12-05 19:55 ` Koornstra, Reinoud
2008-12-03 23:06 ` Koornstra, Reinoud
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.