Linux ATA/IDE development
 help / color / mirror / Atom feed
* Re: Drives missing at boot
       [not found] <AANLkTimVkG9TFgyOTTnrztBjqT4JoOzFaP268vWLAAm9@mail.gmail.com>
@ 2010-07-03 16:01 ` Tejun Heo
  2010-07-03 16:06   ` Mark Knecht
  0 siblings, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-03 16:01 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

(cc'ing linux-ide)

On 07/02/2010 07:56 PM, Mark Knecht wrote:
> Hi,
>    I have a newish machine - maybe 3 months old - which unreliably
> finds its disk drives at each boot. Probably 40% of the time booting 1
> or more drives will be missing.
> 
>    So far I've been unable to determine what might be wrong. Sometimes
> it finds all 5 drives, sometimes only 4 or 3 drives. It's not always
> the same drives that are missing. Shown below are two successive warm
> boots. The machien had been running with all 5 drives working. The
> first time through it missed both /dev/sdd and /dev/sde while the very
> next time it found all 5 drives. Each of the 5 drives has been missing
> one or more times at different boots. (I.e. - it's not always drive
> sdd for instance.)
> 
>    Every time I boot the AMI BIOS screen says all 5 drives are there.
> I have found that if I drop into BIOS before going to grub that
> selecting each drive one at a time and reading through it's setup
> seems to make the boot more reliable, but not 100%. Probably 80%
> reliable.
> 
>    I don't know what info is required to look at this. I'm running the
> newest Gentoo kernel but it's been happening with all kernels I've
> tried since I built the machine. I'm attaching the kernel config as
> well as dmesg from the last boot which had all the drives. The only
> difference in dmesg when the drives don't show up (that I've spotted)
> is that the missing drive just isn't in dmesg. (I.e. no error messages
> that I could spot.)
> 
>    Let me know what I might try or what other info you might want. The
> motherboard is an Asus Rampage II Extreme with an i7-980x 6 core/12
> thread processor. sda, sdb & sdc are part of a RAID1, sdd & sde are
> part of a RAID0.

Can you please *attach* full logs of a successful boot and several
failing boots?

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 16:01 ` Drives missing at boot Tejun Heo
@ 2010-07-03 16:06   ` Mark Knecht
  2010-07-03 16:13     ` Tejun Heo
  2010-07-03 18:56     ` Stan Hoeppner
  0 siblings, 2 replies; 50+ messages in thread
From: Mark Knecht @ 2010-07-03 16:06 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

On Sat, Jul 3, 2010 at 9:01 AM, Tejun Heo <tj@kernel.org> wrote:
> (cc'ing linux-ide)
>
> On 07/02/2010 07:56 PM, Mark Knecht wrote:
>> Hi,
>>    I have a newish machine - maybe 3 months old - which unreliably
>> finds its disk drives at each boot. Probably 40% of the time booting 1
>> or more drives will be missing.
>>
>>    So far I've been unable to determine what might be wrong. Sometimes
>> it finds all 5 drives, sometimes only 4 or 3 drives. It's not always
>> the same drives that are missing. Shown below are two successive warm
>> boots. The machien had been running with all 5 drives working. The
>> first time through it missed both /dev/sdd and /dev/sde while the very
>> next time it found all 5 drives. Each of the 5 drives has been missing
>> one or more times at different boots. (I.e. - it's not always drive
>> sdd for instance.)
>>
>>    Every time I boot the AMI BIOS screen says all 5 drives are there.
>> I have found that if I drop into BIOS before going to grub that
>> selecting each drive one at a time and reading through it's setup
>> seems to make the boot more reliable, but not 100%. Probably 80%
>> reliable.
>>
>>    I don't know what info is required to look at this. I'm running the
>> newest Gentoo kernel but it's been happening with all kernels I've
>> tried since I built the machine. I'm attaching the kernel config as
>> well as dmesg from the last boot which had all the drives. The only
>> difference in dmesg when the drives don't show up (that I've spotted)
>> is that the missing drive just isn't in dmesg. (I.e. no error messages
>> that I could spot.)
>>
>>    Let me know what I might try or what other info you might want. The
>> motherboard is an Asus Rampage II Extreme with an i7-980x 6 core/12
>> thread processor. sda, sdb & sdc are part of a RAID1, sdd & sde are
>> part of a RAID0.
>
> Can you please *attach* full logs of a successful boot and several
> failing boots?
>
> Thanks.
>
> --
> tejun
>

Certainly? Which logs? dmesg or something else?

Thanks,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 16:06   ` Mark Knecht
@ 2010-07-03 16:13     ` Tejun Heo
  2010-07-03 16:42       ` Mark Knecht
  2010-07-03 18:56     ` Stan Hoeppner
  1 sibling, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-03 16:13 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

Hello,

On 07/03/2010 06:06 PM, Mark Knecht wrote:
>> Can you please *attach* full logs of a successful boot and several
>> failing boots?
> 
> Certainly? Which logs? dmesg or something else?

dmesg output preferably with printk timestamp enabled.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 16:13     ` Tejun Heo
@ 2010-07-03 16:42       ` Mark Knecht
  2010-07-05  6:30         ` Tejun Heo
  0 siblings, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-03 16:42 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 3214 bytes --]

On Sat, Jul 3, 2010 at 9:13 AM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/03/2010 06:06 PM, Mark Knecht wrote:
>>> Can you please *attach* full logs of a successful boot and several
>>> failing boots?
>>
>> Certainly? Which logs? dmesg or something else?
>
> dmesg output preferably with printk timestamp enabled.
>
> Thanks.
>
> --
> tejun
>

OK, I enable printk timing.

Here are two boots. The first one had /dev/sde come up missing:

mark@c2stable ~ $ ls -al /dev/sd*
brw-rw---- 1 root disk 8,  0 Jul  3  2010 /dev/sda
brw-rw---- 1 root disk 8,  1 Jul  3  2010 /dev/sda1
brw-rw---- 1 root disk 8,  2 Jul  3  2010 /dev/sda2
brw-rw---- 1 root disk 8,  3 Jul  3  2010 /dev/sda3
brw-rw---- 1 root disk 8,  4 Jul  3  2010 /dev/sda4
brw-rw---- 1 root disk 8,  5 Jul  3  2010 /dev/sda5
brw-rw---- 1 root disk 8,  6 Jul  3  2010 /dev/sda6
brw-rw---- 1 root disk 8, 16 Jul  3  2010 /dev/sdb
brw-rw---- 1 root disk 8, 17 Jul  3  2010 /dev/sdb1
brw-rw---- 1 root disk 8, 18 Jul  3  2010 /dev/sdb2
brw-rw---- 1 root disk 8, 19 Jul  3  2010 /dev/sdb3
brw-rw---- 1 root disk 8, 20 Jul  3  2010 /dev/sdb4
brw-rw---- 1 root disk 8, 21 Jul  3  2010 /dev/sdb5
brw-rw---- 1 root disk 8, 22 Jul  3  2010 /dev/sdb6
brw-rw---- 1 root disk 8, 32 Jul  3  2010 /dev/sdc
brw-rw---- 1 root disk 8, 33 Jul  3  2010 /dev/sdc1
brw-rw---- 1 root disk 8, 34 Jul  3  2010 /dev/sdc2
brw-rw---- 1 root disk 8, 35 Jul  3  2010 /dev/sdc3
brw-rw---- 1 root disk 8, 36 Jul  3  2010 /dev/sdc4
brw-rw---- 1 root disk 8, 37 Jul  3  2010 /dev/sdc5
brw-rw---- 1 root disk 8, 38 Jul  3  2010 /dev/sdc6
brw-rw---- 1 root disk 8, 48 Jul  3  2010 /dev/sdd
brw-rw---- 1 root disk 8, 49 Jul  3  2010 /dev/sdd1
mark@c2stable ~ $

I then did two warm boots and got the same problem so I shut down
completely and did a cold boot which worked:

mark@c2stable ~ $ ls -al /dev/sd*
brw-rw---- 1 root disk 8,  0 Jul  3  2010 /dev/sda
brw-rw---- 1 root disk 8,  1 Jul  3  2010 /dev/sda1
brw-rw---- 1 root disk 8,  2 Jul  3  2010 /dev/sda2
brw-rw---- 1 root disk 8,  3 Jul  3  2010 /dev/sda3
brw-rw---- 1 root disk 8,  4 Jul  3  2010 /dev/sda4
brw-rw---- 1 root disk 8,  5 Jul  3  2010 /dev/sda5
brw-rw---- 1 root disk 8,  6 Jul  3  2010 /dev/sda6
brw-rw---- 1 root disk 8, 16 Jul  3  2010 /dev/sdb
brw-rw---- 1 root disk 8, 17 Jul  3  2010 /dev/sdb1
brw-rw---- 1 root disk 8, 18 Jul  3  2010 /dev/sdb2
brw-rw---- 1 root disk 8, 19 Jul  3  2010 /dev/sdb3
brw-rw---- 1 root disk 8, 20 Jul  3  2010 /dev/sdb4
brw-rw---- 1 root disk 8, 21 Jul  3  2010 /dev/sdb5
brw-rw---- 1 root disk 8, 22 Jul  3  2010 /dev/sdb6
brw-rw---- 1 root disk 8, 32 Jul  3  2010 /dev/sdc
brw-rw---- 1 root disk 8, 33 Jul  3  2010 /dev/sdc1
brw-rw---- 1 root disk 8, 34 Jul  3  2010 /dev/sdc2
brw-rw---- 1 root disk 8, 35 Jul  3  2010 /dev/sdc3
brw-rw---- 1 root disk 8, 36 Jul  3  2010 /dev/sdc4
brw-rw---- 1 root disk 8, 37 Jul  3  2010 /dev/sdc5
brw-rw---- 1 root disk 8, 38 Jul  3  2010 /dev/sdc6
brw-rw---- 1 root disk 8, 48 Jul  3  2010 /dev/sdd
brw-rw---- 1 root disk 8, 49 Jul  3  2010 /dev/sdd1
brw-rw---- 1 root disk 8, 64 Jul  3  2010 /dev/sde
brw-rw---- 1 root disk 8, 65 Jul  3  2010 /dev/sde1
mark@c2stable ~ $

Let me know what else you might need.

Thanks!

Cheers,
Mark

[-- Attachment #2: dmesg.DriveEmissing --]
[-- Type: application/octet-stream, Size: 60900 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r1 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #2 SMP PREEMPT Sat Jul 3 09:21:09 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771244]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771280 - 0001771880]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771880 - 0001771a00]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771a00 - 0001771a41]         BOOTMEM
[    0.000000]   #20 [0001771a80 - 0001771b06]         BOOTMEM
[    0.000000]   #21 [0001771b40 - 0001771da8]         BOOTMEM
[    0.000000]   #22 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #23 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #24 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #25 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #26 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #27 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #28 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #29 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #30 [00017a34c0 - 00017a3528]         BOOTMEM
[    0.000000]   #31 [00017a3540 - 00017a35a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a35c0 - 00017a35ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3600 - 00017a3608]         BOOTMEM
[    0.000000]   #47 [00017a3640 - 00017a3648]         BOOTMEM
[    0.000000]   #48 [00017a3680 - 00017a36b0]         BOOTMEM
[    0.000000]   #49 [00017a36c0 - 00017a3720]         BOOTMEM
[    0.000000]   #50 [00017a3740 - 00017a3850]         BOOTMEM
[    0.000000]   #51 [00017a3880 - 00017a38c8]         BOOTMEM
[    0.000000]   #52 [00017a3900 - 00017a3948]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3665k kernel code, 1057732k absent, 271696k reserved, 2924k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3337.212 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6674.42 BogoMIPS (lpj=3337212)
[    0.000294] Security Framework initialized
[    0.000432] Mount-cache hash table entries: 256
[    0.000638] CPU: Physical Processor ID: 0
[    0.000763] CPU: Processor Core ID: 0
[    0.000890] mce: CPU supports 9 MCE banks
[    0.001025] CPU0: Thermal monitoring enabled (TM1)
[    0.001158] using mwait in idle threads.
[    0.001290] Performance Events: Westmere events, Intel PMU driver.
[    0.001470] ... version:                3
[    0.001594] ... bit width:              48
[    0.001718] ... generic registers:      4
[    0.001844] ... value mask:             0000ffffffffffff
[    0.001970] ... max period:             000000007fffffff
[    0.002097] ... fixed-purpose events:   3
[    0.002228] ... event mask:             000000070000000f
[    0.002375] Freeing SMP alternatives: 36k freed
[    0.002505] ACPI: Core revision 20100121
[    0.041981] Setting APIC routing to physical flat
[    0.042547] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.056632] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.163788] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.203984] Brought up 12 CPUs
[    1.204108] Total of 12 processors activated (81161.06 BogoMIPS).
[    1.210623] NET: Registered protocol family 16
[    1.213504] ACPI: bus type pci registered
[    1.213685] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.213912] PCI: not using MMCONFIG
[    1.214036] PCI: Using configuration type 1 for base access
[    1.216086] bio: create slab <bio-0> at 0
[    1.217404] ACPI: EC: Look up EC in DSDT
[    1.218519] ACPI: Executed 1 blocks of module-level executable AML code
[    1.298129] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.298954] ACPI: Interpreter enabled
[    1.299077] ACPI: (supports S0 S5)
[    1.299254] ACPI: Using IOAPIC for interrupt routing
[    1.299419] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.301211] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.330871] ACPI: No dock devices found.
[    1.330997] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.331326] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.331673] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.331801] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.331930] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.332151] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.332372] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.332596] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.332859] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.332862] pci 0000:00:00.0: PME# disabled
[    1.332904] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.332906] pci 0000:00:01.0: PME# disabled
[    1.332948] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.332951] pci 0000:00:03.0: PME# disabled
[    1.332994] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.332996] pci 0000:00:07.0: PME# disabled
[    1.333165] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.333217] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.333270] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.333322] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.333367] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.333370] pci 0000:00:1a.7: PME# disabled
[    1.333397] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.333430] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.333433] pci 0000:00:1b.0: PME# disabled
[    1.333483] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.333486] pci 0000:00:1c.0: PME# disabled
[    1.333539] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.333541] pci 0000:00:1c.2: PME# disabled
[    1.333596] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.333599] pci 0000:00:1c.4: PME# disabled
[    1.333651] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.333654] pci 0000:00:1c.5: PME# disabled
[    1.333693] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.333747] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.333799] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.333850] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.333895] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.333899] pci 0000:00:1d.7: PME# disabled
[    1.333993] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.334216] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.334346] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.334609] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.334613] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.334617] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.334621] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.334625] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.334629] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.334665] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.334675] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.334704] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.334708] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.334712] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.334716] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.334721] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.334725] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.334774] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.334901] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.334904] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.334907] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.334934] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.335060] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.335063] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.335066] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.335107] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.335114] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.335118] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.335124] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.335138] pci 0000:03:00.0: supports D1 D2
[    1.335160] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.335187] pci 0000:03:00.1: supports D1 D2
[    1.335198] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.335324] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.335327] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.335330] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.335362] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.335489] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.335492] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.335496] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.335561] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.335568] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.335592] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.335627] pci 0000:06:00.0: supports D1 D2
[    1.335628] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.335632] pci 0000:06:00.0: PME# disabled
[    1.335642] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.335769] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.335771] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.335776] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.335873] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.335907] pci 0000:05:00.0: PME# supported from D3hot
[    1.335911] pci 0000:05:00.0: PME# disabled
[    1.335951] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.335958] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.335965] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.335973] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.335980] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.336033] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.336160] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.336162] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.336167] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.336231] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.336238] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.336260] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.336295] pci 0000:04:00.0: supports D1 D2
[    1.336297] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.336300] pci 0000:04:00.0: PME# disabled
[    1.336310] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.336436] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.336439] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.336443] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.336481] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.336487] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.336523] pci 0000:08:02.0: supports D2
[    1.336525] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.336528] pci 0000:08:02.0: PME# disabled
[    1.336564] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.336695] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.336698] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.336702] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.336704] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.336705] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.336707] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.336708] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.336710] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.336711] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.336735] pci_bus 0000:00: on NUMA node 0
[    1.336738] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.336969] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.337045] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.337090] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.337134] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.337186] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.337228] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.337271] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.337313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.357707] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.358191] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.358475] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.358962] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.359445] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.359931] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.360413] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.360898] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.361477] SCSI subsystem initialized
[    1.361710] libata version 3.00 loaded.
[    1.361793] usbcore: registered new interface driver usbfs
[    1.361936] usbcore: registered new interface driver hub
[    1.362084] usbcore: registered new device driver usb
[    1.362316] PCI: Using ACPI for IRQ routing
[    1.362441] PCI: pci_cache_line_size set to 64 bytes
[    1.362526] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.362528] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.362598] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.362847] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.364985] Switching to clocksource tsc
[    1.365485] pnp: PnP ACPI init
[    1.365613] ACPI: bus type pnp registered
[    1.368146] pnp: PnP ACPI: found 17 devices
[    1.368270] ACPI: ACPI bus type pnp unregistered
[    1.368399] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.368527] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.368658] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.368786] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.368914] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.369041] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.369171] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.369299] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.369426] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.369553] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.369682] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.369809] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.369936] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.370066] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.370195] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.370323] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.370452] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.370583] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.370711] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.370839] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.370967] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.371095] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.375812] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.375941] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.376162] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.376383] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.376606] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.376733] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.376858] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.376985] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.377111] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.377239] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.377364] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.377491] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.377619] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.377748] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.377873] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.378002] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.378130] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.378352] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.378478] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.378608] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.378737] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.378960] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.379085] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.379214] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.379342] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.379568] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.379694] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.379822] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.379951] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.380174] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.380300] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.380428] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.380559] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.380783] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.380908] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.381037] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.381165] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.381300] pci 0000:00:01.0: setting latency timer to 64
[    1.381305] pci 0000:00:03.0: setting latency timer to 64
[    1.381310] pci 0000:00:07.0: setting latency timer to 64
[    1.381315] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.381444] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.381575] pci 0000:00:1c.0: setting latency timer to 64
[    1.381582] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.381711] pci 0000:00:1c.2: setting latency timer to 64
[    1.381716] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.381845] pci 0000:00:1c.4: setting latency timer to 64
[    1.381851] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.381980] pci 0000:00:1c.5: setting latency timer to 64
[    1.381984] pci 0000:00:1e.0: setting latency timer to 64
[    1.381987] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.381988] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.381989] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.381991] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.381992] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.381993] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.381995] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.381996] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.381997] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.381999] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.382000] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.382001] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.382002] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.382004] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.382005] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.382006] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.382007] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.382009] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.382010] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.382011] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.382013] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.382014] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.382015] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.382016] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.382018] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.382019] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.382020] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.382021] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.382023] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.382062] NET: Registered protocol family 2
[    1.382235] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.382910] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.383590] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.383820] TCP: Hash tables configured (established 262144 bind 65536)
[    1.383947] TCP reno registered
[    1.384071] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.384231] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.384472] NET: Registered protocol family 1
[    1.384743] RPC: Registered udp transport module.
[    1.384867] RPC: Registered tcp transport module.
[    1.384991] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.385253] pci 0000:03:00.0: Boot video device
[    1.385266] PCI: CLS 256 bytes, default 64
[    1.385291] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.385419] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.385642] software IO TLB at phys 0xe000000 - 0x12000000
[    1.387859] VFS: Disk quotas dquot_6.5.2
[    1.388001] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.388386] NTFS driver 2.1.29 [Flags: R/W].
[    1.388551] fuse init (API version 7.13)
[    1.388724] msgmni has been set to 24027
[    1.389042] alg: No test for stdrng (krng)
[    1.389194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.389415] io scheduler noop registered
[    1.389540] io scheduler deadline registered
[    1.389678] io scheduler cfq registered (default)
[    1.389866] pcieport 0000:00:01.0: setting latency timer to 64
[    1.389890] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.389952] pcieport 0000:00:03.0: setting latency timer to 64
[    1.389974] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.390033] pcieport 0000:00:07.0: setting latency timer to 64
[    1.390055] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.390116] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.390143] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.390225] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.390252] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.390332] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.390360] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.390441] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.390469] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.390569] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.390573] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.390576] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.392054] Non-volatile memory driver v1.3
[    1.392268] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.392495] ACPI: Power Button [PWRB]
[    1.392651] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.392872] ACPI: Power Button [PWRF]
[    1.393495] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.394749] brd: module loaded
[    1.395291] loop: module loaded
[    1.395415] Uniform Multi-Platform E-IDE driver
[    1.395570] ide-gd driver 1.18
[    1.395812] ahci 0000:05:00.0: version 3.0
[    1.395825] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.406141] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.406373] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.409133] ahci 0000:05:00.0: setting latency timer to 64
[    1.409213] scsi0 : ahci
[    1.409412] scsi1 : ahci
[    1.409605] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.409827] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.410087] ata_piix 0000:00:1f.2: version 2.13
[    1.410096] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.410226] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.410496] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.410527] scsi2 : ata_piix
[    1.410707] scsi3 : ata_piix
[    1.412084] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.412214] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.412357] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.412488] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.412754] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.412774] scsi4 : ata_piix
[    1.412953] scsi5 : ata_piix
[    1.414137] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.414266] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.414478] console [netcon0] enabled
[    1.414601] netconsole: network logging started
[    1.414782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.414920] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.415055] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.415057] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.415223] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.415463] ehci_hcd 0000:00:1a.7: debug port 1
[    1.419459] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.419468] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.429052] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.429198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.429328] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.429548] usb usb1: Product: EHCI Host Controller
[    1.429672] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.429799] usb usb1: SerialNumber: 0000:00:1a.7
[    1.429993] hub 1-0:1.0: USB hub found
[    1.430118] hub 1-0:1.0: 6 ports detected
[    1.430281] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.430416] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.430418] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.430575] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.430811] ehci_hcd 0000:00:1d.7: debug port 1
[    1.434798] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.434807] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.444011] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.444152] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.444281] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444500] usb usb2: Product: EHCI Host Controller
[    1.444624] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.444751] usb usb2: SerialNumber: 0000:00:1d.7
[    1.444940] hub 2-0:1.0: USB hub found
[    1.445064] hub 2-0:1.0: 6 ports detected
[    1.445241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.445389] uhci_hcd: USB Universal Host Controller Interface driver
[    1.445532] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.445662] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.445664] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.445824] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.446063] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.446210] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.446338] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.446558] usb usb3: Product: UHCI Host Controller
[    1.446682] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.446808] usb usb3: SerialNumber: 0000:00:1a.0
[    1.446999] hub 3-0:1.0: USB hub found
[    1.447124] hub 3-0:1.0: 2 ports detected
[    1.447278] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.447409] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.447411] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.447569] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.447813] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.447956] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.448084] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448306] usb usb4: Product: UHCI Host Controller
[    1.448431] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.448558] usb usb4: SerialNumber: 0000:00:1a.1
[    1.448746] hub 4-0:1.0: USB hub found
[    1.448871] hub 4-0:1.0: 2 ports detected
[    1.449022] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.449152] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.449154] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.449314] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.449559] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.449703] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.449830] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450050] usb usb5: Product: UHCI Host Controller
[    1.450174] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.450304] usb usb5: SerialNumber: 0000:00:1a.2
[    1.450494] hub 5-0:1.0: USB hub found
[    1.450618] hub 5-0:1.0: 2 ports detected
[    1.450769] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.450900] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.450902] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.451059] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.451300] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.451444] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.451571] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.451791] usb usb6: Product: UHCI Host Controller
[    1.451915] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.452042] usb usb6: SerialNumber: 0000:00:1d.0
[    1.452232] hub 6-0:1.0: USB hub found
[    1.452357] hub 6-0:1.0: 2 ports detected
[    1.452509] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.452640] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.452642] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.452798] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.453038] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.453181] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.453312] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.453532] usb usb7: Product: UHCI Host Controller
[    1.453656] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.453783] usb usb7: SerialNumber: 0000:00:1d.1
[    1.453972] hub 7-0:1.0: USB hub found
[    1.454096] hub 7-0:1.0: 2 ports detected
[    1.454248] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.454379] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.454381] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.454539] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.454777] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.454921] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.455049] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.455271] usb usb8: Product: UHCI Host Controller
[    1.455396] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.455522] usb usb8: SerialNumber: 0000:00:1d.2
[    1.455711] hub 8-0:1.0: USB hub found
[    1.455836] hub 8-0:1.0: 2 ports detected
[    1.456002] Initializing USB Mass Storage driver...
[    1.456164] usbcore: registered new interface driver usb-storage
[    1.456293] USB Mass Storage support registered.
[    1.456453] usbcore: registered new interface driver libusual
[    1.456631] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.458322] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.458450] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.458626] mice: PS/2 mouse device common for all mice
[    1.458854] i2c /dev entries driver
[    1.459019] md: raid0 personality registered for level 0
[    1.459145] md: raid1 personality registered for level 1
[    1.459360] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.459583] cpuidle: using governor ladder
[    1.459707] cpuidle: using governor menu
[    1.459946] usbcore: registered new interface driver hiddev
[    1.460098] usbcore: registered new interface driver usbhid
[    1.460224] usbhid: USB HID core driver
[    1.460505] TCP cubic registered
[    1.460628] NET: Registered protocol family 17
[    1.461144] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.476326] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.713573] ata1: SATA link down (SStatus 0 SControl 300)
[    1.714364] ata2: SATA link down (SStatus 0 SControl 300)
[    2.048355] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.119150] ata4.01: link resume succeeded after 1 retries
[    2.119153] ata3.01: link resume succeeded after 1 retries
[    2.209179] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.209315] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.209444] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.209571] usb 3-2: Manufacturer: American Power Conversion
[    2.209698] usb 3-2: SerialNumber: 3B1007X44377  
[    2.231949] ata5: SATA link down (SStatus 0 SControl 301)
[    2.293060] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.359558] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.362760] ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.362897] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.368768] ata6.00: configured for UDMA/133
[    2.371534] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.371677] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.377564] ata3.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100
[    2.377855] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.377991] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.382475] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.382617] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.383553] ata3.00: configured for UDMA/100
[    2.389713] ata3.01: configured for UDMA/133
[    2.392540] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.392668] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.392982] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.393127] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.393325] scsi 2:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
[    2.397551] ata4.00: configured for UDMA/133
[    2.400690] ata4.01: configured for UDMA/133
[    2.403253] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.403484] Uniform CD-ROM driver Revision: 3.20
[    2.403680] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.403735] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    2.403929] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.404261] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.404288] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    2.404362] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.404463] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.404488] sd 3:0:0:0: [sdb] Write Protect is off
[    2.404490] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.404498] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.404500] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.404572] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.404577]  sdb:
[    2.404696] sd 3:0:1:0: Attached scsi generic sg3 type 0
[    2.404756] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.404848] sd 5:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.404872] sd 5:0:0:0: [sdd] Write Protect is off
[    2.404873] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.404883] sd 5:0:0:0: Attached scsi generic sg4 type 0
[    2.404885] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.404949]  sdd:
[    2.406959] sd 2:0:1:0: [sda] Write Protect is off
[    2.407200] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.407211] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.407499]  sda: sdb1 sdb2 sdb3 sdb4 < sdd1
[    2.409099] sd 5:0:0:0: [sdd] Attached SCSI disk
[    2.418507]  sdb5
[    2.418601] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.421379]  sda1 sda2 sda3 sda4 < sda5 sdb6 >
[    2.439819]  sda6 >
[    2.450321] sd 3:0:1:0: [sdc] Write Protect is off
[    2.450450] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.450469] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.450666] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.450892]  sdc:
[    2.452759] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.462946]  sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
[    2.498109] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.501060] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.667691] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.667828] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.667956] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.668085] usb 8-2: Manufacturer: Microsoft
[    2.685797] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.686101] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.579303] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[    4.586802] md: Waiting for all devices to be available before autodetect
[    4.586938] md: If you don't use raid, use raid=noautodetect
[    4.587153] md: Autodetecting RAID arrays.
[    4.641503] md: Scanned 6 and added 6 devices.
[    4.641634] md: autorun ...
[    4.641756] md: considering sdc5 ...
[    4.641880] md:  adding sdc5 ...
[    4.642003] md: sdc3 has different UUID to sdc5
[    4.642129] md:  adding sda5 ...
[    4.642254] md: sda3 has different UUID to sdc5
[    4.642380] md:  adding sdb5 ...
[    4.642503] md: sdb3 has different UUID to sdc5
[    4.642709] md: created md5
[    4.642831] md: bind<sdb5>
[    4.642956] md: bind<sda5>
[    4.643081] md: bind<sdc5>
[    4.643208] md: running: <sdc5><sda5><sdb5>
[    4.643502] raid1: raid set md5 active with 3 out of 3 mirrors
[    4.643640] md5: detected capacity change from 0 to 53694496768
[    4.643787] md: considering sdc3 ...
[    4.643911] md:  adding sdc3 ...
[    4.644034] md:  adding sda3 ...
[    4.644158] md:  adding sdb3 ...
[    4.644357] md: created md3
[    4.644480] md: bind<sdb3>
[    4.644606] md: bind<sda3>
[    4.644731] md: bind<sdc3>
[    4.644855] md: running: <sdc3><sda3><sdb3>
[    4.645139] raid1: raid set md3 active with 3 out of 3 mirrors
[    4.645278] md3: detected capacity change from 0 to 53694562304
[    4.645425] md: ... autorun DONE.
[    4.645580]  md5: unknown partition table
[    4.688185] kjournald starting.  Commit interval 5 seconds
[    4.688191] EXT3-fs (md5): mounted filesystem with writeback data mode
[    4.688201] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[    4.688577] Freeing unused kernel memory: 476k freed
[    4.688757] Write protecting the kernel read-only data: 6144k
[    4.688963] Freeing unused kernel memory: 412k freed
[    4.689158] Freeing unused kernel memory: 224k freed
[    6.396275] udev: starting version 149
[    6.499541]  md3:
[    6.505089] rtc_cmos 00:03: RTC can wake from S4
[    6.505120] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    6.505143] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.507808]  unknown partition table
[    6.590707] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.590710] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [io  0x0400-0x040f disabled]
[    6.590712] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.696653] sky2: driver version 1.27
[    6.696675] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.696686] sky2 0000:06:00.0: setting latency timer to 64
[    6.696718] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[    6.696803] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[    6.696973] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[    6.696985] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.696992] sky2 0000:04:00.0: setting latency timer to 64
[    6.697008] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[    6.697088] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[    6.697244] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[    6.831794] Linux agpgart interface v0.103
[    6.863019] [drm] Initialized drm 1.1.0 20060810
[    7.069605] [drm] radeon defaulting to kernel modesetting.
[    7.069608] [drm] radeon kernel modesetting enabled.
[    7.069643] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    7.069646] radeon 0000:03:00.0: setting latency timer to 64
[    7.070351] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[    7.070992] [drm] register mmio base: 0xFBAC0000
[    7.070994] [drm] register mmio size: 131072
[    7.071060] ATOM BIOS: JUNIPER
[    7.071069] [drm] Clocks initialized !
[    7.071070] [drm] 1 Power State(s)
[    7.071071] [drm] State 0 Default (default)
[    7.071072] [drm] 	16 PCIE Lanes
[    7.071072] [drm] 	1 Clock Mode(s)
[    7.071073] [drm] 		0 engine/memory: 850000/1200000
[    7.071078] [drm] radeon: power management initialized
[    7.071084] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[    7.071086] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[    7.071096] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[    7.071097] [drm] Detected VRAM RAM=256M, BAR=256M
[    7.071098] [drm] RAM width 128bits DDR
[    7.071118] [TTM] Zone  kernel: Available graphics memory: 6151604 kiB.
[    7.071119] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[    7.071126] [drm] radeon: 256M of VRAM memory ready
[    7.071127] [drm] radeon: 512M of GTT memory ready.
[    7.072468] [drm] Radeon Display Connectors
[    7.072470] [drm] Connector 0:
[    7.072471] [drm]   DisplayPort
[    7.072472] [drm]   HPD4
[    7.072474] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    7.072476] [drm]   Encoders:
[    7.072477] [drm]     DFP1: INTERNAL_UNIPHY2
[    7.072479] [drm] Connector 1:
[    7.072480] [drm]   HDMI-A
[    7.072481] [drm]   HPD5
[    7.072483] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    7.072484] [drm]   Encoders:
[    7.072486] [drm]     DFP2: INTERNAL_UNIPHY2
[    7.072487] [drm] Connector 2:
[    7.072489] [drm]   DVI-I
[    7.072490] [drm]   HPD1
[    7.072492] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    7.072494] [drm]   Encoders:
[    7.072495] [drm]     DFP3: INTERNAL_UNIPHY1
[    7.072496] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    7.072498] [drm] Connector 3:
[    7.072499] [drm]   DVI-I
[    7.072500] [drm]   HPD6
[    7.072502] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    7.072504] [drm]   Encoders:
[    7.072505] [drm]     DFP4: INTERNAL_UNIPHY
[    7.072507] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.123470] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.123512] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[    7.123534] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    7.422241] [drm] fb mappable at 0xD0040000
[    7.422243] [drm] vram apper at 0xD0000000
[    7.422244] [drm] size 8294400
[    7.422245] [drm] fb depth is 24
[    7.422246] [drm]    pitch is 7680
[    7.430854] Console: switching to colour frame buffer device 240x67
[    7.434826] fb0: radeondrmfb frame buffer device
[    7.434827] registered panic notifier
[    7.434831] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[    7.505452] hda_codec: AD1989B: BIOS auto-probing.
[    7.507737] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[    7.507780] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[    7.507797] HDA Intel 0000:03:00.1: setting latency timer to 64
[    8.961840] EXT3-fs (md5): using internal journal
[    9.253884] md: md11 stopped.
[    9.285670] md: bind<sdd1>
[    9.297473] md: md6 stopped.
[    9.299607] md: bind<sdb6>
[    9.301256] md: bind<sdc6>
[    9.301440] md: bind<sda6>
[    9.301997] raid1: raid set md6 active with 3 out of 3 mirrors
[    9.302009] md6: detected capacity change from 0 to 253354939392
[    9.302482]  md6: unknown partition table
[    9.707338] EXT3-fs (md11): error: unable to read superblock
[    9.738406] kjournald starting.  Commit interval 5 seconds
[    9.738410] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[    9.764247] EXT3-fs (md6): using internal journal
[    9.764252] EXT3-fs (md6): mounted filesystem with writeback data mode
[    9.833944] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[    9.835227] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[    9.849174] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[   15.188746] sky2 0000:06:00.0: eth0: enabling interface
[   17.142821] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[   23.699296] NET: Registered protocol family 10
[   26.019554] /dev/vmmon[4167]: Module vmmon: registered with major=10 minor=165
[   26.019563] /dev/vmmon[4167]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   26.019568] /dev/vmmon[4167]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   26.019570] /dev/vmmon[4167]: Module vmmon: initialized
[   26.091421] /dev/vmci[4186]: VMCI: Driver initialized.
[   26.091442] /dev/vmci[4186]: Module vmci: registered with major=10 minor=59
[   26.091444] /dev/vmci[4186]: Module vmci: initialized
[   26.380369] /dev/vmnet: open called by PID 4268 (vmnet-bridge)
[   26.380376] /dev/vmnet: hub 0 does not exist, allocating memory.
[   26.380395] /dev/vmnet: port on hub 0 successfully opened
[   26.380406] bridge-eth0: up
[   26.380408] bridge-eth0: attached
[   27.590868] /dev/vmnet: open called by PID 4275 (vmnet-dhcpd)
[   27.590873] /dev/vmnet: hub 1 does not exist, allocating memory.
[   27.590892] /dev/vmnet: port on hub 1 successfully opened
[   27.656431] /dev/vmnet: open called by PID 4277 (vmnet-netifup)
[   27.656440] /dev/vmnet: port on hub 1 successfully opened
[   27.696350] /dev/vmnet: open called by PID 4280 (vmnet-dhcpd)
[   27.696355] /dev/vmnet: hub 8 does not exist, allocating memory.
[   27.696374] /dev/vmnet: port on hub 8 successfully opened
[   27.804340] /dev/vmnet: open called by PID 4284 (vmnet-natd)
[   27.804346] /dev/vmnet: port on hub 8 successfully opened
[   27.809048] /dev/vmnet: open called by PID 4285 (vmnet-netifup)
[   27.809055] /dev/vmnet: port on hub 8 successfully opened
[   34.300792] eth0: no IPv6 routers present
[   38.088802] vmnet8: no IPv6 routers present
[   38.385003] vmnet1: no IPv6 routers present

[-- Attachment #3: dmesg.AllDrivesFound --]
[-- Type: application/octet-stream, Size: 62912 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r1 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #2 SMP PREEMPT Sat Jul 3 09:21:09 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771244]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771280 - 0001771880]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771880 - 0001771a00]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771a00 - 0001771a41]         BOOTMEM
[    0.000000]   #20 [0001771a80 - 0001771b06]         BOOTMEM
[    0.000000]   #21 [0001771b40 - 0001771da8]         BOOTMEM
[    0.000000]   #22 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #23 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #24 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #25 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #26 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #27 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #28 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #29 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #30 [00017a34c0 - 00017a3528]         BOOTMEM
[    0.000000]   #31 [00017a3540 - 00017a35a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a35c0 - 00017a35ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3600 - 00017a3608]         BOOTMEM
[    0.000000]   #47 [00017a3640 - 00017a3648]         BOOTMEM
[    0.000000]   #48 [00017a3680 - 00017a36b0]         BOOTMEM
[    0.000000]   #49 [00017a36c0 - 00017a3720]         BOOTMEM
[    0.000000]   #50 [00017a3740 - 00017a3850]         BOOTMEM
[    0.000000]   #51 [00017a3880 - 00017a38c8]         BOOTMEM
[    0.000000]   #52 [00017a3900 - 00017a3948]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3665k kernel code, 1057732k absent, 271696k reserved, 2924k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3337.808 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6675.61 BogoMIPS (lpj=3337808)
[    0.000297] Security Framework initialized
[    0.000437] Mount-cache hash table entries: 256
[    0.000642] CPU: Physical Processor ID: 0
[    0.000768] CPU: Processor Core ID: 0
[    0.000897] mce: CPU supports 9 MCE banks
[    0.001033] CPU0: Thermal monitoring enabled (TM1)
[    0.001168] using mwait in idle threads.
[    0.001301] Performance Events: Westmere events, Intel PMU driver.
[    0.001483] ... version:                3
[    0.001609] ... bit width:              48
[    0.001734] ... generic registers:      4
[    0.001860] ... value mask:             0000ffffffffffff
[    0.001988] ... max period:             000000007fffffff
[    0.002116] ... fixed-purpose events:   3
[    0.002248] ... event mask:             000000070000000f
[    0.002396] Freeing SMP alternatives: 36k freed
[    0.002527] ACPI: Core revision 20100121
[    0.041735] Setting APIC routing to physical flat
[    0.042303] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.052408] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.159795] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.199999] Brought up 12 CPUs
[    1.200125] Total of 12 processors activated (81295.74 BogoMIPS).
[    1.206642] NET: Registered protocol family 16
[    1.209595] ACPI: bus type pci registered
[    1.209778] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.210009] PCI: not using MMCONFIG
[    1.210133] PCI: Using configuration type 1 for base access
[    1.212199] bio: create slab <bio-0> at 0
[    1.213521] ACPI: EC: Look up EC in DSDT
[    1.214637] ACPI: Executed 1 blocks of module-level executable AML code
[    1.300195] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.301023] ACPI: Interpreter enabled
[    1.301148] ACPI: (supports S0 S5)
[    1.301326] ACPI: Using IOAPIC for interrupt routing
[    1.301493] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.303293] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.327991] ACPI: No dock devices found.
[    1.328117] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.328448] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.328797] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.328927] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.329057] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.329281] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.329505] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.329731] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.329996] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.329999] pci 0000:00:00.0: PME# disabled
[    1.330041] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.330043] pci 0000:00:01.0: PME# disabled
[    1.330085] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.330087] pci 0000:00:03.0: PME# disabled
[    1.330131] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.330133] pci 0000:00:07.0: PME# disabled
[    1.330302] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.330354] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.330407] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.330459] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.330504] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.330507] pci 0000:00:1a.7: PME# disabled
[    1.330535] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.330569] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.330571] pci 0000:00:1b.0: PME# disabled
[    1.330622] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.330625] pci 0000:00:1c.0: PME# disabled
[    1.330680] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.330683] pci 0000:00:1c.2: PME# disabled
[    1.330736] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.330738] pci 0000:00:1c.4: PME# disabled
[    1.330791] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.330794] pci 0000:00:1c.5: PME# disabled
[    1.330833] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.330886] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.330938] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.330991] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.331036] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.331039] pci 0000:00:1d.7: PME# disabled
[    1.331134] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.331360] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.331491] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.331757] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.331762] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.331766] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.331770] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.331774] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.331778] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.331814] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.331824] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.331854] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.331858] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.331862] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.331866] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.331870] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.331874] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.331924] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.332052] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.332055] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.332058] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332085] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.332213] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.332215] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.332219] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332260] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.332266] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.332270] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.332277] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.332291] pci 0000:03:00.0: supports D1 D2
[    1.332313] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.332340] pci 0000:03:00.1: supports D1 D2
[    1.332351] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.332479] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.332481] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.332485] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.332517] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.332646] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.332649] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.332653] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.332720] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.332727] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.332749] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.332784] pci 0000:06:00.0: supports D1 D2
[    1.332785] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.332789] pci 0000:06:00.0: PME# disabled
[    1.332799] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.332927] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.332930] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.332934] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.333032] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.333066] pci 0000:05:00.0: PME# supported from D3hot
[    1.333070] pci 0000:05:00.0: PME# disabled
[    1.333109] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.333117] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.333124] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.333131] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.333139] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.333191] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.333319] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.333322] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.333326] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.333391] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.333398] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.333420] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.333455] pci 0000:04:00.0: supports D1 D2
[    1.333457] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.333460] pci 0000:04:00.0: PME# disabled
[    1.333470] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.333599] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.333601] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.333606] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.333644] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.333650] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.333688] pci 0000:08:02.0: supports D2
[    1.333689] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.333693] pci 0000:08:02.0: PME# disabled
[    1.333728] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.333860] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.333862] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.333866] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.333868] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.333869] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.333871] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.333872] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.333874] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.333875] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.333900] pci_bus 0000:00: on NUMA node 0
[    1.333903] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.334133] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.334208] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.334253] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.334297] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.334349] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.334391] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.334434] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.334476] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.354856] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.355344] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.355632] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.356118] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.356607] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.357092] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.357578] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.358065] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.358648] SCSI subsystem initialized
[    1.358879] libata version 3.00 loaded.
[    1.358961] usbcore: registered new interface driver usbfs
[    1.359106] usbcore: registered new interface driver hub
[    1.359256] usbcore: registered new device driver usb
[    1.359490] PCI: Using ACPI for IRQ routing
[    1.359618] PCI: pci_cache_line_size set to 64 bytes
[    1.359701] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.359702] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.359772] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.360023] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.362163] Switching to clocksource tsc
[    1.362666] pnp: PnP ACPI init
[    1.362792] ACPI: bus type pnp registered
[    1.365319] pnp: PnP ACPI: found 17 devices
[    1.365444] ACPI: ACPI bus type pnp unregistered
[    1.365578] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.365707] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.365836] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.365964] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.366093] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.366222] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.366353] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.366483] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.366613] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.366740] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.366869] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.366998] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.367126] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.367257] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.367387] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.367517] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.367649] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.367779] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.367909] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.368037] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.368167] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.368296] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.373016] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.373145] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.373369] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.373595] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.373819] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.373946] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.374072] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.374200] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.374328] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.374458] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.374586] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.374715] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.374842] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.374972] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.375099] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.375228] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.375357] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.375585] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.375712] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.375841] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.375972] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.376198] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.376324] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.376454] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.376586] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.376812] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.376939] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.377068] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.377198] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.377424] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.377553] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.377682] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.377812] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.378038] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.378164] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.378294] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.378423] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.378561] pci 0000:00:01.0: setting latency timer to 64
[    1.378566] pci 0000:00:03.0: setting latency timer to 64
[    1.378572] pci 0000:00:07.0: setting latency timer to 64
[    1.378577] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.378707] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.378837] pci 0000:00:1c.0: setting latency timer to 64
[    1.378844] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.378974] pci 0000:00:1c.2: setting latency timer to 64
[    1.378979] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.379109] pci 0000:00:1c.4: setting latency timer to 64
[    1.379116] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.379245] pci 0000:00:1c.5: setting latency timer to 64
[    1.379250] pci 0000:00:1e.0: setting latency timer to 64
[    1.379252] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.379253] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.379254] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.379256] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.379257] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.379258] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.379260] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.379261] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.379262] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.379264] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.379265] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.379266] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.379268] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.379269] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.379270] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.379271] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.379273] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.379274] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.379275] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.379276] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.379278] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.379279] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.379280] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.379282] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.379283] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.379284] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.379285] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.379286] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.379288] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.379328] NET: Registered protocol family 2
[    1.379504] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.380180] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.380864] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.381097] TCP: Hash tables configured (established 262144 bind 65536)
[    1.381226] TCP reno registered
[    1.381350] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.381513] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.381760] NET: Registered protocol family 1
[    1.382029] RPC: Registered udp transport module.
[    1.382154] RPC: Registered tcp transport module.
[    1.382279] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.382547] pci 0000:03:00.0: Boot video device
[    1.382561] PCI: CLS 256 bytes, default 64
[    1.382587] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.382716] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.382939] software IO TLB at phys 0xe000000 - 0x12000000
[    1.385121] VFS: Disk quotas dquot_6.5.2
[    1.385264] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.385655] NTFS driver 2.1.29 [Flags: R/W].
[    1.385818] fuse init (API version 7.13)
[    1.385993] msgmni has been set to 24027
[    1.386313] alg: No test for stdrng (krng)
[    1.386468] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.386694] io scheduler noop registered
[    1.386818] io scheduler deadline registered
[    1.386957] io scheduler cfq registered (default)
[    1.387146] pcieport 0000:00:01.0: setting latency timer to 64
[    1.387169] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.387233] pcieport 0000:00:03.0: setting latency timer to 64
[    1.387255] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.387316] pcieport 0000:00:07.0: setting latency timer to 64
[    1.387338] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.387400] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.387427] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.387515] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.387543] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.387626] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.387654] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.387735] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.387762] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.387859] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.387863] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.387866] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.389342] Non-volatile memory driver v1.3
[    1.389564] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.389790] ACPI: Power Button [PWRB]
[    1.389949] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.390172] ACPI: Power Button [PWRF]
[    1.390803] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.392043] brd: module loaded
[    1.392582] loop: module loaded
[    1.392705] Uniform Multi-Platform E-IDE driver
[    1.392864] ide-gd driver 1.18
[    1.393112] ahci 0000:05:00.0: version 3.0
[    1.393124] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.403326] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.403560] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.406340] ahci 0000:05:00.0: setting latency timer to 64
[    1.406423] scsi0 : ahci
[    1.406624] scsi1 : ahci
[    1.406820] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.407044] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.407308] ata_piix 0000:00:1f.2: version 2.13
[    1.407317] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.407448] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.407720] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.407753] scsi2 : ata_piix
[    1.407938] scsi3 : ata_piix
[    1.409322] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.409454] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.409599] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.409732] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.410001] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.410022] scsi4 : ata_piix
[    1.410201] scsi5 : ata_piix
[    1.411391] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.411524] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.411733] console [netcon0] enabled
[    1.411857] netconsole: network logging started
[    1.412037] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.412177] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.412313] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.412316] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.412480] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.412719] ehci_hcd 0000:00:1a.7: debug port 1
[    1.416724] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.416735] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.426240] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.426386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.426517] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.426740] usb usb1: Product: EHCI Host Controller
[    1.426865] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.426993] usb usb1: SerialNumber: 0000:00:1a.7
[    1.427185] hub 1-0:1.0: USB hub found
[    1.427310] hub 1-0:1.0: 6 ports detected
[    1.427475] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.427611] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.427613] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.427770] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.428009] ehci_hcd 0000:00:1d.7: debug port 1
[    1.432003] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.432012] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.441202] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.441344] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.441475] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.441698] usb usb2: Product: EHCI Host Controller
[    1.441824] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.441951] usb usb2: SerialNumber: 0000:00:1d.7
[    1.442139] hub 2-0:1.0: USB hub found
[    1.442265] hub 2-0:1.0: 6 ports detected
[    1.442440] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.442588] uhci_hcd: USB Universal Host Controller Interface driver
[    1.442732] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.442864] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.442866] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.443026] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.443268] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.443417] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.443545] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.443768] usb usb3: Product: UHCI Host Controller
[    1.443893] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.444021] usb usb3: SerialNumber: 0000:00:1a.0
[    1.444209] hub 3-0:1.0: USB hub found
[    1.444335] hub 3-0:1.0: 2 ports detected
[    1.444490] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.444622] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.444624] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.444783] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.445028] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.445174] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.445303] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.445528] usb usb4: Product: UHCI Host Controller
[    1.445654] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.445781] usb usb4: SerialNumber: 0000:00:1a.1
[    1.445968] hub 4-0:1.0: USB hub found
[    1.446094] hub 4-0:1.0: 2 ports detected
[    1.446246] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.446378] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.446380] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.446539] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.446787] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.446932] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.447060] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.447282] usb usb5: Product: UHCI Host Controller
[    1.447410] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.447538] usb usb5: SerialNumber: 0000:00:1a.2
[    1.447727] hub 5-0:1.0: USB hub found
[    1.447853] hub 5-0:1.0: 2 ports detected
[    1.448005] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.448137] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.448139] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.448296] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.448539] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.448684] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.448813] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.449035] usb usb6: Product: UHCI Host Controller
[    1.449161] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.449289] usb usb6: SerialNumber: 0000:00:1d.0
[    1.449478] hub 6-0:1.0: USB hub found
[    1.449603] hub 6-0:1.0: 2 ports detected
[    1.449759] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.449891] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.449893] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.450049] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.450290] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.450438] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.450567] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450790] usb usb7: Product: UHCI Host Controller
[    1.450916] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.451043] usb usb7: SerialNumber: 0000:00:1d.1
[    1.451230] hub 7-0:1.0: USB hub found
[    1.451355] hub 7-0:1.0: 2 ports detected
[    1.451509] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.451641] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.451644] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.451802] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.452043] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.452188] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.452317] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.452541] usb usb8: Product: UHCI Host Controller
[    1.452668] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.452795] usb usb8: SerialNumber: 0000:00:1d.2
[    1.452982] hub 8-0:1.0: USB hub found
[    1.453107] hub 8-0:1.0: 2 ports detected
[    1.453273] Initializing USB Mass Storage driver...
[    1.453438] usbcore: registered new interface driver usb-storage
[    1.453565] USB Mass Storage support registered.
[    1.453725] usbcore: registered new interface driver libusual
[    1.453903] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.455650] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.455779] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.455953] mice: PS/2 mouse device common for all mice
[    1.456184] i2c /dev entries driver
[    1.456343] md: raid0 personality registered for level 0
[    1.456472] md: raid1 personality registered for level 1
[    1.456686] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.456913] cpuidle: using governor ladder
[    1.457038] cpuidle: using governor menu
[    1.457276] usbcore: registered new interface driver hiddev
[    1.457426] usbcore: registered new interface driver usbhid
[    1.457553] usbhid: USB HID core driver
[    1.457834] TCP cubic registered
[    1.457957] NET: Registered protocol family 17
[    1.458481] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.473120] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.711531] ata1: SATA link down (SStatus 0 SControl 300)
[    1.711534] ata2: SATA link down (SStatus 0 SControl 300)
[    1.715526] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.715666] ata5.00: link online but device misclassifed
[    1.715668] ata5: link online but 1 devices misclassified, retrying
[    1.715798] ata5: reset failed (errno=-11), retrying in 10 secs
[    1.866151] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.869382] ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    1.869520] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.875627] ata6.00: configured for UDMA/133
[    2.046644] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.168381] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.168399] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.168413] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.168782] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.174487] ata3.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100
[    2.174756] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.174907] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.175113] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.175256] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.175457] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.175586] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.178441] ata3.00: configured for UDMA/100
[    2.179774] ata4.00: configured for UDMA/133
[    2.181586] ata3.01: configured for UDMA/133
[    2.184587] ata4.01: configured for UDMA/133
[    2.188666] scsi 2:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
[    2.193591] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.193824] Uniform CD-ROM driver Revision: 3.20
[    2.194022] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.194077] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    2.194276] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.194622] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.194647] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    2.194722] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.194819] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.194844] sd 3:0:0:0: [sdb] Write Protect is off
[    2.194846] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.194847] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.194857] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.194915] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.194930]  sdb:
[    2.195045] sd 3:0:1:0: Attached scsi generic sg3 type 0
[    2.196406] sd 2:0:1:0: [sda] Write Protect is off
[    2.196536] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.196548] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.196836]  sda: sdb1 sdb2 sdb3 sdb4 <
[    2.204488] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.204735] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.204865] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.204994] usb 3-2: Manufacturer: American Power Conversion
[    2.205121] usb 3-2: SerialNumber: 3B1007X44377  
[    2.210598]  sda1 sda2 sda3 sda4 < sdb5
[    2.214568] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.224622]  sda5 sdb6 >
[    2.237351]  sda6 >
[    2.246053] sd 3:0:1:0: [sdc] Write Protect is off
[    2.246183] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.246201] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.246216] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.246624]  sdc:
[    2.250299] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.255910]  sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
[    2.288276] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.294050] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.493492] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.662963] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.663104] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.663233] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.663363] usb 8-2: Manufacturer: Microsoft
[    2.681059] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.681367] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.574999] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[   11.840461] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   11.843698] ata5.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[   11.843836] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   11.849705] ata5.00: configured for UDMA/133
[   11.849878] scsi 4:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[   11.850230] sd 4:0:0:0: Attached scsi generic sg4 type 0
[   11.850372] sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[   11.850624] sd 4:0:0:0: [sdd] Write Protect is off
[   11.850640] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[   11.850765] sd 5:0:0:0: Attached scsi generic sg5 type 0
[   11.850809] sd 5:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[   11.850833] sd 5:0:0:0: [sde] Write Protect is off
[   11.850835] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[   11.850845] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.850908]  sde:
[   11.851705] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[   11.851833] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.852123]  sdd: sde1
[   11.859879] sd 5:0:0:0: [sde] Attached SCSI disk
[   11.867949]  sdd1
[   11.868241] sd 4:0:0:0: [sdd] Attached SCSI disk
[   11.868380] md: Waiting for all devices to be available before autodetect
[   11.868510] md: If you don't use raid, use raid=noautodetect
[   11.868716] md: Autodetecting RAID arrays.
[   11.922779] md: Scanned 6 and added 6 devices.
[   11.922912] md: autorun ...
[   11.923035] md: considering sdc5 ...
[   11.923161] md:  adding sdc5 ...
[   11.923288] md: sdc3 has different UUID to sdc5
[   11.923414] md:  adding sda5 ...
[   11.923539] md: sda3 has different UUID to sdc5
[   11.923665] md:  adding sdb5 ...
[   11.923790] md: sdb3 has different UUID to sdc5
[   11.923995] md: created md5
[   11.924119] md: bind<sdb5>
[   11.924248] md: bind<sda5>
[   11.924374] md: bind<sdc5>
[   11.924500] md: running: <sdc5><sda5><sdb5>
[   11.924798] raid1: raid set md5 active with 3 out of 3 mirrors
[   11.924937] md5: detected capacity change from 0 to 53694496768
[   11.925086] md: considering sdc3 ...
[   11.925215] md:  adding sdc3 ...
[   11.925339] md:  adding sda3 ...
[   11.925464] md:  adding sdb3 ...
[   11.925665] md: created md3
[   11.925788] md: bind<sdb3>
[   11.925915] md: bind<sda3>
[   11.926041] md: bind<sdc3>
[   11.926167] md: running: <sdc3><sda3><sdb3>
[   11.926459] raid1: raid set md3 active with 3 out of 3 mirrors
[   11.926598] md3: detected capacity change from 0 to 53694562304
[   11.926746] md: ... autorun DONE.
[   11.926902]  md5: unknown partition table
[   11.969463] kjournald starting.  Commit interval 5 seconds
[   11.969469] EXT3-fs (md5): mounted filesystem with writeback data mode
[   11.969480] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[   11.969859] Freeing unused kernel memory: 476k freed
[   11.970041] Write protecting the kernel read-only data: 6144k
[   11.970251] Freeing unused kernel memory: 412k freed
[   11.970444] Freeing unused kernel memory: 224k freed
[   13.777441] udev: starting version 149
[   13.860466] rtc_cmos 00:03: RTC can wake from S4
[   13.860505] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[   13.860530] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[   13.969487] sky2: driver version 1.27
[   13.969517] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   13.969528] sky2 0000:06:00.0: setting latency timer to 64
[   13.969557] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[   13.969640] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[   13.969820] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[   13.969833] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   13.969840] sky2 0000:04:00.0: setting latency timer to 64
[   13.969857] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[   13.969940] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[   13.970105] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[   13.971966]  md3:
[   14.033237] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   14.033240] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [mem 0x00000400-0x0000040f 64bit pref window disabled]
[   14.033242] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   14.042770]  unknown partition table
[   14.253773] Linux agpgart interface v0.103
[   14.281843] [drm] Initialized drm 1.1.0 20060810
[   14.426843] [drm] radeon defaulting to kernel modesetting.
[   14.426845] [drm] radeon kernel modesetting enabled.
[   14.426879] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[   14.426883] radeon 0000:03:00.0: setting latency timer to 64
[   14.427650] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[   14.427804] [drm] register mmio base: 0xFBAC0000
[   14.427805] [drm] register mmio size: 131072
[   14.427869] ATOM BIOS: JUNIPER
[   14.427878] [drm] Clocks initialized !
[   14.427879] [drm] 1 Power State(s)
[   14.427880] [drm] State 0 Default (default)
[   14.427881] [drm] 	16 PCIE Lanes
[   14.427882] [drm] 	1 Clock Mode(s)
[   14.427883] [drm] 		0 engine/memory: 850000/1200000
[   14.427888] [drm] radeon: power management initialized
[   14.427893] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[   14.427895] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[   14.427905] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[   14.427906] [drm] Detected VRAM RAM=256M, BAR=256M
[   14.427907] [drm] RAM width 128bits DDR
[   14.427932] [TTM] Zone  kernel: Available graphics memory: 6151604 kiB.
[   14.427933] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[   14.427940] [drm] radeon: 256M of VRAM memory ready
[   14.427941] [drm] radeon: 512M of GTT memory ready.
[   14.429285] [drm] Radeon Display Connectors
[   14.429286] [drm] Connector 0:
[   14.429288] [drm]   DisplayPort
[   14.429289] [drm]   HPD4
[   14.429291] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   14.429293] [drm]   Encoders:
[   14.429294] [drm]     DFP1: INTERNAL_UNIPHY2
[   14.429296] [drm] Connector 1:
[   14.429297] [drm]   HDMI-A
[   14.429298] [drm]   HPD5
[   14.429300] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   14.429301] [drm]   Encoders:
[   14.429303] [drm]     DFP2: INTERNAL_UNIPHY2
[   14.429304] [drm] Connector 2:
[   14.429305] [drm]   DVI-I
[   14.429307] [drm]   HPD1
[   14.429309] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[   14.429310] [drm]   Encoders:
[   14.429312] [drm]     DFP3: INTERNAL_UNIPHY1
[   14.429313] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[   14.429315] [drm] Connector 3:
[   14.429316] [drm]   DVI-I
[   14.429317] [drm]   HPD6
[   14.429319] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[   14.429321] [drm]   Encoders:
[   14.429322] [drm]     DFP4: INTERNAL_UNIPHY
[   14.429324] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   14.478732] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   14.478774] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[   14.478795] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   14.805032] [drm] fb mappable at 0xD0040000
[   14.805033] [drm] vram apper at 0xD0000000
[   14.805034] [drm] size 8294400
[   14.805035] [drm] fb depth is 24
[   14.805036] [drm]    pitch is 7680
[   14.829458] Console: switching to colour frame buffer device 240x67
[   14.833424] fb0: radeondrmfb frame buffer device
[   14.833425] registered panic notifier
[   14.833428] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[   14.882132] hda_codec: AD1989B: BIOS auto-probing.
[   14.884404] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[   14.884443] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[   14.884460] HDA Intel 0000:03:00.1: setting latency timer to 64
[   15.314746] EXT3-fs (md5): using internal journal
[   15.629535] md: md11 stopped.
[   15.671637] md: bind<sde1>
[   15.671820] md: bind<sdd1>
[   15.672297] raid0: looking at sdd1
[   15.672299] raid0:   comparing sdd1(104871936)
[   15.672300]  with sdd1(104871936)
[   15.672301] raid0:   END
[   15.672301] raid0:   ==> UNIQUE
[   15.672302] raid0: 1 zones
[   15.672303] raid0: looking at sde1
[   15.672304] raid0:   comparing sde1(104871936)
[   15.672305]  with sdd1(104871936)
[   15.672306] raid0:   EQUAL
[   15.672307] raid0: FINAL 1 zones
[   15.672308] raid0: done.
[   15.672309] raid0 : md_size is 209743872 sectors.
[   15.672310] ******* md11 configuration *********
[   15.672311] zone0=[sdd1/sde1/]
[   15.672313]         zone offset=0kb device offset=0kb size=104871936kb
[   15.672314] **********************************
[   15.672315] 
[   15.672318] md11: detected capacity change from 0 to 107388862464
[   15.672777]  md11: unknown partition table
[   15.683619] md: md6 stopped.
[   15.685524] md: bind<sdb6>
[   15.687223] md: bind<sdc6>
[   15.687386] md: bind<sda6>
[   15.687918] raid1: raid set md6 active with 3 out of 3 mirrors
[   15.687931] md6: detected capacity change from 0 to 253354939392
[   15.688416]  md6: unknown partition table
[   16.134404] kjournald starting.  Commit interval 5 seconds
[   16.134412] EXT3-fs (md11): warning: maximal mount count reached, running e2fsck is recommended
[   16.134666] EXT3-fs (md11): using internal journal
[   16.134671] EXT3-fs (md11): mounted filesystem with writeback data mode
[   16.171735] kjournald starting.  Commit interval 5 seconds
[   16.171739] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[   16.191898] EXT3-fs (md6): using internal journal
[   16.191903] EXT3-fs (md6): mounted filesystem with writeback data mode
[   16.251083] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[   16.259361] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[   16.260639] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[   21.955469] sky2 0000:06:00.0: eth0: enabling interface
[   23.767400] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[   28.239123] NET: Registered protocol family 10
[   30.573416] /dev/vmmon[4186]: Module vmmon: registered with major=10 minor=165
[   30.573424] /dev/vmmon[4186]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   30.573430] /dev/vmmon[4186]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   30.573431] /dev/vmmon[4186]: Module vmmon: initialized
[   30.666068] /dev/vmci[4205]: VMCI: Driver initialized.
[   30.666083] /dev/vmci[4205]: Module vmci: registered with major=10 minor=59
[   30.666084] /dev/vmci[4205]: Module vmci: initialized
[   30.930673] /dev/vmnet: open called by PID 4287 (vmnet-bridge)
[   30.930678] /dev/vmnet: hub 0 does not exist, allocating memory.
[   30.930698] /dev/vmnet: port on hub 0 successfully opened
[   30.930707] bridge-eth0: up
[   30.930710] bridge-eth0: attached
[   32.137058] /dev/vmnet: open called by PID 4294 (vmnet-dhcpd)
[   32.137063] /dev/vmnet: hub 1 does not exist, allocating memory.
[   32.137081] /dev/vmnet: port on hub 1 successfully opened
[   32.203787] /dev/vmnet: open called by PID 4296 (vmnet-netifup)
[   32.203797] /dev/vmnet: port on hub 1 successfully opened
[   32.250937] /dev/vmnet: open called by PID 4299 (vmnet-dhcpd)
[   32.250942] /dev/vmnet: hub 8 does not exist, allocating memory.
[   32.250961] /dev/vmnet: port on hub 8 successfully opened
[   32.355712] /dev/vmnet: open called by PID 4303 (vmnet-natd)
[   32.355718] /dev/vmnet: port on hub 8 successfully opened
[   32.369300] /dev/vmnet: open called by PID 4304 (vmnet-netifup)
[   32.369305] /dev/vmnet: port on hub 8 successfully opened
[   38.215685] eth0: no IPv6 routers present
[   42.346530] vmnet1: no IPv6 routers present
[   43.158538] vmnet8: no IPv6 routers present

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 16:06   ` Mark Knecht
  2010-07-03 16:13     ` Tejun Heo
@ 2010-07-03 18:56     ` Stan Hoeppner
  2010-07-03 19:21       ` Mark Knecht
  1 sibling, 1 reply; 50+ messages in thread
From: Stan Hoeppner @ 2010-07-03 18:56 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Tejun Heo, Linux Kernel List, linux-ide@vger.kernel.org

Mark Knecht put forth on 7/3/2010 11:06 AM:

>>>    I have a newish machine - maybe 3 months old - which unreliably
>>> finds its disk drives at each boot. Probably 40% of the time booting 1
>>> or more drives will be missing.

Please provide the make/model of the PC.  If it's whitebox or DIY please
provide make/model of PSU, mobo and CPU.  How many USB peripherals are powered
by the PC?  Are you powering a water cooling loop pump from the PC's power
supply?  Is this PC in a temperature controlled environment (A/C)?

-- 
Stan

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 18:56     ` Stan Hoeppner
@ 2010-07-03 19:21       ` Mark Knecht
  2010-07-03 19:42         ` Stan Hoeppner
  0 siblings, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-03 19:21 UTC (permalink / raw)
  To: Stan Hoeppner; +Cc: Tejun Heo, Linux Kernel List, linux-ide@vger.kernel.org

On Sat, Jul 3, 2010 at 11:56 AM, Stan Hoeppner <stan@hardwarefreak.com> wrote:
> Mark Knecht put forth on 7/3/2010 11:06 AM:
>
>>>>    I have a newish machine - maybe 3 months old - which unreliably
>>>> finds its disk drives at each boot. Probably 40% of the time booting 1
>>>> or more drives will be missing.
>
> Please provide the make/model of the PC.  If it's whitebox or DIY please
> provide make/model of PSU, mobo and CPU.  How many USB peripherals are powered
> by the PC?  Are you powering a water cooling loop pump from the PC's power
> supply?  Is this PC in a temperature controlled environment (A/C)?
>
> --
> Stan
>

Build it myself.

Asus Rampage II Extreme motherboard
12GB Crucial DRAM currently installed (Holds 24GB)
Intel Core i7-980X CPU @ 3.33Ghz
Palit nVidia 9500GT-based graphics card
Sony Nec Optiarc AD-7241S-0B 24X Dual Layer DVD+/-RW SATA Drive
(5x) WD5002ABYS RE3 Enterprise Class 500GB hard drives

No external devices other than monitor, mouse, keyboard and the USB
interface to the UPS are attached. No USB, 1394 or eSATA are attached
at this time.

It's all powered by:

Corsair CMPSU-750TX 750-Watt TX Series 80 Plus Certified Power Supply

Air cooled using the stock Intel fan that came with the processor and
sitting in a home office environment.

The machine draws (steady state) about 250-275W according to both the
UPS it's hooked to as well as my trusty Kill-a-Watt. What it might
draw transient at power on while drives are spinning up I wouldn't
hazard a guess but it does seem to be well below the rating of the
supply. The PSU actually has something like 8 or 10 SATA power
connections, not that that means anything. I'm using 6. (1 CDRW, 5
drives)

Note two things:

1) All the drives are always reported by BIOS at boot time. Now, that
doesn't guarantee that the drives spin up. It may only mean they can
be read by BIOS, but they are there as far as I can tell. They show up
in the boot screens and in BIOS itself if I drop in to play with
settings.

2) Whatever state the machine comes up in - drives recognized or not -
it will run forever in that state under some pretty heavy loads so it
isn't like the PSU can't completely do the job. It could possibly be
marginal though.

QUESTION: There are some settings in BIOS for delaying the drive. (Or
something. I'm using the machine and not in BIOS) There were settings
from 0 to 35 seconds if I remember correctly. Possibly I should try
setting each drive to a different value to different value to stagger
power up?

If you need more info or have other ideas please let me know.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 19:21       ` Mark Knecht
@ 2010-07-03 19:42         ` Stan Hoeppner
  2010-07-03 19:57           ` Mark Knecht
  2010-07-03 20:15           ` Gene Heskett
  0 siblings, 2 replies; 50+ messages in thread
From: Stan Hoeppner @ 2010-07-03 19:42 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Tejun Heo, Linux Kernel List, linux-ide@vger.kernel.org

Mark Knecht put forth on 7/3/2010 2:21 PM:

> Note two things:
> 
> 1) All the drives are always reported by BIOS at boot time. Now, that
> doesn't guarantee that the drives spin up. It may only mean they can
> be read by BIOS, but they are there as far as I can tell. They show up
> in the boot screens and in BIOS itself if I drop in to play with
> settings.

I missed that.  I thought I read it was both.  My bad.

> QUESTION: There are some settings in BIOS for delaying the drive. (Or
> something. I'm using the machine and not in BIOS) There were settings
> from 0 to 35 seconds if I remember correctly. Possibly I should try
> setting each drive to a different value to different value to stagger
> power up?

If that PSU meets published specs you shouldn't need delayed spin up with
those 5 drives.

> If you need more info or have other ideas please let me know.

Your answers here should have pretty much eliminated hardware issues as the
cause, unless that particular mobo has BIOS or other issues I'm unaware of.

I've found it's always best to ask about hardware with this kind of report
just to eliminate possibilities.  All that gear is good quality stuff.  If the
problem is due to hardware, it's because one of your components is defective,
but we don't see evidence of that at this point.

Also, TTBOMK, if a SATA drive motor doesn't spin up, the drive firmware won't
report the drive as ready upstream, thus the BIOS won't list the drive.

-- 
Stan



^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 19:42         ` Stan Hoeppner
@ 2010-07-03 19:57           ` Mark Knecht
  2010-07-03 22:31             ` Mark Knecht
  2010-07-03 20:15           ` Gene Heskett
  1 sibling, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-03 19:57 UTC (permalink / raw)
  To: Stan Hoeppner; +Cc: Tejun Heo, Linux Kernel List, linux-ide@vger.kernel.org

On Sat, Jul 3, 2010 at 12:42 PM, Stan Hoeppner <stan@hardwarefreak.com> wrote:
> Mark Knecht put forth on 7/3/2010 2:21 PM:
>
>> Note two things:
>>
>> 1) All the drives are always reported by BIOS at boot time. Now, that
>> doesn't guarantee that the drives spin up. It may only mean they can
>> be read by BIOS, but they are there as far as I can tell. They show up
>> in the boot screens and in BIOS itself if I drop in to play with
>> settings.
>
> I missed that.  I thought I read it was both.  My bad.
>

Not a problem. It's good to be as clear as possible for all involved.

>> QUESTION: There are some settings in BIOS for delaying the drive. (Or
>> something. I'm using the machine and not in BIOS) There were settings
>> from 0 to 35 seconds if I remember correctly. Possibly I should try
>> setting each drive to a different value to different value to stagger
>> power up?
>
> If that PSU meets published specs you shouldn't need delayed spin up with
> those 5 drives.
>

I've not dropped into BIOS yet as the machine is in use but from the
Asus manual it appears the delay is not on a drive by drive basis so I
don't think I can do much there.

>> If you need more info or have other ideas please let me know.
>
> Your answers here should have pretty much eliminated hardware issues as the
> cause, unless that particular mobo has BIOS or other issues I'm unaware of.
>
> I've found it's always best to ask about hardware with this kind of report
> just to eliminate possibilities.  All that gear is good quality stuff.  If the
> problem is due to hardware, it's because one of your components is defective,
> but we don't see evidence of that at this point.
>
> Also, TTBOMK, if a SATA drive motor doesn't spin up, the drive firmware won't
> report the drive as ready upstream, thus the BIOS won't list the drive.

An off-list response suggested possibly setting some drive jumpers on
non-boot drives to power up in standby. Apparently the kernel will
then spin up those drives later? If I cannot stagger the drives in
BIOS then I will likely try that. Technically I guess I only need
/boot on sda to get the kernel booted. The mdadm RAID1 on sda/sdb/sdc
could start slightly later, and technically the RAID0 on sdd/sde could
start very late as there are only VMWare images on that drive.

Cheers,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 19:42         ` Stan Hoeppner
  2010-07-03 19:57           ` Mark Knecht
@ 2010-07-03 20:15           ` Gene Heskett
  1 sibling, 0 replies; 50+ messages in thread
From: Gene Heskett @ 2010-07-03 20:15 UTC (permalink / raw)
  To: linux-ide@vger.kernel.org

On Saturday 03 July 2010, Stan Hoeppner wrote:
>Mark Knecht put forth on 7/3/2010 2:21 PM:
>> Note two things:
>>
>> 1) All the drives are always reported by BIOS at boot time. Now, that
>> doesn't guarantee that the drives spin up. It may only mean they can
>> be read by BIOS, but they are there as far as I can tell. They show up
>> in the boot screens and in BIOS itself if I drop in to play with
>> settings.
>
>I missed that.  I thought I read it was both.  My bad.
>
>> QUESTION: There are some settings in BIOS for delaying the drive. (Or
>> something. I'm using the machine and not in BIOS) There were settings
>> from 0 to 35 seconds if I remember correctly. Possibly I should try
>> setting each drive to a different value to different value to stagger
>> power up?
>
>If that PSU meets published specs you shouldn't need delayed spin up with
>those 5 drives.
>
>> If you need more info or have other ideas please let me know.
>
>Your answers here should have pretty much eliminated hardware issues as
> the cause, unless that particular mobo has BIOS or other issues I'm
> unaware of.
>
I would not trust the PSU just because it has a 'name' brand on it.  One of 
them in particular, and a popular one too, seems designed to work for not 
more than 20 minutes more than the warranty period, and in 2 instances here 
at the old farts home, has sagged to less than 4.8 volts on the 5 volt line 
well short of the usually 1 year warranty.  I have a no-name el cheapo psu 
here, 350 watt rated, with a 90 day warranty, that has been reliably 
starting 4 HD's in this box for almost 3 years now.  Put a digital meter on 
both the 12 volt and 5 volt lines, and verify that the first reading you get 
from turning it on is at least 11.75 volts for the 12 volt line, and not 
less than 4.95 volts on the 5 volt line, as measured at the 4 pin drive 
power connector.  Anything less is grounds to at least try a fresher supply.

>I've found it's always best to ask about hardware with this kind of report
>just to eliminate possibilities.  All that gear is good quality stuff.  If
> the problem is due to hardware, it's because one of your components is
> defective, but we don't see evidence of that at this point.
>
>Also, TTBOMK, if a SATA drive motor doesn't spin up, the drive firmware
> won't report the drive as ready upstream, thus the BIOS won't list the
> drive.

And quite likely that any spinup delays are probably not considered by the 
bios anyway.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Yes, it is written.  Good shall always destroy evil.
		-- Sirah the Yang, "The Omega Glory", stardate unknown

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 19:57           ` Mark Knecht
@ 2010-07-03 22:31             ` Mark Knecht
  2010-07-05  6:19               ` Tejun Heo
  0 siblings, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-03 22:31 UTC (permalink / raw)
  To: Stan Hoeppner; +Cc: Tejun Heo, Linux Kernel List, linux-ide@vger.kernel.org

On Sat, Jul 3, 2010 at 12:57 PM, Mark Knecht <markknecht@gmail.com> wrote:
> On Sat, Jul 3, 2010 at 12:42 PM, Stan Hoeppner <stan@hardwarefreak.com> wrote:
>> Mark Knecht put forth on 7/3/2010 2:21 PM:
>>
>>> Note two things:
>>>
>>> 1) All the drives are always reported by BIOS at boot time. Now, that
>>> doesn't guarantee that the drives spin up. It may only mean they can
>>> be read by BIOS, but they are there as far as I can tell. They show up
>>> in the boot screens and in BIOS itself if I drop in to play with
>>> settings.
>>
>> I missed that.  I thought I read it was both.  My bad.
>>
>
> Not a problem. It's good to be as clear as possible for all involved.
>
>>> QUESTION: There are some settings in BIOS for delaying the drive. (Or
>>> something. I'm using the machine and not in BIOS) There were settings
>>> from 0 to 35 seconds if I remember correctly. Possibly I should try
>>> setting each drive to a different value to different value to stagger
>>> power up?
>>
>> If that PSU meets published specs you shouldn't need delayed spin up with
>> those 5 drives.
>>
>
> I've not dropped into BIOS yet as the machine is in use but from the
> Asus manual it appears the delay is not on a drive by drive basis so I
> don't think I can do much there.
>
>>> If you need more info or have other ideas please let me know.
>>
>> Your answers here should have pretty much eliminated hardware issues as the
>> cause, unless that particular mobo has BIOS or other issues I'm unaware of.
>>
>> I've found it's always best to ask about hardware with this kind of report
>> just to eliminate possibilities.  All that gear is good quality stuff.  If the
>> problem is due to hardware, it's because one of your components is defective,
>> but we don't see evidence of that at this point.
>>
>> Also, TTBOMK, if a SATA drive motor doesn't spin up, the drive firmware won't
>> report the drive as ready upstream, thus the BIOS won't list the drive.
>
> An off-list response suggested possibly setting some drive jumpers on
> non-boot drives to power up in standby. Apparently the kernel will
> then spin up those drives later? If I cannot stagger the drives in
> BIOS then I will likely try that. Technically I guess I only need
> /boot on sda to get the kernel booted. The mdadm RAID1 on sda/sdb/sdc
> could start slightly later, and technically the RAID0 on sdd/sde could
> start very late as there are only VMWare images on that drive.
>
> Cheers,
> Mark
>

OK, I don't know if this is related but so far I cannot get the
machine to boot if I set BIOS SATA configuration to AHCI. I believe
that I have AHCI support as well as SATA support built into the kernel
but when I set the BIOS to AHCI the machine just hangs saying it finds
no medium. I assume that means no hard drive. I have to set SATA
support to enhanced and then IDE to get the machine to boot at all.

I did notice that my earlier kernel had the depreciated ATA/ATAPI
support selected so I removed that from the kernel but it didn't
change the results.

The lshw listings below show the DATA controllers. The 20360/363 is
(apparently) the eSATA controller going to the front panel. Nothing is
attached there. The chipset supposedly handles 6 SATA ports - they
seem to be arranged x4 & x2. TTBOMK I have the CDROM and the 3-drive
RAID1 on the 4 port controller and the RAID0, which fails to be
recognized more often - on the 2 port controller. I don't know how to
prove that though.

I'm unclear how mature the SATA support is for this chipset. Is there
a chance that this is some bit that's not being sey reliably?

Also, I misspoke earlier about the graphics adapter. It's actually an
ATI Radeon 5770 in this machine. The 9500GT is in another machine.

Thanks,
Mark

c2stable ~ # lshw -short -class storage
H/W path               Device     Class       Description
=========================================================
/0/100/1c.4/0                     storage     20360/20363 Serial ATA Controller
/0/100/1c.4/0.1                   storage     20360/20363 Serial ATA Controller
/0/100/1f.2            scsi2      storage     82801JI (ICH10 Family) 4
port SATA IDE Controller
/0/100/1f.5            scsi5      storage     82801JI (ICH10 Family) 2
port SATA IDE Controller
c2stable ~ # lshw -short | grep SATA
/0/100/1f.2            scsi2      storage     82801JI (ICH10 Family) 4
port SATA IDE Controller
/0/100/1f.5            scsi5      storage     82801JI (ICH10 Family) 2
port SATA IDE Controller
c2stable ~ # lshw -short | grep disk
/0/100/1f.2/0          /dev/sda   disk        500GB WDC WD5002ABYS-0
/0/100/1f.2/0.0.0      /dev/sdb   disk        500GB WDC WD5002ABYS-0
/0/100/1f.2/1          /dev/sdc   disk        500GB WDC WD5002ABYS-0
/0/100/1f.5/0.0.0      /dev/sdd   disk        500GB WDC WD5002ABYS-0
c2stable ~ #

NOTE ABOVE: /dev/sde not recognized on this boot.


c2stable linux # lspci
00:00.0 Host bridge: Intel Corporation X58 I/O Hub to ESI Port (rev 13)
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI
Express Root Port 1 (rev 13)
00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI
Express Root Port 3 (rev 13)
00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI
Express Root Port 7 (rev 13)
00:14.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub System Management
Registers (rev 13)
00:14.1 PIC: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch
Pad Registers (rev 13)
00:14.2 PIC: Intel Corporation 5520/5500/X58 I/O Hub Control Status
and RAS Registers (rev 13)
00:14.3 PIC: Intel Corporation 5520/5500/X58 I/O Hub Throttle Registers (rev 13)
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB
UHCI Controller #4
00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB
UHCI Controller #5
00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB
UHCI Controller #6
00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2
EHCI Controller #2
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD
Audio Controller
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1
00:1c.2 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 3
00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5
00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6
00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB
UHCI Controller #1
00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB
UHCI Controller #2
00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB
UHCI Controller #3
00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2
EHCI Controller #1
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port
SATA IDE Controller
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port
SATA IDE Controller
03:00.0 VGA compatible controller: ATI Technologies Inc Device 68b8
03:00.1 Audio device: ATI Technologies Inc Device aa58
04:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056
PCI-E Gigabit Ethernet Controller (rev 12)
05:00.0 SATA controller: JMicron Technology Corp. 20360/20363 Serial
ATA Controller (rev 03)
05:00.1 IDE interface: JMicron Technology Corp. 20360/20363 Serial ATA
Controller (rev 03)
06:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056
PCI-E Gigabit Ethernet Controller (rev 12)
08:02.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II
IEEE 1394 OHCI Link Layer Controller (rev c0)
c2stable linux #

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 22:31             ` Mark Knecht
@ 2010-07-05  6:19               ` Tejun Heo
  2010-07-05 16:48                 ` Mark Knecht
  0 siblings, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-05  6:19 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Stan Hoeppner, Linux Kernel List, linux-ide@vger.kernel.org

Hello,

On 07/04/2010 12:31 AM, Mark Knecht wrote:
> OK, I don't know if this is related but so far I cannot get the
> machine to boot if I set BIOS SATA configuration to AHCI. I believe
> that I have AHCI support as well as SATA support built into the kernel
> but when I set the BIOS to AHCI the machine just hangs saying it finds
> no medium. I assume that means no hard drive. I have to set SATA
> support to enhanced and then IDE to get the machine to boot at all.

That's odd.  Can you please attach kernel boot log w/ ahci mode?
Booting a recent live CD and saving boot log from there should do the
trick.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-03 16:42       ` Mark Knecht
@ 2010-07-05  6:30         ` Tejun Heo
  2010-07-05 16:56           ` Mark Knecht
  0 siblings, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-05  6:30 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

On 07/03/2010 06:42 PM, Mark Knecht wrote:
> On Sat, Jul 3, 2010 at 9:13 AM, Tejun Heo <tj@kernel.org> wrote:
>> Hello,
>>
>> On 07/03/2010 06:06 PM, Mark Knecht wrote:
>>>> Can you please *attach* full logs of a successful boot and several
>>>> failing boots?
>>>
>>> Certainly? Which logs? dmesg or something else?
>>
>> dmesg output preferably with printk timestamp enabled.

Can you please apply the attached patch, reproduce the problem and
post the kernel log?

Thanks.

-- 
tejun

[-- Attachment #2: resume-dbg.patch --]
[-- Type: text/x-patch, Size: 1054 bytes --]

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 2984e45..987ca80 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -3739,6 +3739,14 @@ int sata_link_resume(struct ata_link *link, const unsigned long *params,
 			return rc;
 	} while ((scontrol & 0xf0f) != 0x300 && --tries);
 
+	/* check once more */
+	msleep(100);
+	if ((rc = sata_scr_read(link, SCR_CONTROL, &scontrol)))
+			return rc;
+	ata_link_printk(link, KERN_ERR,
+			"XXX SControl after resume = %X, tries=%d\n",
+			scontrol, ATA_LINK_RESUME_TRIES - tries + 1);
+
 	if ((scontrol & 0xf0f) != 0x300) {
 		ata_link_printk(link, KERN_ERR,
 				"failed to resume link (SControl %X)\n",
@@ -6007,7 +6015,7 @@ static void async_port_probe(void *data, async_cookie_t cookie)
 
 		ehi->probe_mask |= ATA_ALL_DEVICES;
 		ehi->action |= ATA_EH_RESET | ATA_EH_LPM;
-		ehi->flags |= ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET;
+		ehi->flags |= ATA_EHI_NO_AUTOPSY/* | ATA_EHI_QUIET*/;
 
 		ap->pflags &= ~ATA_PFLAG_INITIALIZING;
 		ap->pflags |= ATA_PFLAG_LOADING;

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-05  6:19               ` Tejun Heo
@ 2010-07-05 16:48                 ` Mark Knecht
  2010-07-05 23:59                   ` Robert Hancock
  2010-07-06  6:32                   ` Tejun Heo
  0 siblings, 2 replies; 50+ messages in thread
From: Mark Knecht @ 2010-07-05 16:48 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Stan Hoeppner, Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1553 bytes --]

On Sun, Jul 4, 2010 at 11:19 PM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/04/2010 12:31 AM, Mark Knecht wrote:
>> OK, I don't know if this is related but so far I cannot get the
>> machine to boot if I set BIOS SATA configuration to AHCI. I believe
>> that I have AHCI support as well as SATA support built into the kernel
>> but when I set the BIOS to AHCI the machine just hangs saying it finds
>> no medium. I assume that means no hard drive. I have to set SATA
>> support to enhanced and then IDE to get the machine to boot at all.
>
> That's odd.  Can you please attach kernel boot log w/ ahci mode?
> Booting a recent live CD and saving boot log from there should do the
> trick.
>
> Thanks.
>
> --
> tejun
>

Hi Tehun,
   Thanks for the help.

   I tried a Gentoo install CD from last march. It's a 2.6.31 type
kernel. Problem is the buffer depths are not big enough to capture the
complete dmesg contents and I don't know a command line option to make
it larger on the fly. If you know of one that's got a larger buffer -
or a command to increase it at boot time - then let me know and I'll
try again.

   I'm attaching what I was able to catch for both AHCI and IDE
settings in BIOS for the storage configuration option.

   It seems to me that even in AHCI mode the machine does see all the
hard drives. Maybe there's something about my boot partition that's
having problems in AHCI mode only? If it sees /dev/sda then why
wouldn't it find grub and at least show a grub menu?

Thanks,
Mark

[-- Attachment #2: GentooBoot_IDE --]
[-- Type: application/octet-stream, Size: 30899 bytes --]

5,11 0,6 1,7 2,8 3,9 4,10
NET: Registered protocol family 16
ACPI: bus type pci registered
dca service started, version 1.8
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG at e0000000 - efffffff
ACPI Warning: Incorrect checksum in table [OEMB] - F6, should be EE 20090521 tbutils-246
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:1a.0: reg 20 io port: [0x9800-0x981f]
pci 0000:00:1a.1: reg 20 io port: [0x9880-0x989f]
pci 0000:00:1a.2: reg 20 io port: [0x9c00-0x9c1f]
pci 0000:00:1a.7: reg 10 32bit mmio: [0xfb9ff000-0xfb9ff3ff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: reg 10 64bit mmio: [0xfb9f8000-0xfb9fbfff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0x9080-0x909f]
pci 0000:00:1d.1: reg 20 io port: [0x9400-0x941f]
pci 0000:00:1d.2: reg 20 io port: [0x9480-0x949f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xfb9fe000-0xfb9fe3ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
pci 0000:00:1f.2: reg 10 io port: [0x8000-0x8007]
pci 0000:00:1f.2: reg 14 io port: [0x7c00-0x7c03]
pci 0000:00:1f.2: reg 18 io port: [0x7880-0x7887]
pci 0000:00:1f.2: reg 1c io port: [0x7800-0x7803]
pci 0000:00:1f.2: reg 20 io port: [0x7480-0x748f]
pci 0000:00:1f.2: reg 24 io port: [0x7400-0x740f]
pci 0000:00:1f.3: reg 10 64bit mmio: [0xfb9fd000-0xfb9fd0ff]
pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
pci 0000:00:1f.5: reg 10 io port: [0x9000-0x9007]
pci 0000:00:1f.5: reg 14 io port: [0x8c00-0x8c03]
pci 0000:00:1f.5: reg 18 io port: [0x8880-0x8887]
pci 0000:00:1f.5: reg 1c io port: [0x8800-0x8803]
pci 0000:00:1f.5: reg 20 io port: [0x8480-0x848f]
pci 0000:00:1f.5: reg 24 io port: [0x8400-0x840f]
pci 0000:03:00.0: reg 10 64bit mmio: [0xd0000000-0xdfffffff]
pci 0000:03:00.0: reg 18 64bit mmio: [0xfbac0000-0xfbadffff]
pci 0000:03:00.0: reg 20 io port: [0xa000-0xa0ff]
pci 0000:03:00.0: reg 30 32bit mmio: [0xfbaa0000-0xfbabffff]
pci 0000:03:00.0: supports D1 D2
pci 0000:03:00.1: reg 10 64bit mmio: [0xfbafc000-0xfbafffff]
pci 0000:03:00.1: supports D1 D2
pci 0000:00:07.0: bridge io port: [0xa000-0xafff]
pci 0000:00:07.0: bridge 32bit mmio: [0xfba00000-0xfbafffff]
pci 0000:00:07.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
pci 0000:00:1c.0: bridge 64bit mmio pref: [0xfaf00000-0xfaffffff]
pci 0000:06:00.0: reg 10 64bit mmio: [0xfbdfc000-0xfbdfffff]
pci 0000:06:00.0: reg 18 io port: [0xd800-0xd8ff]
pci 0000:06:00.0: reg 30 32bit mmio: [0xfbdc0000-0xfbddffff]
pci 0000:06:00.0: supports D1 D2
pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:00:1c.2: bridge io port: [0xd000-0xdfff]
pci 0000:00:1c.2: bridge 32bit mmio: [0xfbd00000-0xfbdfffff]
pci 0000:05:00.0: reg 24 32bit mmio: [0xfbcfe000-0xfbcfffff]
pci 0000:05:00.0: PME# supported from D3hot
pci 0000:05:00.0: PME# disabled
pci 0000:05:00.1: reg 10 io port: [0xcc00-0xcc07]
pci 0000:05:00.1: reg 14 io port: [0xc880-0xc883]
pci 0000:05:00.1: reg 18 io port: [0xc800-0xc807]
pci 0000:05:00.1: reg 1c io port: [0xc480-0xc483]
pci 0000:05:00.1: reg 20 io port: [0xc400-0xc40f]
pci 0000:00:1c.4: bridge io port: [0xc000-0xcfff]
pci 0000:00:1c.4: bridge 32bit mmio: [0xfbc00000-0xfbcfffff]
pci 0000:04:00.0: reg 10 64bit mmio: [0xfbbfc000-0xfbbfffff]
pci 0000:04:00.0: reg 18 io port: [0xb800-0xb8ff]
pci 0000:04:00.0: reg 30 32bit mmio: [0xfbbc0000-0xfbbdffff]
pci 0000:04:00.0: supports D1 D2
pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:00:1c.5: bridge io port: [0xb000-0xbfff]
pci 0000:00:1c.5: bridge 32bit mmio: [0xfbb00000-0xfbbfffff]
pci 0000:08:02.0: reg 10 32bit mmio: [0xfbeff000-0xfbeff7ff]
pci 0000:08:02.0: reg 14 io port: [0xec00-0xec7f]
pci 0000:08:02.0: supports D2
pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
pci 0000:08:02.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0xe000-0xefff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xfbe00000-0xfbefffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 17 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xfbf00000-0xfbffffff has been reserved
system 00:01: iomem range 0xfc000000-0xfcffffff has been reserved
system 00:01: iomem range 0xfd000000-0xfdffffff has been reserved
system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
system 00:01: iomem range 0xfec8a000-0xfec8afff could not be reserved
system 00:01: iomem range 0xfed10000-0xfed10fff has been reserved
system 00:07: ioport range 0x290-0x29f has been reserved
system 00:08: ioport range 0x4d0-0x4d1 has been reserved
system 00:08: ioport range 0x800-0x87f has been reserved
system 00:08: ioport range 0x500-0x57f could not be reserved
system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:08: iomem range 0xfed40000-0xfed8ffff has been reserved
system 00:0b: iomem range 0xffc00000-0xffdfffff has been reserved
system 00:0c: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0f: iomem range 0xe0000000-0xefffffff has been reserved
system 00:10: iomem range 0x0-0x9ffff could not be reserved
system 00:10: iomem range 0xc0000-0xcffff has been reserved
system 00:10: iomem range 0xe0000-0xfffff could not be reserved
system 00:10: iomem range 0x100000-0xbfffffff could not be reserved
system 00:10: iomem range 0xfed90000-0xffffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: disabled
pci 0000:00:01.0:   MEM window: disabled
pci 0000:00:01.0:   PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
pci 0000:00:03.0:   IO window: disabled
pci 0000:00:03.0:   MEM window: disabled
pci 0000:00:03.0:   PREFETCH window: disabled
pci 0000:00:07.0: PCI bridge, secondary bus 0000:03
pci 0000:00:07.0:   IO window: 0xa000-0xafff
pci 0000:00:07.0:   MEM window: 0xfba00000-0xfbafffff
pci 0000:00:07.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:07
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: disabled
pci 0000:00:1c.0:   PREFETCH window: 0x000000faf00000-0x000000faffffff
pci 0000:00:1c.2: PCI bridge, secondary bus 0000:06
pci 0000:00:1c.2:   IO window: 0xd000-0xdfff
pci 0000:00:1c.2:   MEM window: 0xfbd00000-0xfbdfffff
pci 0000:00:1c.2:   PREFETCH window: disabled
pci 0000:00:1c.4: PCI bridge, secondary bus 0000:05
pci 0000:00:1c.4:   IO window: 0xc000-0xcfff
pci 0000:00:1c.4:   MEM window: 0xfbc00000-0xfbcfffff
pci 0000:00:1c.4:   PREFETCH window: disabled
pci 0000:00:1c.5: PCI bridge, secondary bus 0000:04
pci 0000:00:1c.5:   IO window: 0xb000-0xbfff
pci 0000:00:1c.5:   MEM window: 0xfbb00000-0xfbbfffff
pci 0000:00:1c.5:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
pci 0000:00:1e.0:   IO window: 0xe000-0xefff
pci 0000:00:1e.0:   MEM window: 0xfbe00000-0xfbefffff
pci 0000:00:1e.0:   PREFETCH window: disabled
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:07.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.4: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.5: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:03: resource 0 io:  [0xa000-0xafff]
pci_bus 0000:03: resource 1 mem: [0xfba00000-0xfbafffff]
pci_bus 0000:03: resource 2 pref mem [0xd0000000-0xdfffffff]
pci_bus 0000:07: resource 2 pref mem [0xfaf00000-0xfaffffff]
pci_bus 0000:06: resource 0 io:  [0xd000-0xdfff]
pci_bus 0000:06: resource 1 mem: [0xfbd00000-0xfbdfffff]
pci_bus 0000:05: resource 0 io:  [0xc000-0xcfff]
pci_bus 0000:05: resource 1 mem: [0xfbc00000-0xfbcfffff]
pci_bus 0000:04: resource 0 io:  [0xb000-0xbfff]
pci_bus 0000:04: resource 1 mem: [0xfbb00000-0xfbbfffff]
pci_bus 0000:08: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:08: resource 1 mem: [0xfbe00000-0xfbefffff]
pci_bus 0000:08: resource 3 io:  [0x00-0xffff]
pci_bus 0000:08: resource 4 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 5261k freed
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
squashfs: version 4.0 (2009/01/31) Phillip Lougher
NTFS driver 2.1.29 [Flags: R/O].
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
msgmni has been set to 24028
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler deadline registered (default)
pci 0000:03:00.0: Boot video device
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.2: setting latency timer to 64
pcieport-driver 0000:00:1c.4: setting latency timer to 64
pcieport-driver 0000:00:1c.5: setting latency timer to 64
Linux agpgart interface v0.103
vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010100000, using 3072k, total 16384k
vesafb: mode is 1024x768x16, linelength=2048, pages=9
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /class/input/input0
Uniform Multi-Platform E-IDE driver
jmicron 0000:05:00.1: IDE controller (0x197b:0x2363 rev 0x03)
pci 0000:05:00.1: enabling device (0000 -> 0001)
pci 0000:05:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
jmicron 0000:05:00.1: 100% native mode on irq 17
pci 0000:05:00.1: setting latency timer to 64
    ide0: BM-DMA at 0xc400-0xc407
    ide1: BM-DMA at 0xc408-0xc40f
Probing IDE interface ide0...
Probing IDE interface ide1...
ide0 at 0xcc00-0xcc07,0xc882 on irq 17
ide1 at 0xc800-0xc807,0xc482 on irq 17
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Probing IDE interface ide2...
ide2: no devices on the port
ide2 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide3...
ide3: no devices on the port
ide3 at 0x170-0x177,0x376 on irq 15
ide-gd driver 1.18
ide-cd driver 5.00
Loading iSCSI transport class v2.0-870.
iscsi: registered transport (tcp)
SCSI Media Changer driver v0.25 
Atheros(R) L2 Ethernet Driver - version 2.2.3
Copyright (c) 2007 Atheros Corporation.
jme: JMicron JMC2XX ethernet driver version 1.0.4
aoe: AoE v47 initialised.
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
Freeing unused kernel memory: 412k freed
Write protecting the kernel read-only data: 4796k
input: AT Translated Set 2 keyboard as /class/input/input1
libata version 3.00 loaded.
Error: Driver 'pata_platform' is already registered, aborting...
ahci 0000:05:00.0: version 3.0
ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
ahci 0000:05:00.0: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
ata1: SATA link down (SStatus 0 SControl 300)
ata2: SATA link down (SStatus 0 SControl 300)
ata_piix 0000:00:1f.2: version 2.13
ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
ata_piix 0000:00:1f.5: setting latency timer to 64
scsi4 : ata_piix
scsi5 : ata_piix
ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata5.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata6.00: configured for UDMA/133
ata5.00: configured for UDMA/133
ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100
ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata3.00: configured for UDMA/100
ata4.00: configured for UDMA/133
ata3.01: configured for UDMA/133
ata4.01: configured for UDMA/133
scsi 2:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 2:0:0:0: Attached scsi CD-ROM sr0
scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 2:0:1:0: [sda] Write Protect is off
sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
 sda:
sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 3:0:0:0: [sdb] Write Protect is off
sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb:
scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
scsi 4:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 4:0:0:0: [sdd] Write Protect is off
scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdd:
sd 5:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 5:0:0:0: [sde] Write Protect is off
sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sde: sda1 sda2 sda3 sda4 < sde1
sd 5:0:0:0: [sde] Attached SCSI disk
 sdb1 sdb2 sdb3 sdb4 <
sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
 sdd1
sd 4:0:0:0: [sdd] Attached SCSI disk
 sda5 sdb5 sda6 >
 sdb6
sd 3:0:1:0: [sdc] Write Protect is off
sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
 >
sd 2:0:1:0: [sda] Attached SCSI disk
sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
sd 3:0:0:0: [sdb] Attached SCSI disk
sd 3:0:1:0: [sdc] Attached SCSI disk
sr 2:0:0:0: Attached scsi generic sg0 type 5
sd 2:0:1:0: Attached scsi generic sg1 type 0
sd 3:0:0:0: Attached scsi generic sg2 type 0
sd 3:0:1:0: Attached scsi generic sg3 type 0
sd 4:0:0:0: Attached scsi generic sg4 type 0
sd 5:0:0:0: Attached scsi generic sg5 type 0
scsi: <fdomain> Detection failed (no card)
GDT-HA: Storage RAID Controller Driver. Version: 3.05
Fusion MPT base driver 3.04.10
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SPI Host driver 3.04.10
Fusion MPT FC Host driver 3.04.10
Fusion MPT SAS Host driver 3.04.10
3ware Storage Controller device driver for Linux v1.26.02.002.
3ware 9000 Storage Controller device driver for Linux v2.26.02.012.
Compaq SMART2 Driver (v 2.6.0)
HP CISS Driver (v 3.6.20)
input: PS/2 Generic Mouse as /class/input/input2
Adaptec aacraid driver 1.1-5[2461]-ms
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
QLogic Fibre Channel HBA Driver: 8.03.01-k4
Emulex LightPulse Fibre Channel SCSI driver 8.3.3
Copyright(c) 2004-2009 Emulex.  All rights reserved.
aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.31-gentoo-r6 ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.31-gentoo-r6 ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1a.2: setting latency timer to 64
uhci_hcd 0000:00:1a.2: UHCI Host Controller
uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb5: SerialNumber: 0000:00:1a.2
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.0
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.1
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb8: Product: UHCI Host Controller
usb usb8: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb8: SerialNumber: 0000:00:1d.2
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
sl811: driver sl811-hcd, 19 May 2005
ohci1394 0000:08:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18]  MMIO=[fbeff000-fbeff7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
md: raid0 personality registered for level 0
usb 3-2: new full speed USB device using uhci_hcd and address 2
md: raid1 personality registered for level 1
usb 3-2: New USB device found, idVendor=051d, idProduct=0002
usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
usb 3-2: Manufacturer: American Power Conversion
usb 3-2: SerialNumber: 3B1007X44377  
usb 3-2: configuration #1 chosen from 1 choice
raid6: int64x1   3360 MB/s
generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
raid6: int64x2   4275 MB/s
usb 8-2: new low speed USB device using uhci_hcd and address 2
raid6: int64x4   3031 MB/s
usb 8-2: New USB device found, idVendor=045e, idProduct=0039
usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
usb 8-2: Manufacturer: Microsoft
usb 8-2: configuration #1 chosen from 1 choice
raid6: int64x8   2841 MB/s
input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /class/input/input3
generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
raid6: sse2x1    8307 MB/s
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[001e8c0000f332f7]
raid6: sse2x2    9705 MB/s
raid6: sse2x4   10755 MB/s
raid6: using algorithm sse2x4 (10755 MB/s)
async_tx: api initialized (async)
xor: automatically using best checksumming function: generic_sse
   generic_sse: 12672.800 MB/sec
xor: using function: generic_sse (12672.800 MB/sec)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
md: raid10 personality registered for level 10
JFS: nTxBlock = 8192, nTxLock = 65536
fuse init (API version 7.12)
Intel(R) PRO/1000 Network Driver - version 7.3.21-k3-NAPI
Copyright (c) 1999-2006 Intel Corporation.
EXT4-fs (/dev/sr0): Update your userspace programs to mount using ext4
EXT4-fs (/dev/sr0): ext4dev backwards compatibility will go away by 2.6.31
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
udev: starting version 146
<3>udev: missing sysfs features; please update the kernel or disable the kernel's CONFIG_SYSFS_DEPRECATED option; udev may fail to work correctly
Real Time Clock Driver v1.12b
warning: process `hwsetup' used the deprecated sysctl system call with 1.23.
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
sky2 driver version 1.23
sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
sky2 0000:06:00.0: setting latency timer to 64
sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
sky2 eth0: addr e0:cb:4e:97:7a:09
sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
sky2 0000:04:00.0: setting latency timer to 64
sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
sky2 eth1: addr e0:cb:4e:97:80:fd
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: setting latency timer to 64
hda_codec: Unknown model for AD1988, trying auto-probe from BIOS...
HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
HDA Intel 0000:03:00.1: setting latency timer to 64
ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
processor LNXCPU:02: registered as cooling_device2
processor LNXCPU:03: registered as cooling_device3
processor LNXCPU:04: registered as cooling_device4
processor LNXCPU:05: registered as cooling_device5
processor LNXCPU:06: registered as cooling_device6
processor LNXCPU:07: registered as cooling_device7
processor LNXCPU:08: registered as cooling_device8
processor LNXCPU:09: registered as cooling_device9
processor LNXCPU:0a: registered as cooling_device10
processor LNXCPU:0b: registered as cooling_device11
input: Power Button as /class/input/input4
ACPI: Power Button [PWRF]
input: Power Button as /class/input/input5
ACPI: Power Button [PWRB]
sky2 eth0: enabling interface
sky2 eth1: enabling interface
sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both

[-- Attachment #3: GentooBoot_AHCI --]
[-- Type: application/octet-stream, Size: 30911 bytes --]

 domain 0: span 5,11 level SIBLING
  groups: 11 5
  domain 1: span 0-11 level MC
   groups: 5,11 0,6 1,7 2,8 3,9 4,10
NET: Registered protocol family 16
ACPI: bus type pci registered
dca service started, version 1.8
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG at e0000000 - efffffff
ACPI Warning: Incorrect checksum in table [OEMB] - F6, should be EE 20090521 tbutils-246
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:1a.0: reg 20 io port: [0x9800-0x981f]
pci 0000:00:1a.1: reg 20 io port: [0x9880-0x989f]
pci 0000:00:1a.2: reg 20 io port: [0x9c00-0x9c1f]
pci 0000:00:1a.7: reg 10 32bit mmio: [0xfb9ff000-0xfb9ff3ff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: reg 10 64bit mmio: [0xfb9f8000-0xfb9fbfff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0x9080-0x909f]
pci 0000:00:1d.1: reg 20 io port: [0x9400-0x941f]
pci 0000:00:1d.2: reg 20 io port: [0x9480-0x949f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xfb9fe000-0xfb9fe3ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
pci 0000:00:1f.2: reg 10 io port: [0x8c00-0x8c07]
pci 0000:00:1f.2: reg 14 io port: [0x8880-0x8883]
pci 0000:00:1f.2: reg 18 io port: [0x8800-0x8807]
pci 0000:00:1f.2: reg 1c io port: [0x8480-0x8483]
pci 0000:00:1f.2: reg 20 io port: [0x8400-0x841f]
pci 0000:00:1f.2: reg 24 32bit mmio: [0xfb9fc000-0xfb9fc7ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10 64bit mmio: [0xfb9fd000-0xfb9fd0ff]
pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
pci 0000:03:00.0: reg 10 64bit mmio: [0xd0000000-0xdfffffff]
pci 0000:03:00.0: reg 18 64bit mmio: [0xfbac0000-0xfbadffff]
pci 0000:03:00.0: reg 20 io port: [0xa000-0xa0ff]
pci 0000:03:00.0: reg 30 32bit mmio: [0xfbaa0000-0xfbabffff]
pci 0000:03:00.0: supports D1 D2
pci 0000:03:00.1: reg 10 64bit mmio: [0xfbafc000-0xfbafffff]
pci 0000:03:00.1: supports D1 D2
pci 0000:00:07.0: bridge io port: [0xa000-0xafff]
pci 0000:00:07.0: bridge 32bit mmio: [0xfba00000-0xfbafffff]
pci 0000:00:07.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
pci 0000:00:1c.0: bridge 64bit mmio pref: [0xfaf00000-0xfaffffff]
pci 0000:06:00.0: reg 10 64bit mmio: [0xfbdfc000-0xfbdfffff]
pci 0000:06:00.0: reg 18 io port: [0xd800-0xd8ff]
pci 0000:06:00.0: reg 30 32bit mmio: [0xfbdc0000-0xfbddffff]
pci 0000:06:00.0: supports D1 D2
pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:00:1c.2: bridge io port: [0xd000-0xdfff]
pci 0000:00:1c.2: bridge 32bit mmio: [0xfbd00000-0xfbdfffff]
pci 0000:05:00.0: reg 24 32bit mmio: [0xfbcfe000-0xfbcfffff]
pci 0000:05:00.0: PME# supported from D3hot
pci 0000:05:00.0: PME# disabled
pci 0000:05:00.1: reg 10 io port: [0xcc00-0xcc07]
pci 0000:05:00.1: reg 14 io port: [0xc880-0xc883]
pci 0000:05:00.1: reg 18 io port: [0xc800-0xc807]
pci 0000:05:00.1: reg 1c io port: [0xc480-0xc483]
pci 0000:05:00.1: reg 20 io port: [0xc400-0xc40f]
pci 0000:00:1c.4: bridge io port: [0xc000-0xcfff]
pci 0000:00:1c.4: bridge 32bit mmio: [0xfbc00000-0xfbcfffff]
pci 0000:04:00.0: reg 10 64bit mmio: [0xfbbfc000-0xfbbfffff]
pci 0000:04:00.0: reg 18 io port: [0xb800-0xb8ff]
pci 0000:04:00.0: reg 30 32bit mmio: [0xfbbc0000-0xfbbdffff]
pci 0000:04:00.0: supports D1 D2
pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:00:1c.5: bridge io port: [0xb000-0xbfff]
pci 0000:00:1c.5: bridge 32bit mmio: [0xfbb00000-0xfbbfffff]
pci 0000:08:02.0: reg 10 32bit mmio: [0xfbeff000-0xfbeff7ff]
pci 0000:08:02.0: reg 14 io port: [0xec00-0xec7f]
pci 0000:08:02.0: supports D2
pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
pci 0000:08:02.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0xe000-0xefff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xfbe00000-0xfbefffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 17 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xfbf00000-0xfbffffff has been reserved
system 00:01: iomem range 0xfc000000-0xfcffffff has been reserved
system 00:01: iomem range 0xfd000000-0xfdffffff has been reserved
system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
system 00:01: iomem range 0xfec8a000-0xfec8afff could not be reserved
system 00:01: iomem range 0xfed10000-0xfed10fff has been reserved
system 00:07: ioport range 0x290-0x29f has been reserved
system 00:08: ioport range 0x4d0-0x4d1 has been reserved
system 00:08: ioport range 0x800-0x87f has been reserved
system 00:08: ioport range 0x500-0x57f could not be reserved
system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:08: iomem range 0xfed40000-0xfed8ffff has been reserved
system 00:0b: iomem range 0xffc00000-0xffdfffff has been reserved
system 00:0c: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0f: iomem range 0xe0000000-0xefffffff has been reserved
system 00:10: iomem range 0x0-0x9ffff could not be reserved
system 00:10: iomem range 0xc0000-0xcffff has been reserved
system 00:10: iomem range 0xe0000-0xfffff could not be reserved
system 00:10: iomem range 0x100000-0xbfffffff could not be reserved
system 00:10: iomem range 0xfed90000-0xffffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: disabled
pci 0000:00:01.0:   MEM window: disabled
pci 0000:00:01.0:   PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
pci 0000:00:03.0:   IO window: disabled
pci 0000:00:03.0:   MEM window: disabled
pci 0000:00:03.0:   PREFETCH window: disabled
pci 0000:00:07.0: PCI bridge, secondary bus 0000:03
pci 0000:00:07.0:   IO window: 0xa000-0xafff
pci 0000:00:07.0:   MEM window: 0xfba00000-0xfbafffff
pci 0000:00:07.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:07
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: disabled
pci 0000:00:1c.0:   PREFETCH window: 0x000000faf00000-0x000000faffffff
pci 0000:00:1c.2: PCI bridge, secondary bus 0000:06
pci 0000:00:1c.2:   IO window: 0xd000-0xdfff
pci 0000:00:1c.2:   MEM window: 0xfbd00000-0xfbdfffff
pci 0000:00:1c.2:   PREFETCH window: disabled
pci 0000:00:1c.4: PCI bridge, secondary bus 0000:05
pci 0000:00:1c.4:   IO window: 0xc000-0xcfff
pci 0000:00:1c.4:   MEM window: 0xfbc00000-0xfbcfffff
pci 0000:00:1c.4:   PREFETCH window: disabled
pci 0000:00:1c.5: PCI bridge, secondary bus 0000:04
pci 0000:00:1c.5:   IO window: 0xb000-0xbfff
pci 0000:00:1c.5:   MEM window: 0xfbb00000-0xfbbfffff
pci 0000:00:1c.5:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
pci 0000:00:1e.0:   IO window: 0xe000-0xefff
pci 0000:00:1e.0:   MEM window: 0xfbe00000-0xfbefffff
pci 0000:00:1e.0:   PREFETCH window: disabled
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:07.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.4: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.5: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:03: resource 0 io:  [0xa000-0xafff]
pci_bus 0000:03: resource 1 mem: [0xfba00000-0xfbafffff]
pci_bus 0000:03: resource 2 pref mem [0xd0000000-0xdfffffff]
pci_bus 0000:07: resource 2 pref mem [0xfaf00000-0xfaffffff]
pci_bus 0000:06: resource 0 io:  [0xd000-0xdfff]
pci_bus 0000:06: resource 1 mem: [0xfbd00000-0xfbdfffff]
pci_bus 0000:05: resource 0 io:  [0xc000-0xcfff]
pci_bus 0000:05: resource 1 mem: [0xfbc00000-0xfbcfffff]
pci_bus 0000:04: resource 0 io:  [0xb000-0xbfff]
pci_bus 0000:04: resource 1 mem: [0xfbb00000-0xfbbfffff]
pci_bus 0000:08: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:08: resource 1 mem: [0xfbe00000-0xfbefffff]
pci_bus 0000:08: resource 3 io:  [0x00-0xffff]
pci_bus 0000:08: resource 4 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 5261k freed
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
squashfs: version 4.0 (2009/01/31) Phillip Lougher
NTFS driver 2.1.29 [Flags: R/O].
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
msgmni has been set to 24028
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler deadline registered (default)
pci 0000:03:00.0: Boot video device
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.2: setting latency timer to 64
pcieport-driver 0000:00:1c.4: setting latency timer to 64
pcieport-driver 0000:00:1c.5: setting latency timer to 64
Linux agpgart interface v0.103
vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010100000, using 3072k, total 16384k
vesafb: mode is 1024x768x16, linelength=2048, pages=9
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /class/input/input0
Uniform Multi-Platform E-IDE driver
jmicron 0000:05:00.1: IDE controller (0x197b:0x2363 rev 0x03)
pci 0000:05:00.1: enabling device (0000 -> 0001)
pci 0000:05:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
jmicron 0000:05:00.1: 100% native mode on irq 17
pci 0000:05:00.1: setting latency timer to 64
    ide0: BM-DMA at 0xc400-0xc407
    ide1: BM-DMA at 0xc408-0xc40f
Probing IDE interface ide0...
Probing IDE interface ide1...
ide0 at 0xcc00-0xcc07,0xc882 on irq 17
ide1 at 0xc800-0xc807,0xc482 on irq 17
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Probing IDE interface ide2...
ide2: no devices on the port
ide2 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide3...
ide3: no devices on the port
ide3 at 0x170-0x177,0x376 on irq 15
ide-gd driver 1.18
ide-cd driver 5.00
Loading iSCSI transport class v2.0-870.
iscsi: registered transport (tcp)
SCSI Media Changer driver v0.25 
Atheros(R) L2 Ethernet Driver - version 2.2.3
Copyright (c) 2007 Atheros Corporation.
jme: JMicron JMC2XX ethernet driver version 1.0.4
aoe: AoE v47 initialised.
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
Freeing unused kernel memory: 412k freed
Write protecting the kernel read-only data: 4796k
input: AT Translated Set 2 keyboard as /class/input/input1
libata version 3.00 loaded.
Error: Driver 'pata_platform' is already registered, aborting...
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
ahci: SSS flag set, parallel bus scan disabled
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems 
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xfb9fc000 port 0xfb9fc100 irq 20
ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 20
ata3: SATA max UDMA/133 irq_stat 0x00400040, connection status changed
ata4: SATA max UDMA/133 irq_stat 0x00400040, connection status changed
ata5: SATA max UDMA/133 irq_stat 0x00400040, connection status changed
ata6: SATA max UDMA/133 irq_stat 0x00400040, connection status changed
ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
ahci 0000:05:00.0: setting latency timer to 64
scsi6 : ahci
scsi7 : ahci
ata7: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
ata8: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
ata7: SATA link down (SStatus 0 SControl 300)
ata8: SATA link down (SStatus 0 SControl 300)
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100, ATAPI AN
ata1.00: configured for UDMA/100
scsi 0:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi CD-ROM sr0
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata2.00: configured for UDMA/133
scsi 1:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
sd 1:0:0:0: [sda] Attached SCSI disk
input: PS/2 Generic Mouse as /class/input/input2
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata3.00: configured for UDMA/133
scsi 2:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 >
sd 2:0:0:0: [sdb] Attached SCSI disk
ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata4.00: configured for UDMA/133
scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
sd 3:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 3:0:0:0: [sdc] Write Protect is off
sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
sd 3:0:0:0: [sdc] Attached SCSI disk
ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata5.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata5.00: configured for UDMA/133
scsi 4:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 4:0:0:0: [sdd] Write Protect is off
sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdd: sdd1
sd 4:0:0:0: [sdd] Attached SCSI disk
ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata6.00: configured for UDMA/133
scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
sd 5:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 5:0:0:0: [sde] Write Protect is off
sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sde: sde1
sd 5:0:0:0: [sde] Attached SCSI disk
sr 0:0:0:0: Attached scsi generic sg0 type 5
sd 1:0:0:0: Attached scsi generic sg1 type 0
sd 2:0:0:0: Attached scsi generic sg2 type 0
sd 3:0:0:0: Attached scsi generic sg3 type 0
sd 4:0:0:0: Attached scsi generic sg4 type 0
sd 5:0:0:0: Attached scsi generic sg5 type 0
scsi: <fdomain> Detection failed (no card)
GDT-HA: Storage RAID Controller Driver. Version: 3.05
Fusion MPT base driver 3.04.10
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SPI Host driver 3.04.10
Fusion MPT FC Host driver 3.04.10
Fusion MPT SAS Host driver 3.04.10
3ware Storage Controller device driver for Linux v1.26.02.002.
3ware 9000 Storage Controller device driver for Linux v2.26.02.012.
Compaq SMART2 Driver (v 2.6.0)
HP CISS Driver (v 3.6.20)
Adaptec aacraid driver 1.1-5[2461]-ms
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
QLogic Fibre Channel HBA Driver: 8.03.01-k4
Emulex LightPulse Fibre Channel SCSI driver 8.3.3
Copyright(c) 2004-2009 Emulex.  All rights reserved.
aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.31-gentoo-r6 ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.31-gentoo-r6 ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1a.2: setting latency timer to 64
uhci_hcd 0000:00:1a.2: UHCI Host Controller
uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb5: SerialNumber: 0000:00:1a.2
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.0
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.1
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb8: Product: UHCI Host Controller
usb usb8: Manufacturer: Linux 2.6.31-gentoo-r6 uhci_hcd
usb usb8: SerialNumber: 0000:00:1d.2
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
sl811: driver sl811-hcd, 19 May 2005
ohci1394 0000:08:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18]  MMIO=[fbeff000-fbeff7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
md: raid0 personality registered for level 0
usb 3-2: new full speed USB device using uhci_hcd and address 2
md: raid1 personality registered for level 1
usb 3-2: New USB device found, idVendor=051d, idProduct=0002
usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
usb 3-2: Manufacturer: American Power Conversion
usb 3-2: SerialNumber: 3B1007X44377  
usb 3-2: configuration #1 chosen from 1 choice
raid6: int64x1   3337 MB/s
generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
raid6: int64x2   4267 MB/s
usb 8-2: new low speed USB device using uhci_hcd and address 2
raid6: int64x4   3033 MB/s
usb 8-2: New USB device found, idVendor=045e, idProduct=0039
usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
usb 8-2: Manufacturer: Microsoft
usb 8-2: configuration #1 chosen from 1 choice
raid6: int64x8   2888 MB/s
input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /class/input/input3
generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
raid6: sse2x1    8296 MB/s
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[001e8c0000f332f7]
raid6: sse2x2    9679 MB/s
raid6: sse2x4   10714 MB/s
raid6: using algorithm sse2x4 (10714 MB/s)
async_tx: api initialized (async)
xor: automatically using best checksumming function: generic_sse
   generic_sse: 12672.800 MB/sec
xor: using function: generic_sse (12672.800 MB/sec)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
md: raid10 personality registered for level 10
JFS: nTxBlock = 8192, nTxLock = 65536
fuse init (API version 7.12)
Intel(R) PRO/1000 Network Driver - version 7.3.21-k3-NAPI
Copyright (c) 1999-2006 Intel Corporation.
EXT4-fs (/dev/sr0): Update your userspace programs to mount using ext4
EXT4-fs (/dev/sr0): ext4dev backwards compatibility will go away by 2.6.31
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
udev: starting version 146
<3>udev: missing sysfs features; please update the kernel or disable the kernel's CONFIG_SYSFS_DEPRECATED option; udev may fail to work correctly
Real Time Clock Driver v1.12b
warning: process `hwsetup' used the deprecated sysctl system call with 1.23.
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
sky2 driver version 1.23
sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
sky2 0000:06:00.0: setting latency timer to 64
sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
sky2 eth0: addr e0:cb:4e:97:7a:09
sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
sky2 0000:04:00.0: setting latency timer to 64
sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
sky2 eth1: addr e0:cb:4e:97:80:fd
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: setting latency timer to 64
hda_codec: Unknown model for AD1988, trying auto-probe from BIOS...
HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
HDA Intel 0000:03:00.1: setting latency timer to 64
ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
processor LNXCPU:02: registered as cooling_device2
processor LNXCPU:03: registered as cooling_device3
processor LNXCPU:04: registered as cooling_device4
processor LNXCPU:05: registered as cooling_device5
processor LNXCPU:06: registered as cooling_device6
processor LNXCPU:07: registered as cooling_device7
processor LNXCPU:08: registered as cooling_device8
processor LNXCPU:09: registered as cooling_device9
processor LNXCPU:0a: registered as cooling_device10
processor LNXCPU:0b: registered as cooling_device11
input: Power Button as /class/input/input4
ACPI: Power Button [PWRF]
input: Power Button as /class/input/input5
ACPI: Power Button [PWRB]
sky2 eth0: enabling interface
sky2 eth1: enabling interface
sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-05  6:30         ` Tejun Heo
@ 2010-07-05 16:56           ` Mark Knecht
  2010-07-06  6:33             ` Tejun Heo
  0 siblings, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-05 16:56 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

On Sun, Jul 4, 2010 at 11:30 PM, Tejun Heo <tj@kernel.org> wrote:
> On 07/03/2010 06:42 PM, Mark Knecht wrote:
>> On Sat, Jul 3, 2010 at 9:13 AM, Tejun Heo <tj@kernel.org> wrote:
>>> Hello,
>>>
>>> On 07/03/2010 06:06 PM, Mark Knecht wrote:
>>>>> Can you please *attach* full logs of a successful boot and several
>>>>> failing boots?
>>>>
>>>> Certainly? Which logs? dmesg or something else?
>>>
>>> dmesg output preferably with printk timestamp enabled.
>
> Can you please apply the attached patch, reproduce the problem and
> post the kernel log?
>
> Thanks.
>
> --
> tejun
>

I'm sorry. What am I patching? I'm not a kernel developer - not even a
programmer - so I'll need some help with this. What's the command I
should use?

c2stable src # ls -la /usr/src/
total 32
drwxr-xr-x  8 root root 4096 Jul  2 09:56 .
drwxr-xr-x 14 root root 4096 Apr 15 07:46 ..
-rw-r--r--  1 root root    0 Mar 24 18:37 .keep
lrwxrwxrwx  1 root root   22 Jul  2 09:56 linux ->
linux-2.6.34-gentoo-r1
drwxr-xr-x 23 root root 4096 Jun 16 07:23 linux-2.6.32-gentoo-r7
drwxr-xr-x 24 root root 4096 Jun 16 08:42 linux-2.6.34-gentoo
drwxr-xr-x 24 root root 4096 Jul  3 15:30 linux-2.6.34-gentoo-r1
drwxr-xr-x 21 root root 4096 Jun 27 13:12 linux-2.6.34-rc3
drwxr-xr-x 20 root root 4096 Jun 15 08:05 linux-2.6.34-rc5
drwxr-xr-x 20 root root 4096 Jun 27 13:13 linux-2.6.35-rc3
c2stable src #

Thanks,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-05 16:48                 ` Mark Knecht
@ 2010-07-05 23:59                   ` Robert Hancock
  2010-07-06  4:16                     ` Mark Knecht
  2010-07-06  6:32                   ` Tejun Heo
  1 sibling, 1 reply; 50+ messages in thread
From: Robert Hancock @ 2010-07-05 23:59 UTC (permalink / raw)
  To: Mark Knecht
  Cc: Tejun Heo, Stan Hoeppner, Linux Kernel List,
	linux-ide@vger.kernel.org

On 07/05/2010 10:48 AM, Mark Knecht wrote:
> On Sun, Jul 4, 2010 at 11:19 PM, Tejun Heo<tj@kernel.org>  wrote:
>> Hello,
>>
>> On 07/04/2010 12:31 AM, Mark Knecht wrote:
>>> OK, I don't know if this is related but so far I cannot get the
>>> machine to boot if I set BIOS SATA configuration to AHCI. I believe
>>> that I have AHCI support as well as SATA support built into the kernel
>>> but when I set the BIOS to AHCI the machine just hangs saying it finds
>>> no medium. I assume that means no hard drive. I have to set SATA
>>> support to enhanced and then IDE to get the machine to boot at all.
>>
>> That's odd.  Can you please attach kernel boot log w/ ahci mode?
>> Booting a recent live CD and saving boot log from there should do the
>> trick.
>>
>> Thanks.
>>
>> --
>> tejun
>>
>
> Hi Tehun,
>     Thanks for the help.
>
>     I tried a Gentoo install CD from last march. It's a 2.6.31 type
> kernel. Problem is the buffer depths are not big enough to capture the
> complete dmesg contents and I don't know a command line option to make
> it larger on the fly. If you know of one that's got a larger buffer -
> or a command to increase it at boot time - then let me know and I'll
> try again.
>
>     I'm attaching what I was able to catch for both AHCI and IDE
> settings in BIOS for the storage configuration option.
>
>     It seems to me that even in AHCI mode the machine does see all the
> hard drives. Maybe there's something about my boot partition that's
> having problems in AHCI mode only? If it sees /dev/sda then why
> wouldn't it find grub and at least show a grub menu?

On some machines changing from IDE to AHCI messes up the boot order 
selection in the BIOS - you may have to switch to AHCI, save settings, 
reboot, go back into the BIOS and then make sure the disk boot order 
settings are correct (whatever drive grub is installed on needs to be 
first).

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-05 23:59                   ` Robert Hancock
@ 2010-07-06  4:16                     ` Mark Knecht
  2010-07-06  6:13                       ` Stan Hoeppner
  2010-07-06 11:26                       ` Sander
  0 siblings, 2 replies; 50+ messages in thread
From: Mark Knecht @ 2010-07-06  4:16 UTC (permalink / raw)
  To: Robert Hancock
  Cc: Tejun Heo, Stan Hoeppner, Linux Kernel List,
	linux-ide@vger.kernel.org

On Mon, Jul 5, 2010 at 4:59 PM, Robert Hancock <hancockrwd@gmail.com> wrote:
> On 07/05/2010 10:48 AM, Mark Knecht wrote:
>>
>> On Sun, Jul 4, 2010 at 11:19 PM, Tejun Heo<tj@kernel.org>  wrote:
>>>
>>> Hello,
>>>
>>> On 07/04/2010 12:31 AM, Mark Knecht wrote:
>>>>
>>>> OK, I don't know if this is related but so far I cannot get the
>>>> machine to boot if I set BIOS SATA configuration to AHCI. I believe
>>>> that I have AHCI support as well as SATA support built into the kernel
>>>> but when I set the BIOS to AHCI the machine just hangs saying it finds
>>>> no medium. I assume that means no hard drive. I have to set SATA
>>>> support to enhanced and then IDE to get the machine to boot at all.
>>>
>>> That's odd.  Can you please attach kernel boot log w/ ahci mode?
>>> Booting a recent live CD and saving boot log from there should do the
>>> trick.
>>>
>>> Thanks.
>>>
>>> --
>>> tejun
>>>
>>
>> Hi Tehun,
>>    Thanks for the help.
>>
>>    I tried a Gentoo install CD from last march. It's a 2.6.31 type
>> kernel. Problem is the buffer depths are not big enough to capture the
>> complete dmesg contents and I don't know a command line option to make
>> it larger on the fly. If you know of one that's got a larger buffer -
>> or a command to increase it at boot time - then let me know and I'll
>> try again.
>>
>>    I'm attaching what I was able to catch for both AHCI and IDE
>> settings in BIOS for the storage configuration option.
>>
>>    It seems to me that even in AHCI mode the machine does see all the
>> hard drives. Maybe there's something about my boot partition that's
>> having problems in AHCI mode only? If it sees /dev/sda then why
>> wouldn't it find grub and at least show a grub menu?
>
> On some machines changing from IDE to AHCI messes up the boot order
> selection in the BIOS - you may have to switch to AHCI, save settings,
> reboot, go back into the BIOS and then make sure the disk boot order
> settings are correct (whatever drive grub is installed on needs to be
> first).
>

That's a very interesting idea Robert. Thanks.

I'll have to be careful. I have 5 identical drives in the machine so
figuring out which is which when I'm in BIOS might be a bit of a
trick.

I'll give it a go and report back.

Cheers,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-06  4:16                     ` Mark Knecht
@ 2010-07-06  6:13                       ` Stan Hoeppner
  2010-07-06 11:26                       ` Sander
  1 sibling, 0 replies; 50+ messages in thread
From: Stan Hoeppner @ 2010-07-06  6:13 UTC (permalink / raw)
  To: Mark Knecht
  Cc: Robert Hancock, Tejun Heo, Linux Kernel List,
	linux-ide@vger.kernel.org

Mark Knecht put forth on 7/5/2010 11:16 PM:

> I'll have to be careful. I have 5 identical drives in the machine so
> figuring out which is which when I'm in BIOS might be a bit of a
> trick.

Makes you yearn for the good old days of SCSI don't it? :(

-- 
Stan

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-05 16:48                 ` Mark Knecht
  2010-07-05 23:59                   ` Robert Hancock
@ 2010-07-06  6:32                   ` Tejun Heo
  1 sibling, 0 replies; 50+ messages in thread
From: Tejun Heo @ 2010-07-06  6:32 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Stan Hoeppner, Linux Kernel List, linux-ide@vger.kernel.org

On 07/05/2010 06:48 PM, Mark Knecht wrote:
>    I tried a Gentoo install CD from last march. It's a 2.6.31 type
> kernel. Problem is the buffer depths are not big enough to capture the
> complete dmesg contents and I don't know a command line option to make
> it larger on the fly. If you know of one that's got a larger buffer -
> or a command to increase it at boot time - then let me know and I'll
> try again.
> 
>    I'm attaching what I was able to catch for both AHCI and IDE
> settings in BIOS for the storage configuration option.

That's enough.

>    It seems to me that even in AHCI mode the machine does see all the
> hard drives. Maybe there's something about my boot partition that's
> having problems in AHCI mode only? If it sees /dev/sda then why
> wouldn't it find grub and at least show a grub menu?

The ahci driver is working fine.  If the system can't boot w/ ahci
mode, the problem is probably on the bios side and most likely caused
by getting the boot device wrong as Robert suggested.  Just choose one
after another until it boots should do the trick.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-05 16:56           ` Mark Knecht
@ 2010-07-06  6:33             ` Tejun Heo
  2010-07-06 18:13               ` Mark Knecht
  0 siblings, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-06  6:33 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

Hello,

On 07/05/2010 06:56 PM, Mark Knecht wrote:
>>>> dmesg output preferably with printk timestamp enabled.
>>
>> Can you please apply the attached patch, reproduce the problem and
>> post the kernel log?
> 
> I'm sorry. What am I patching? I'm not a kernel developer - not even a
> programmer - so I'll need some help with this. What's the command I
> should use?
> 
> c2stable src # ls -la /usr/src/
> total 32
> drwxr-xr-x  8 root root 4096 Jul  2 09:56 .
> drwxr-xr-x 14 root root 4096 Apr 15 07:46 ..
> -rw-r--r--  1 root root    0 Mar 24 18:37 .keep
> lrwxrwxrwx  1 root root   22 Jul  2 09:56 linux ->
> linux-2.6.34-gentoo-r1
> drwxr-xr-x 23 root root 4096 Jun 16 07:23 linux-2.6.32-gentoo-r7
> drwxr-xr-x 24 root root 4096 Jun 16 08:42 linux-2.6.34-gentoo
> drwxr-xr-x 24 root root 4096 Jul  3 15:30 linux-2.6.34-gentoo-r1
> drwxr-xr-x 21 root root 4096 Jun 27 13:12 linux-2.6.34-rc3
> drwxr-xr-x 20 root root 4096 Jun 15 08:05 linux-2.6.34-rc5
> drwxr-xr-x 20 root root 4096 Jun 27 13:13 linux-2.6.35-rc3

Hmm...

$ cd /usr/src/linux && patch -p1 < PATCH_FILE

should do it.  You know how to build and install the compiled kernel,
right?

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-06  4:16                     ` Mark Knecht
  2010-07-06  6:13                       ` Stan Hoeppner
@ 2010-07-06 11:26                       ` Sander
  1 sibling, 0 replies; 50+ messages in thread
From: Sander @ 2010-07-06 11:26 UTC (permalink / raw)
  To: Mark Knecht
  Cc: Robert Hancock, Tejun Heo, Stan Hoeppner, Linux Kernel List,
	linux-ide@vger.kernel.org

Mark Knecht wrote (ao):
> On Mon, Jul 5, 2010 at 4:59 PM, Robert Hancock <hancockrwd@gmail.com> wrote:
> > On some machines changing from IDE to AHCI messes up the boot order
> > selection in the BIOS - you may have to switch to AHCI, save settings,
> > reboot, go back into the BIOS and then make sure the disk boot order
> > settings are correct (whatever drive grub is installed on needs to be
> > first).
> 
> That's a very interesting idea Robert. Thanks.
> 
> I'll have to be careful. I have 5 identical drives in the machine so
> figuring out which is which when I'm in BIOS might be a bit of a
> trick.
> 
> I'll give it a go and report back.

You can install grub on the mbr of all disks and not worry about the
order. Especially if you work with UUIDs.

	Sander

-- 
Humilis IT Services and Solutions
http://www.humilis.net

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-06  6:33             ` Tejun Heo
@ 2010-07-06 18:13               ` Mark Knecht
  2010-07-07  5:50                 ` Tejun Heo
  0 siblings, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-06 18:13 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

On Mon, Jul 5, 2010 at 11:33 PM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/05/2010 06:56 PM, Mark Knecht wrote:
>>>>> dmesg output preferably with printk timestamp enabled.
>>>
>>> Can you please apply the attached patch, reproduce the problem and
>>> post the kernel log?
>>
>> I'm sorry. What am I patching? I'm not a kernel developer - not even a
>> programmer - so I'll need some help with this. What's the command I
<SNIP>
>
> Hmm...
>
> $ cd /usr/src/linux && patch -p1 < PATCH_FILE
>
> should do it.  You know how to build and install the compiled kernel,
> right?
>
> Thanks.
>
> --
> tejun
>

OK - thanks. The patch seemed to install correctly. I then did

make clean
make && make modules_install

and then a Gentoo command:

modules-rebuild -X rebuild

to pick up any package modules that need to be rebuild when I use a
new kernel. (X drivers, vmware, etc.)

The kernel boots fine:

mark@c2stable ~ $ uname -a
Linux c2stable 2.6.34-gentoo-r1 #4 SMP PREEMPT Tue Jul 6 10:35:15 PDT
2010 x86_64 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel
GNU/Linux
mark@c2stable ~ $

I don't know what I'm looking for in the dmesg files but I do see one
message about a SATA Link being down.

Files attached.

Cheers,
Mark

[-- Attachment #2: dmesg.IDEAllDrives --]
[-- Type: application/octet-stream, Size: 62356 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r1 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #4 SMP PREEMPT Tue Jul 6 10:35:15 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771144]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771180 - 0001771780]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771780 - 0001771900]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771900 - 0001771941]         BOOTMEM
[    0.000000]   #20 [0001771980 - 0001771a06]         BOOTMEM
[    0.000000]   #21 [0001771a40 - 0001771ca8]         BOOTMEM
[    0.000000]   #22 [0001771cc0 - 0001771d28]         BOOTMEM
[    0.000000]   #23 [0001771d40 - 0001771da8]         BOOTMEM
[    0.000000]   #24 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #25 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #26 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #27 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #28 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #29 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #30 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #31 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a34c0 - 00017a34ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3500 - 00017a3508]         BOOTMEM
[    0.000000]   #47 [00017a3540 - 00017a3548]         BOOTMEM
[    0.000000]   #48 [00017a3580 - 00017a35b0]         BOOTMEM
[    0.000000]   #49 [00017a35c0 - 00017a3620]         BOOTMEM
[    0.000000]   #50 [00017a3640 - 00017a3750]         BOOTMEM
[    0.000000]   #51 [00017a3780 - 00017a37c8]         BOOTMEM
[    0.000000]   #52 [00017a3800 - 00017a3848]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3630k kernel code, 1057732k absent, 271696k reserved, 2958k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3337.796 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6675.59 BogoMIPS (lpj=3337796)
[    0.000292] Security Framework initialized
[    0.000430] Mount-cache hash table entries: 256
[    0.000636] CPU: Physical Processor ID: 0
[    0.000760] CPU: Processor Core ID: 0
[    0.000886] mce: CPU supports 9 MCE banks
[    0.001020] CPU0: Thermal monitoring enabled (TM1)
[    0.001152] using mwait in idle threads.
[    0.001283] Performance Events: Westmere events, Intel PMU driver.
[    0.001463] ... version:                3
[    0.001586] ... bit width:              48
[    0.001710] ... generic registers:      4
[    0.001833] ... value mask:             0000ffffffffffff
[    0.001960] ... max period:             000000007fffffff
[    0.002085] ... fixed-purpose events:   3
[    0.002215] ... event mask:             000000070000000f
[    0.002361] Freeing SMP alternatives: 36k freed
[    0.002490] ACPI: Core revision 20100121
[    0.041854] Setting APIC routing to physical flat
[    0.042420] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.052523] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.157790] APIC calibration not consistent with PM-Timer: 103ms instead of 100ms
[    0.158015] APIC delta adjusted to PM-Timer: 834372 (867738)
[    0.164141] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.201382] Brought up 12 CPUs
[    1.201505] Total of 12 processors activated (81028.69 BogoMIPS).
[    1.208015] NET: Registered protocol family 16
[    1.208285] ACPI: bus type pci registered
[    1.208468] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.208691] PCI: not using MMCONFIG
[    1.208813] PCI: Using configuration type 1 for base access
[    1.210823] bio: create slab <bio-0> at 0
[    1.212149] ACPI: EC: Look up EC in DSDT
[    1.213277] ACPI: Executed 1 blocks of module-level executable AML code
[    1.293487] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.294317] ACPI: Interpreter enabled
[    1.294440] ACPI: (supports S0 S5)
[    1.294616] ACPI: Using IOAPIC for interrupt routing
[    1.294780] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.296574] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.321262] ACPI: No dock devices found.
[    1.321386] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.321714] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.322057] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.322185] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.322313] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.322532] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.322753] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.322974] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.323237] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.323239] pci 0000:00:00.0: PME# disabled
[    1.323281] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.323283] pci 0000:00:01.0: PME# disabled
[    1.323326] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.323328] pci 0000:00:03.0: PME# disabled
[    1.323371] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.323373] pci 0000:00:07.0: PME# disabled
[    1.323541] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.323594] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.323646] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.323697] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.323743] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.323746] pci 0000:00:1a.7: PME# disabled
[    1.323773] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.323806] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.323808] pci 0000:00:1b.0: PME# disabled
[    1.323859] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.323862] pci 0000:00:1c.0: PME# disabled
[    1.323915] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.323917] pci 0000:00:1c.2: PME# disabled
[    1.323971] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.323973] pci 0000:00:1c.4: PME# disabled
[    1.324027] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.324030] pci 0000:00:1c.5: PME# disabled
[    1.324069] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.324122] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.324174] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.324226] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.324271] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.324274] pci 0000:00:1d.7: PME# disabled
[    1.324368] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.324590] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.324720] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.324979] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.324983] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.324989] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.324993] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.324997] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.325001] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.325037] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.325047] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.325077] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.325081] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.325085] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.325089] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.325093] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.325097] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.325147] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.325273] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.325275] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.325279] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.325306] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.325431] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.325434] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.325437] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.325478] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.325485] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.325489] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.325495] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.325509] pci 0000:03:00.0: supports D1 D2
[    1.325531] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.325558] pci 0000:03:00.1: supports D1 D2
[    1.325568] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.325694] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.325697] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.325700] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.325732] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.325858] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.325861] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.325865] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.325932] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.325938] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.325961] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.325997] pci 0000:06:00.0: supports D1 D2
[    1.325998] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.326002] pci 0000:06:00.0: PME# disabled
[    1.326011] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.326138] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.326140] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.326145] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.326242] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.326276] pci 0000:05:00.0: PME# supported from D3hot
[    1.326280] pci 0000:05:00.0: PME# disabled
[    1.326319] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.326327] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.326334] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.326342] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.326349] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.326401] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.326528] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.326531] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.326535] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.326599] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.326606] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.326628] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.326663] pci 0000:04:00.0: supports D1 D2
[    1.326664] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.326668] pci 0000:04:00.0: PME# disabled
[    1.326677] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.326803] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.326806] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.326810] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.326848] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.326854] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.326890] pci 0000:08:02.0: supports D2
[    1.326891] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.326894] pci 0000:08:02.0: PME# disabled
[    1.326930] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.327062] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.327064] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.327068] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.327070] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.327071] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.327073] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.327074] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.327076] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.327077] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.327101] pci_bus 0000:00: on NUMA node 0
[    1.327105] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.327335] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.327410] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.327455] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.327500] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.327552] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.327594] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.327636] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.327678] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.348051] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.348534] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.348816] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.349301] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.349782] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.350267] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.350748] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.351232] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.351807] SCSI subsystem initialized
[    1.352042] libata version 3.00 loaded.
[    1.352126] usbcore: registered new interface driver usbfs
[    1.352269] usbcore: registered new interface driver hub
[    1.352416] usbcore: registered new device driver usb
[    1.352648] PCI: Using ACPI for IRQ routing
[    1.352772] PCI: pci_cache_line_size set to 64 bytes
[    1.352854] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.352856] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.352927] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.353176] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.360163] Switching to clocksource tsc
[    1.360711] pnp: PnP ACPI init
[    1.360836] ACPI: bus type pnp registered
[    1.363424] pnp: PnP ACPI: found 17 devices
[    1.363547] ACPI: ACPI bus type pnp unregistered
[    1.363677] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.363803] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.363933] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.364060] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.364187] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.364314] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.364444] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.364571] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.364697] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.364822] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.364951] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.365078] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.365204] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.365333] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.365461] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.365589] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.365717] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.365846] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.365975] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.366102] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.366229] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.366356] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.371346] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.371474] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.371693] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.371915] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.372135] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.372261] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.372385] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.372512] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.372637] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.372765] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.372889] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.373017] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.373143] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.373271] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.373396] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.373523] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.373651] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.373872] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.373999] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.374127] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.374255] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.374477] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.374602] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.374729] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.374858] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.375082] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.375207] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.375334] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.375462] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.375684] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.375809] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.375939] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.376067] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.376290] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.376414] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.376542] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.376670] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.376804] pci 0000:00:01.0: setting latency timer to 64
[    1.376809] pci 0000:00:03.0: setting latency timer to 64
[    1.376814] pci 0000:00:07.0: setting latency timer to 64
[    1.376819] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.376951] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.377079] pci 0000:00:1c.0: setting latency timer to 64
[    1.377085] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.377213] pci 0000:00:1c.2: setting latency timer to 64
[    1.377219] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.377346] pci 0000:00:1c.4: setting latency timer to 64
[    1.377353] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.377481] pci 0000:00:1c.5: setting latency timer to 64
[    1.377485] pci 0000:00:1e.0: setting latency timer to 64
[    1.377488] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.377489] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.377490] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.377491] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.377493] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.377494] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.377496] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.377497] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.377498] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.377500] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.377501] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.377502] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.377503] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.377505] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.377506] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.377507] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.377509] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.377510] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.377511] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.377512] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.377514] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.377515] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.377516] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.377518] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.377519] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.377520] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.377521] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.377523] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.377524] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.377566] NET: Registered protocol family 2
[    1.377740] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.378415] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.379091] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.379317] TCP: Hash tables configured (established 262144 bind 65536)
[    1.379444] TCP reno registered
[    1.379566] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.379725] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.379968] NET: Registered protocol family 1
[    1.380236] RPC: Registered udp transport module.
[    1.380359] RPC: Registered tcp transport module.
[    1.380482] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.380748] pci 0000:03:00.0: Boot video device
[    1.380761] PCI: CLS 256 bytes, default 64
[    1.380786] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.380915] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.381135] software IO TLB at phys 0xe000000 - 0x12000000
[    1.383321] VFS: Disk quotas dquot_6.5.2
[    1.383462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.383846] NTFS driver 2.1.29 [Flags: R/W].
[    1.384011] fuse init (API version 7.13)
[    1.384183] msgmni has been set to 24027
[    1.384537] alg: No test for stdrng (krng)
[    1.384695] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.384921] io scheduler noop registered
[    1.385044] io scheduler deadline registered
[    1.385181] io scheduler cfq registered (default)
[    1.385369] pcieport 0000:00:01.0: setting latency timer to 64
[    1.385393] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.385455] pcieport 0000:00:03.0: setting latency timer to 64
[    1.385478] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.385537] pcieport 0000:00:07.0: setting latency timer to 64
[    1.385562] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.385624] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.385651] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.385734] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.385762] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.385843] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.385872] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.385956] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.385984] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.386081] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.386085] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.386088] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.387585] Non-volatile memory driver v1.3
[    1.387801] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.388023] ACPI: Power Button [PWRB]
[    1.388178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.388397] ACPI: Power Button [PWRF]
[    1.389025] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.390285] brd: module loaded
[    1.390826] loop: module loaded
[    1.391063] ahci 0000:05:00.0: version 3.0
[    1.391076] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.401341] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.404183] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.404313] ahci 0000:05:00.0: setting latency timer to 64
[    1.404392] scsi0 : ahci
[    1.404593] scsi1 : ahci
[    1.404785] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.405006] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.405267] ata_piix 0000:00:1f.2: version 2.13
[    1.405276] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.405405] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.405674] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.405705] scsi2 : ata_piix
[    1.405886] scsi3 : ata_piix
[    1.407271] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.407402] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.407544] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.407675] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.407940] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.407960] scsi4 : ata_piix
[    1.408139] scsi5 : ata_piix
[    1.409324] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.409453] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.409666] console [netcon0] enabled
[    1.409788] netconsole: network logging started
[    1.409970] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.410108] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.410242] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.410245] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.410408] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.410647] ehci_hcd 0000:00:1a.7: debug port 1
[    1.414657] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.414666] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.424256] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.424402] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.424530] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.424749] usb usb1: Product: EHCI Host Controller
[    1.424872] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.424998] usb usb1: SerialNumber: 0000:00:1a.7
[    1.425192] hub 1-0:1.0: USB hub found
[    1.425318] hub 1-0:1.0: 6 ports detected
[    1.425481] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.425615] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.425618] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.425774] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.426009] ehci_hcd 0000:00:1d.7: debug port 1
[    1.429995] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.430004] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.439218] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.439358] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.439486] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.439704] usb usb2: Product: EHCI Host Controller
[    1.439828] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.439954] usb usb2: SerialNumber: 0000:00:1d.7
[    1.440144] hub 2-0:1.0: USB hub found
[    1.440268] hub 2-0:1.0: 6 ports detected
[    1.440444] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.440591] uhci_hcd: USB Universal Host Controller Interface driver
[    1.440733] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.440863] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.440865] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.441024] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.441262] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.441406] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.441536] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.441754] usb usb3: Product: UHCI Host Controller
[    1.441877] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.442003] usb usb3: SerialNumber: 0000:00:1a.0
[    1.442193] hub 3-0:1.0: USB hub found
[    1.442317] hub 3-0:1.0: 2 ports detected
[    1.442470] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.442600] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.442602] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.442760] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.443002] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.443146] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.443272] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.443494] usb usb4: Product: UHCI Host Controller
[    1.443617] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.443743] usb usb4: SerialNumber: 0000:00:1a.1
[    1.443931] hub 4-0:1.0: USB hub found
[    1.444055] hub 4-0:1.0: 2 ports detected
[    1.444205] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.444335] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.444337] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.444497] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.444740] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.444883] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.445009] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.445227] usb usb5: Product: UHCI Host Controller
[    1.445351] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.445479] usb usb5: SerialNumber: 0000:00:1a.2
[    1.445669] hub 5-0:1.0: USB hub found
[    1.445793] hub 5-0:1.0: 2 ports detected
[    1.445943] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.446072] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.446074] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.446231] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.446471] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.446614] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.446741] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.446959] usb usb6: Product: UHCI Host Controller
[    1.447083] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.447209] usb usb6: SerialNumber: 0000:00:1d.0
[    1.447400] hub 6-0:1.0: USB hub found
[    1.447523] hub 6-0:1.0: 2 ports detected
[    1.447674] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.447803] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.447805] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.447963] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.448201] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.448344] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.448474] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448692] usb usb7: Product: UHCI Host Controller
[    1.448815] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.448941] usb usb7: SerialNumber: 0000:00:1d.1
[    1.449131] hub 7-0:1.0: USB hub found
[    1.449254] hub 7-0:1.0: 2 ports detected
[    1.449406] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.449536] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.449538] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.449697] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.449934] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.450077] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.450204] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450425] usb usb8: Product: UHCI Host Controller
[    1.450549] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.450674] usb usb8: SerialNumber: 0000:00:1d.2
[    1.450863] hub 8-0:1.0: USB hub found
[    1.450987] hub 8-0:1.0: 2 ports detected
[    1.451153] Initializing USB Mass Storage driver...
[    1.451316] usbcore: registered new interface driver usb-storage
[    1.451444] USB Mass Storage support registered.
[    1.451604] usbcore: registered new interface driver libusual
[    1.451782] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.453568] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.453695] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.453870] mice: PS/2 mouse device common for all mice
[    1.454099] i2c /dev entries driver
[    1.454263] md: raid0 personality registered for level 0
[    1.454388] md: raid1 personality registered for level 1
[    1.454604] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.454826] cpuidle: using governor ladder
[    1.454949] cpuidle: using governor menu
[    1.455191] usbcore: registered new interface driver hiddev
[    1.455339] usbcore: registered new interface driver usbhid
[    1.455465] usbhid: USB HID core driver
[    1.455746] TCP cubic registered
[    1.455868] NET: Registered protocol family 17
[    1.456397] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.471089] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.708549] ata2: SATA link down (SStatus 0 SControl 300)
[    1.708553] ata1: SATA link down (SStatus 0 SControl 300)
[    1.812253] ata6: link resume succeeded after 1 retries
[    1.812256] ata5: link resume succeeded after 1 retries
[    2.042662] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.064650] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.064667] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.067908] ata5.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.068051] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.068056] ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.068058] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.071890] ata5.00: configured for UDMA/133
[    2.074158] ata6.00: configured for UDMA/133
[    2.204376] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.204512] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.204639] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.204767] usb 3-2: Manufacturer: American Power Conversion
[    2.204892] usb 3-2: SerialNumber: 3B1007X44377  
[    2.288260] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.351921] ata3.00: SATA link down (SStatus 0 SControl 301)
[    2.352061] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.366906] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.369657] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.370874] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.371019] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.376902] ata3.01: configured for UDMA/133
[    2.377085] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.377253] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.377254] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.377458] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.377460] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.377924] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.377942] sd 2:0:1:0: Attached scsi generic sg0 type 0
[    2.378301] sd 2:0:1:0: [sda] Write Protect is off
[    2.378426] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.378438] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.378726]  sda:
[    2.383091] ata4.00: configured for UDMA/133
[    2.387945]  sda1 sda2 sda3 sda4 <
[    2.390381] ata4.01: configured for UDMA/133
[    2.390663] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.390980] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.391012] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    2.391071] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.391175] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.391203] sd 3:0:1:0: Attached scsi generic sg2 type 0
[    2.391211] sd 3:0:1:0: [sdc] Write Protect is off
[    2.391213] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.391228] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.391281] scsi 4:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.391295]  sdc:
[    2.391380] sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.391405] sd 4:0:0:0: [sdd] Write Protect is off
[    2.391406] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.391411] sd 4:0:0:0: Attached scsi generic sg3 type 0
[    2.391417] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.391476]  sdd:
[    2.391576] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.391668] sd 5:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.391693] sd 5:0:0:0: [sde] Write Protect is off
[    2.391694] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.391702] sd 5:0:0:0: Attached scsi generic sg4 type 0
[    2.391705] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.391773]  sde: sda5 sdd1
[    2.396105] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.403195]  sde1
[    2.403482] sd 5:0:0:0: [sde] Attached SCSI disk
[    2.406378]  sda6 >
[    2.406623]  sdc1
[    2.406633] sd 3:0:0:0: [sdb] Write Protect is off
[    2.406635] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.406645] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.407115]  sdc2 sdc3 sdc4 < sdc5
[    2.419324] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.429255]  sdc6 >
[    2.444492]  sdb:
[    2.457151] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.457394]  sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 >
[    2.493498] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.499011] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.662847] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.662982] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.663113] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.663241] usb 8-2: Manufacturer: Microsoft
[    2.680939] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.681249] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.573939] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[    4.581438] md: Waiting for all devices to be available before autodetect
[    4.581566] md: If you don't use raid, use raid=noautodetect
[    4.581776] md: Autodetecting RAID arrays.
[    4.646469] md: Scanned 6 and added 6 devices.
[    4.646601] md: autorun ...
[    4.646722] md: considering sdb5 ...
[    4.646845] md:  adding sdb5 ...
[    4.646970] md: sdb3 has different UUID to sdb5
[    4.647095] md:  adding sdc5 ...
[    4.647217] md: sdc3 has different UUID to sdb5
[    4.647342] md:  adding sda5 ...
[    4.647464] md: sda3 has different UUID to sdb5
[    4.647668] md: created md5
[    4.647789] md: bind<sda5>
[    4.647914] md: bind<sdc5>
[    4.648041] md: bind<sdb5>
[    4.648164] md: running: <sdb5><sdc5><sda5>
[    4.648456] raid1: raid set md5 active with 3 out of 3 mirrors
[    4.648594] md5: detected capacity change from 0 to 53694496768
[    4.648741] md: considering sdb3 ...
[    4.648864] md:  adding sdb3 ...
[    4.648990] md:  adding sdc3 ...
[    4.649112] md:  adding sda3 ...
[    4.649312] md: created md3
[    4.649433] md: bind<sda3>
[    4.649558] md: bind<sdc3>
[    4.649682] md: bind<sdb3>
[    4.649805] md: running: <sdb3><sdc3><sda3>
[    4.650092] raid1: raid set md3 active with 3 out of 3 mirrors
[    4.650228] md3: detected capacity change from 0 to 53694562304
[    4.650374] md: ... autorun DONE.
[    4.650530]  md5: unknown partition table
[    4.689954] kjournald starting.  Commit interval 5 seconds
[    4.689960] EXT3-fs (md5): mounted filesystem with writeback data mode
[    4.689971] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[    4.690344] Freeing unused kernel memory: 476k freed
[    4.690524] Write protecting the kernel read-only data: 6144k
[    4.690730] Freeing unused kernel memory: 448k freed
[    4.690928] Freeing unused kernel memory: 248k freed
[    6.569411] udev: starting version 149
[    6.690502]  md3: unknown partition table
[    6.773971] rtc_cmos 00:03: RTC can wake from S4
[    6.774001] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    6.774024] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.882701] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.882704] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [io  0x0400-0x040f 64bit window disabled]
[    6.882706] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.941923] sky2: driver version 1.27
[    6.941945] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.941954] sky2 0000:06:00.0: setting latency timer to 64
[    6.941984] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[    6.942068] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[    6.942289] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[    6.942305] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.942314] sky2 0000:04:00.0: setting latency timer to 64
[    6.942334] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[    6.942417] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[    6.942584] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[    7.018360] Linux agpgart interface v0.103
[    7.061931] [drm] Initialized drm 1.1.0 20060810
[    7.133990] [drm] radeon defaulting to kernel modesetting.
[    7.133992] [drm] radeon kernel modesetting enabled.
[    7.134026] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    7.134029] radeon 0000:03:00.0: setting latency timer to 64
[    7.134890] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[    7.135082] [drm] register mmio base: 0xFBAC0000
[    7.135083] [drm] register mmio size: 131072
[    7.135150] ATOM BIOS: JUNIPER
[    7.135159] [drm] Clocks initialized !
[    7.135160] [drm] 1 Power State(s)
[    7.135161] [drm] State 0 Default (default)
[    7.135162] [drm] 	16 PCIE Lanes
[    7.135163] [drm] 	1 Clock Mode(s)
[    7.135164] [drm] 		0 engine/memory: 850000/1200000
[    7.135168] [drm] radeon: power management initialized
[    7.135173] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[    7.135175] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[    7.135186] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[    7.135247] [drm] Detected VRAM RAM=256M, BAR=256M
[    7.135248] [drm] RAM width 128bits DDR
[    7.135270] [TTM] Zone  kernel: Available graphics memory: 6151634 kiB.
[    7.135271] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[    7.135278] [drm] radeon: 256M of VRAM memory ready
[    7.135279] [drm] radeon: 512M of GTT memory ready.
[    7.136626] [drm] Radeon Display Connectors
[    7.136628] [drm] Connector 0:
[    7.136629] [drm]   DisplayPort
[    7.136630] [drm]   HPD4
[    7.136632] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    7.136633] [drm]   Encoders:
[    7.136635] [drm]     DFP1: INTERNAL_UNIPHY2
[    7.136636] [drm] Connector 1:
[    7.136637] [drm]   HDMI-A
[    7.136638] [drm]   HPD5
[    7.136640] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    7.136642] [drm]   Encoders:
[    7.136643] [drm]     DFP2: INTERNAL_UNIPHY2
[    7.136645] [drm] Connector 2:
[    7.136646] [drm]   DVI-I
[    7.136647] [drm]   HPD1
[    7.136649] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    7.136650] [drm]   Encoders:
[    7.136652] [drm]     DFP3: INTERNAL_UNIPHY1
[    7.136653] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    7.136655] [drm] Connector 3:
[    7.136656] [drm]   DVI-I
[    7.136657] [drm]   HPD6
[    7.136659] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    7.136661] [drm]   Encoders:
[    7.136662] [drm]     DFP4: INTERNAL_UNIPHY
[    7.136664] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.303867] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.303915] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[    7.303937] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    7.486184] [drm] fb mappable at 0xD0040000
[    7.486185] [drm] vram apper at 0xD0000000
[    7.486186] [drm] size 8294400
[    7.486187] [drm] fb depth is 24
[    7.486188] [drm]    pitch is 7680
[    7.493774] Console: switching to colour frame buffer device 240x67
[    7.497766] fb0: radeondrmfb frame buffer device
[    7.497767] registered panic notifier
[    7.497770] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[    7.683309] hda_codec: AD1989B: BIOS auto-probing.
[    7.685597] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[    7.685640] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[    7.685657] HDA Intel 0000:03:00.1: setting latency timer to 64
[    8.309117] EXT3-fs (md5): using internal journal
[    8.615971] md: md11 stopped.
[    8.657875] md: bind<sde1>
[    8.658048] md: bind<sdd1>
[    8.658542] raid0: looking at sdd1
[    8.658544] raid0:   comparing sdd1(104871936)
[    8.658545]  with sdd1(104871936)
[    8.658546] raid0:   END
[    8.658546] raid0:   ==> UNIQUE
[    8.658547] raid0: 1 zones
[    8.658548] raid0: looking at sde1
[    8.658549] raid0:   comparing sde1(104871936)
[    8.658550]  with sdd1(104871936)
[    8.658551] raid0:   EQUAL
[    8.658552] raid0: FINAL 1 zones
[    8.658553] raid0: done.
[    8.658554] raid0 : md_size is 209743872 sectors.
[    8.658555] ******* md11 configuration *********
[    8.658556] zone0=[sdd1/sde1/]
[    8.658558]         zone offset=0kb device offset=0kb size=104871936kb
[    8.658559] **********************************
[    8.658559] 
[    8.658563] md11: detected capacity change from 0 to 107388862464
[    8.659021]  md11: unknown partition table
[    8.664395] md: md6 stopped.
[    8.665354] md: bind<sdb6>
[    8.665657] md: bind<sdc6>
[    8.665845] md: bind<sda6>
[    8.666379] raid1: raid set md6 active with 3 out of 3 mirrors
[    8.666391] md6: detected capacity change from 0 to 253354939392
[    8.666632]  md6: unknown partition table
[    9.180550] kjournald starting.  Commit interval 5 seconds
[    9.180554] EXT3-fs (md11): warning: maximal mount count reached, running e2fsck is recommended
[    9.180812] EXT3-fs (md11): using internal journal
[    9.180817] EXT3-fs (md11): mounted filesystem with writeback data mode
[    9.222457] kjournald starting.  Commit interval 5 seconds
[    9.222460] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[    9.238847] EXT3-fs (md6): using internal journal
[    9.238852] EXT3-fs (md6): mounted filesystem with writeback data mode
[    9.306719] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[    9.308071] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[    9.309487] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[   15.215185] sky2 0000:06:00.0: eth0: enabling interface
[   17.133294] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[   26.742950] NET: Registered protocol family 10
[   28.983183] /dev/vmmon[4193]: Module vmmon: registered with major=10 minor=165
[   28.983191] /dev/vmmon[4193]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   28.983197] /dev/vmmon[4193]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   28.983198] /dev/vmmon[4193]: Module vmmon: initialized
[   29.089626] /dev/vmci[4212]: VMCI: Driver initialized.
[   29.089647] /dev/vmci[4212]: Module vmci: registered with major=10 minor=59
[   29.089649] /dev/vmci[4212]: Module vmci: initialized
[   29.387878] /dev/vmnet: open called by PID 4294 (vmnet-bridge)
[   29.387883] /dev/vmnet: hub 0 does not exist, allocating memory.
[   29.387902] /dev/vmnet: port on hub 0 successfully opened
[   29.387913] bridge-eth0: up
[   29.387915] bridge-eth0: attached
[   30.600891] /dev/vmnet: open called by PID 4301 (vmnet-dhcpd)
[   30.600896] /dev/vmnet: hub 1 does not exist, allocating memory.
[   30.600915] /dev/vmnet: port on hub 1 successfully opened
[   30.649363] /dev/vmnet: open called by PID 4303 (vmnet-netifup)
[   30.649368] /dev/vmnet: port on hub 1 successfully opened
[   30.693440] /dev/vmnet: open called by PID 4306 (vmnet-dhcpd)
[   30.693445] /dev/vmnet: hub 8 does not exist, allocating memory.
[   30.693465] /dev/vmnet: port on hub 8 successfully opened
[   30.791250] /dev/vmnet: open called by PID 4310 (vmnet-natd)
[   30.791256] /dev/vmnet: port on hub 8 successfully opened
[   30.799896] /dev/vmnet: open called by PID 4311 (vmnet-netifup)
[   30.799902] /dev/vmnet: port on hub 8 successfully opened
[   37.466088] eth0: no IPv6 routers present
[   41.182014] vmnet8: no IPv6 routers present
[   41.325622] vmnet1: no IPv6 routers present

[-- Attachment #3: dmesg.IDEDriveMissing --]
[-- Type: application/octet-stream, Size: 60234 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r1 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #4 SMP PREEMPT Tue Jul 6 10:35:15 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771144]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771180 - 0001771780]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771780 - 0001771900]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771900 - 0001771941]         BOOTMEM
[    0.000000]   #20 [0001771980 - 0001771a06]         BOOTMEM
[    0.000000]   #21 [0001771a40 - 0001771ca8]         BOOTMEM
[    0.000000]   #22 [0001771cc0 - 0001771d28]         BOOTMEM
[    0.000000]   #23 [0001771d40 - 0001771da8]         BOOTMEM
[    0.000000]   #24 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #25 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #26 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #27 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #28 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #29 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #30 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #31 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a34c0 - 00017a34ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3500 - 00017a3508]         BOOTMEM
[    0.000000]   #47 [00017a3540 - 00017a3548]         BOOTMEM
[    0.000000]   #48 [00017a3580 - 00017a35b0]         BOOTMEM
[    0.000000]   #49 [00017a35c0 - 00017a3620]         BOOTMEM
[    0.000000]   #50 [00017a3640 - 00017a3750]         BOOTMEM
[    0.000000]   #51 [00017a3780 - 00017a37c8]         BOOTMEM
[    0.000000]   #52 [00017a3800 - 00017a3848]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3630k kernel code, 1057732k absent, 271696k reserved, 2958k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3338.194 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6676.38 BogoMIPS (lpj=3338194)
[    0.000296] Security Framework initialized
[    0.000436] Mount-cache hash table entries: 256
[    0.000642] CPU: Physical Processor ID: 0
[    0.000767] CPU: Processor Core ID: 0
[    0.000894] mce: CPU supports 9 MCE banks
[    0.001030] CPU0: Thermal monitoring enabled (TM1)
[    0.001163] using mwait in idle threads.
[    0.001296] Performance Events: Westmere events, Intel PMU driver.
[    0.001477] ... version:                3
[    0.001602] ... bit width:              48
[    0.001727] ... generic registers:      4
[    0.001852] ... value mask:             0000ffffffffffff
[    0.001980] ... max period:             000000007fffffff
[    0.002107] ... fixed-purpose events:   3
[    0.002239] ... event mask:             000000070000000f
[    0.002386] Freeing SMP alternatives: 36k freed
[    0.002517] ACPI: Core revision 20100121
[    0.041833] Setting APIC routing to physical flat
[    0.042401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.052507] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.159795] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.204151] Brought up 12 CPUs
[    1.204276] Total of 12 processors activated (81697.10 BogoMIPS).
[    1.210793] NET: Registered protocol family 16
[    1.213689] ACPI: bus type pci registered
[    1.213870] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.214100] PCI: not using MMCONFIG
[    1.214223] PCI: Using configuration type 1 for base access
[    1.216248] bio: create slab <bio-0> at 0
[    1.217577] ACPI: EC: Look up EC in DSDT
[    1.218706] ACPI: Executed 1 blocks of module-level executable AML code
[    1.299202] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.300038] ACPI: Interpreter enabled
[    1.300162] ACPI: (supports S0 S5)
[    1.300340] ACPI: Using IOAPIC for interrupt routing
[    1.300504] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.302306] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.327180] ACPI: No dock devices found.
[    1.327305] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.327636] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.327981] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.328110] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.328239] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.328461] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.328684] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.328909] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.329172] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.329175] pci 0000:00:00.0: PME# disabled
[    1.329217] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.329219] pci 0000:00:01.0: PME# disabled
[    1.329261] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.329263] pci 0000:00:03.0: PME# disabled
[    1.329307] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.329309] pci 0000:00:07.0: PME# disabled
[    1.329477] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.329530] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.329583] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.329635] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.329680] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.329683] pci 0000:00:1a.7: PME# disabled
[    1.329712] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.329746] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.329748] pci 0000:00:1b.0: PME# disabled
[    1.329799] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.329802] pci 0000:00:1c.0: PME# disabled
[    1.329855] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.329857] pci 0000:00:1c.2: PME# disabled
[    1.329910] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.329913] pci 0000:00:1c.4: PME# disabled
[    1.329965] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.329968] pci 0000:00:1c.5: PME# disabled
[    1.330007] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.330060] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.330112] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.330164] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.330210] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.330213] pci 0000:00:1d.7: PME# disabled
[    1.330308] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.330532] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.330663] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.330927] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.330931] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.330935] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.330940] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.330944] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.330948] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.330984] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.330994] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.331024] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.331028] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.331032] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.331036] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.331040] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.331044] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.331094] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.331221] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.331223] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.331227] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.331254] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.331381] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.331383] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.331387] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.331427] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.331434] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.331438] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.331444] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.331459] pci 0000:03:00.0: supports D1 D2
[    1.331480] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.331508] pci 0000:03:00.1: supports D1 D2
[    1.331518] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.331646] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.331649] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.331652] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.331684] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.331814] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.331816] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.331821] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.331886] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.331892] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.331915] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.331950] pci 0000:06:00.0: supports D1 D2
[    1.331951] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.331955] pci 0000:06:00.0: PME# disabled
[    1.331964] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.332091] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.332094] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.332098] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332196] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.332230] pci 0000:05:00.0: PME# supported from D3hot
[    1.332234] pci 0000:05:00.0: PME# disabled
[    1.332274] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.332281] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.332289] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.332296] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.332303] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.332356] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.332483] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.332486] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.332490] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332557] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.332564] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.332586] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.332621] pci 0000:04:00.0: supports D1 D2
[    1.332623] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.332626] pci 0000:04:00.0: PME# disabled
[    1.332636] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.332765] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.332768] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.332772] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332811] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.332816] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.332853] pci 0000:08:02.0: supports D2
[    1.332854] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.332857] pci 0000:08:02.0: PME# disabled
[    1.332893] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.333023] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.333026] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.333030] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.333031] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.333033] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.333034] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.333036] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.333037] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.333039] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.333063] pci_bus 0000:00: on NUMA node 0
[    1.333066] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.333297] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.333372] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.333417] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.333461] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.333513] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.333557] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.333600] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.333642] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.354013] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.354501] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.354787] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.355272] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.355759] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.356243] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.356731] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.357215] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.357797] SCSI subsystem initialized
[    1.358030] libata version 3.00 loaded.
[    1.358113] usbcore: registered new interface driver usbfs
[    1.358258] usbcore: registered new interface driver hub
[    1.358406] usbcore: registered new device driver usb
[    1.358647] PCI: Using ACPI for IRQ routing
[    1.358772] PCI: pci_cache_line_size set to 64 bytes
[    1.358854] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.358855] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.358925] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.359176] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.361315] Switching to clocksource tsc
[    1.361819] pnp: PnP ACPI init
[    1.361944] ACPI: bus type pnp registered
[    1.364476] pnp: PnP ACPI: found 17 devices
[    1.364603] ACPI: ACPI bus type pnp unregistered
[    1.364734] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.364863] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.364991] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.365119] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.365247] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.365375] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.365506] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.365636] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.365764] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.365891] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.366018] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.366147] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.366275] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.366405] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.366535] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.366666] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.366797] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.366926] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.367055] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.367183] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.367311] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.367440] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.372161] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.372290] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.372513] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.372737] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.372960] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.373087] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.373212] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.373340] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.373467] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.373597] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.373723] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.373851] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.373978] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.374107] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.374233] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.374362] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.374491] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.374717] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.374843] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.374972] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.375102] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.375327] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.375453] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.375583] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.375713] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.375938] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.376064] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.376193] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.376322] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.376549] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.376675] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.376804] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.376934] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.377159] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.377284] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.377413] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.377544] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.377679] pci 0000:00:01.0: setting latency timer to 64
[    1.377684] pci 0000:00:03.0: setting latency timer to 64
[    1.377690] pci 0000:00:07.0: setting latency timer to 64
[    1.377695] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.377825] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.377954] pci 0000:00:1c.0: setting latency timer to 64
[    1.377961] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.378090] pci 0000:00:1c.2: setting latency timer to 64
[    1.378095] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.378224] pci 0000:00:1c.4: setting latency timer to 64
[    1.378231] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.378360] pci 0000:00:1c.5: setting latency timer to 64
[    1.378364] pci 0000:00:1e.0: setting latency timer to 64
[    1.378366] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.378368] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.378369] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.378370] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.378371] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.378373] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.378374] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.378375] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.378377] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.378378] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.378379] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.378381] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.378382] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.378383] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.378384] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.378386] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.378387] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.378388] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.378390] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.378391] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.378392] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.378393] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.378395] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.378396] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.378397] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.378398] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.378400] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.378401] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.378402] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.378442] NET: Registered protocol family 2
[    1.378618] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.379291] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.379973] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.380205] TCP: Hash tables configured (established 262144 bind 65536)
[    1.380333] TCP reno registered
[    1.380456] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.380620] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.380864] NET: Registered protocol family 1
[    1.381153] RPC: Registered udp transport module.
[    1.381278] RPC: Registered tcp transport module.
[    1.381402] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.381672] pci 0000:03:00.0: Boot video device
[    1.381686] PCI: CLS 256 bytes, default 64
[    1.381711] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.381839] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.382061] software IO TLB at phys 0xe000000 - 0x12000000
[    1.384260] VFS: Disk quotas dquot_6.5.2
[    1.384403] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.384793] NTFS driver 2.1.29 [Flags: R/W].
[    1.384955] fuse init (API version 7.13)
[    1.385128] msgmni has been set to 24027
[    1.385470] alg: No test for stdrng (krng)
[    1.385626] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.385850] io scheduler noop registered
[    1.385973] io scheduler deadline registered
[    1.386111] io scheduler cfq registered (default)
[    1.386299] pcieport 0000:00:01.0: setting latency timer to 64
[    1.386323] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.386387] pcieport 0000:00:03.0: setting latency timer to 64
[    1.386409] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.386470] pcieport 0000:00:07.0: setting latency timer to 64
[    1.386492] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.386622] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.386650] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.386733] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.386761] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.386841] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.386869] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.386948] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.386976] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.387073] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.387078] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.387081] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.388489] Non-volatile memory driver v1.3
[    1.388716] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.388941] ACPI: Power Button [PWRB]
[    1.389098] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.389320] ACPI: Power Button [PWRF]
[    1.389952] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.391225] brd: module loaded
[    1.391779] loop: module loaded
[    1.392014] ahci 0000:05:00.0: version 3.0
[    1.392027] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.402484] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.402718] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.402849] ahci 0000:05:00.0: setting latency timer to 64
[    1.402931] scsi0 : ahci
[    1.403130] scsi1 : ahci
[    1.405966] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.406189] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.406452] ata_piix 0000:00:1f.2: version 2.13
[    1.406461] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.406592] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.406863] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.406894] scsi2 : ata_piix
[    1.407076] scsi3 : ata_piix
[    1.408459] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.408591] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.408734] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.408866] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.409133] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.409154] scsi4 : ata_piix
[    1.409335] scsi5 : ata_piix
[    1.410527] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.410660] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.410871] console [netcon0] enabled
[    1.410995] netconsole: network logging started
[    1.411177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.411315] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.411451] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.411453] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.411619] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.411860] ehci_hcd 0000:00:1a.7: debug port 1
[    1.415863] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.415871] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.425401] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.425547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.425677] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.425898] usb usb1: Product: EHCI Host Controller
[    1.426023] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.426150] usb usb1: SerialNumber: 0000:00:1a.7
[    1.426347] hub 1-0:1.0: USB hub found
[    1.426472] hub 1-0:1.0: 6 ports detected
[    1.426637] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.426772] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.426774] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.426932] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.427169] ehci_hcd 0000:00:1d.7: debug port 1
[    1.431171] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.431180] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.440364] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.440506] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.440636] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.440857] usb usb2: Product: EHCI Host Controller
[    1.440982] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.441109] usb usb2: SerialNumber: 0000:00:1d.7
[    1.441302] hub 2-0:1.0: USB hub found
[    1.441426] hub 2-0:1.0: 6 ports detected
[    1.441603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.441752] uhci_hcd: USB Universal Host Controller Interface driver
[    1.441896] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.442027] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.442029] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.442190] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.442430] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.442578] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.442706] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.442927] usb usb3: Product: UHCI Host Controller
[    1.443051] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.443179] usb usb3: SerialNumber: 0000:00:1a.0
[    1.443372] hub 3-0:1.0: USB hub found
[    1.443497] hub 3-0:1.0: 2 ports detected
[    1.443652] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.443783] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.443785] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.443943] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.444187] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.444332] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.444460] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444684] usb usb4: Product: UHCI Host Controller
[    1.444809] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.444936] usb usb4: SerialNumber: 0000:00:1a.1
[    1.445125] hub 4-0:1.0: USB hub found
[    1.445250] hub 4-0:1.0: 2 ports detected
[    1.445402] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.445533] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.445535] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.445695] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.445941] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.446086] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.446214] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.446435] usb usb5: Product: UHCI Host Controller
[    1.446562] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.446689] usb usb5: SerialNumber: 0000:00:1a.2
[    1.446880] hub 5-0:1.0: USB hub found
[    1.447005] hub 5-0:1.0: 2 ports detected
[    1.447157] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.447288] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.447290] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.447448] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.447690] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.447835] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.447962] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448183] usb usb6: Product: UHCI Host Controller
[    1.448308] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.448436] usb usb6: SerialNumber: 0000:00:1d.0
[    1.448628] hub 6-0:1.0: USB hub found
[    1.448753] hub 6-0:1.0: 2 ports detected
[    1.448904] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.449036] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.449038] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.449196] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.449437] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.449584] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.449712] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.449933] usb usb7: Product: UHCI Host Controller
[    1.450058] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.450185] usb usb7: SerialNumber: 0000:00:1d.1
[    1.450376] hub 7-0:1.0: USB hub found
[    1.450501] hub 7-0:1.0: 2 ports detected
[    1.450654] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.450785] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.450787] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.450946] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.451186] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.451331] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.451459] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.451682] usb usb8: Product: UHCI Host Controller
[    1.451807] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.451934] usb usb8: SerialNumber: 0000:00:1d.2
[    1.452124] hub 8-0:1.0: USB hub found
[    1.452249] hub 8-0:1.0: 2 ports detected
[    1.452417] Initializing USB Mass Storage driver...
[    1.452584] usbcore: registered new interface driver usb-storage
[    1.452711] USB Mass Storage support registered.
[    1.452872] usbcore: registered new interface driver libusual
[    1.453050] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.454889] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.455018] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.455193] mice: PS/2 mouse device common for all mice
[    1.455427] i2c /dev entries driver
[    1.455590] md: raid0 personality registered for level 0
[    1.455717] md: raid1 personality registered for level 1
[    1.455932] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.456157] cpuidle: using governor ladder
[    1.456281] cpuidle: using governor menu
[    1.456525] usbcore: registered new interface driver hiddev
[    1.456677] usbcore: registered new interface driver usbhid
[    1.456803] usbhid: USB HID core driver
[    1.457085] TCP cubic registered
[    1.457208] NET: Registered protocol family 17
[    1.457732] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.472972] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.710726] ata2: SATA link down (SStatus 0 SControl 300)
[    1.710729] ata1: SATA link down (SStatus 0 SControl 300)
[    2.044877] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.206546] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.206683] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.206812] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.206940] usb 3-2: Manufacturer: American Power Conversion
[    2.207067] usb 3-2: SerialNumber: 3B1007X44377  
[    2.210522] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.210668] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.216983] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.217120] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.217433] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.217585] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.223759] ata4.00: configured for UDMA/133
[    2.230302] ata4.01: configured for UDMA/133
[    2.233461] ata3.00: SATA link down (SStatus 0 SControl 301)
[    2.233603] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.247860] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.247996] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.251686] ata3.01: configured for UDMA/133
[    2.251872] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.252203] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.252221] sd 2:0:1:0: Attached scsi generic sg0 type 0
[    2.252592] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.253407] sd 2:0:1:0: [sda] Write Protect is off
[    2.253408] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.253426] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.253524]  sda:
[    2.255942] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.255976] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    2.256036] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.256132] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.256157] sd 3:0:1:0: [sdc] Write Protect is off
[    2.256158] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.256159] sd 3:0:1:0: Attached scsi generic sg2 type 0
[    2.256169] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.256233]  sdc: sda1 sda2 sda3 sda4 < sdc1 sdc2
[    2.267155] sd 3:0:0:0: [sdb] Write Protect is off
[    2.267158] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.267180] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.267655]  sdc3 sdc4 < sdc5 sda5 sdc6 >
[    2.290413] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.293579]  sda6 >
[    2.305064]  sdb:
[    2.306533] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.313062] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.313190]  sdb1 sdb2 sdb3 sdb4 < sdb5
[    2.328956] ata5: SATA link down (SStatus 0 SControl 301)
[    2.337495]  sdb6 >
[    2.354922] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.481838] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.485070] ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.485207] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.491826] ata6.00: configured for UDMA/133
[    2.491998] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.492314] sd 5:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.492354] sd 5:0:0:0: Attached scsi generic sg3 type 0
[    2.492686] sd 5:0:0:0: [sdd] Write Protect is off
[    2.492815] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.492826] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.493113]  sdd:
[    2.495773] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.503117]  sdd1
[    2.503410] sd 5:0:0:0: [sdd] Attached SCSI disk
[    2.665098] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.665235] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.665367] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.665496] usb 8-2: Manufacturer: Microsoft
[    2.683191] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.683504] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.574284] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[    4.581943] md: Waiting for all devices to be available before autodetect
[    4.582079] md: If you don't use raid, use raid=noautodetect
[    4.582288] md: Autodetecting RAID arrays.
[    4.643656] md: Scanned 6 and added 6 devices.
[    4.643788] md: autorun ...
[    4.643910] md: considering sdb5 ...
[    4.644035] md:  adding sdb5 ...
[    4.644159] md: sdb3 has different UUID to sdb5
[    4.644285] md:  adding sda5 ...
[    4.644408] md: sda3 has different UUID to sdb5
[    4.644538] md:  adding sdc5 ...
[    4.644662] md: sdc3 has different UUID to sdb5
[    4.644868] md: created md5
[    4.644991] md: bind<sdc5>
[    4.645117] md: bind<sda5>
[    4.645243] md: bind<sdb5>
[    4.645368] md: running: <sdb5><sda5><sdc5>
[    4.645660] raid1: raid set md5 active with 3 out of 3 mirrors
[    4.645802] md5: detected capacity change from 0 to 53694496768
[    4.645950] md: considering sdb3 ...
[    4.646075] md:  adding sdb3 ...
[    4.646199] md:  adding sda3 ...
[    4.646323] md:  adding sdc3 ...
[    4.646527] md: created md3
[    4.646650] md: bind<sdc3>
[    4.646776] md: bind<sda3>
[    4.646901] md: bind<sdb3>
[    4.647026] md: running: <sdb3><sda3><sdc3>
[    4.647315] raid1: raid set md3 active with 3 out of 3 mirrors
[    4.647452] md3: detected capacity change from 0 to 53694562304
[    4.647602] md: ... autorun DONE.
[    4.647758]  md5: unknown partition table
[    4.691815] kjournald starting.  Commit interval 5 seconds
[    4.691821] EXT3-fs (md5): mounted filesystem with writeback data mode
[    4.691832] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[    4.692209] Freeing unused kernel memory: 476k freed
[    4.692393] Write protecting the kernel read-only data: 6144k
[    4.692601] Freeing unused kernel memory: 448k freed
[    4.692797] Freeing unused kernel memory: 248k freed
[    6.486789] udev: starting version 149
[    6.580054] rtc_cmos 00:03: RTC can wake from S4
[    6.580121] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    6.580146] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.611062]  md3:
[    6.731884] sky2: driver version 1.27
[    6.731907] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.731916] sky2 0000:06:00.0: setting latency timer to 64
[    6.731943] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[    6.732024] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[    6.732193] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[    6.732205] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.732211] sky2 0000:04:00.0: setting latency timer to 64
[    6.732231] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[    6.732311] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[    6.732473] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[    6.744861] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.744865] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [io  0x0400-0x040f disabled]
[    6.744867] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.752115]  unknown partition table
[    6.842496] Linux agpgart interface v0.103
[    6.865663] [drm] Initialized drm 1.1.0 20060810
[    6.945232] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    6.945290] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[    6.945314] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    6.956533] [drm] radeon defaulting to kernel modesetting.
[    6.956534] [drm] radeon kernel modesetting enabled.
[    6.956565] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    6.956568] radeon 0000:03:00.0: setting latency timer to 64
[    6.957286] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[    6.957428] [drm] register mmio base: 0xFBAC0000
[    6.957429] [drm] register mmio size: 131072
[    6.957495] ATOM BIOS: JUNIPER
[    6.957504] [drm] Clocks initialized !
[    6.957505] [drm] 1 Power State(s)
[    6.957506] [drm] State 0 Default (default)
[    6.957507] [drm] 	16 PCIE Lanes
[    6.957508] [drm] 	1 Clock Mode(s)
[    6.957509] [drm] 		0 engine/memory: 850000/1200000
[    6.957514] [drm] radeon: power management initialized
[    6.957519] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[    6.957521] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[    6.957531] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[    6.957532] [drm] Detected VRAM RAM=256M, BAR=256M
[    6.957533] [drm] RAM width 128bits DDR
[    6.957553] [TTM] Zone  kernel: Available graphics memory: 6151634 kiB.
[    6.957554] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[    6.957561] [drm] radeon: 256M of VRAM memory ready
[    6.957562] [drm] radeon: 512M of GTT memory ready.
[    6.958913] [drm] Radeon Display Connectors
[    6.958915] [drm] Connector 0:
[    6.958916] [drm]   DisplayPort
[    6.958918] [drm]   HPD4
[    6.958920] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    6.958921] [drm]   Encoders:
[    6.958923] [drm]     DFP1: INTERNAL_UNIPHY2
[    6.958924] [drm] Connector 1:
[    6.958926] [drm]   HDMI-A
[    6.958927] [drm]   HPD5
[    6.958929] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    6.958931] [drm]   Encoders:
[    6.958932] [drm]     DFP2: INTERNAL_UNIPHY2
[    6.958934] [drm] Connector 2:
[    6.958935] [drm]   DVI-I
[    6.958936] [drm]   HPD1
[    6.958938] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    6.958940] [drm]   Encoders:
[    6.958941] [drm]     DFP3: INTERNAL_UNIPHY1
[    6.958942] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    6.958944] [drm] Connector 3:
[    6.958945] [drm]   DVI-I
[    6.958951] [drm]   HPD6
[    6.958953] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    6.958954] [drm]   Encoders:
[    6.958955] [drm]     DFP4: INTERNAL_UNIPHY
[    6.958957] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.307599] [drm] fb mappable at 0xD0040000
[    7.307601] [drm] vram apper at 0xD0000000
[    7.307602] [drm] size 8294400
[    7.307602] [drm] fb depth is 24
[    7.307603] [drm]    pitch is 7680
[    7.316065] Console: switching to colour frame buffer device 240x67
[    7.320027] fb0: radeondrmfb frame buffer device
[    7.320028] registered panic notifier
[    7.320031] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[    7.321128] hda_codec: AD1989B: BIOS auto-probing.
[    7.323402] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[    7.323444] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[    7.323462] HDA Intel 0000:03:00.1: setting latency timer to 64
[    8.086540] EXT3-fs (md5): using internal journal
[    8.362076] md: md11 stopped.
[    8.385474] md: bind<sdd1>
[    8.387906] md: md6 stopped.
[    8.393334] md: bind<sdb6>
[    8.393719] md: bind<sdc6>
[    8.403198] md: bind<sda6>
[    8.403778] raid1: raid set md6 active with 3 out of 3 mirrors
[    8.403791] md6: detected capacity change from 0 to 253354939392
[    8.404161]  md6: unknown partition table
[    8.947063] EXT3-fs (md11): error: unable to read superblock
[    8.975182] kjournald starting.  Commit interval 5 seconds
[    8.975187] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[    8.995355] EXT3-fs (md6): using internal journal
[    8.995361] EXT3-fs (md6): mounted filesystem with writeback data mode
[    9.048862] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[    9.050276] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[    9.051611] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[   14.327600] sky2 0000:06:00.0: eth0: enabling interface
[   16.224803] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[   20.878956] NET: Registered protocol family 10
[   23.072866] /dev/vmmon[4159]: Module vmmon: registered with major=10 minor=165
[   23.072874] /dev/vmmon[4159]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   23.072879] /dev/vmmon[4159]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   23.072881] /dev/vmmon[4159]: Module vmmon: initialized
[   23.144869] /dev/vmci[4178]: VMCI: Driver initialized.
[   23.144884] /dev/vmci[4178]: Module vmci: registered with major=10 minor=59
[   23.144886] /dev/vmci[4178]: Module vmci: initialized
[   23.421937] /dev/vmnet: open called by PID 4260 (vmnet-bridge)
[   23.421944] /dev/vmnet: hub 0 does not exist, allocating memory.
[   23.421963] /dev/vmnet: port on hub 0 successfully opened
[   23.421973] bridge-eth0: up
[   23.421975] bridge-eth0: attached
[   24.627203] /dev/vmnet: open called by PID 4267 (vmnet-dhcpd)
[   24.627207] /dev/vmnet: hub 1 does not exist, allocating memory.
[   24.627219] /dev/vmnet: port on hub 1 successfully opened
[   24.675538] /dev/vmnet: open called by PID 4269 (vmnet-netifup)
[   24.675543] /dev/vmnet: port on hub 1 successfully opened
[   24.715811] /dev/vmnet: open called by PID 4272 (vmnet-dhcpd)
[   24.715815] /dev/vmnet: hub 8 does not exist, allocating memory.
[   24.715827] /dev/vmnet: port on hub 8 successfully opened
[   24.807422] /dev/vmnet: open called by PID 4276 (vmnet-natd)
[   24.807427] /dev/vmnet: port on hub 8 successfully opened
[   24.814063] /dev/vmnet: open called by PID 4277 (vmnet-netifup)
[   24.814069] /dev/vmnet: port on hub 8 successfully opened
[   30.962545] eth0: no IPv6 routers present
[   35.045016] vmnet8: no IPv6 routers present
[   35.591626] vmnet1: no IPv6 routers present

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-06 18:13               ` Mark Knecht
@ 2010-07-07  5:50                 ` Tejun Heo
  2010-07-07 15:34                   ` Mark Knecht
  0 siblings, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-07  5:50 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

Hello,

On 07/06/2010 08:13 PM, Mark Knecht wrote:
> OK - thanks. The patch seemed to install correctly. I then did
> 
> make clean
> make && make modules_install
> 
> and then a Gentoo command:
> 
> modules-rebuild -X rebuild
> 
> to pick up any package modules that need to be rebuild when I use a
> new kernel. (X drivers, vmware, etc.)
> 
> The kernel boots fine:
> 
> mark@c2stable ~ $ uname -a
> Linux c2stable 2.6.34-gentoo-r1 #4 SMP PREEMPT Tue Jul 6 10:35:15 PDT
> 2010 x86_64 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel
> GNU/Linux
> mark@c2stable ~ $
> 
> I don't know what I'm looking for in the dmesg files but I do see one
> message about a SATA Link being down.

Umm... the patched module isn't being loaded.  If patched, it should
be reporting whether it's hard or soft resetting and some other debug
messages.  One common mistake is not updating initrd with patched
modules.  Is "modules-rebuild -X rebuild" the command for initrd
update?

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07  5:50                 ` Tejun Heo
@ 2010-07-07 15:34                   ` Mark Knecht
  2010-07-07 15:48                     ` Tejun Heo
  0 siblings, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-07 15:34 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 2781 bytes --]

On Tue, Jul 6, 2010 at 10:50 PM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/06/2010 08:13 PM, Mark Knecht wrote:
>> OK - thanks. The patch seemed to install correctly. I then did
>>
>> make clean
>> make && make modules_install
>>
>> and then a Gentoo command:
>>
>> modules-rebuild -X rebuild
>>
>> to pick up any package modules that need to be rebuild when I use a
>> new kernel. (X drivers, vmware, etc.)
>>
>> The kernel boots fine:
>>
>> mark@c2stable ~ $ uname -a
>> Linux c2stable 2.6.34-gentoo-r1 #4 SMP PREEMPT Tue Jul 6 10:35:15 PDT
>> 2010 x86_64 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel
>> GNU/Linux
>> mark@c2stable ~ $
>>
>> I don't know what I'm looking for in the dmesg files but I do see one
>> message about a SATA Link being down.
>
> Umm... the patched module isn't being loaded.  If patched, it should
> be reporting whether it's hard or soft resetting and some other debug
> messages.  One common mistake is not updating initrd with patched
> modules.  Is "modules-rebuild -X rebuild" the command for initrd
> update?
>
> Thanks.
>
> --
> tejun
>
I don't use an initrd.

I don't know what happened with the patch but clearly it wasn't in
there. I wasn't confident so I used the --dry-run option. Maybe I
forgot to remove it or something. Sorry. It's in now.

OK - I don't know if this was you intention but since adding this
patch I've not had a single drive missing failure. I've cold booted
about 8 times and warm booted at least 20 times. Every one has come up
fine. I've even gone so far as to turn off the UPS and sit for 5
minutes before cold booting. Still nothing fails right now.

I've had this sort of statistical thing happen before where it hasn't
failed for days, maybe even weeks, but then it starts failing and
fails every time for awhile. Over the past few days working with you
I've never had to reboot more than twice to get you a file. Now I've
tried 30 times this morning and I've come up with nothing.

I will continue to watch the machine and send you the failing dmesg
file whenever I finally get it. For now I can only attach the passing
file showing the patch is now included.

modules-rebuild is just a little Gentoo script that rebuilds a list of
modules that I've previously set up. Each time I build a new kernel I
rebuild some modules as well as mesa:

xorg-drivers
xorg-input-evdev
xorg-input-keyboard
xorg-input-mouse
xf86-video-ati
xf86-video-fbdev
xf86-video-vmware
vmware-modules
mesa

Clearly I shouldn't need both evdev as well as keyboard/mouse but
there's been problems with hald so I've been flipping back and forth a
bit. mesa is just superstition but I _think_ it's helped a couple of
times.

Thanks!

- Mark

[-- Attachment #2: dmesg.IDE_AllDrives --]
[-- Type: application/octet-stream, Size: 63559 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r1 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #5 SMP PREEMPT Wed Jul 7 06:54:21 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771144]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771180 - 0001771780]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771780 - 0001771900]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771900 - 0001771941]         BOOTMEM
[    0.000000]   #20 [0001771980 - 0001771a06]         BOOTMEM
[    0.000000]   #21 [0001771a40 - 0001771ca8]         BOOTMEM
[    0.000000]   #22 [0001771cc0 - 0001771d28]         BOOTMEM
[    0.000000]   #23 [0001771d40 - 0001771da8]         BOOTMEM
[    0.000000]   #24 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #25 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #26 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #27 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #28 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #29 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #30 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #31 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a34c0 - 00017a34ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3500 - 00017a3508]         BOOTMEM
[    0.000000]   #47 [00017a3540 - 00017a3548]         BOOTMEM
[    0.000000]   #48 [00017a3580 - 00017a35b0]         BOOTMEM
[    0.000000]   #49 [00017a35c0 - 00017a3620]         BOOTMEM
[    0.000000]   #50 [00017a3640 - 00017a3750]         BOOTMEM
[    0.000000]   #51 [00017a3780 - 00017a37c8]         BOOTMEM
[    0.000000]   #52 [00017a3800 - 00017a3848]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3630k kernel code, 1057732k absent, 271696k reserved, 2958k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3338.144 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6676.28 BogoMIPS (lpj=3338144)
[    0.000292] Security Framework initialized
[    0.000430] Mount-cache hash table entries: 256
[    0.000636] CPU: Physical Processor ID: 0
[    0.000760] CPU: Processor Core ID: 0
[    0.000886] mce: CPU supports 9 MCE banks
[    0.001020] CPU0: Thermal monitoring enabled (TM1)
[    0.001152] using mwait in idle threads.
[    0.001283] Performance Events: Westmere events, Intel PMU driver.
[    0.001462] ... version:                3
[    0.001585] ... bit width:              48
[    0.001708] ... generic registers:      4
[    0.001832] ... value mask:             0000ffffffffffff
[    0.001958] ... max period:             000000007fffffff
[    0.002083] ... fixed-purpose events:   3
[    0.002213] ... event mask:             000000070000000f
[    0.002359] Freeing SMP alternatives: 36k freed
[    0.002488] ACPI: Core revision 20100121
[    0.046641] Setting APIC routing to physical flat
[    0.047199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057306] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.164785] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.212980] Brought up 12 CPUs
[    1.213103] Total of 12 processors activated (81162.98 BogoMIPS).
[    1.219620] NET: Registered protocol family 16
[    1.222508] ACPI: bus type pci registered
[    1.222688] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.222914] PCI: not using MMCONFIG
[    1.223037] PCI: Using configuration type 1 for base access
[    1.225071] bio: create slab <bio-0> at 0
[    1.226390] ACPI: EC: Look up EC in DSDT
[    1.227517] ACPI: Executed 1 blocks of module-level executable AML code
[    1.311207] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.312031] ACPI: Interpreter enabled
[    1.312153] ACPI: (supports S0 S5)
[    1.312328] ACPI: Using IOAPIC for interrupt routing
[    1.312492] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.314294] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.339180] ACPI: No dock devices found.
[    1.339304] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.339631] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.339976] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.340104] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.340231] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.340451] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.340673] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.340892] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.341154] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.341157] pci 0000:00:00.0: PME# disabled
[    1.341199] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.341201] pci 0000:00:01.0: PME# disabled
[    1.341243] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.341245] pci 0000:00:03.0: PME# disabled
[    1.341289] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.341291] pci 0000:00:07.0: PME# disabled
[    1.341459] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.341512] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.341565] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.341617] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.341664] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.341667] pci 0000:00:1a.7: PME# disabled
[    1.341694] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.341728] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.341730] pci 0000:00:1b.0: PME# disabled
[    1.341781] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.341783] pci 0000:00:1c.0: PME# disabled
[    1.341836] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.341839] pci 0000:00:1c.2: PME# disabled
[    1.341892] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.341894] pci 0000:00:1c.4: PME# disabled
[    1.341946] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.341949] pci 0000:00:1c.5: PME# disabled
[    1.341988] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.342041] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.342093] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.342145] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.342190] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.342193] pci 0000:00:1d.7: PME# disabled
[    1.342288] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.342510] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.342641] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.342901] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.342905] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.342909] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.342913] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.342917] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.342921] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.342957] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.342967] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.342997] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.343001] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.343005] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.343009] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.343013] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.343017] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.343067] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.343193] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.343195] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.343199] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.343225] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.343351] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.343353] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.343357] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.343397] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.343404] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.343408] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.343414] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.343428] pci 0000:03:00.0: supports D1 D2
[    1.343450] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.343477] pci 0000:03:00.1: supports D1 D2
[    1.343487] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.343614] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.343616] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.343620] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.343654] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.343780] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.343783] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.343787] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.343852] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.343858] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.343881] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.343916] pci 0000:06:00.0: supports D1 D2
[    1.343917] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.343921] pci 0000:06:00.0: PME# disabled
[    1.343930] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.344056] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.344059] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.344063] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.344160] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.344194] pci 0000:05:00.0: PME# supported from D3hot
[    1.344198] pci 0000:05:00.0: PME# disabled
[    1.344238] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.344245] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.344253] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.344260] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.344267] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.344320] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.344446] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.344448] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.344453] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.344517] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.344525] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.344547] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.344582] pci 0000:04:00.0: supports D1 D2
[    1.344583] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.344587] pci 0000:04:00.0: PME# disabled
[    1.344596] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.344724] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.344727] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.344731] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.344770] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.344775] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.344812] pci 0000:08:02.0: supports D2
[    1.344813] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.344816] pci 0000:08:02.0: PME# disabled
[    1.344851] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.344980] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.344983] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.344987] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.344989] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.344990] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.344991] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.344993] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.344994] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.344996] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.345020] pci_bus 0000:00: on NUMA node 0
[    1.345023] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.345253] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.345328] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.345373] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.345417] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.345469] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.345512] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.345556] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.345599] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.366004] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.366488] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.366774] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.367254] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.367738] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.368218] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.368701] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.369181] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.369758] SCSI subsystem initialized
[    1.369988] libata version 3.00 loaded.
[    1.370072] usbcore: registered new interface driver usbfs
[    1.370216] usbcore: registered new interface driver hub
[    1.370363] usbcore: registered new device driver usb
[    1.370599] PCI: Using ACPI for IRQ routing
[    1.370723] PCI: pci_cache_line_size set to 64 bytes
[    1.370805] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.370806] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.370876] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.371123] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.373261] Switching to clocksource tsc
[    1.373760] pnp: PnP ACPI init
[    1.373884] ACPI: bus type pnp registered
[    1.376413] pnp: PnP ACPI: found 17 devices
[    1.376536] ACPI: ACPI bus type pnp unregistered
[    1.376667] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.376794] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.376920] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.377046] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.377173] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.377300] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.377429] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.377560] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.377686] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.377811] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.377937] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.378064] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.378190] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.378318] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.378447] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.378576] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.378705] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.378832] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.378959] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.379086] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.379212] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.379339] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.384057] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.384185] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.384404] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.384626] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.384846] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.384971] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.385095] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.385221] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.385347] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.385474] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.385600] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.385726] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.385852] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.385979] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.386104] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.386231] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.386358] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.386582] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.386707] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.386834] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.386962] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.387184] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.387308] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.387436] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.387566] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.387788] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.387912] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.388040] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.388168] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.388390] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.388516] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.388644] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.388771] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.388993] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.389118] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.389245] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.389373] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.389509] pci 0000:00:01.0: setting latency timer to 64
[    1.389514] pci 0000:00:03.0: setting latency timer to 64
[    1.389519] pci 0000:00:07.0: setting latency timer to 64
[    1.389525] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.389653] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.389780] pci 0000:00:1c.0: setting latency timer to 64
[    1.389787] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.389915] pci 0000:00:1c.2: setting latency timer to 64
[    1.389920] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.390048] pci 0000:00:1c.4: setting latency timer to 64
[    1.390054] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.390182] pci 0000:00:1c.5: setting latency timer to 64
[    1.390186] pci 0000:00:1e.0: setting latency timer to 64
[    1.390188] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.390190] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.390191] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.390192] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.390194] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.390195] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.390196] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.390197] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.390199] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.390200] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.390201] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.390203] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.390204] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.390205] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.390207] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.390208] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.390209] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.390210] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.390212] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.390213] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.390214] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.390216] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.390217] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.390218] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.390219] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.390221] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.390222] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.390223] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.390224] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.390264] NET: Registered protocol family 2
[    1.390437] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.391109] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.391786] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.392015] TCP: Hash tables configured (established 262144 bind 65536)
[    1.392142] TCP reno registered
[    1.392264] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.392424] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.392668] NET: Registered protocol family 1
[    1.392935] RPC: Registered udp transport module.
[    1.393058] RPC: Registered tcp transport module.
[    1.393181] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.393443] pci 0000:03:00.0: Boot video device
[    1.393456] PCI: CLS 256 bytes, default 64
[    1.393482] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.393612] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.393831] software IO TLB at phys 0xe000000 - 0x12000000
[    1.396024] VFS: Disk quotas dquot_6.5.2
[    1.396165] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.396557] NTFS driver 2.1.29 [Flags: R/W].
[    1.396722] fuse init (API version 7.13)
[    1.396895] msgmni has been set to 24027
[    1.397215] alg: No test for stdrng (krng)
[    1.397377] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.397596] io scheduler noop registered
[    1.397720] io scheduler deadline registered
[    1.397858] io scheduler cfq registered (default)
[    1.398045] pcieport 0000:00:01.0: setting latency timer to 64
[    1.398069] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.398131] pcieport 0000:00:03.0: setting latency timer to 64
[    1.398154] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.398213] pcieport 0000:00:07.0: setting latency timer to 64
[    1.398235] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.398295] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.398322] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.398405] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.398432] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.398513] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.398541] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.398621] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.398651] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.398749] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.398754] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.398757] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.400239] Non-volatile memory driver v1.3
[    1.400456] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.400681] ACPI: Power Button [PWRB]
[    1.400837] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.401057] ACPI: Power Button [PWRF]
[    1.401697] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.402970] brd: module loaded
[    1.403519] loop: module loaded
[    1.403758] ahci 0000:05:00.0: version 3.0
[    1.403771] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.415631] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.415860] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.415991] ahci 0000:05:00.0: setting latency timer to 64
[    1.416071] scsi0 : ahci
[    1.416268] scsi1 : ahci
[    1.419074] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.419294] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.419531] ata1: hard resetting link
[    1.419540] ata2: hard resetting link
[    1.419553] ata_piix 0000:00:1f.2: version 2.13
[    1.419562] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.419564] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.419586] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.419620] scsi2 : ata_piix
[    1.419679] scsi3 : ata_piix
[    1.420938] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.421069] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.421210] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.421224] ata3.00: hard resetting link
[    1.421237] ata4.00: hard resetting link
[    1.421585] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.421851] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.421872] scsi4 : ata_piix
[    1.422049] scsi5 : ata_piix
[    1.423236] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.423364] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.423516] ata5: hard resetting link
[    1.423530] ata6: hard resetting link
[    1.423762] console [netcon0] enabled
[    1.423885] netconsole: network logging started
[    1.424065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.424202] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.424336] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.424339] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.424500] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.424739] ehci_hcd 0000:00:1a.7: debug port 1
[    1.428739] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.428748] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.438342] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.438487] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.438616] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.438835] usb usb1: Product: EHCI Host Controller
[    1.438958] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.439084] usb usb1: SerialNumber: 0000:00:1a.7
[    1.439277] hub 1-0:1.0: USB hub found
[    1.439401] hub 1-0:1.0: 6 ports detected
[    1.439564] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.439698] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.439700] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.439856] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.440090] ehci_hcd 0000:00:1d.7: debug port 1
[    1.444078] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.444087] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.453306] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.453446] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.453575] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.453794] usb usb2: Product: EHCI Host Controller
[    1.453917] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.454043] usb usb2: SerialNumber: 0000:00:1d.7
[    1.454230] hub 2-0:1.0: USB hub found
[    1.454353] hub 2-0:1.0: 6 ports detected
[    1.454526] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.454672] uhci_hcd: USB Universal Host Controller Interface driver
[    1.454816] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.454946] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.454948] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.455106] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.455343] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.455487] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.455616] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.455835] usb usb3: Product: UHCI Host Controller
[    1.455958] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.456084] usb usb3: SerialNumber: 0000:00:1a.0
[    1.456271] hub 3-0:1.0: USB hub found
[    1.456395] hub 3-0:1.0: 2 ports detected
[    1.456548] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.456678] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.456680] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.456836] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.457078] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.457222] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.457349] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.457570] usb usb4: Product: UHCI Host Controller
[    1.457693] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.457819] usb usb4: SerialNumber: 0000:00:1a.1
[    1.458005] hub 4-0:1.0: USB hub found
[    1.458128] hub 4-0:1.0: 2 ports detected
[    1.458279] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.458408] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.458410] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.458568] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.458812] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.458955] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.459081] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.459299] usb usb5: Product: UHCI Host Controller
[    1.459422] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.459550] usb usb5: SerialNumber: 0000:00:1a.2
[    1.459737] hub 5-0:1.0: USB hub found
[    1.459862] hub 5-0:1.0: 2 ports detected
[    1.460012] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.460141] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.460143] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.460298] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.460537] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.460680] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.460807] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.461026] usb usb6: Product: UHCI Host Controller
[    1.461149] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.461275] usb usb6: SerialNumber: 0000:00:1d.0
[    1.461461] hub 6-0:1.0: USB hub found
[    1.461587] hub 6-0:1.0: 2 ports detected
[    1.461738] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.461868] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.461870] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.462026] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.462262] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.462405] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.462534] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.462753] usb usb7: Product: UHCI Host Controller
[    1.462876] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.463002] usb usb7: SerialNumber: 0000:00:1d.1
[    1.463188] hub 7-0:1.0: USB hub found
[    1.463311] hub 7-0:1.0: 2 ports detected
[    1.463460] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.463592] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.463594] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.463752] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.463989] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.464132] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.464259] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.464479] usb usb8: Product: UHCI Host Controller
[    1.464603] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.464729] usb usb8: SerialNumber: 0000:00:1d.2
[    1.464914] hub 8-0:1.0: USB hub found
[    1.465037] hub 8-0:1.0: 2 ports detected
[    1.465202] Initializing USB Mass Storage driver...
[    1.465362] usbcore: registered new interface driver usb-storage
[    1.465490] USB Mass Storage support registered.
[    1.465648] usbcore: registered new interface driver libusual
[    1.465822] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.467563] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.467690] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.467863] mice: PS/2 mouse device common for all mice
[    1.468089] i2c /dev entries driver
[    1.468246] md: raid0 personality registered for level 0
[    1.468374] md: raid1 personality registered for level 1
[    1.468588] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.468811] cpuidle: using governor ladder
[    1.468933] cpuidle: using governor menu
[    1.469169] usbcore: registered new interface driver hiddev
[    1.469319] usbcore: registered new interface driver usbhid
[    1.469444] usbhid: USB HID core driver
[    1.469723] TCP cubic registered
[    1.469844] NET: Registered protocol family 17
[    1.470368] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.484912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.722639] ata1: XXX SControl after resume = 300, tries=1
[    1.722642] ata2: XXX SControl after resume = 300, tries=1
[    1.723637] ata4.00: XXX SControl after resume = 300, tries=1
[    1.723775] ata3.00: XXX SControl after resume = 300, tries=1
[    1.726627] ata5: XXX SControl after resume = 300, tries=1
[    1.726631] ata6: XXX SControl after resume = 300, tries=1
[    1.824412] ata1: SATA link down (SStatus 0 SControl 300)
[    1.824415] ata2: SATA link down (SStatus 0 SControl 300)
[    1.825387] ata4.01: hard resetting link
[    1.825389] ata3.01: hard resetting link
[    1.835357] ata1: EH complete
[    1.835488] ata2: EH complete
[    1.979041] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.979058] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.982314] ata5.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    1.982455] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.982650] ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    1.982778] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.986261] ata5.00: configured for UDMA/133
[    1.986384] ata5: EH complete
[    1.986729] ata6.00: configured for UDMA/133
[    1.989480] ata6: EH complete
[    2.053819] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.128633] ata3.01: XXX SControl after resume = 300, tries=1
[    2.128636] ata4.01: XXX SControl after resume = 300, tries=1
[    2.215465] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.215600] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.215728] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.215854] usb 3-2: Manufacturer: American Power Conversion
[    2.215980] usb 3-2: SerialNumber: 3B1007X44377  
[    2.299349] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.381060] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.381201] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.387120] ata3.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100
[    2.387421] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.387557] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.393120] ata3.00: configured for UDMA/100
[    2.399256] ata3.01: configured for UDMA/133
[    2.399887] ata3: EH complete
[    2.412269] scsi 2:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
[    2.417252] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.417480] Uniform CD-ROM driver Revision: 3.20
[    2.417672] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.417726] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    2.417922] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.418256] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.418275] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    2.418625] sd 2:0:1:0: [sda] Write Protect is off
[    2.418749] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.418760] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.419049]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    2.460117] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.488796] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.488938] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.495317] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.495452] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.495750] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.495885] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.502015] ata4.00: configured for UDMA/133
[    2.504704] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.508033] ata4.01: configured for UDMA/133
[    2.508163] ata4: EH complete
[    2.508322] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.508635] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.508669] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.508731] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.508834] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.508858] sd 3:0:1:0: [sdc] Write Protect is off
[    2.508859] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.508865] sd 3:0:1:0: Attached scsi generic sg3 type 0
[    2.508870] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.508937]  sdc:
[    2.508943] scsi 4:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.509051] sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.509081] sd 4:0:0:0: [sdd] Write Protect is off
[    2.509083] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.509093] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    2.509098] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.509167] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.509236]  sdd:
[    2.509319] sd 5:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.509337] sd 5:0:0:0: Attached scsi generic sg5 type 0
[    2.509345] sd 5:0:0:0: [sde] Write Protect is off
[    2.509346] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.509357] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.509421]  sde: sdd1
[    2.518069] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.520284] sd 3:0:0:0: [sdb] Write Protect is off
[    2.520424] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.520426]  sde1
[    2.520436] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.520796] 
[    2.520931]  sdc1 sdc2 sdc3 sdc4 <
[    2.521242] sd 5:0:0:0: [sde] Attached SCSI disk
[    2.529565]  sdb: sdc5 sdb1 sdb2 sdb3 sdb4 < sdc6 >
[    2.569623]  sdb5 sdb6 >
[    2.609814] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.610052] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.676902] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.677037] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.677164] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.677295] usb 8-2: Manufacturer: Microsoft
[    2.694993] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.695290] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.586288] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[    4.593788] md: Waiting for all devices to be available before autodetect
[    4.593924] md: If you don't use raid, use raid=noautodetect
[    4.594133] md: Autodetecting RAID arrays.
[    4.674282] md: Scanned 6 and added 6 devices.
[    4.674416] md: autorun ...
[    4.674536] md: considering sdb5 ...
[    4.674660] md:  adding sdb5 ...
[    4.674782] md: sdb3 has different UUID to sdb5
[    4.674906] md:  adding sdc5 ...
[    4.675028] md: sdc3 has different UUID to sdb5
[    4.675153] md:  adding sda5 ...
[    4.675274] md: sda3 has different UUID to sdb5
[    4.675473] md: created md5
[    4.675594] md: bind<sda5>
[    4.675718] md: bind<sdc5>
[    4.675842] md: bind<sdb5>
[    4.675965] md: running: <sdb5><sdc5><sda5>
[    4.676253] raid1: raid set md5 active with 3 out of 3 mirrors
[    4.676392] md5: detected capacity change from 0 to 53694496768
[    4.676535] md: considering sdb3 ...
[    4.676659] md:  adding sdb3 ...
[    4.676781] md:  adding sdc3 ...
[    4.676903] md:  adding sda3 ...
[    4.677092] md: created md3
[    4.677213] md: bind<sda3>
[    4.677340] md: bind<sdc3>
[    4.677464] md: bind<sdb3>
[    4.677588] md: running: <sdb3><sdc3><sda3>
[    4.677871] raid1: raid set md3 active with 3 out of 3 mirrors
[    4.678006] md3: detected capacity change from 0 to 53694562304
[    4.678148] md: ... autorun DONE.
[    4.678303]  md5: unknown partition table
[    4.695606] kjournald starting.  Commit interval 5 seconds
[    4.695612] EXT3-fs (md5): mounted filesystem with writeback data mode
[    4.695623] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[    4.695996] Freeing unused kernel memory: 476k freed
[    4.696175] Write protecting the kernel read-only data: 6144k
[    4.696385] Freeing unused kernel memory: 448k freed
[    4.696580] Freeing unused kernel memory: 248k freed
[    6.572290] udev: starting version 149
[    6.656534]  md3: unknown partition table
[    6.672367] rtc_cmos 00:03: RTC can wake from S4
[    6.672410] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    6.672435] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.834485] sky2: driver version 1.27
[    6.834515] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.834526] sky2 0000:06:00.0: setting latency timer to 64
[    6.834560] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[    6.834643] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[    6.834813] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[    6.834826] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.834833] sky2 0000:04:00.0: setting latency timer to 64
[    6.834849] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[    6.834928] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[    6.835089] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[    6.846552] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.846556] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [io  0x0400-0x040f pref window disabled]
[    6.846558] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.986208] Linux agpgart interface v0.103
[    7.013690] [drm] Initialized drm 1.1.0 20060810
[    7.207949] [drm] radeon defaulting to kernel modesetting.
[    7.207950] [drm] radeon kernel modesetting enabled.
[    7.207985] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    7.207988] radeon 0000:03:00.0: setting latency timer to 64
[    7.208692] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[    7.208862] [drm] register mmio base: 0xFBAC0000
[    7.208864] [drm] register mmio size: 131072
[    7.208930] ATOM BIOS: JUNIPER
[    7.208939] [drm] Clocks initialized !
[    7.208940] [drm] 1 Power State(s)
[    7.208941] [drm] State 0 Default (default)
[    7.208942] [drm] 	16 PCIE Lanes
[    7.208942] [drm] 	1 Clock Mode(s)
[    7.208943] [drm] 		0 engine/memory: 850000/1200000
[    7.208947] [drm] radeon: power management initialized
[    7.208953] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[    7.208954] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[    7.208965] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[    7.208966] [drm] Detected VRAM RAM=256M, BAR=256M
[    7.208967] [drm] RAM width 128bits DDR
[    7.208991] [TTM] Zone  kernel: Available graphics memory: 6151634 kiB.
[    7.208992] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[    7.208999] [drm] radeon: 256M of VRAM memory ready
[    7.209000] [drm] radeon: 512M of GTT memory ready.
[    7.210356] [drm] Radeon Display Connectors
[    7.210358] [drm] Connector 0:
[    7.210359] [drm]   DisplayPort
[    7.210360] [drm]   HPD4
[    7.210362] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    7.210364] [drm]   Encoders:
[    7.210365] [drm]     DFP1: INTERNAL_UNIPHY2
[    7.210366] [drm] Connector 1:
[    7.210368] [drm]   HDMI-A
[    7.210369] [drm]   HPD5
[    7.210371] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    7.210372] [drm]   Encoders:
[    7.210374] [drm]     DFP2: INTERNAL_UNIPHY2
[    7.210375] [drm] Connector 2:
[    7.210376] [drm]   DVI-I
[    7.210378] [drm]   HPD1
[    7.210379] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    7.210381] [drm]   Encoders:
[    7.210383] [drm]     DFP3: INTERNAL_UNIPHY1
[    7.210384] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    7.210385] [drm] Connector 3:
[    7.210387] [drm]   DVI-I
[    7.210388] [drm]   HPD6
[    7.210390] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    7.210391] [drm]   Encoders:
[    7.210393] [drm]     DFP4: INTERNAL_UNIPHY
[    7.210394] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.224096] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.224134] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[    7.224154] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    7.559987] [drm] fb mappable at 0xD0040000
[    7.559988] [drm] vram apper at 0xD0000000
[    7.559989] [drm] size 8294400
[    7.559990] [drm] fb depth is 24
[    7.559991] [drm]    pitch is 7680
[    7.568419] Console: switching to colour frame buffer device 240x67
[    7.572428] fb0: radeondrmfb frame buffer device
[    7.572429] registered panic notifier
[    7.572432] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[    7.625341] hda_codec: AD1989B: BIOS auto-probing.
[    7.627623] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[    7.627665] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[    7.627681] HDA Intel 0000:03:00.1: setting latency timer to 64
[    8.352007] EXT3-fs (md5): using internal journal
[    8.696417] md: md11 stopped.
[    8.734033] md: bind<sde1>
[    8.734201] md: bind<sdd1>
[    8.734684] raid0: looking at sdd1
[    8.734685] raid0:   comparing sdd1(104871936)
[    8.734687]  with sdd1(104871936)
[    8.734687] raid0:   END
[    8.734688] raid0:   ==> UNIQUE
[    8.734689] raid0: 1 zones
[    8.734690] raid0: looking at sde1
[    8.734691] raid0:   comparing sde1(104871936)
[    8.734692]  with sdd1(104871936)
[    8.734692] raid0:   EQUAL
[    8.734693] raid0: FINAL 1 zones
[    8.734695] raid0: done.
[    8.734696] raid0 : md_size is 209743872 sectors.
[    8.734697] ******* md11 configuration *********
[    8.734697] zone0=[sdd1/sde1/]
[    8.734699]         zone offset=0kb device offset=0kb size=104871936kb
[    8.734700] **********************************
[    8.734701] 
[    8.734704] md11: detected capacity change from 0 to 107388862464
[    8.735194]  md11: unknown partition table
[    8.739419] md: md6 stopped.
[    8.753414] md: bind<sdb6>
[    8.753594] md: bind<sdc6>
[    8.753798] md: bind<sda6>
[    8.754290] raid1: raid set md6 active with 3 out of 3 mirrors
[    8.754303] md6: detected capacity change from 0 to 253354939392
[    8.754703]  md6: unknown partition table
[    9.285892] kjournald starting.  Commit interval 5 seconds
[    9.285896] EXT3-fs (md11): warning: maximal mount count reached, running e2fsck is recommended
[    9.286154] EXT3-fs (md11): using internal journal
[    9.286159] EXT3-fs (md11): mounted filesystem with writeback data mode
[    9.313107] kjournald starting.  Commit interval 5 seconds
[    9.313115] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[    9.329466] EXT3-fs (md6): using internal journal
[    9.329471] EXT3-fs (md6): mounted filesystem with writeback data mode
[    9.378643] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[    9.380065] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[    9.381329] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[   14.429071] sky2 0000:06:00.0: eth0: enabling interface
[   16.255372] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[   21.268489] NET: Registered protocol family 10
[   23.625830] /dev/vmmon[4198]: Module vmmon: registered with major=10 minor=165
[   23.625838] /dev/vmmon[4198]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   23.625843] /dev/vmmon[4198]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   23.625845] /dev/vmmon[4198]: Module vmmon: initialized
[   23.720873] /dev/vmci[4217]: VMCI: Driver initialized.
[   23.720888] /dev/vmci[4217]: Module vmci: registered with major=10 minor=59
[   23.720890] /dev/vmci[4217]: Module vmci: initialized
[   24.004913] /dev/vmnet: open called by PID 4299 (vmnet-bridge)
[   24.004919] /dev/vmnet: hub 0 does not exist, allocating memory.
[   24.004938] /dev/vmnet: port on hub 0 successfully opened
[   24.004948] bridge-eth0: up
[   24.004950] bridge-eth0: attached
[   25.719515] /dev/vmnet: open called by PID 4306 (vmnet-dhcpd)
[   25.719519] /dev/vmnet: hub 1 does not exist, allocating memory.
[   25.719538] /dev/vmnet: port on hub 1 successfully opened
[   25.783582] /dev/vmnet: open called by PID 4308 (vmnet-netifup)
[   25.783587] /dev/vmnet: port on hub 1 successfully opened
[   25.816791] /dev/vmnet: open called by PID 4311 (vmnet-dhcpd)
[   25.816796] /dev/vmnet: hub 8 does not exist, allocating memory.
[   25.816814] /dev/vmnet: port on hub 8 successfully opened
[   25.909004] /dev/vmnet: open called by PID 4315 (vmnet-natd)
[   25.909010] /dev/vmnet: port on hub 8 successfully opened
[   25.914215] /dev/vmnet: open called by PID 4316 (vmnet-netifup)
[   25.914222] /dev/vmnet: port on hub 8 successfully opened
[   31.793962] eth0: no IPv6 routers present
[   36.413430] vmnet8: no IPv6 routers present
[   36.550082] vmnet1: no IPv6 routers present

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07 15:34                   ` Mark Knecht
@ 2010-07-07 15:48                     ` Tejun Heo
  2010-07-07 16:15                       ` Mark Knecht
  2010-07-07 17:06                       ` Mark Knecht
  0 siblings, 2 replies; 50+ messages in thread
From: Tejun Heo @ 2010-07-07 15:48 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]

Hello,

On 07/07/2010 05:34 PM, Mark Knecht wrote:
> OK - I don't know if this was you intention but since adding this
> patch I've not had a single drive missing failure. I've cold booted
> about 8 times and warm booted at least 20 times. Every one has come up
> fine. I've even gone so far as to turn off the UPS and sit for 5
> minutes before cold booting. Still nothing fails right now.
> 
> I've had this sort of statistical thing happen before where it hasn't
> failed for days, maybe even weeks, but then it starts failing and
> fails every time for awhile. Over the past few days working with you
> I've never had to reboot more than twice to get you a file. Now I've
> tried 30 times this morning and I've come up with nothing.
> 
> I will continue to watch the machine and send you the failing dmesg
> file whenever I finally get it. For now I can only attach the passing
> file showing the patch is now included.

It seems like SIDPR is a bit more unreliable than the current code can
handle and the added delay and read could have affected the result.
Eh... weird.  Can you please apply the attached patch instead?  The
only difference is it will print out two SControl values instead of
one.  ie. "XXX SControl after resume = AAA BBB, tries=T".  Can you
please try to boot multiple times and see if AAA and BBB differ
anytime?  If that happens, please attach the boot log.  Also, if you
see one with T > 1, please attach that one too.

Thanks.

-- 
tejun

[-- Attachment #2: resume-dbg-1.patch --]
[-- Type: text/x-patch, Size: 1365 bytes --]

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 2984e45..ce87bfe 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -3712,7 +3712,7 @@ int sata_link_resume(struct ata_link *link, const unsigned long *params,
 		     unsigned long deadline)
 {
 	int tries = ATA_LINK_RESUME_TRIES;
-	u32 scontrol, serror;
+	u32 scontrol, scontrol1, serror;
 	int rc;
 
 	if ((rc = sata_scr_read(link, SCR_CONTROL, &scontrol)))
@@ -3739,6 +3739,14 @@ int sata_link_resume(struct ata_link *link, const unsigned long *params,
 			return rc;
 	} while ((scontrol & 0xf0f) != 0x300 && --tries);
 
+	/* check once more */
+	msleep(100);
+	if ((rc = sata_scr_read(link, SCR_CONTROL, &scontrol1)))
+			return rc;
+	ata_link_printk(link, KERN_ERR,
+			"XXX SControl after resume = %X %X, tries=%d\n",
+			scontrol, scontrol1, ATA_LINK_RESUME_TRIES - tries + 1);
+
 	if ((scontrol & 0xf0f) != 0x300) {
 		ata_link_printk(link, KERN_ERR,
 				"failed to resume link (SControl %X)\n",
@@ -6007,7 +6015,7 @@ static void async_port_probe(void *data, async_cookie_t cookie)
 
 		ehi->probe_mask |= ATA_ALL_DEVICES;
 		ehi->action |= ATA_EH_RESET | ATA_EH_LPM;
-		ehi->flags |= ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET;
+		ehi->flags |= ATA_EHI_NO_AUTOPSY/* | ATA_EHI_QUIET*/;
 
 		ap->pflags &= ~ATA_PFLAG_INITIALIZING;
 		ap->pflags |= ATA_PFLAG_LOADING;

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07 15:48                     ` Tejun Heo
@ 2010-07-07 16:15                       ` Mark Knecht
  2010-07-07 16:19                         ` Tejun Heo
  2010-07-07 17:06                       ` Mark Knecht
  1 sibling, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-07 16:15 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

On Wed, Jul 7, 2010 at 8:48 AM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/07/2010 05:34 PM, Mark Knecht wrote:
>> OK - I don't know if this was you intention but since adding this
>> patch I've not had a single drive missing failure. I've cold booted
>> about 8 times and warm booted at least 20 times. Every one has come up
>> fine. I've even gone so far as to turn off the UPS and sit for 5
>> minutes before cold booting. Still nothing fails right now.
>>
>> I've had this sort of statistical thing happen before where it hasn't
>> failed for days, maybe even weeks, but then it starts failing and
>> fails every time for awhile. Over the past few days working with you
>> I've never had to reboot more than twice to get you a file. Now I've
>> tried 30 times this morning and I've come up with nothing.
>>
>> I will continue to watch the machine and send you the failing dmesg
>> file whenever I finally get it. For now I can only attach the passing
>> file showing the patch is now included.
>
> It seems like SIDPR is a bit more unreliable than the current code can
> handle and the added delay and read could have affected the result.
> Eh... weird.  Can you please apply the attached patch instead?  The
> only difference is it will print out two SControl values instead of
> one.  ie. "XXX SControl after resume = AAA BBB, tries=T".  Can you
> please try to boot multiple times and see if AAA and BBB differ
> anytime?  If that happens, please attach the boot log.  Also, if you
> see one with T > 1, please attach that one too.
>
> Thanks.
>
> --
> tejun
>

Certainly. Is there a way to reverse the previous patch?

c2stable linux # patch -p1 --dry-run <~mark/Downloads/resume-dbg-1.patch
patching file drivers/ata/libata-core.c
Hunk #1 succeeded at 3798 (offset 86 lines).
Hunk #2 succeeded at 3833 with fuzz 2 (offset 94 lines).
Hunk #3 FAILED at 6109.
1 out of 3 hunks FAILED -- saving rejects to file drivers/ata/libata-core.c.rej
c2stable linux #

I assume this is failing because your patch is over the plain kernel,
not the one I've patched?

Thanks,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07 16:15                       ` Mark Knecht
@ 2010-07-07 16:19                         ` Tejun Heo
  2010-07-07 16:27                           ` Mark Knecht
  0 siblings, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-07 16:19 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

On 07/07/2010 06:15 PM, Mark Knecht wrote:
> Certainly. Is there a way to reverse the previous patch?
> 
> c2stable linux # patch -p1 --dry-run <~mark/Downloads/resume-dbg-1.patch
> patching file drivers/ata/libata-core.c
> Hunk #1 succeeded at 3798 (offset 86 lines).
> Hunk #2 succeeded at 3833 with fuzz 2 (offset 94 lines).
> Hunk #3 FAILED at 6109.
> 1 out of 3 hunks FAILED -- saving rejects to file drivers/ata/libata-core.c.rej
> c2stable linux #
> 
> I assume this is failing because your patch is over the plain kernel,
> not the one I've patched?

$ patch -R -p1 < ~mark/Downloads/resume-dbg.patch
$ patch -p1 < ~mark/Downloads/resume-dbg-1.patch

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07 16:19                         ` Tejun Heo
@ 2010-07-07 16:27                           ` Mark Knecht
  0 siblings, 0 replies; 50+ messages in thread
From: Mark Knecht @ 2010-07-07 16:27 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

On Wed, Jul 7, 2010 at 9:19 AM, Tejun Heo <tj@kernel.org> wrote:
> On 07/07/2010 06:15 PM, Mark Knecht wrote:
>> Certainly. Is there a way to reverse the previous patch?
>>
>> c2stable linux # patch -p1 --dry-run <~mark/Downloads/resume-dbg-1.patch
>> patching file drivers/ata/libata-core.c
>> Hunk #1 succeeded at 3798 (offset 86 lines).
>> Hunk #2 succeeded at 3833 with fuzz 2 (offset 94 lines).
>> Hunk #3 FAILED at 6109.
>> 1 out of 3 hunks FAILED -- saving rejects to file drivers/ata/libata-core.c.rej
>> c2stable linux #
>>
>> I assume this is failing because your patch is over the plain kernel,
>> not the one I've patched?
>
> $ patch -R -p1 < ~mark/Downloads/resume-dbg.patch
> $ patch -p1 < ~mark/Downloads/resume-dbg-1.patch
>
> --
> tejun
>
Thanks. Building the new kernel now. I'll start trying to save the
data you're looking for.

Cheers,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07 15:48                     ` Tejun Heo
  2010-07-07 16:15                       ` Mark Knecht
@ 2010-07-07 17:06                       ` Mark Knecht
  2010-07-07 17:26                         ` Tejun Heo
  1 sibling, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-07 17:06 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 2062 bytes --]

On Wed, Jul 7, 2010 at 8:48 AM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/07/2010 05:34 PM, Mark Knecht wrote:
>> OK - I don't know if this was you intention but since adding this
>> patch I've not had a single drive missing failure. I've cold booted
>> about 8 times and warm booted at least 20 times. Every one has come up
>> fine. I've even gone so far as to turn off the UPS and sit for 5
>> minutes before cold booting. Still nothing fails right now.
>>
>> I've had this sort of statistical thing happen before where it hasn't
>> failed for days, maybe even weeks, but then it starts failing and
>> fails every time for awhile. Over the past few days working with you
>> I've never had to reboot more than twice to get you a file. Now I've
>> tried 30 times this morning and I've come up with nothing.
>>
>> I will continue to watch the machine and send you the failing dmesg
>> file whenever I finally get it. For now I can only attach the passing
>> file showing the patch is now included.
>
> It seems like SIDPR is a bit more unreliable than the current code can
> handle and the added delay and read could have affected the result.
> Eh... weird.  Can you please apply the attached patch instead?  The
> only difference is it will print out two SControl values instead of
> one.  ie. "XXX SControl after resume = AAA BBB, tries=T".  Can you
> please try to boot multiple times and see if AAA and BBB differ
> anytime?  If that happens, please attach the boot log.  Also, if you
> see one with T > 1, please attach that one too.
>
> Thanks.
>
> --
> tejun
>

4 warm reboots. All 4 said 300 300. However the 4th one only showed an
extra attempt at running the patch code with and also showed Tries =
2. I'm attaching boot #1 and boot #4 for now. I've saved them all if
you need or just want them.

Please note that in all 4 cases all drives were found. Nothing is
missing in any test yet after adding these either of these patches.

I've not tried cold boots yet. That's next.

Cheers,
Mark

[-- Attachment #2: dmesg.Patch-R1.Test1 --]
[-- Type: application/octet-stream, Size: 63626 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r1 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #6 SMP PREEMPT Wed Jul 7 09:27:12 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771144]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771180 - 0001771780]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771780 - 0001771900]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771900 - 0001771941]         BOOTMEM
[    0.000000]   #20 [0001771980 - 0001771a06]         BOOTMEM
[    0.000000]   #21 [0001771a40 - 0001771ca8]         BOOTMEM
[    0.000000]   #22 [0001771cc0 - 0001771d28]         BOOTMEM
[    0.000000]   #23 [0001771d40 - 0001771da8]         BOOTMEM
[    0.000000]   #24 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #25 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #26 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #27 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #28 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #29 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #30 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #31 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a34c0 - 00017a34ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3500 - 00017a3508]         BOOTMEM
[    0.000000]   #47 [00017a3540 - 00017a3548]         BOOTMEM
[    0.000000]   #48 [00017a3580 - 00017a35b0]         BOOTMEM
[    0.000000]   #49 [00017a35c0 - 00017a3620]         BOOTMEM
[    0.000000]   #50 [00017a3640 - 00017a3750]         BOOTMEM
[    0.000000]   #51 [00017a3780 - 00017a37c8]         BOOTMEM
[    0.000000]   #52 [00017a3800 - 00017a3848]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3630k kernel code, 1057732k absent, 271696k reserved, 2958k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3337.974 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6675.94 BogoMIPS (lpj=3337974)
[    0.000294] Security Framework initialized
[    0.000434] Mount-cache hash table entries: 256
[    0.000639] CPU: Physical Processor ID: 0
[    0.000764] CPU: Processor Core ID: 0
[    0.000891] mce: CPU supports 9 MCE banks
[    0.001026] CPU0: Thermal monitoring enabled (TM1)
[    0.001159] using mwait in idle threads.
[    0.001291] Performance Events: Westmere events, Intel PMU driver.
[    0.001471] ... version:                3
[    0.001596] ... bit width:              48
[    0.001720] ... generic registers:      4
[    0.001845] ... value mask:             0000ffffffffffff
[    0.001971] ... max period:             000000007fffffff
[    0.002098] ... fixed-purpose events:   3
[    0.002230] ... event mask:             000000070000000f
[    0.002377] Freeing SMP alternatives: 36k freed
[    0.002507] ACPI: Core revision 20100121
[    0.041880] Setting APIC routing to physical flat
[    0.042447] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.056901] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.164785] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.202010] Brought up 12 CPUs
[    1.202134] Total of 12 processors activated (80895.70 BogoMIPS).
[    1.208649] NET: Registered protocol family 16
[    1.211558] ACPI: bus type pci registered
[    1.211739] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.211967] PCI: not using MMCONFIG
[    1.212090] PCI: Using configuration type 1 for base access
[    1.214125] bio: create slab <bio-0> at 0
[    1.215469] ACPI: EC: Look up EC in DSDT
[    1.216585] ACPI: Executed 1 blocks of module-level executable AML code
[    1.296194] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.297018] ACPI: Interpreter enabled
[    1.297142] ACPI: (supports S0 S5)
[    1.297318] ACPI: Using IOAPIC for interrupt routing
[    1.297483] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.299280] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.323706] ACPI: No dock devices found.
[    1.323831] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.324159] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.324501] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.324630] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.324760] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.324981] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.325202] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.325424] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.325688] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.325691] pci 0000:00:00.0: PME# disabled
[    1.325733] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.325735] pci 0000:00:01.0: PME# disabled
[    1.325777] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.325779] pci 0000:00:03.0: PME# disabled
[    1.325823] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.325825] pci 0000:00:07.0: PME# disabled
[    1.325993] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.326045] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.326098] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.326150] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.326195] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.326199] pci 0000:00:1a.7: PME# disabled
[    1.326226] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.326259] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.326262] pci 0000:00:1b.0: PME# disabled
[    1.326312] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.326315] pci 0000:00:1c.0: PME# disabled
[    1.326368] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.326371] pci 0000:00:1c.2: PME# disabled
[    1.326424] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.326426] pci 0000:00:1c.4: PME# disabled
[    1.326479] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.326481] pci 0000:00:1c.5: PME# disabled
[    1.326520] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.326574] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.326626] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.326680] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.326726] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.326729] pci 0000:00:1d.7: PME# disabled
[    1.326824] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.327047] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.327177] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.327438] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.327442] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.327446] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.327450] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.327454] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.327458] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.327494] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.327504] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.327534] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.327538] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.327542] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.327546] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.327550] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.327554] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.327605] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.327733] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.327736] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.327739] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.327766] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.327892] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.327895] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.327898] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.327939] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.327946] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.327950] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.327956] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.327970] pci 0000:03:00.0: supports D1 D2
[    1.327992] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.328019] pci 0000:03:00.1: supports D1 D2
[    1.328030] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.328156] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.328158] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.328162] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.328194] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.328321] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.328323] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.328328] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.328392] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.328399] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.328421] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.328456] pci 0000:06:00.0: supports D1 D2
[    1.328457] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.328461] pci 0000:06:00.0: PME# disabled
[    1.328471] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.328599] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.328601] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.328606] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.328705] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.328739] pci 0000:05:00.0: PME# supported from D3hot
[    1.328743] pci 0000:05:00.0: PME# disabled
[    1.333508] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.333515] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.333523] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.333530] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.333537] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.333592] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.333723] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.333725] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.333730] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.333797] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.333804] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.333826] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.333861] pci 0000:04:00.0: supports D1 D2
[    1.333862] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.333866] pci 0000:04:00.0: PME# disabled
[    1.333876] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.334003] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.334006] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.334010] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.334050] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.334056] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.334093] pci 0000:08:02.0: supports D2
[    1.334094] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.334097] pci 0000:08:02.0: PME# disabled
[    1.334133] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.334262] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.334265] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.334269] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.334271] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.334273] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.334274] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.334276] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.334277] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.334279] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.334304] pci_bus 0000:00: on NUMA node 0
[    1.334311] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.334561] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.334644] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.334690] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.334735] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.334788] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.334830] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.334872] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.334914] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.355376] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.355865] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.356148] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.356633] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.357116] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.357602] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.358085] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.358571] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.359156] SCSI subsystem initialized
[    1.359387] libata version 3.00 loaded.
[    1.359474] usbcore: registered new interface driver usbfs
[    1.359622] usbcore: registered new interface driver hub
[    1.359771] usbcore: registered new device driver usb
[    1.360008] PCI: Using ACPI for IRQ routing
[    1.360133] PCI: pci_cache_line_size set to 64 bytes
[    1.360218] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.360219] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.360289] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.360541] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.362679] Switching to clocksource tsc
[    1.363178] pnp: PnP ACPI init
[    1.363303] ACPI: bus type pnp registered
[    1.365861] pnp: PnP ACPI: found 17 devices
[    1.365985] ACPI: ACPI bus type pnp unregistered
[    1.366114] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.366241] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.366368] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.366495] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.366627] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.366755] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.366885] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.367012] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.367138] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.367265] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.367391] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.367519] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.367648] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.367777] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.367907] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.368034] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.368163] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.368292] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.368419] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.368548] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.368676] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.368804] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.373793] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.373921] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.374142] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.374362] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.374585] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.374711] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.374836] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.374963] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.375089] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.375217] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.375341] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.375468] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.375597] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.375725] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.375850] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.375978] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.376106] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.376329] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.376454] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.376584] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.376713] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.376936] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.377061] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.377189] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.377318] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.377543] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.377668] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.377797] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.377925] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.378148] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.378273] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.378401] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.378531] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.378754] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.378879] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.379007] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.379135] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.379269] pci 0000:00:01.0: setting latency timer to 64
[    1.379275] pci 0000:00:03.0: setting latency timer to 64
[    1.379280] pci 0000:00:07.0: setting latency timer to 64
[    1.379285] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.379414] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.379544] pci 0000:00:1c.0: setting latency timer to 64
[    1.379551] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.379679] pci 0000:00:1c.2: setting latency timer to 64
[    1.379685] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.379813] pci 0000:00:1c.4: setting latency timer to 64
[    1.379820] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.379948] pci 0000:00:1c.5: setting latency timer to 64
[    1.379953] pci 0000:00:1e.0: setting latency timer to 64
[    1.379955] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.379956] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.379957] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.379959] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.379960] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.379961] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.379963] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.379964] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.379965] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.379967] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.379968] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.379969] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.379971] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.379972] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.379973] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.379974] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.379976] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.379977] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.379978] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.379979] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.379981] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.379982] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.379983] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.379985] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.379986] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.379987] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.379988] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.379990] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.379991] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.380031] NET: Registered protocol family 2
[    1.380204] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.380878] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.381556] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.381784] TCP: Hash tables configured (established 262144 bind 65536)
[    1.381912] TCP reno registered
[    1.382034] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.382195] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.382438] NET: Registered protocol family 1
[    1.382708] RPC: Registered udp transport module.
[    1.382832] RPC: Registered tcp transport module.
[    1.382956] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.383220] pci 0000:03:00.0: Boot video device
[    1.383234] PCI: CLS 256 bytes, default 64
[    1.383259] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.383386] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.383610] software IO TLB at phys 0xe000000 - 0x12000000
[    1.385837] VFS: Disk quotas dquot_6.5.2
[    1.385979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.386372] NTFS driver 2.1.29 [Flags: R/W].
[    1.386533] fuse init (API version 7.13)
[    1.386707] msgmni has been set to 24027
[    1.387054] alg: No test for stdrng (krng)
[    1.387210] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.387431] io scheduler noop registered
[    1.387553] io scheduler deadline registered
[    1.387692] io scheduler cfq registered (default)
[    1.387880] pcieport 0000:00:01.0: setting latency timer to 64
[    1.387904] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.387968] pcieport 0000:00:03.0: setting latency timer to 64
[    1.387990] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.388050] pcieport 0000:00:07.0: setting latency timer to 64
[    1.388075] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.388138] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.388165] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.388251] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.388278] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.388362] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.388389] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.388473] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.388500] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.388601] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.388605] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.388608] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.390144] Non-volatile memory driver v1.3
[    1.390360] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.390582] ACPI: Power Button [PWRB]
[    1.390738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.390958] ACPI: Power Button [PWRF]
[    1.391600] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.392878] brd: module loaded
[    1.393430] loop: module loaded
[    1.393661] ahci 0000:05:00.0: version 3.0
[    1.393674] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.403843] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.404074] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.404206] ahci 0000:05:00.0: setting latency timer to 64
[    1.404284] scsi0 : ahci
[    1.404478] scsi1 : ahci
[    1.407292] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.407514] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.407751] ata1: hard resetting link
[    1.407760] ata2: hard resetting link
[    1.407775] ata_piix 0000:00:1f.2: version 2.13
[    1.407784] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.407787] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.407808] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.407839] scsi2 : ata_piix
[    1.407899] scsi3 : ata_piix
[    1.409162] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.409293] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.409435] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.409449] ata3.00: hard resetting link
[    1.409462] ata4.00: hard resetting link
[    1.409809] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.410077] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.410098] scsi4 : ata_piix
[    1.410278] scsi5 : ata_piix
[    1.411464] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.411593] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.411745] ata5: hard resetting link
[    1.411756] ata6: hard resetting link
[    1.411993] console [netcon0] enabled
[    1.412118] netconsole: network logging started
[    1.412301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.412439] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.412574] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.412576] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.412740] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.412976] ehci_hcd 0000:00:1a.7: debug port 1
[    1.416971] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.416980] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.425763] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.425908] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.426037] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.426257] usb usb1: Product: EHCI Host Controller
[    1.426381] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.426507] usb usb1: SerialNumber: 0000:00:1a.7
[    1.426704] hub 1-0:1.0: USB hub found
[    1.426829] hub 1-0:1.0: 6 ports detected
[    1.426993] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.427128] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.427130] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.427287] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.427522] ehci_hcd 0000:00:1d.7: debug port 1
[    1.431520] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.431529] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.440726] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.440866] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.440996] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.441215] usb usb2: Product: EHCI Host Controller
[    1.441339] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.441465] usb usb2: SerialNumber: 0000:00:1d.7
[    1.441656] hub 2-0:1.0: USB hub found
[    1.441781] hub 2-0:1.0: 6 ports detected
[    1.441957] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.442105] uhci_hcd: USB Universal Host Controller Interface driver
[    1.442247] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.442378] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.442380] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.442539] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.442778] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.442925] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.443052] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.443272] usb usb3: Product: UHCI Host Controller
[    1.443396] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.443522] usb usb3: SerialNumber: 0000:00:1a.0
[    1.443714] hub 3-0:1.0: USB hub found
[    1.443839] hub 3-0:1.0: 2 ports detected
[    1.443994] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.444124] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.444126] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.444284] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.444527] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.444671] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.444799] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.445021] usb usb4: Product: UHCI Host Controller
[    1.445145] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.445271] usb usb4: SerialNumber: 0000:00:1a.1
[    1.445460] hub 4-0:1.0: USB hub found
[    1.445584] hub 4-0:1.0: 2 ports detected
[    1.445735] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.445865] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.445867] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.446027] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.446271] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.446415] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.446542] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.446761] usb usb5: Product: UHCI Host Controller
[    1.446885] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.447014] usb usb5: SerialNumber: 0000:00:1a.2
[    1.447205] hub 5-0:1.0: USB hub found
[    1.447329] hub 5-0:1.0: 2 ports detected
[    1.447480] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.447610] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.447612] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.447769] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.448010] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.448153] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.448281] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448500] usb usb6: Product: UHCI Host Controller
[    1.448624] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.448750] usb usb6: SerialNumber: 0000:00:1d.0
[    1.448941] hub 6-0:1.0: USB hub found
[    1.449065] hub 6-0:1.0: 2 ports detected
[    1.449216] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.449346] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.449348] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.449506] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.449746] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.449889] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.450019] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450239] usb usb7: Product: UHCI Host Controller
[    1.450363] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.450489] usb usb7: SerialNumber: 0000:00:1d.1
[    1.450679] hub 7-0:1.0: USB hub found
[    1.450803] hub 7-0:1.0: 2 ports detected
[    1.450955] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.451085] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.451087] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.451246] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.451484] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.451628] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.451755] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.451977] usb usb8: Product: UHCI Host Controller
[    1.452101] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.452227] usb usb8: SerialNumber: 0000:00:1d.2
[    1.452417] hub 8-0:1.0: USB hub found
[    1.452541] hub 8-0:1.0: 2 ports detected
[    1.452709] Initializing USB Mass Storage driver...
[    1.452871] usbcore: registered new interface driver usb-storage
[    1.453000] USB Mass Storage support registered.
[    1.453161] usbcore: registered new interface driver libusual
[    1.453338] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.455121] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.455249] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.455425] mice: PS/2 mouse device common for all mice
[    1.455655] i2c /dev entries driver
[    1.455819] md: raid0 personality registered for level 0
[    1.455945] md: raid1 personality registered for level 1
[    1.456161] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.456385] cpuidle: using governor ladder
[    1.456508] cpuidle: using governor menu
[    1.456755] usbcore: registered new interface driver hiddev
[    1.456904] usbcore: registered new interface driver usbhid
[    1.457031] usbhid: USB HID core driver
[    1.457310] TCP cubic registered
[    1.457433] NET: Registered protocol family 17
[    1.457956] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.473141] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.710044] ata2: XXX SControl after resume = 300 300, tries=1
[    1.711041] ata1: XXX SControl after resume = 300 300, tries=1
[    1.712041] ata3.00: XXX SControl after resume = 300 300, tries=1
[    1.712179] ata4.00: XXX SControl after resume = 300 300, tries=1
[    1.714034] ata6: XXX SControl after resume = 300 300, tries=1
[    1.715030] ata5: XXX SControl after resume = 300 300, tries=1
[    1.811802] ata2: SATA link down (SStatus 0 SControl 300)
[    1.812800] ata1: SATA link down (SStatus 0 SControl 300)
[    1.813787] ata4.01: hard resetting link
[    1.813927] ata3.01: hard resetting link
[    1.822759] ata2: EH complete
[    1.823755] ata1: EH complete
[    1.966432] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.967429] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.969668] ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    1.969805] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.970655] ata5.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    1.970791] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.975848] ata5.00: configured for UDMA/133
[    1.975992] ata5: EH complete
[    1.976132] ata6.00: configured for UDMA/133
[    1.978874] ata6: EH complete
[    2.042204] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.117016] ata3.01: XXX SControl after resume = 300 300, tries=1
[    2.117154] ata4.01: XXX SControl after resume = 300 300, tries=1
[    2.203898] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.204034] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.204163] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.204290] usb 3-2: Manufacturer: American Power Conversion
[    2.204416] usb 3-2: SerialNumber: 3B1007X44377  
[    2.287784] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.369442] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.369458] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.369470] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.369843] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.375542] ata3.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100
[    2.375851] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.375987] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.376404] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.376540] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.376851] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.376986] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.381489] ata3.00: configured for UDMA/100
[    2.381949] ata4.00: configured for UDMA/133
[    2.385446] ata3.01: configured for UDMA/133
[    2.387632] ata4.01: configured for UDMA/133
[    2.387763] ata4: EH complete
[    2.387973] ata3: EH complete
[    2.389383] scsi 2:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
[    2.394303] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.394535] Uniform CD-ROM driver Revision: 3.20
[    2.394731] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.394786] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    2.394980] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.395311] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.395337] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    2.395402] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.395510] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.395526] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.395542] sd 3:0:0:0: [sdb] Write Protect is off
[    2.395544] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.395555] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.395607] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.395633]  sdb:
[    2.395742] sd 3:0:1:0: Attached scsi generic sg3 type 0
[    2.395813] scsi 4:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.395901] sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.395932] sd 4:0:0:0: [sdd] Write Protect is off
[    2.395934] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.395936] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    2.395947] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.396000] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.396020]  sdd:
[    2.396120] sd 5:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.396129] sd 5:0:0:0: Attached scsi generic sg5 type 0
[    2.396164] sd 5:0:0:0: [sde] Write Protect is off
[    2.396165] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.396176] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.396238]  sde:
[    2.399029] sd 2:0:1:0: [sda] Write Protect is off
[    2.399271] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.399282] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.399571]  sda:
[    2.399874] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.400242] sd 3:0:1:0: [sdc] Write Protect is off
[    2.400369] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.400381] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.400553]  sdb1 sdb2 sdb3 sdb4 < sde1
[    2.404550] sd 5:0:0:0: [sde] Attached SCSI disk
[    2.405705]  sdd1
[    2.405983] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.409725]  sdb5 sda1 sda2 sda3 sda4 < sdb6 >
[    2.426544]  sda5 sda6 >
[    2.441651]  sdc:
[    2.452202] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.457789]  sdc1 sdc2 sdc3
[    2.457874] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.458125]  sdc4 < sdc5 sdc6 >
[    2.493067] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.495885] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.662403] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.662539] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.662671] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.662799] usb 8-2: Manufacturer: Microsoft
[    2.680495] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.680793] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.576512] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[    4.583997] md: Waiting for all devices to be available before autodetect
[    4.584133] md: If you don't use raid, use raid=noautodetect
[    4.584332] md: Autodetecting RAID arrays.
[    4.636329] md: Scanned 6 and added 6 devices.
[    4.636460] md: autorun ...
[    4.636581] md: considering sdc5 ...
[    4.636708] md:  adding sdc5 ...
[    4.636831] md: sdc3 has different UUID to sdc5
[    4.636956] md:  adding sda5 ...
[    4.637079] md: sda3 has different UUID to sdc5
[    4.637204] md:  adding sdb5 ...
[    4.637327] md: sdb3 has different UUID to sdc5
[    4.637522] md: created md5
[    4.637647] md: bind<sdb5>
[    4.637772] md: bind<sda5>
[    4.637896] md: bind<sdc5>
[    4.638020] md: running: <sdc5><sda5><sdb5>
[    4.638311] raid1: raid set md5 active with 3 out of 3 mirrors
[    4.638448] md5: detected capacity change from 0 to 53694496768
[    4.638592] md: considering sdc3 ...
[    4.638719] md:  adding sdc3 ...
[    4.638842] md:  adding sda3 ...
[    4.638965] md:  adding sdb3 ...
[    4.639158] md: created md3
[    4.639280] md: bind<sdb3>
[    4.639404] md: bind<sda3>
[    4.639529] md: bind<sdc3>
[    4.639655] md: running: <sdc3><sda3><sdb3>
[    4.639939] raid1: raid set md3 active with 3 out of 3 mirrors
[    4.640076] md3: detected capacity change from 0 to 53694562304
[    4.640219] md: ... autorun DONE.
[    4.640373]  md5: unknown partition table
[    4.683014] kjournald starting.  Commit interval 5 seconds
[    4.683020] EXT3-fs (md5): mounted filesystem with writeback data mode
[    4.683030] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[    4.683406] Freeing unused kernel memory: 476k freed
[    4.683589] Write protecting the kernel read-only data: 6144k
[    4.683798] Freeing unused kernel memory: 448k freed
[    4.683994] Freeing unused kernel memory: 248k freed
[    6.620208] udev: starting version 149
[    6.737067] rtc_cmos 00:03: RTC can wake from S4
[    6.737099] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    6.737122] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.748316]  md3: unknown partition table
[    6.762314] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.762318] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [mem 0x00000400-0x0000040f window disabled]
[    6.762320] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.827518] sky2: driver version 1.27
[    6.827536] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.827545] sky2 0000:06:00.0: setting latency timer to 64
[    6.827572] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[    6.827653] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[    6.827821] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[    6.827833] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.827839] sky2 0000:04:00.0: setting latency timer to 64
[    6.827855] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[    6.827935] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[    6.828089] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[    7.130906] Linux agpgart interface v0.103
[    7.151994] [drm] Initialized drm 1.1.0 20060810
[    7.244263] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.244319] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[    7.244340] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    7.386536] [drm] radeon defaulting to kernel modesetting.
[    7.386538] [drm] radeon kernel modesetting enabled.
[    7.386573] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    7.386576] radeon 0000:03:00.0: setting latency timer to 64
[    7.387289] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[    7.387442] [drm] register mmio base: 0xFBAC0000
[    7.387443] [drm] register mmio size: 131072
[    7.387510] ATOM BIOS: JUNIPER
[    7.387519] [drm] Clocks initialized !
[    7.387520] [drm] 1 Power State(s)
[    7.387521] [drm] State 0 Default (default)
[    7.387522] [drm] 	16 PCIE Lanes
[    7.387522] [drm] 	1 Clock Mode(s)
[    7.387523] [drm] 		0 engine/memory: 850000/1200000
[    7.387527] [drm] radeon: power management initialized
[    7.387533] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[    7.387534] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[    7.387545] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[    7.387546] [drm] Detected VRAM RAM=256M, BAR=256M
[    7.387547] [drm] RAM width 128bits DDR
[    7.387570] [TTM] Zone  kernel: Available graphics memory: 6151634 kiB.
[    7.387571] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[    7.387578] [drm] radeon: 256M of VRAM memory ready
[    7.387579] [drm] radeon: 512M of GTT memory ready.
[    7.388921] [drm] Radeon Display Connectors
[    7.388922] [drm] Connector 0:
[    7.388924] [drm]   DisplayPort
[    7.388925] [drm]   HPD4
[    7.388927] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    7.388928] [drm]   Encoders:
[    7.388929] [drm]     DFP1: INTERNAL_UNIPHY2
[    7.388931] [drm] Connector 1:
[    7.388932] [drm]   HDMI-A
[    7.388933] [drm]   HPD5
[    7.388935] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    7.388936] [drm]   Encoders:
[    7.388938] [drm]     DFP2: INTERNAL_UNIPHY2
[    7.388939] [drm] Connector 2:
[    7.388940] [drm]   DVI-I
[    7.388941] [drm]   HPD1
[    7.388943] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    7.388945] [drm]   Encoders:
[    7.388946] [drm]     DFP3: INTERNAL_UNIPHY1
[    7.388947] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    7.388949] [drm] Connector 3:
[    7.388950] [drm]   DVI-I
[    7.388951] [drm]   HPD6
[    7.388953] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    7.388955] [drm]   Encoders:
[    7.388957] [drm]     DFP4: INTERNAL_UNIPHY
[    7.388958] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.740540] hda_codec: AD1989B: BIOS auto-probing.
[    7.771573] [drm] fb mappable at 0xD0040000
[    7.771575] [drm] vram apper at 0xD0000000
[    7.771576] [drm] size 8294400
[    7.771577] [drm] fb depth is 24
[    7.771577] [drm]    pitch is 7680
[    7.780457] Console: switching to colour frame buffer device 240x67
[    7.784484] fb0: radeondrmfb frame buffer device
[    7.784485] registered panic notifier
[    7.784488] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[    7.784511] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[    7.784550] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[    7.784567] HDA Intel 0000:03:00.1: setting latency timer to 64
[    8.246619] EXT3-fs (md5): using internal journal
[    8.476081] md: md11 stopped.
[    8.494699] md: bind<sde1>
[    8.494868] md: bind<sdd1>
[    8.495348] raid0: looking at sdd1
[    8.495349] raid0:   comparing sdd1(104871936)
[    8.495350]  with sdd1(104871936)
[    8.495351] raid0:   END
[    8.495352] raid0:   ==> UNIQUE
[    8.495352] raid0: 1 zones
[    8.495353] raid0: looking at sde1
[    8.495354] raid0:   comparing sde1(104871936)
[    8.495355]  with sdd1(104871936)
[    8.495356] raid0:   EQUAL
[    8.495357] raid0: FINAL 1 zones
[    8.495358] raid0: done.
[    8.495359] raid0 : md_size is 209743872 sectors.
[    8.495360] ******* md11 configuration *********
[    8.495361] zone0=[sdd1/sde1/]
[    8.495363]         zone offset=0kb device offset=0kb size=104871936kb
[    8.495364] **********************************
[    8.495364] 
[    8.495368] md11: detected capacity change from 0 to 107388862464
[    8.495858]  md11: unknown partition table
[    8.501042] md: md6 stopped.
[    8.505155] md: bind<sdb6>
[    8.505344] md: bind<sdc6>
[    8.505511] md: bind<sda6>
[    8.505987] raid1: raid set md6 active with 3 out of 3 mirrors
[    8.505999] md6: detected capacity change from 0 to 253354939392
[    8.506471]  md6: unknown partition table
[    8.949405] kjournald starting.  Commit interval 5 seconds
[    8.949410] EXT3-fs (md11): warning: maximal mount count reached, running e2fsck is recommended
[    8.949667] EXT3-fs (md11): using internal journal
[    8.949672] EXT3-fs (md11): mounted filesystem with writeback data mode
[    8.976911] kjournald starting.  Commit interval 5 seconds
[    8.976916] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[    8.999088] EXT3-fs (md6): using internal journal
[    8.999093] EXT3-fs (md6): mounted filesystem with writeback data mode
[    9.056684] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[    9.057970] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[    9.059269] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[   14.996222] sky2 0000:06:00.0: eth0: enabling interface
[   16.814959] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[   21.819937] NET: Registered protocol family 10
[   24.106178] /dev/vmmon[4195]: Module vmmon: registered with major=10 minor=165
[   24.106186] /dev/vmmon[4195]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   24.106191] /dev/vmmon[4195]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   24.106193] /dev/vmmon[4195]: Module vmmon: initialized
[   24.162194] /dev/vmci[4214]: VMCI: Driver initialized.
[   24.162209] /dev/vmci[4214]: Module vmci: registered with major=10 minor=59
[   24.162211] /dev/vmci[4214]: Module vmci: initialized
[   24.419139] /dev/vmnet: open called by PID 4296 (vmnet-bridge)
[   24.419146] /dev/vmnet: hub 0 does not exist, allocating memory.
[   24.419165] /dev/vmnet: port on hub 0 successfully opened
[   24.419174] bridge-eth0: up
[   24.419177] bridge-eth0: attached
[   25.633933] /dev/vmnet: open called by PID 4303 (vmnet-dhcpd)
[   25.633938] /dev/vmnet: hub 1 does not exist, allocating memory.
[   25.633956] /dev/vmnet: port on hub 1 successfully opened
[   25.685920] /dev/vmnet: open called by PID 4305 (vmnet-netifup)
[   25.685925] /dev/vmnet: port on hub 1 successfully opened
[   25.727758] /dev/vmnet: open called by PID 4308 (vmnet-dhcpd)
[   25.727763] /dev/vmnet: hub 8 does not exist, allocating memory.
[   25.727782] /dev/vmnet: port on hub 8 successfully opened
[   25.813959] /dev/vmnet: open called by PID 4312 (vmnet-natd)
[   25.813964] /dev/vmnet: port on hub 8 successfully opened
[   25.819176] /dev/vmnet: open called by PID 4313 (vmnet-netifup)
[   25.819182] /dev/vmnet: port on hub 8 successfully opened
[   32.108936] eth0: no IPv6 routers present
[   35.893293] vmnet8: no IPv6 routers present
[   36.018943] vmnet1: no IPv6 routers present

[-- Attachment #3: dmesg.Patch-R1.Test4 --]
[-- Type: application/octet-stream, Size: 63672 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r1 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #6 SMP PREEMPT Wed Jul 7 09:27:12 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771144]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771180 - 0001771780]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771780 - 0001771900]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771900 - 0001771941]         BOOTMEM
[    0.000000]   #20 [0001771980 - 0001771a06]         BOOTMEM
[    0.000000]   #21 [0001771a40 - 0001771ca8]         BOOTMEM
[    0.000000]   #22 [0001771cc0 - 0001771d28]         BOOTMEM
[    0.000000]   #23 [0001771d40 - 0001771da8]         BOOTMEM
[    0.000000]   #24 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #25 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #26 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #27 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #28 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #29 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #30 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #31 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a34c0 - 00017a34ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3500 - 00017a3508]         BOOTMEM
[    0.000000]   #47 [00017a3540 - 00017a3548]         BOOTMEM
[    0.000000]   #48 [00017a3580 - 00017a35b0]         BOOTMEM
[    0.000000]   #49 [00017a35c0 - 00017a3620]         BOOTMEM
[    0.000000]   #50 [00017a3640 - 00017a3750]         BOOTMEM
[    0.000000]   #51 [00017a3780 - 00017a37c8]         BOOTMEM
[    0.000000]   #52 [00017a3800 - 00017a3848]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3630k kernel code, 1057732k absent, 271696k reserved, 2958k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3337.699 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6675.39 BogoMIPS (lpj=3337699)
[    0.000293] Security Framework initialized
[    0.000432] Mount-cache hash table entries: 256
[    0.000637] CPU: Physical Processor ID: 0
[    0.000762] CPU: Processor Core ID: 0
[    0.000888] mce: CPU supports 9 MCE banks
[    0.001023] CPU0: Thermal monitoring enabled (TM1)
[    0.001156] using mwait in idle threads.
[    0.001288] Performance Events: Westmere events, Intel PMU driver.
[    0.001468] ... version:                3
[    0.001593] ... bit width:              48
[    0.001717] ... generic registers:      4
[    0.001841] ... value mask:             0000ffffffffffff
[    0.001968] ... max period:             000000007fffffff
[    0.002095] ... fixed-purpose events:   3
[    0.002226] ... event mask:             000000070000000f
[    0.002373] Freeing SMP alternatives: 36k freed
[    0.002504] ACPI: Core revision 20100121
[    0.041818] Setting APIC routing to physical flat
[    0.042385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.052488] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.159798] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.200000] Brought up 12 CPUs
[    1.200124] Total of 12 processors activated (81756.81 BogoMIPS).
[    1.206637] NET: Registered protocol family 16
[    1.209542] ACPI: bus type pci registered
[    1.209724] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.209951] PCI: not using MMCONFIG
[    1.210074] PCI: Using configuration type 1 for base access
[    1.212130] bio: create slab <bio-0> at 0
[    1.213467] ACPI: EC: Look up EC in DSDT
[    1.214572] ACPI: Executed 1 blocks of module-level executable AML code
[    1.299165] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.299990] ACPI: Interpreter enabled
[    1.300113] ACPI: (supports S0 S5)
[    1.300290] ACPI: Using IOAPIC for interrupt routing
[    1.300454] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.302250] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.327130] ACPI: No dock devices found.
[    1.327255] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.327584] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.327930] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.328058] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.328186] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.328407] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.328629] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.328852] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.329115] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.329118] pci 0000:00:00.0: PME# disabled
[    1.329160] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.329162] pci 0000:00:01.0: PME# disabled
[    1.329204] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.329206] pci 0000:00:03.0: PME# disabled
[    1.329249] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.329252] pci 0000:00:07.0: PME# disabled
[    1.329420] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.329472] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.329525] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.329577] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.329623] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.329626] pci 0000:00:1a.7: PME# disabled
[    1.329653] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.329689] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.329691] pci 0000:00:1b.0: PME# disabled
[    1.329742] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.329745] pci 0000:00:1c.0: PME# disabled
[    1.329798] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.329800] pci 0000:00:1c.2: PME# disabled
[    1.329853] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.329856] pci 0000:00:1c.4: PME# disabled
[    1.329908] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.329911] pci 0000:00:1c.5: PME# disabled
[    1.329950] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.330002] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.330055] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.330107] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.330152] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.330155] pci 0000:00:1d.7: PME# disabled
[    1.330250] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.330473] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.330603] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.330865] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.330869] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.330873] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.330877] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.330881] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.330885] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.330921] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.330932] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.330961] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.330965] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.330969] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.330973] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.330977] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.330982] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.331031] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.331158] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.331161] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.331164] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.331191] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.331317] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.331319] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.331323] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.331364] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.331370] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.331374] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.331381] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.331395] pci 0000:03:00.0: supports D1 D2
[    1.331416] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.331443] pci 0000:03:00.1: supports D1 D2
[    1.331454] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.331581] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.331583] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.331587] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.331619] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.331748] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.331750] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.331755] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.331820] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.331826] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.331849] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.331884] pci 0000:06:00.0: supports D1 D2
[    1.331885] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.331889] pci 0000:06:00.0: PME# disabled
[    1.331898] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.332025] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.332027] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.332032] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332129] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.332163] pci 0000:05:00.0: PME# supported from D3hot
[    1.332167] pci 0000:05:00.0: PME# disabled
[    1.332206] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.332213] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.332221] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.332228] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.332235] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.332288] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.332415] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.332417] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.332422] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332486] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.332493] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.332516] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.332551] pci 0000:04:00.0: supports D1 D2
[    1.332552] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.332556] pci 0000:04:00.0: PME# disabled
[    1.332566] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.332694] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.332697] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.332701] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332740] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.332745] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.332782] pci 0000:08:02.0: supports D2
[    1.332783] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.332786] pci 0000:08:02.0: PME# disabled
[    1.332822] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.332951] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.332954] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.332958] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.332960] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.332961] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.332963] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.332964] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.332966] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.332967] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.332991] pci_bus 0000:00: on NUMA node 0
[    1.332994] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.333224] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.333298] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.333343] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.333387] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.333439] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.333481] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.333524] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.333568] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.353962] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.354447] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.355217] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.355703] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.356185] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.356671] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.357153] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.357731] SCSI subsystem initialized
[    1.357962] libata version 3.00 loaded.
[    1.358047] usbcore: registered new interface driver usbfs
[    1.358191] usbcore: registered new interface driver hub
[    1.358339] usbcore: registered new device driver usb
[    1.358579] PCI: Using ACPI for IRQ routing
[    1.358706] PCI: pci_cache_line_size set to 64 bytes
[    1.358789] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.358791] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.358860] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.359110] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.361249] Switching to clocksource tsc
[    1.361744] pnp: PnP ACPI init
[    1.361870] ACPI: bus type pnp registered
[    1.364407] pnp: PnP ACPI: found 17 devices
[    1.364531] ACPI: ACPI bus type pnp unregistered
[    1.364665] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.364792] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.364919] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.365046] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.365174] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.365302] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.365432] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.365562] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.365689] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.365815] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.365942] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.366069] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.366196] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.366325] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.366455] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.366585] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.366714] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.366843] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.366971] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.367098] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.367226] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.367354] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.372074] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.372202] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.372423] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.372646] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.372867] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.372994] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.373118] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.373245] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.373372] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.373500] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.373627] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.373754] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.373880] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.374009] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.374134] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.374262] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.374390] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.374615] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.374741] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.374869] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.374998] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.375221] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.375347] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.375475] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.375606] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.375829] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.375955] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.376083] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.376212] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.376435] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.376563] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.376691] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.376820] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.377043] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.377169] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.377297] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.377425] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.377562] pci 0000:00:01.0: setting latency timer to 64
[    1.377567] pci 0000:00:03.0: setting latency timer to 64
[    1.377572] pci 0000:00:07.0: setting latency timer to 64
[    1.377578] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.377707] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.377835] pci 0000:00:1c.0: setting latency timer to 64
[    1.377842] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.377970] pci 0000:00:1c.2: setting latency timer to 64
[    1.377976] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.378104] pci 0000:00:1c.4: setting latency timer to 64
[    1.378111] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.378239] pci 0000:00:1c.5: setting latency timer to 64
[    1.378243] pci 0000:00:1e.0: setting latency timer to 64
[    1.378246] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.378247] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.378248] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.378250] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.378251] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.378252] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.378254] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.378255] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.378256] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.378257] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.378259] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.378260] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.378261] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.378262] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.378264] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.378265] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.378266] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.378268] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.378269] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.378270] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.378272] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.378273] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.378274] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.378275] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.378277] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.378278] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.378279] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.378280] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.378281] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.378322] NET: Registered protocol family 2
[    1.378496] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.379171] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.379850] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.380082] TCP: Hash tables configured (established 262144 bind 65536)
[    1.380209] TCP reno registered
[    1.380332] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.380492] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.380738] NET: Registered protocol family 1
[    1.381004] RPC: Registered udp transport module.
[    1.381128] RPC: Registered tcp transport module.
[    1.381253] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.381519] pci 0000:03:00.0: Boot video device
[    1.381532] PCI: CLS 256 bytes, default 64
[    1.381558] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.381685] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.381906] software IO TLB at phys 0xe000000 - 0x12000000
[    1.384120] VFS: Disk quotas dquot_6.5.2
[    1.384263] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.384653] NTFS driver 2.1.29 [Flags: R/W].
[    1.384814] fuse init (API version 7.13)
[    1.384986] msgmni has been set to 24027
[    1.385328] alg: No test for stdrng (krng)
[    1.385481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.385705] io scheduler noop registered
[    1.385827] io scheduler deadline registered
[    1.385966] io scheduler cfq registered (default)
[    1.386153] pcieport 0000:00:01.0: setting latency timer to 64
[    1.386177] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.386239] pcieport 0000:00:03.0: setting latency timer to 64
[    1.386261] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.386320] pcieport 0000:00:07.0: setting latency timer to 64
[    1.386342] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.386403] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.386430] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.386516] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.386544] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.386626] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.386654] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.386734] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.386761] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.386858] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.386862] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.386865] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.388288] Non-volatile memory driver v1.3
[    1.388510] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.388736] ACPI: Power Button [PWRB]
[    1.388893] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.389114] ACPI: Power Button [PWRF]
[    1.389761] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.391032] brd: module loaded
[    1.391580] loop: module loaded
[    1.391860] ahci 0000:05:00.0: version 3.0
[    1.391872] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.402409] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.402640] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.402771] ahci 0000:05:00.0: setting latency timer to 64
[    1.402852] scsi0 : ahci
[    1.403049] scsi1 : ahci
[    1.405870] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.406092] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.406330] ata1: hard resetting link
[    1.406338] ata2: hard resetting link
[    1.406354] ata_piix 0000:00:1f.2: version 2.13
[    1.406363] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.406366] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.406387] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.406418] scsi2 : ata_piix
[    1.406479] scsi3 : ata_piix
[    1.407739] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.407870] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.408012] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.408026] ata3.00: hard resetting link
[    1.408039] ata4.00: hard resetting link
[    1.408386] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.408655] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.408676] scsi4 : ata_piix
[    1.408857] scsi5 : ata_piix
[    1.410049] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.410179] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.410332] ata5: hard resetting link
[    1.410345] ata6: hard resetting link
[    1.410580] console [netcon0] enabled
[    1.410703] netconsole: network logging started
[    1.410886] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.411024] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.411159] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.411161] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.411325] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.411565] ehci_hcd 0000:00:1a.7: debug port 1
[    1.415552] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.415561] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.424326] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.424471] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.424600] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.424820] usb usb1: Product: EHCI Host Controller
[    1.424944] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.425071] usb usb1: SerialNumber: 0000:00:1a.7
[    1.425267] hub 1-0:1.0: USB hub found
[    1.425392] hub 1-0:1.0: 6 ports detected
[    1.425556] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.425691] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.425694] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.425850] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.426086] ehci_hcd 0000:00:1d.7: debug port 1
[    1.430068] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.430077] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.439288] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.439429] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.439559] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.439778] usb usb2: Product: EHCI Host Controller
[    1.439902] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r1 ehci_hcd
[    1.440029] usb usb2: SerialNumber: 0000:00:1d.7
[    1.440221] hub 2-0:1.0: USB hub found
[    1.440345] hub 2-0:1.0: 6 ports detected
[    1.440521] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.440670] uhci_hcd: USB Universal Host Controller Interface driver
[    1.440813] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.440943] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.440945] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.441106] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.441345] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.441492] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.441619] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.441839] usb usb3: Product: UHCI Host Controller
[    1.441963] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.442089] usb usb3: SerialNumber: 0000:00:1a.0
[    1.442282] hub 3-0:1.0: USB hub found
[    1.442406] hub 3-0:1.0: 2 ports detected
[    1.442560] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.442691] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.442693] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.442851] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.443094] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.443238] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.443366] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.443588] usb usb4: Product: UHCI Host Controller
[    1.443713] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.443839] usb usb4: SerialNumber: 0000:00:1a.1
[    1.444029] hub 4-0:1.0: USB hub found
[    1.444154] hub 4-0:1.0: 2 ports detected
[    1.444305] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.444435] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.444437] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.444598] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.444842] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.444985] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.445113] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.445332] usb usb5: Product: UHCI Host Controller
[    1.445456] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.445585] usb usb5: SerialNumber: 0000:00:1a.2
[    1.445777] hub 5-0:1.0: USB hub found
[    1.445901] hub 5-0:1.0: 2 ports detected
[    1.446052] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.446182] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.446184] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.446341] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.446582] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.446726] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.446853] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.447073] usb usb6: Product: UHCI Host Controller
[    1.447197] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.447323] usb usb6: SerialNumber: 0000:00:1d.0
[    1.447517] hub 6-0:1.0: USB hub found
[    1.447641] hub 6-0:1.0: 2 ports detected
[    1.447792] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.447923] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.447925] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.448083] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.448323] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.448469] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.448597] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448816] usb usb7: Product: UHCI Host Controller
[    1.448940] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.449067] usb usb7: SerialNumber: 0000:00:1d.1
[    1.449258] hub 7-0:1.0: USB hub found
[    1.449383] hub 7-0:1.0: 2 ports detected
[    1.449535] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.449665] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.449667] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.449826] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.450064] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.450208] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.450335] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450558] usb usb8: Product: UHCI Host Controller
[    1.450682] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r1 uhci_hcd
[    1.450808] usb usb8: SerialNumber: 0000:00:1d.2
[    1.450998] hub 8-0:1.0: USB hub found
[    1.451122] hub 8-0:1.0: 2 ports detected
[    1.451290] Initializing USB Mass Storage driver...
[    1.451452] usbcore: registered new interface driver usb-storage
[    1.451581] USB Mass Storage support registered.
[    1.451742] usbcore: registered new interface driver libusual
[    1.451920] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.453763] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.453891] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.454066] mice: PS/2 mouse device common for all mice
[    1.454299] i2c /dev entries driver
[    1.454460] md: raid0 personality registered for level 0
[    1.454586] md: raid1 personality registered for level 1
[    1.454800] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.455024] cpuidle: using governor ladder
[    1.455147] cpuidle: using governor menu
[    1.455392] usbcore: registered new interface driver hiddev
[    1.455543] usbcore: registered new interface driver usbhid
[    1.455669] usbhid: USB HID core driver
[    1.455948] TCP cubic registered
[    1.456070] NET: Registered protocol family 17
[    1.456590] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.471783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.708593] ata2: XXX SControl after resume = 300 300, tries=1
[    1.709583] ata1: XXX SControl after resume = 300 300, tries=1
[    1.710589] ata3.00: XXX SControl after resume = 300 300, tries=1
[    1.710727] ata4.00: XXX SControl after resume = 300 300, tries=1
[    1.713570] ata5: XXX SControl after resume = 300 300, tries=1
[    1.810336] ata2: SATA link down (SStatus 0 SControl 300)
[    1.811332] ata1: SATA link down (SStatus 0 SControl 300)
[    1.812318] ata3.01: hard resetting link
[    1.812458] ata4.01: hard resetting link
[    1.821290] ata2: EH complete
[    1.822286] ata1: EH complete
[    1.914055] ata6: XXX SControl after resume = 300 300, tries=2
[    1.914190] ata6: link resume succeeded after 1 retries
[    1.965960] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.969190] ata5.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    1.969326] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.975592] ata5.00: configured for UDMA/133
[    1.975722] ata5: EH complete
[    2.044711] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.115531] ata3.01: XXX SControl after resume = 300 300, tries=1
[    2.115668] ata4.01: XXX SControl after resume = 300 300, tries=1
[    2.166424] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.169654] ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.169790] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.175998] ata6.00: configured for UDMA/133
[    2.176129] ata6: EH complete
[    2.205459] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.205594] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.205723] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.205850] usb 3-2: Manufacturer: American Power Conversion
[    2.205976] usb 3-2: SerialNumber: 3B1007X44377  
[    2.289348] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.367927] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.368069] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.369909] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.370051] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.374090] ata3.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100
[    2.374385] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.374536] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.374540] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.374541] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.375100] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.375236] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.378143] ata4.00: configured for UDMA/133
[    2.379971] ata3.00: configured for UDMA/100
[    2.384491] ata4.01: configured for UDMA/133
[    2.384622] ata4: EH complete
[    2.386122] ata3.01: configured for UDMA/133
[    2.386791] ata3: EH complete
[    2.399055] scsi 2:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
[    2.403961] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.404192] Uniform CD-ROM driver Revision: 3.20
[    2.404388] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.404443] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    2.404637] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.404978] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.405214] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    2.405235] sd 2:0:1:0: [sda] Write Protect is off
[    2.405237] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.405247] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.405316]  sda:
[    2.405781] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.406225] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.406475] sd 3:0:0:0: [sdb] Write Protect is off
[    2.406602] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.406740] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.406757] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.406794] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.406902] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.406927] sd 3:0:1:0: [sdc] Write Protect is off
[    2.406928] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.406936] sd 3:0:1:0: Attached scsi generic sg3 type 0
[    2.406939] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.407001] scsi 4:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.407008]  sdc:
[    2.407134] sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.407149] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    2.407166] sd 4:0:0:0: [sdd] Write Protect is off
[    2.407167] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.407184] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.407240] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.407330]  sdd:
[    2.407412] sd 5:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.407415] sd 5:0:0:0: Attached scsi generic sg5 type 0
[    2.407437] sd 5:0:0:0: [sde] Write Protect is off
[    2.407438] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.407449] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.407510]  sde: sde1
[    2.415404] sd 5:0:0:0: [sde] Attached SCSI disk
[    2.415728]  sda1 sda2 sda3 sda4 < sdd1
[    2.419852]  sdc1 sdc2 sdc3 sdc4 <
[    2.420165] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.421443]  sda5 sdc5 sda6 >
[    2.442487]  sdc6 >
[    2.447093] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.457723]  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6
[    2.488577] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.488825]  >
[    2.494535] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.505948] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.663975] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.664114] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.664243] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.664370] usb 8-2: Manufacturer: Microsoft
[    2.682071] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.682367] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.573727] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[    4.581223] md: Waiting for all devices to be available before autodetect
[    4.581360] md: If you don't use raid, use raid=noautodetect
[    4.581566] md: Autodetecting RAID arrays.
[    4.645105] md: Scanned 6 and added 6 devices.
[    4.645236] md: autorun ...
[    4.645358] md: considering sdb5 ...
[    4.645482] md:  adding sdb5 ...
[    4.645605] md: sdb3 has different UUID to sdb5
[    4.645730] md:  adding sdc5 ...
[    4.645853] md: sdc3 has different UUID to sdb5
[    4.645981] md:  adding sda5 ...
[    4.646104] md: sda3 has different UUID to sdb5
[    4.646304] md: created md5
[    4.646426] md: bind<sda5>
[    4.646551] md: bind<sdc5>
[    4.646676] md: bind<sdb5>
[    4.646800] md: running: <sdb5><sdc5><sda5>
[    4.647092] raid1: raid set md5 active with 3 out of 3 mirrors
[    4.647230] md5: detected capacity change from 0 to 53694496768
[    4.647374] md: considering sdb3 ...
[    4.647498] md:  adding sdb3 ...
[    4.647621] md:  adding sdc3 ...
[    4.647744] md:  adding sda3 ...
[    4.647939] md: created md3
[    4.648061] md: bind<sda3>
[    4.648185] md: bind<sdc3>
[    4.648310] md: bind<sdb3>
[    4.648434] md: running: <sdb3><sdc3><sda3>
[    4.648717] raid1: raid set md3 active with 3 out of 3 mirrors
[    4.648854] md3: detected capacity change from 0 to 53694562304
[    4.649000] md: ... autorun DONE.
[    4.649155]  md5: unknown partition table
[    4.694872] kjournald starting.  Commit interval 5 seconds
[    4.694878] EXT3-fs (md5): mounted filesystem with writeback data mode
[    4.694889] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[    4.695264] Freeing unused kernel memory: 476k freed
[    4.695444] Write protecting the kernel read-only data: 6144k
[    4.695651] Freeing unused kernel memory: 448k freed
[    4.695851] Freeing unused kernel memory: 248k freed
[    6.601946] udev: starting version 149
[    6.698071] rtc_cmos 00:03: RTC can wake from S4
[    6.698107] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    6.698132] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.712090] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.712093] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [io  0x0400-0x040f 64bit pref window disabled]
[    6.712095] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.770455] sky2: driver version 1.27
[    6.770474] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.770483] sky2 0000:06:00.0: setting latency timer to 64
[    6.770510] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[    6.770593] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[    6.770782] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[    6.770795] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.770802] sky2 0000:04:00.0: setting latency timer to 64
[    6.770818] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[    6.770899] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[    6.771068] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[    6.778841]  md3: unknown partition table
[    6.981856] Linux agpgart interface v0.103
[    7.021342] [drm] Initialized drm 1.1.0 20060810
[    7.136889] [drm] radeon defaulting to kernel modesetting.
[    7.136890] [drm] radeon kernel modesetting enabled.
[    7.136925] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    7.136929] radeon 0000:03:00.0: setting latency timer to 64
[    7.137632] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[    7.137800] [drm] register mmio base: 0xFBAC0000
[    7.137801] [drm] register mmio size: 131072
[    7.137870] ATOM BIOS: JUNIPER
[    7.137878] [drm] Clocks initialized !
[    7.137879] [drm] 1 Power State(s)
[    7.137880] [drm] State 0 Default (default)
[    7.137881] [drm] 	16 PCIE Lanes
[    7.137882] [drm] 	1 Clock Mode(s)
[    7.137883] [drm] 		0 engine/memory: 850000/1200000
[    7.137887] [drm] radeon: power management initialized
[    7.137892] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[    7.137894] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[    7.137904] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[    7.137906] [drm] Detected VRAM RAM=256M, BAR=256M
[    7.137907] [drm] RAM width 128bits DDR
[    7.137929] [TTM] Zone  kernel: Available graphics memory: 6151634 kiB.
[    7.137931] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[    7.137937] [drm] radeon: 256M of VRAM memory ready
[    7.137938] [drm] radeon: 512M of GTT memory ready.
[    7.139285] [drm] Radeon Display Connectors
[    7.139287] [drm] Connector 0:
[    7.139288] [drm]   DisplayPort
[    7.139289] [drm]   HPD4
[    7.139291] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    7.139293] [drm]   Encoders:
[    7.139294] [drm]     DFP1: INTERNAL_UNIPHY2
[    7.139296] [drm] Connector 1:
[    7.139297] [drm]   HDMI-A
[    7.139298] [drm]   HPD5
[    7.139300] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    7.139301] [drm]   Encoders:
[    7.139303] [drm]     DFP2: INTERNAL_UNIPHY2
[    7.139304] [drm] Connector 2:
[    7.139305] [drm]   DVI-I
[    7.139306] [drm]   HPD1
[    7.139308] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    7.139310] [drm]   Encoders:
[    7.139311] [drm]     DFP3: INTERNAL_UNIPHY1
[    7.139313] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    7.139314] [drm] Connector 3:
[    7.139316] [drm]   DVI-I
[    7.139317] [drm]   HPD6
[    7.139319] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    7.139320] [drm]   Encoders:
[    7.139322] [drm]     DFP4: INTERNAL_UNIPHY
[    7.139323] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.319040] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.319094] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[    7.319117] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    7.488206] [drm] fb mappable at 0xD0040000
[    7.488207] [drm] vram apper at 0xD0000000
[    7.488208] [drm] size 8294400
[    7.488209] [drm] fb depth is 24
[    7.488210] [drm]    pitch is 7680
[    7.496737] Console: switching to colour frame buffer device 240x67
[    7.500730] fb0: radeondrmfb frame buffer device
[    7.500732] registered panic notifier
[    7.500734] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[    7.705846] hda_codec: AD1989B: BIOS auto-probing.
[    7.708145] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[    7.708188] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[    7.708206] HDA Intel 0000:03:00.1: setting latency timer to 64
[    8.294363] EXT3-fs (md5): using internal journal
[    8.587733] md: md11 stopped.
[    8.621244] md: bind<sde1>
[    8.621416] md: bind<sdd1>
[    8.621899] raid0: looking at sdd1
[    8.621900] raid0:   comparing sdd1(104871936)
[    8.621901]  with sdd1(104871936)
[    8.621902] raid0:   END
[    8.621903] raid0:   ==> UNIQUE
[    8.621903] raid0: 1 zones
[    8.621904] raid0: looking at sde1
[    8.621905] raid0:   comparing sde1(104871936)
[    8.621906]  with sdd1(104871936)
[    8.621907] raid0:   EQUAL
[    8.621908] raid0: FINAL 1 zones
[    8.621910] raid0: done.
[    8.621910] raid0 : md_size is 209743872 sectors.
[    8.621911] ******* md11 configuration *********
[    8.621912] zone0=[sdd1/sde1/]
[    8.621914]         zone offset=0kb device offset=0kb size=104871936kb
[    8.621915] **********************************
[    8.621916] 
[    8.621919] md11: detected capacity change from 0 to 107388862464
[    8.622378]  md11: unknown partition table
[    8.627435] md: md6 stopped.
[    8.631193] md: bind<sdb6>
[    8.631360] md: bind<sdc6>
[    8.631516] md: bind<sda6>
[    8.632027] raid1: raid set md6 active with 3 out of 3 mirrors
[    8.632039] md6: detected capacity change from 0 to 253354939392
[    8.632512]  md6: unknown partition table
[    9.129615] kjournald starting.  Commit interval 5 seconds
[    9.129620] EXT3-fs (md11): warning: maximal mount count reached, running e2fsck is recommended
[    9.129880] EXT3-fs (md11): using internal journal
[    9.129885] EXT3-fs (md11): mounted filesystem with writeback data mode
[    9.155000] kjournald starting.  Commit interval 5 seconds
[    9.155008] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[    9.179659] EXT3-fs (md6): using internal journal
[    9.179664] EXT3-fs (md6): mounted filesystem with writeback data mode
[    9.233178] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[    9.234595] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[    9.235918] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[   14.243983] sky2 0000:06:00.0: eth0: enabling interface
[   16.078753] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[   20.984070] NET: Registered protocol family 10
[   23.250049] /dev/vmmon[4201]: Module vmmon: registered with major=10 minor=165
[   23.250057] /dev/vmmon[4201]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   23.250063] /dev/vmmon[4201]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   23.250065] /dev/vmmon[4201]: Module vmmon: initialized
[   23.296931] /dev/vmci[4220]: VMCI: Driver initialized.
[   23.296953] /dev/vmci[4220]: Module vmci: registered with major=10 minor=59
[   23.296955] /dev/vmci[4220]: Module vmci: initialized
[   23.591919] /dev/vmnet: open called by PID 4302 (vmnet-bridge)
[   23.591925] /dev/vmnet: hub 0 does not exist, allocating memory.
[   23.591944] /dev/vmnet: port on hub 0 successfully opened
[   23.591953] bridge-eth0: up
[   23.591956] bridge-eth0: attached
[   24.787715] /dev/vmnet: open called by PID 4309 (vmnet-dhcpd)
[   24.787719] /dev/vmnet: hub 1 does not exist, allocating memory.
[   24.787738] /dev/vmnet: port on hub 1 successfully opened
[   24.836319] /dev/vmnet: open called by PID 4311 (vmnet-netifup)
[   24.836324] /dev/vmnet: port on hub 1 successfully opened
[   24.881238] /dev/vmnet: open called by PID 4314 (vmnet-dhcpd)
[   24.881243] /dev/vmnet: hub 8 does not exist, allocating memory.
[   24.881262] /dev/vmnet: port on hub 8 successfully opened
[   24.972959] /dev/vmnet: open called by PID 4318 (vmnet-natd)
[   24.972964] /dev/vmnet: port on hub 8 successfully opened
[   24.975764] /dev/vmnet: open called by PID 4319 (vmnet-netifup)
[   24.975770] /dev/vmnet: port on hub 8 successfully opened
[   31.694053] eth0: no IPv6 routers present
[   35.225752] vmnet1: no IPv6 routers present
[   35.599807] vmnet8: no IPv6 routers present

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07 17:06                       ` Mark Knecht
@ 2010-07-07 17:26                         ` Tejun Heo
  2010-07-07 17:32                           ` Mark Knecht
  2010-07-19 19:31                           ` Mark Knecht
  0 siblings, 2 replies; 50+ messages in thread
From: Tejun Heo @ 2010-07-07 17:26 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

Hello,

On 07/07/2010 07:06 PM, Mark Knecht wrote:
> 4 warm reboots. All 4 said 300 300. However the 4th one only showed an
> extra attempt at running the patch code with and also showed Tries =
> 2. I'm attaching boot #1 and boot #4 for now. I've saved them all if
> you need or just want them.
> 
> Please note that in all 4 cases all drives were found. Nothing is
> missing in any test yet after adding these either of these patches.
> 
> I've not tried cold boots yet. That's next.

Hmm... just in case you're being lucky, please keep an eye on it over
several days and report the result.  I think all that's necessary is
slight modification to the resume logic but let's watch a bit first.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07 17:26                         ` Tejun Heo
@ 2010-07-07 17:32                           ` Mark Knecht
  2010-07-19 19:31                           ` Mark Knecht
  1 sibling, 0 replies; 50+ messages in thread
From: Mark Knecht @ 2010-07-07 17:32 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

On Wed, Jul 7, 2010 at 10:26 AM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/07/2010 07:06 PM, Mark Knecht wrote:
>> 4 warm reboots. All 4 said 300 300. However the 4th one only showed an
>> extra attempt at running the patch code with and also showed Tries =
>> 2. I'm attaching boot #1 and boot #4 for now. I've saved them all if
>> you need or just want them.
>>
>> Please note that in all 4 cases all drives were found. Nothing is
>> missing in any test yet after adding these either of these patches.
>>
>> I've not tried cold boots yet. That's next.
>
> Hmm... just in case you're being lucky, please keep an eye on it over
> several days and report the result.  I think all that's necessary is
> slight modification to the resume logic but let's watch a bit first.
>
> Thanks.
>
> --
> tejun
>
I've tried two cold boots so far. One of them had that same extra
Tries = 2 at the same place. I'll do a couple more just to see what
happens.

I'm happy to watch it as long as it takes and will certainly save any
results if and when a drive isn't found. This problem has run hot and
cold for a few months. Sometimes I go a week with every boot is good.
This last two weeks was finally bad enough to get me to report it.

I also want to investigate actually getting the BIOS AHCI setting
working, but I think I'll leave that alone for afew days so as to not
upset this experiment. Performance on the machine isn't critical right
now, assuming AHCI helps.

I'll get back to you when I've got something new to report.

Cheers,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-07 17:26                         ` Tejun Heo
  2010-07-07 17:32                           ` Mark Knecht
@ 2010-07-19 19:31                           ` Mark Knecht
  2010-07-19 21:01                             ` Tejun Heo
  1 sibling, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-19 19:31 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

On Wed, Jul 7, 2010 at 10:26 AM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/07/2010 07:06 PM, Mark Knecht wrote:
>> 4 warm reboots. All 4 said 300 300. However the 4th one only showed an
>> extra attempt at running the patch code with and also showed Tries =
>> 2. I'm attaching boot #1 and boot #4 for now. I've saved them all if
>> you need or just want them.
>>
>> Please note that in all 4 cases all drives were found. Nothing is
>> missing in any test yet after adding these either of these patches.
>>
>> I've not tried cold boots yet. That's next.
>
> Hmm... just in case you're being lucky, please keep an eye on it over
> several days and report the result.  I think all that's necessary is
> slight modification to the resume logic but let's watch a bit first.
>
> Thanks.
>
> --
> tejun
>

Tejun,
   With about 10-12 day of testing, 1-2 boots/day, I've not had a
single boot failure since adding the patch. Only twice has it said
tries=2. Every other time it's tries=1. The machine seems to work fine
either way.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-19 19:31                           ` Mark Knecht
@ 2010-07-19 21:01                             ` Tejun Heo
  2010-07-20  3:14                               ` Paul Check
  0 siblings, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-19 21:01 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

Hello,

On 07/19/2010 09:31 PM, Mark Knecht wrote:
>    With about 10-12 day of testing, 1-2 boots/day, I've not had a
> single boot failure since adding the patch. Only twice has it said
> tries=2. Every other time it's tries=1. The machine seems to work fine
> either way.

Hmmm... can you please test the attached patch instead?  It seems
likely that the root cause is not flakiness of SIDPR but incorrect
locking in libata EH code.

Thanks.

-- 
tejun

[-- Attachment #2: ata_piix-sidpr-lock.patch --]
[-- Type: text/x-patch, Size: 1609 bytes --]

diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 7409f98..3971bc0 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -158,6 +158,7 @@ struct piix_map_db {
 struct piix_host_priv {
 	const int *map;
 	u32 saved_iocfg;
+	spinlock_t sidpr_lock;	/* FIXME: remove once locking in EH is fixed */
 	void __iomem *sidpr;
 };
 
@@ -951,12 +952,15 @@ static int piix_sidpr_scr_read(struct ata_link *link,
 			       unsigned int reg, u32 *val)
 {
 	struct piix_host_priv *hpriv = link->ap->host->private_data;
+	unsigned long flags;
 
 	if (reg >= ARRAY_SIZE(piix_sidx_map))
 		return -EINVAL;
 
+	spin_lock_irqsave(&hpriv->sidpr_lock, flags);
 	piix_sidpr_sel(link, reg);
 	*val = ioread32(hpriv->sidpr + PIIX_SIDPR_DATA);
+	spin_unlock_irqrestore(&hpriv->sidpr_lock, flags);
 	return 0;
 }
 
@@ -964,12 +968,15 @@ static int piix_sidpr_scr_write(struct ata_link *link,
 				unsigned int reg, u32 val)
 {
 	struct piix_host_priv *hpriv = link->ap->host->private_data;
+	unsigned long flags;
 
 	if (reg >= ARRAY_SIZE(piix_sidx_map))
 		return -EINVAL;
 
+	spin_lock_irqsave(&hpriv->sidpr_lock, flags);
 	piix_sidpr_sel(link, reg);
 	iowrite32(val, hpriv->sidpr + PIIX_SIDPR_DATA);
+	spin_unlock_irqrestore(&hpriv->sidpr_lock, flags);
 	return 0;
 }
 
@@ -1566,6 +1573,7 @@ static int __devinit piix_init_one(struct pci_dev *pdev,
 	hpriv = devm_kzalloc(dev, sizeof(*hpriv), GFP_KERNEL);
 	if (!hpriv)
 		return -ENOMEM;
+	spin_lock_init(&hpriv->sidpr_lock);
 
 	/* Save IOCFG, this will be used for cable detection, quirk
 	 * detection and restoration on detach.  This is necessary

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-19 21:01                             ` Tejun Heo
@ 2010-07-20  3:14                               ` Paul Check
  2010-07-20 14:14                                 ` Tejun Heo
  2010-07-20 20:52                                 ` Mark Knecht
  0 siblings, 2 replies; 50+ messages in thread
From: Paul Check @ 2010-07-20  3:14 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Mark Knecht, Linux Kernel List, linux-ide@vger.kernel.org

Hey Tejun: I guess this is the same patch that you sent me to fix my issue
with missing drives.  Good news: I've been through about 10 reboots now
and no problems.  Based on my prior experience, I'd say with the old
setup, 10 clean boots in a row was probably less than a 1% event.  So, it
seems that this has fixed my problem.

Thanks!

Regards, Paul

> Hello,
>
> On 07/19/2010 09:31 PM, Mark Knecht wrote:
>>    With about 10-12 day of testing, 1-2 boots/day, I've not had a
>> single boot failure since adding the patch. Only twice has it said
>> tries=2. Every other time it's tries=1. The machine seems to work fine
>> either way.
>
> Hmmm... can you please test the attached patch instead?  It seems
> likely that the root cause is not flakiness of SIDPR but incorrect
> locking in libata EH code.
>
> Thanks.
>
> --
> tejun
>



^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-20  3:14                               ` Paul Check
@ 2010-07-20 14:14                                 ` Tejun Heo
  2010-07-20 14:53                                   ` Mark Knecht
  2010-07-21 20:54                                   ` Mark Knecht
  2010-07-20 20:52                                 ` Mark Knecht
  1 sibling, 2 replies; 50+ messages in thread
From: Tejun Heo @ 2010-07-20 14:14 UTC (permalink / raw)
  To: Paul Check; +Cc: Mark Knecht, Linux Kernel List, linux-ide@vger.kernel.org

Helo,

On 07/20/2010 05:14 AM, Paul Check wrote:
> Hey Tejun: I guess this is the same patch that you sent me to fix my issue
> with missing drives.  Good news: I've been through about 10 reboots now
> and no problems.  Based on my prior experience, I'd say with the old
> setup, 10 clean boots in a row was probably less than a 1% event.  So, it
> seems that this has fixed my problem.

Yeap, it's the same one.  I'm forwarding the patch upstream now but,
Mark, please let me know the test result.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-20 14:14                                 ` Tejun Heo
@ 2010-07-20 14:53                                   ` Mark Knecht
  2010-07-20 16:16                                     ` Mark Knecht
  2010-07-21 20:54                                   ` Mark Knecht
  1 sibling, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-20 14:53 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Paul Check, Linux Kernel List, linux-ide@vger.kernel.org

On Tue, Jul 20, 2010 at 7:14 AM, Tejun Heo <tj@kernel.org> wrote:
> Helo,
>
> On 07/20/2010 05:14 AM, Paul Check wrote:
>> Hey Tejun: I guess this is the same patch that you sent me to fix my issue
>> with missing drives.  Good news: I've been through about 10 reboots now
>> and no problems.  Based on my prior experience, I'd say with the old
>> setup, 10 clean boots in a row was probably less than a 1% event.  So, it
>> seems that this has fixed my problem.
>
> Yeap, it's the same one.  I'm forwarding the patch upstream now but,
> Mark, please let me know the test result.
>
> Thanks.
>
> --
> tejun
>

Tejun,
   I'm traveling but back tonight. I'll try it then.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-20 14:53                                   ` Mark Knecht
@ 2010-07-20 16:16                                     ` Mark Knecht
  0 siblings, 0 replies; 50+ messages in thread
From: Mark Knecht @ 2010-07-20 16:16 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Paul Check, Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1840 bytes --]

On Tue, Jul 20, 2010 at 7:53 AM, Mark Knecht <markknecht@gmail.com> wrote:
> On Tue, Jul 20, 2010 at 7:14 AM, Tejun Heo <tj@kernel.org> wrote:
>> Helo,
>>
>> On 07/20/2010 05:14 AM, Paul Check wrote:
>>> Hey Tejun: I guess this is the same patch that you sent me to fix my issue
>>> with missing drives.  Good news: I've been through about 10 reboots now
>>> and no problems.  Based on my prior experience, I'd say with the old
>>> setup, 10 clean boots in a row was probably less than a 1% event.  So, it
>>> seems that this has fixed my problem.
>>
>> Yeap, it's the same one.  I'm forwarding the patch upstream now but,
>> Mark, please let me know the test result.
>>
>> Thanks.
>>
>> --
>> tejun
>>
>
> Tejun,
>   I'm traveling but back tonight. I'll try it then.
>
> Thanks,
> Mark
>

OK, I was able to get into the machine remotely for a few minutes. I
think the patch applied correctly and the machine cold booted cleanly.
(My wife powered it up for me.)

I'll do more boots later when you confirm everything looks reasonable.
I don't see any print statement in the patch so I don't know what to
look for. I'm attaching a dmesg file for you to review.

Assuming I did this right then everything seems good so far.

Cheers,
Mark

c2stable linux # patch --verbose -p1 <~mark/Downloads/ata_piix-sidpr-lock.patch
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
|index 7409f98..3971bc0 100644
|--- a/drivers/ata/ata_piix.c
|+++ b/drivers/ata/ata_piix.c
--------------------------
Patching file drivers/ata/ata_piix.c using Plan A...
Hunk #1 succeeded at 158.
Hunk #2 succeeded at 952.
Hunk #3 succeeded at 968.
Hunk #4 succeeded at 1573.
done
c2stable linux #

[-- Attachment #2: dmesg.Patch-New.COLDTest1 --]
[-- Type: application/octet-stream, Size: 62896 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r2 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #1 SMP PREEMPT Sun Jul 18 14:09:48 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771144]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771180 - 0001771780]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771780 - 0001771900]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771900 - 0001771941]         BOOTMEM
[    0.000000]   #20 [0001771980 - 0001771a06]         BOOTMEM
[    0.000000]   #21 [0001771a40 - 0001771ca8]         BOOTMEM
[    0.000000]   #22 [0001771cc0 - 0001771d28]         BOOTMEM
[    0.000000]   #23 [0001771d40 - 0001771da8]         BOOTMEM
[    0.000000]   #24 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #25 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #26 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #27 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #28 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #29 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #30 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #31 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a34c0 - 00017a34ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3500 - 00017a3508]         BOOTMEM
[    0.000000]   #47 [00017a3540 - 00017a3548]         BOOTMEM
[    0.000000]   #48 [00017a3580 - 00017a35b0]         BOOTMEM
[    0.000000]   #49 [00017a35c0 - 00017a3620]         BOOTMEM
[    0.000000]   #50 [00017a3640 - 00017a3750]         BOOTMEM
[    0.000000]   #51 [00017a3780 - 00017a37c8]         BOOTMEM
[    0.000000]   #52 [00017a3800 - 00017a3848]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3631k kernel code, 1057732k absent, 271696k reserved, 2957k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3337.851 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6675.70 BogoMIPS (lpj=3337851)
[    0.000298] Security Framework initialized
[    0.000439] Mount-cache hash table entries: 256
[    0.000648] CPU: Physical Processor ID: 0
[    0.000774] CPU: Processor Core ID: 0
[    0.000902] mce: CPU supports 9 MCE banks
[    0.001038] CPU0: Thermal monitoring enabled (TM1)
[    0.001172] using mwait in idle threads.
[    0.001305] Performance Events: Westmere events, Intel PMU driver.
[    0.001486] ... version:                3
[    0.001612] ... bit width:              48
[    0.001737] ... generic registers:      4
[    0.001862] ... value mask:             0000ffffffffffff
[    0.001990] ... max period:             000000007fffffff
[    0.002118] ... fixed-purpose events:   3
[    0.002250] ... event mask:             000000070000000f
[    0.002398] Freeing SMP alternatives: 36k freed
[    0.002529] ACPI: Core revision 20100121
[    0.046879] Setting APIC routing to physical flat
[    0.047443] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057548] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.164782] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.209975] Brought up 12 CPUs
[    1.210101] Total of 12 processors activated (81162.28 BogoMIPS).
[    1.216630] NET: Registered protocol family 16
[    1.219558] ACPI: bus type pci registered
[    1.219741] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.219971] PCI: not using MMCONFIG
[    1.220095] PCI: Using configuration type 1 for base access
[    1.222157] bio: create slab <bio-0> at 0
[    1.223489] ACPI: EC: Look up EC in DSDT
[    1.224602] ACPI: Executed 1 blocks of module-level executable AML code
[    1.308252] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.309081] ACPI: Interpreter enabled
[    1.309206] ACPI: (supports S0 S5)
[    1.309384] ACPI: Using IOAPIC for interrupt routing
[    1.309549] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.311350] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.337039] ACPI: No dock devices found.
[    1.337165] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.337496] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.337843] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.337973] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.338102] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.338326] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.338550] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.338775] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.339039] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.339042] pci 0000:00:00.0: PME# disabled
[    1.339084] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.339086] pci 0000:00:01.0: PME# disabled
[    1.339128] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.339131] pci 0000:00:03.0: PME# disabled
[    1.339175] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.339177] pci 0000:00:07.0: PME# disabled
[    1.339345] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.339398] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.339451] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.339503] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.339549] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.339552] pci 0000:00:1a.7: PME# disabled
[    1.339580] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.339613] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.339616] pci 0000:00:1b.0: PME# disabled
[    1.339669] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.339671] pci 0000:00:1c.0: PME# disabled
[    1.339725] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.339728] pci 0000:00:1c.2: PME# disabled
[    1.339781] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.339783] pci 0000:00:1c.4: PME# disabled
[    1.339836] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.339839] pci 0000:00:1c.5: PME# disabled
[    1.339878] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.339931] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.339984] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.340036] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.340082] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.340085] pci 0000:00:1d.7: PME# disabled
[    1.340180] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.340405] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.340537] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.340801] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.340806] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.340810] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.340814] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.340818] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.340822] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.340858] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.340868] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.340898] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.340902] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.340906] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.340910] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.340915] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.340919] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.340969] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.341097] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.341099] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.341103] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.341130] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.341257] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.341260] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.341263] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.341304] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.341311] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.341315] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.341322] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.341336] pci 0000:03:00.0: supports D1 D2
[    1.341358] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.341386] pci 0000:03:00.1: supports D1 D2
[    1.341396] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.341524] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.341527] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.341531] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.341563] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.341693] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.341696] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.341701] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.341766] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.341772] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.341795] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.341830] pci 0000:06:00.0: supports D1 D2
[    1.341831] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.341835] pci 0000:06:00.0: PME# disabled
[    1.341844] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.341972] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.341975] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.341980] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.342077] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.342111] pci 0000:05:00.0: PME# supported from D3hot
[    1.342115] pci 0000:05:00.0: PME# disabled
[    1.342155] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.342162] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.342170] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.342177] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.342184] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.342237] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.342365] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.342368] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.342372] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.342437] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.342444] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.342467] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.342502] pci 0000:04:00.0: supports D1 D2
[    1.342503] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.342507] pci 0000:04:00.0: PME# disabled
[    1.342516] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.342647] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.342650] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.342654] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.342693] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.342698] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.342735] pci 0000:08:02.0: supports D2
[    1.342736] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.342739] pci 0000:08:02.0: PME# disabled
[    1.342775] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.342906] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.342909] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.342913] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.342914] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.342916] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.342917] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.342919] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.342920] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.342922] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.342946] pci_bus 0000:00: on NUMA node 0
[    1.342949] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.343178] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.343253] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.343299] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.343343] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.343395] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.343438] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.343480] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.343523] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.364030] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.364520] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.364807] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.365292] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.365781] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.366266] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.366754] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.367239] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.367822] SCSI subsystem initialized
[    1.368056] libata version 3.00 loaded.
[    1.368137] usbcore: registered new interface driver usbfs
[    1.368283] usbcore: registered new interface driver hub
[    1.368433] usbcore: registered new device driver usb
[    1.368671] PCI: Using ACPI for IRQ routing
[    1.368796] PCI: pci_cache_line_size set to 64 bytes
[    1.368878] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.368880] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.368949] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.369199] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.371339] Switching to clocksource tsc
[    1.371842] pnp: PnP ACPI init
[    1.371968] ACPI: bus type pnp registered
[    1.374507] pnp: PnP ACPI: found 17 devices
[    1.374634] ACPI: ACPI bus type pnp unregistered
[    1.374764] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.374893] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.375021] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.375149] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.375277] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.375406] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.375540] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.375669] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.375796] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.375923] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.376051] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.376179] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.376307] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.376437] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.376571] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.376700] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.376830] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.376959] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.377088] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.377216] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.377345] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.377474] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.382195] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.382325] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.382550] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.382773] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.382995] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.383122] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.383248] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.383375] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.383503] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.383634] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.383759] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.383887] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.384014] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.384144] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.384270] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.384399] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.384530] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.384755] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.384881] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.385010] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.385140] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.385365] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.385491] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.385622] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.385752] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.385977] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.386103] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.386232] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.386362] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.386589] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.386715] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.386844] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.386974] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.387199] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.387325] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.387454] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.387586] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.387721] pci 0000:00:01.0: setting latency timer to 64
[    1.387726] pci 0000:00:03.0: setting latency timer to 64
[    1.387731] pci 0000:00:07.0: setting latency timer to 64
[    1.387736] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.387866] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.387996] pci 0000:00:1c.0: setting latency timer to 64
[    1.388002] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.388132] pci 0000:00:1c.2: setting latency timer to 64
[    1.388137] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.388267] pci 0000:00:1c.4: setting latency timer to 64
[    1.388273] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.388403] pci 0000:00:1c.5: setting latency timer to 64
[    1.388408] pci 0000:00:1e.0: setting latency timer to 64
[    1.388410] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.388411] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.388413] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.388414] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.388415] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.388416] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.388418] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.388419] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.388420] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.388422] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.388423] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.388424] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.388426] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.388427] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.388428] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.388430] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.388431] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.388432] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.388434] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.388435] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.388436] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.388438] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.388439] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.388440] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.388441] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.388443] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.388444] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.388445] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.388446] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.388488] NET: Registered protocol family 2
[    1.388665] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.389337] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.390017] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.390248] TCP: Hash tables configured (established 262144 bind 65536)
[    1.390376] TCP reno registered
[    1.390503] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.390665] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.390909] NET: Registered protocol family 1
[    1.391178] RPC: Registered udp transport module.
[    1.391302] RPC: Registered tcp transport module.
[    1.391427] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.391695] pci 0000:03:00.0: Boot video device
[    1.391708] PCI: CLS 256 bytes, default 64
[    1.391733] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.391861] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.392083] software IO TLB at phys 0xe000000 - 0x12000000
[    1.394270] VFS: Disk quotas dquot_6.5.2
[    1.394413] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.394834] NTFS driver 2.1.29 [Flags: R/W].
[    1.394997] fuse init (API version 7.13)
[    1.395171] msgmni has been set to 24027
[    1.395547] alg: No test for stdrng (krng)
[    1.395702] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.395927] io scheduler noop registered
[    1.396050] io scheduler deadline registered
[    1.396190] io scheduler cfq registered (default)
[    1.396379] pcieport 0000:00:01.0: setting latency timer to 64
[    1.396403] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.396466] pcieport 0000:00:03.0: setting latency timer to 64
[    1.396488] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.396548] pcieport 0000:00:07.0: setting latency timer to 64
[    1.396570] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.396631] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.396658] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.396745] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.396773] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.396859] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.396887] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.396971] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.396998] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.397098] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.397103] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.397106] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.398575] Non-volatile memory driver v1.3
[    1.398794] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.399019] ACPI: Power Button [PWRB]
[    1.399176] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.399399] ACPI: Power Button [PWRF]
[    1.400032] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.401292] brd: module loaded
[    1.401844] loop: module loaded
[    1.402079] ahci 0000:05:00.0: version 3.0
[    1.402092] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.412505] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.412738] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.412870] ahci 0000:05:00.0: setting latency timer to 64
[    1.412948] scsi0 : ahci
[    1.413147] scsi1 : ahci
[    1.415984] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.416208] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.416471] ata_piix 0000:00:1f.2: version 2.13
[    1.416480] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.416610] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.416881] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.416913] scsi2 : ata_piix
[    1.417094] scsi3 : ata_piix
[    1.418475] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.418607] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.418751] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.418883] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.419150] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.419170] scsi4 : ata_piix
[    1.419350] scsi5 : ata_piix
[    1.420539] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.420672] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.420885] console [netcon0] enabled
[    1.421008] netconsole: network logging started
[    1.421191] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.421330] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.421466] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.421468] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.421633] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.421874] ehci_hcd 0000:00:1a.7: debug port 1
[    1.425871] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.425879] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.435421] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.435568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.435698] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.435919] usb usb1: Product: EHCI Host Controller
[    1.436045] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r2 ehci_hcd
[    1.436172] usb usb1: SerialNumber: 0000:00:1a.7
[    1.436369] hub 1-0:1.0: USB hub found
[    1.436495] hub 1-0:1.0: 6 ports detected
[    1.436660] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.436796] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.436798] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.436956] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.437194] ehci_hcd 0000:00:1d.7: debug port 1
[    1.441180] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.441188] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.450383] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.450525] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.450655] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450877] usb usb2: Product: EHCI Host Controller
[    1.451002] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r2 ehci_hcd
[    1.451129] usb usb2: SerialNumber: 0000:00:1d.7
[    1.451320] hub 2-0:1.0: USB hub found
[    1.451445] hub 2-0:1.0: 6 ports detected
[    1.451622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.451771] uhci_hcd: USB Universal Host Controller Interface driver
[    1.451915] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.452046] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.452048] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.452209] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.452450] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.452598] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.452726] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.452947] usb usb3: Product: UHCI Host Controller
[    1.453072] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.453199] usb usb3: SerialNumber: 0000:00:1a.0
[    1.453391] hub 3-0:1.0: USB hub found
[    1.453516] hub 3-0:1.0: 2 ports detected
[    1.453672] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.453803] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.453805] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.453964] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.454209] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.454353] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.454482] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.454706] usb usb4: Product: UHCI Host Controller
[    1.454831] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.454958] usb usb4: SerialNumber: 0000:00:1a.1
[    1.455148] hub 4-0:1.0: USB hub found
[    1.455273] hub 4-0:1.0: 2 ports detected
[    1.455425] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.455556] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.455558] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.455719] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.455965] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.456109] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.456238] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.456459] usb usb5: Product: UHCI Host Controller
[    1.456586] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.456714] usb usb5: SerialNumber: 0000:00:1a.2
[    1.456905] hub 5-0:1.0: USB hub found
[    1.457030] hub 5-0:1.0: 2 ports detected
[    1.457182] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.457313] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.457315] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.457473] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.457716] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.457861] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.457989] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.458210] usb usb6: Product: UHCI Host Controller
[    1.458335] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.458462] usb usb6: SerialNumber: 0000:00:1d.0
[    1.458654] hub 6-0:1.0: USB hub found
[    1.458780] hub 6-0:1.0: 2 ports detected
[    1.458931] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.459063] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.459065] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.459223] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.459464] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.459612] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.459740] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.459961] usb usb7: Product: UHCI Host Controller
[    1.460086] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.460213] usb usb7: SerialNumber: 0000:00:1d.1
[    1.460403] hub 7-0:1.0: USB hub found
[    1.460528] hub 7-0:1.0: 2 ports detected
[    1.460681] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.460813] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.460815] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.460973] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.461213] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.461357] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.461486] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.461710] usb usb8: Product: UHCI Host Controller
[    1.461834] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.461961] usb usb8: SerialNumber: 0000:00:1d.2
[    1.462151] hub 8-0:1.0: USB hub found
[    1.462276] hub 8-0:1.0: 2 ports detected
[    1.462445] Initializing USB Mass Storage driver...
[    1.462611] usbcore: registered new interface driver usb-storage
[    1.462738] USB Mass Storage support registered.
[    1.462899] usbcore: registered new interface driver libusual
[    1.463077] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.464766] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.464895] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.465072] mice: PS/2 mouse device common for all mice
[    1.465304] i2c /dev entries driver
[    1.465469] md: raid0 personality registered for level 0
[    1.465597] md: raid1 personality registered for level 1
[    1.465813] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.466039] cpuidle: using governor ladder
[    1.466164] cpuidle: using governor menu
[    1.466409] usbcore: registered new interface driver hiddev
[    1.466559] usbcore: registered new interface driver usbhid
[    1.466687] usbhid: USB HID core driver
[    1.466968] TCP cubic registered
[    1.467091] NET: Registered protocol family 17
[    1.467615] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.482445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.720715] ata1: SATA link down (SStatus 0 SControl 300)
[    1.720719] ata2: SATA link down (SStatus 0 SControl 300)
[    1.823426] ata5: link resume succeeded after 1 retries
[    1.823429] ata6: link resume succeeded after 1 retries
[    1.925195] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.925338] ata6.00: link online but device misclassifed
[    1.925339] ata6: link online but 1 devices misclassified, retrying
[    1.925468] ata6: reset failed (errno=-11), retrying in 10 secs
[    2.051842] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.075819] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.079052] ata5.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.079190] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.085896] ata5.00: configured for UDMA/133
[    2.177573] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.177717] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.183631] ata3.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100
[    2.183929] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.184066] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.189631] ata3.00: configured for UDMA/100
[    2.195778] ata3.01: configured for UDMA/133
[    2.197681] scsi 2:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
[    2.202614] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.202847] Uniform CD-ROM driver Revision: 3.20
[    2.203042] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.203097] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    2.203293] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.206292] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.206540] sd 2:0:1:0: [sda] Write Protect is off
[    2.206665] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.206676] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.206982] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    2.206983]  sda:
[    2.212578] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.212832] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.212961] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.213090] usb 3-2: Manufacturer: American Power Conversion
[    2.213217] usb 3-2: SerialNumber: 3B1007X44377  
[    2.218877]  sda1 sda2 sda3 sda4 < sda5 sda6 >
[    2.258589] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.285301] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.285445] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.292021] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.292158] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.292460] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.292597] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.296467] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.300021] ata4.00: configured for UDMA/133
[    2.307172] ata4.01: configured for UDMA/133
[    2.307345] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.307672] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.307707] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.307770] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.307879] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.307904] sd 3:0:1:0: [sdc] Write Protect is off
[    2.307905] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.307915] sd 3:0:1:0: Attached scsi generic sg3 type 0
[    2.307917] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.307984] scsi 4:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.308042]  sdc:
[    2.308108] sd 4:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.308133] sd 4:0:0:0: [sdd] Write Protect is off
[    2.308135] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.308146] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.308159] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    2.308211]  sdd: sdc1 sdc2 sdc3 sdc4 < sdd1
[    2.325942] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.334606]  sdc5 sdc6 >
[    2.348149] sd 3:0:0:0: [sdb] Write Protect is off
[    2.348151] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.348166] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.363369]  sdb: sdb1 sdb2 sdb3
[    2.372215] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.372469]  sdb4 < sdb5 sdb6 >
[    2.414075] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.501689] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.671135] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.671275] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.671405] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.671534] usb 8-2: Manufacturer: Microsoft
[    2.689226] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.689523] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.584921] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[   11.849771] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   11.853009] ata6.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[   11.853146] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   11.859767] ata6.00: configured for UDMA/133
[   11.859940] scsi 5:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[   11.860270] sd 5:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[   11.860297] sd 5:0:0:0: Attached scsi generic sg5 type 0
[   11.860644] sd 5:0:0:0: [sde] Write Protect is off
[   11.860771] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[   11.860781] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.861077]  sde: sde1
[   11.869932] sd 5:0:0:0: [sde] Attached SCSI disk
[   11.870065] md: Waiting for all devices to be available before autodetect
[   11.870195] md: If you don't use raid, use raid=noautodetect
[   11.870403] md: Autodetecting RAID arrays.
[   11.924949] md: Scanned 6 and added 6 devices.
[   11.925082] md: autorun ...
[   11.925204] md: considering sdb5 ...
[   11.925330] md:  adding sdb5 ...
[   11.925454] md: sdb3 has different UUID to sdb5
[   11.925583] md:  adding sdc5 ...
[   11.925707] md: sdc3 has different UUID to sdb5
[   11.925834] md:  adding sda5 ...
[   11.925958] md: sda3 has different UUID to sdb5
[   11.926160] md: created md5
[   11.926283] md: bind<sda5>
[   11.926409] md: bind<sdc5>
[   11.926537] md: bind<sdb5>
[   11.926663] md: running: <sdb5><sdc5><sda5>
[   11.926951] raid1: raid set md5 active with 3 out of 3 mirrors
[   11.927089] md5: detected capacity change from 0 to 53694496768
[   11.927234] md: considering sdb3 ...
[   11.927359] md:  adding sdb3 ...
[   11.927484] md:  adding sdc3 ...
[   11.927610] md:  adding sda3 ...
[   11.927802] md: created md3
[   11.927925] md: bind<sda3>
[   11.928051] md: bind<sdc3>
[   11.928176] md: bind<sdb3>
[   11.928303] md: running: <sdb3><sdc3><sda3>
[   11.928590] raid1: raid set md3 active with 3 out of 3 mirrors
[   11.928727] md3: detected capacity change from 0 to 53694562304
[   11.928871] md: ... autorun DONE.
[   11.929026]  md5: unknown partition table
[   11.972364] kjournald starting.  Commit interval 5 seconds
[   11.972370] EXT3-fs (md5): mounted filesystem with writeback data mode
[   11.972380] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[   11.972760] Freeing unused kernel memory: 476k freed
[   11.972941] Write protecting the kernel read-only data: 6144k
[   11.973149] Freeing unused kernel memory: 448k freed
[   11.973346] Freeing unused kernel memory: 248k freed
[   13.964241] udev: starting version 149
[   14.073299] rtc_cmos 00:03: RTC can wake from S4
[   14.073337] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[   14.073362] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[   14.105021]  md3:
[   14.124841] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   14.124844] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [mem 0x00000400-0x0000040f disabled]
[   14.124846] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   14.134116]  unknown partition table
[   14.213978] Linux agpgart interface v0.103
[   14.321784] sky2: driver version 1.27
[   14.321806] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   14.321816] sky2 0000:06:00.0: setting latency timer to 64
[   14.321847] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[   14.321929] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[   14.322112] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[   14.322125] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   14.322132] sky2 0000:04:00.0: setting latency timer to 64
[   14.322152] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[   14.322232] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[   14.322403] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[   14.467682] [drm] Initialized drm 1.1.0 20060810
[   14.701145] [drm] radeon defaulting to kernel modesetting.
[   14.701147] [drm] radeon kernel modesetting enabled.
[   14.701181] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[   14.701184] radeon 0000:03:00.0: setting latency timer to 64
[   14.701885] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[   14.702030] [drm] register mmio base: 0xFBAC0000
[   14.702031] [drm] register mmio size: 131072
[   14.702102] ATOM BIOS: JUNIPER
[   14.702111] [drm] Clocks initialized !
[   14.702112] [drm] 1 Power State(s)
[   14.702113] [drm] State 0 Default (default)
[   14.702114] [drm] 	16 PCIE Lanes
[   14.702114] [drm] 	1 Clock Mode(s)
[   14.702115] [drm] 		0 engine/memory: 850000/1200000
[   14.702119] [drm] radeon: power management initialized
[   14.702125] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[   14.702126] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[   14.702136] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[   14.702138] [drm] Detected VRAM RAM=256M, BAR=256M
[   14.702139] [drm] RAM width 128bits DDR
[   14.702161] [TTM] Zone  kernel: Available graphics memory: 6151634 kiB.
[   14.702162] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[   14.702169] [drm] radeon: 256M of VRAM memory ready
[   14.702170] [drm] radeon: 512M of GTT memory ready.
[   14.703525] [drm] Radeon Display Connectors
[   14.703527] [drm] Connector 0:
[   14.703528] [drm]   DisplayPort
[   14.703530] [drm]   HPD4
[   14.703532] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   14.703533] [drm]   Encoders:
[   14.703535] [drm]     DFP1: INTERNAL_UNIPHY2
[   14.703536] [drm] Connector 1:
[   14.703537] [drm]   HDMI-A
[   14.703538] [drm]   HPD5
[   14.703540] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   14.703542] [drm]   Encoders:
[   14.703543] [drm]     DFP2: INTERNAL_UNIPHY2
[   14.703545] [drm] Connector 2:
[   14.703546] [drm]   DVI-I
[   14.703547] [drm]   HPD1
[   14.703549] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[   14.703551] [drm]   Encoders:
[   14.703552] [drm]     DFP3: INTERNAL_UNIPHY1
[   14.703554] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[   14.703555] [drm] Connector 3:
[   14.703557] [drm]   DVI-I
[   14.703558] [drm]   HPD6
[   14.703560] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[   14.703562] [drm]   Encoders:
[   14.703563] [drm]     DFP4: INTERNAL_UNIPHY
[   14.703564] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   14.898791] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   14.898837] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[   14.898860] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   15.052552] [drm] fb mappable at 0xD0040000
[   15.052554] [drm] vram apper at 0xD0000000
[   15.052555] [drm] size 8294400
[   15.052556] [drm] fb depth is 24
[   15.052556] [drm]    pitch is 7680
[   15.060755] Console: switching to colour frame buffer device 240x67
[   15.064649] fb0: radeondrmfb frame buffer device
[   15.064650] registered panic notifier
[   15.064653] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[   15.285631] hda_codec: AD1989B: BIOS auto-probing.
[   15.287875] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[   15.287921] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[   15.287942] HDA Intel 0000:03:00.1: setting latency timer to 64
[   15.732759] EXT3-fs (md5): using internal journal
[   16.016071] md: md11 stopped.
[   16.045548] md: bind<sde1>
[   16.045729] md: bind<sdd1>
[   16.046210] raid0: looking at sdd1
[   16.046212] raid0:   comparing sdd1(104871936)
[   16.046213]  with sdd1(104871936)
[   16.046214] raid0:   END
[   16.046214] raid0:   ==> UNIQUE
[   16.046215] raid0: 1 zones
[   16.046216] raid0: looking at sde1
[   16.046217] raid0:   comparing sde1(104871936)
[   16.046218]  with sdd1(104871936)
[   16.046219] raid0:   EQUAL
[   16.046220] raid0: FINAL 1 zones
[   16.046221] raid0: done.
[   16.046222] raid0 : md_size is 209743872 sectors.
[   16.046223] ******* md11 configuration *********
[   16.046224] zone0=[sdd1/sde1/]
[   16.046226]         zone offset=0kb device offset=0kb size=104871936kb
[   16.046227] **********************************
[   16.046228] 
[   16.046231] md11: detected capacity change from 0 to 107388862464
[   16.046728]  md11: unknown partition table
[   16.052188] md: md6 stopped.
[   16.055522] md: bind<sdb6>
[   16.055690] md: bind<sdc6>
[   16.055853] md: bind<sda6>
[   16.056462] raid1: raid set md6 active with 3 out of 3 mirrors
[   16.056474] md6: detected capacity change from 0 to 253354939392
[   16.056984]  md6: unknown partition table
[   16.557114] kjournald starting.  Commit interval 5 seconds
[   16.557120] EXT3-fs (md11): warning: maximal mount count reached, running e2fsck is recommended
[   16.557353] EXT3-fs (md11): using internal journal
[   16.557356] EXT3-fs (md11): mounted filesystem with writeback data mode
[   16.583069] kjournald starting.  Commit interval 5 seconds
[   16.583074] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[   16.599428] EXT3-fs (md6): using internal journal
[   16.599433] EXT3-fs (md6): mounted filesystem with writeback data mode
[   16.655888] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[   16.657150] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[   16.658580] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[   22.331992] sky2 0000:06:00.0: eth0: enabling interface
[   24.156276] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[   33.980046] NET: Registered protocol family 10
[   36.252726] /dev/vmmon[4192]: Module vmmon: registered with major=10 minor=165
[   36.252734] /dev/vmmon[4192]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   36.252739] /dev/vmmon[4192]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[   36.252741] /dev/vmmon[4192]: Module vmmon: initialized
[   36.302012] /dev/vmci[4211]: VMCI: Driver initialized.
[   36.302028] /dev/vmci[4211]: Module vmci: registered with major=10 minor=59
[   36.302030] /dev/vmci[4211]: Module vmci: initialized
[   36.590732] /dev/vmnet: open called by PID 4293 (vmnet-bridge)
[   36.590739] /dev/vmnet: hub 0 does not exist, allocating memory.
[   36.590758] /dev/vmnet: port on hub 0 successfully opened
[   36.590773] bridge-eth0: up
[   36.590776] bridge-eth0: attached
[   37.807934] /dev/vmnet: open called by PID 4300 (vmnet-dhcpd)
[   37.807939] /dev/vmnet: hub 1 does not exist, allocating memory.
[   37.807958] /dev/vmnet: port on hub 1 successfully opened
[   37.869709] /dev/vmnet: open called by PID 4302 (vmnet-netifup)
[   37.869714] /dev/vmnet: port on hub 1 successfully opened
[   37.921278] /dev/vmnet: open called by PID 4305 (vmnet-dhcpd)
[   37.921283] /dev/vmnet: hub 8 does not exist, allocating memory.
[   37.921303] /dev/vmnet: port on hub 8 successfully opened
[   37.994666] /dev/vmnet: open called by PID 4309 (vmnet-natd)
[   37.994672] /dev/vmnet: port on hub 8 successfully opened
[   38.006727] /dev/vmnet: open called by PID 4310 (vmnet-netifup)
[   38.006734] /dev/vmnet: port on hub 8 successfully opened
[   44.808852] eth0: no IPv6 routers present
[   48.086634] vmnet1: no IPv6 routers present
[   48.479639] vmnet8: no IPv6 routers present

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-20  3:14                               ` Paul Check
  2010-07-20 14:14                                 ` Tejun Heo
@ 2010-07-20 20:52                                 ` Mark Knecht
  2010-07-20 21:19                                   ` Paul Check
  1 sibling, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-20 20:52 UTC (permalink / raw)
  To: Paul Check; +Cc: Tejun Heo, Linux Kernel List, linux-ide@vger.kernel.org

On Mon, Jul 19, 2010 at 8:14 PM, Paul Check <paul@thechecks.ca> wrote:
> Hey Tejun: I guess this is the same patch that you sent me to fix my issue
> with missing drives.  Good news: I've been through about 10 reboots now
> and no problems.  Based on my prior experience, I'd say with the old
> setup, 10 clean boots in a row was probably less than a 1% event.  So, it
> seems that this has fixed my problem.
>
> Thanks!
>
> Regards, Paul
>

Hey Paul. Glad it worked for you as it did for me.

Was your hardware in any way similar to mine?

- Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-20 20:52                                 ` Mark Knecht
@ 2010-07-20 21:19                                   ` Paul Check
  2010-07-20 21:26                                     ` Mark Knecht
  0 siblings, 1 reply; 50+ messages in thread
From: Paul Check @ 2010-07-20 21:19 UTC (permalink / raw)
  To: Mark Knecht
  Cc: Paul Check, Tejun Heo, Linux Kernel List,
	linux-ide@vger.kernel.org

I missed your hardware. I have an ASUS PT 6 Deluxe V2 board with 4 drives.
I think they are 1TB each, Seagate SATA drives.  P

> On Mon, Jul 19, 2010 at 8:14 PM, Paul Check <paul@thechecks.ca> wrote:
>> Hey Tejun: I guess this is the same patch that you sent me to fix my
>> issue
>> with missing drives.  Good news: I've been through about 10 reboots now
>> and no problems.  Based on my prior experience, I'd say with the old
>> setup, 10 clean boots in a row was probably less than a 1% event.  So,
>> it
>> seems that this has fixed my problem.
>>
>> Thanks!
>>
>> Regards, Paul
>>
>
> Hey Paul. Glad it worked for you as it did for me.
>
> Was your hardware in any way similar to mine?
>
> - Mark
>



^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-20 21:19                                   ` Paul Check
@ 2010-07-20 21:26                                     ` Mark Knecht
  2010-07-20 23:05                                       ` Paul Check
  0 siblings, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-07-20 21:26 UTC (permalink / raw)
  To: Paul Check; +Cc: Tejun Heo, Linux Kernel List, linux-ide@vger.kernel.org

On Tue, Jul 20, 2010 at 2:19 PM, Paul Check <paul@thechecks.ca> wrote:
> I missed your hardware. I have an ASUS PT 6 Deluxe V2 board with 4 drives.
> I think they are 1TB each, Seagate SATA drives.  P
>

What processor? I've got the Core i7-980X. I've wondered if this
problem showed up for me because possibly the 12 thread processor
moves through some part of boot setup pretty quickly.

Mine is an Asus Rampage II Extreme with five 500GB drives.

Whatever the reason great thanks to Tejun for fixing it. I keep
wanting to add an 'r' to his last name to get 'Hero'!

Cheers,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-20 21:26                                     ` Mark Knecht
@ 2010-07-20 23:05                                       ` Paul Check
  0 siblings, 0 replies; 50+ messages in thread
From: Paul Check @ 2010-07-20 23:05 UTC (permalink / raw)
  To: Mark Knecht
  Cc: Paul Check, Tejun Heo, Linux Kernel List,
	linux-ide@vger.kernel.org

Oh, yeah, my processor is the i7 975. That's 4 cores 8 threads, right? 
Yes, nice work Tejun, thanks.  I'll have to run custom kernels until this
gets fed into Debian.  P

> On Tue, Jul 20, 2010 at 2:19 PM, Paul Check <paul@thechecks.ca> wrote:
>> I missed your hardware. I have an ASUS PT 6 Deluxe V2 board with 4
>> drives.
>> I think they are 1TB each, Seagate SATA drives.  P
>>
>
> What processor? I've got the Core i7-980X. I've wondered if this
> problem showed up for me because possibly the 12 thread processor
> moves through some part of boot setup pretty quickly.
>
> Mine is an Asus Rampage II Extreme with five 500GB drives.
>
> Whatever the reason great thanks to Tejun for fixing it. I keep
> wanting to add an 'r' to his last name to get 'Hero'!
>
> Cheers,
> Mark
>



^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-20 14:14                                 ` Tejun Heo
  2010-07-20 14:53                                   ` Mark Knecht
@ 2010-07-21 20:54                                   ` Mark Knecht
  2010-07-21 21:22                                     ` Paul Check
  2010-07-22 12:39                                     ` Tejun Heo
  1 sibling, 2 replies; 50+ messages in thread
From: Mark Knecht @ 2010-07-21 20:54 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Paul Check, Linux Kernel List, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1551 bytes --]

On Tue, Jul 20, 2010 at 7:14 AM, Tejun Heo <tj@kernel.org> wrote:
> Helo,
>
> On 07/20/2010 05:14 AM, Paul Check wrote:
>> Hey Tejun: I guess this is the same patch that you sent me to fix my issue
>> with missing drives.  Good news: I've been through about 10 reboots now
>> and no problems.  Based on my prior experience, I'd say with the old
>> setup, 10 clean boots in a row was probably less than a 1% event.  So, it
>> seems that this has fixed my problem.
>
> Yeap, it's the same one.  I'm forwarding the patch upstream now but,
> Mark, please let me know the test result.
>
> Thanks.
>
> --
> tejun
>

Tejun,
   Looks like I had a failure today. First one in weeks and only the
3rd or 4th boot with this newer patch file. One of the two drives
making a RAID0 wasn't found so /dev/md11 (constructed from /dev/sdd
and /dev/sde) couldn't be started. I did a cold reboot and the drive
was found.

   If it matters, and it probably doesn't, the failure came on a boot
which had a scheduled fsck to do of /dev/md5 - my main / drive. I
don't see how that would make a difference but I figure why leave the
info out. That's why the times are so much larger in the dmesg file.
(I think)

   dmesg attached. I patched the Gentoo kernel if it makes a
difference, same as I did with the earlier patch.

mark@c2stable ~ $ uname -a
Linux c2stable 2.6.34-gentoo-r2 #1 SMP PREEMPT Sun Jul 18 14:09:48 PDT
2010 x86_64 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel
GNU/Linux
mark@c2stable ~ $

Sorry,
Mark

[-- Attachment #2: dmesg.Patch-New.COLDTest2 --]
[-- Type: application/octet-stream, Size: 60088 bytes --]

[    0.000000] Linux version 2.6.34-gentoo-r2 (root@c2stable) (gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #1 SMP PREEMPT Sun Jul 18 14:09:48 PDT 2010
[    0.000000] Command line: root=/dev/md5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
[    0.000000]  BIOS-e820: 00000000bf780000 - 00000000bf798000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bf798000 - 00000000bf7dc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bf7dc000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000340000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x340000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask F00000000 write-back
[    0.000000]   2 base 300000000 mask FC0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf780000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 00bf600000 page 2M
[    0.000000]  00bf600000 - 00bf780000 page 4k
[    0.000000] kernel direct mapping tables up to bf780000 @ 12000-15000
[    0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[    0.000000]  0100000000 - 0340000000 page 1G
[    0.000000] kernel direct mapping tables up to 340000000 @ 14000-15000
[    0.000000] ACPI: RSDP 00000000000fb0c0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000bf780000 00040 (v01 012810 RSDT1341 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000bf780200 00084 (v01 012810 FACP1341 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000bf7804b0 0D2BA (v01  A1088 A1088000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000bf798000 00040
[    0.000000] ACPI: APIC 00000000bf780390 000D8 (v01 012810 APIC1341 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000bf780470 0003C (v01 012810 OEMMCFG  20100128 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000bf798040 00072 (v01 012810 OEMB1341 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000bf78f4b0 00038 (v01 012810 OEMHPET  20100128 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000bf78f4f0 000B0 (v01 012810 OEMOSFR  20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000bf79ba40 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea000b5fffff] PMD -> [ffff880002000000-ffff88000c7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00340000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bf780
[    0.000000]     0: 0x00100000 -> 0x00340000
[    0.000000] On node 0 totalpages: 3143439
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3927 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 765880 pages, LIFO batch:31
[    0.000000]   Normal zone: 32256 pages used for memmap
[    0.000000]   Normal zone: 2327040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] 16 Processors exceeds NR_CPUS limit of 12
[    0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 48
[    0.000000] early_res array is doubled to 64 at [14000 - 147ff]
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[    0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001800000 s75176 r8192 d23128 u131072
[    0.000000] pcpu-alloc: s75176 r8192 d23128 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096847
[    0.000000] Kernel command line: root=/dev/md5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] early_res array is doubled to 128 at [14800 - 157ff]
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Subtract (60 early reservations)
[    0.000000]   #1 [0001000000 - 0001771144]   TEXT DATA BSS
[    0.000000]   #2 [0001772000 - 0001772298]             BRK
[    0.000000]   #3 [00000ff790 - 0000100000]   BIOS reserved
[    0.000000]   #4 [00000ff780 - 00000ff790]    MP-table mpf
[    0.000000]   #5 [000009fc00 - 00000f1310]   BIOS reserved
[    0.000000]   #6 [00000f14fc - 00000ff780]   BIOS reserved
[    0.000000]   #7 [00000f1310 - 00000f14fc]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000014000]         PGTABLE
[    0.000000]   #10 [00017722c0 - 00017732c0]         BOOTMEM
[    0.000000]   #11 [0001771180 - 0001771780]         BOOTMEM
[    0.000000]   #12 [0001f74000 - 0001f75000]         BOOTMEM
[    0.000000]   #13 [0001f75000 - 0001f76000]         BOOTMEM
[    0.000000]   #14 [0002000000 - 000c800000]        MEMMAP 0
[    0.000000]   #15 [0001771780 - 0001771900]         BOOTMEM
[    0.000000]   #16 [00017732c0 - 000178b2c0]         BOOTMEM
[    0.000000]   #17 [000178b2c0 - 00017a32c0]         BOOTMEM
[    0.000000]   #18 [00017a4000 - 00017a5000]         BOOTMEM
[    0.000000]   #19 [0001771900 - 0001771941]         BOOTMEM
[    0.000000]   #20 [0001771980 - 0001771a06]         BOOTMEM
[    0.000000]   #21 [0001771a40 - 0001771ca8]         BOOTMEM
[    0.000000]   #22 [0001771cc0 - 0001771d28]         BOOTMEM
[    0.000000]   #23 [0001771d40 - 0001771da8]         BOOTMEM
[    0.000000]   #24 [0001771dc0 - 0001771e28]         BOOTMEM
[    0.000000]   #25 [0001771e40 - 0001771ea8]         BOOTMEM
[    0.000000]   #26 [0001771ec0 - 0001771f28]         BOOTMEM
[    0.000000]   #27 [0001771f40 - 0001771fa8]         BOOTMEM
[    0.000000]   #28 [00017a32c0 - 00017a3328]         BOOTMEM
[    0.000000]   #29 [00017a3340 - 00017a33a8]         BOOTMEM
[    0.000000]   #30 [00017a33c0 - 00017a3428]         BOOTMEM
[    0.000000]   #31 [00017a3440 - 00017a34a8]         BOOTMEM
[    0.000000]   #32 [0001771fc0 - 0001771fce]         BOOTMEM
[    0.000000]   #33 [00017a34c0 - 00017a34ce]         BOOTMEM
[    0.000000]   #34 [0001800000 - 000181a000]         BOOTMEM
[    0.000000]   #35 [0001820000 - 000183a000]         BOOTMEM
[    0.000000]   #36 [0001840000 - 000185a000]         BOOTMEM
[    0.000000]   #37 [0001860000 - 000187a000]         BOOTMEM
[    0.000000]   #38 [0001880000 - 000189a000]         BOOTMEM
[    0.000000]   #39 [00018a0000 - 00018ba000]         BOOTMEM
[    0.000000]   #40 [00018c0000 - 00018da000]         BOOTMEM
[    0.000000]   #41 [00018e0000 - 00018fa000]         BOOTMEM
[    0.000000]   #42 [0001900000 - 000191a000]         BOOTMEM
[    0.000000]   #43 [0001920000 - 000193a000]         BOOTMEM
[    0.000000]   #44 [0001940000 - 000195a000]         BOOTMEM
[    0.000000]   #45 [0001960000 - 000197a000]         BOOTMEM
[    0.000000]   #46 [00017a3500 - 00017a3508]         BOOTMEM
[    0.000000]   #47 [00017a3540 - 00017a3548]         BOOTMEM
[    0.000000]   #48 [00017a3580 - 00017a35b0]         BOOTMEM
[    0.000000]   #49 [00017a35c0 - 00017a3620]         BOOTMEM
[    0.000000]   #50 [00017a3640 - 00017a3750]         BOOTMEM
[    0.000000]   #51 [00017a3780 - 00017a37c8]         BOOTMEM
[    0.000000]   #52 [00017a3800 - 00017a3848]         BOOTMEM
[    0.000000]   #53 [00017a5000 - 00017ad000]         BOOTMEM
[    0.000000]   #54 [000c800000 - 000d800000]         BOOTMEM
[    0.000000]   #55 [000d800000 - 000e000000]         BOOTMEM
[    0.000000]   #56 [000e000000 - 0012000000]         BOOTMEM
[    0.000000]   #57 [00017ad000 - 00017cd000]         BOOTMEM
[    0.000000]   #58 [000197a000 - 00019ba000]         BOOTMEM
[    0.000000]   #59 [0000015800 - 000001d800]         BOOTMEM
[    0.000000] Memory: 12302060k/13631488k available (3631k kernel code, 1057732k absent, 271696k reserved, 2957k data, 476k init)
[    0.000000] Experimental preemptable hierarchical RCU implementation.
[    0.000000] NR_IRQS:640
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] Detected 3337.353 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6674.70 BogoMIPS (lpj=3337353)
[    0.000294] Security Framework initialized
[    0.000433] Mount-cache hash table entries: 256
[    0.000639] CPU: Physical Processor ID: 0
[    0.000763] CPU: Processor Core ID: 0
[    0.000890] mce: CPU supports 9 MCE banks
[    0.001024] CPU0: Thermal monitoring enabled (TM1)
[    0.001157] using mwait in idle threads.
[    0.001289] Performance Events: Westmere events, Intel PMU driver.
[    0.001468] ... version:                3
[    0.001592] ... bit width:              48
[    0.001716] ... generic registers:      4
[    0.001839] ... value mask:             0000ffffffffffff
[    0.001965] ... max period:             000000007fffffff
[    0.002091] ... fixed-purpose events:   3
[    0.002222] ... event mask:             000000070000000f
[    0.002368] Freeing SMP alternatives: 36k freed
[    0.002498] ACPI: Core revision 20100121
[    0.042083] Setting APIC routing to physical flat
[    0.042644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.052746] CPU0: Intel(R) Core(TM) i7 CPU       X 980  @ 3.33GHz stepping 02
[    0.156794] APIC calibration not consistent with PM-Timer: 102ms instead of 100ms
[    0.157018] APIC delta adjusted to PM-Timer: 834375 (859394)
[    0.163145] Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 Ok.
[    1.209335] Brought up 12 CPUs
[    1.209458] Total of 12 processors activated (81161.31 BogoMIPS).
[    1.215976] NET: Registered protocol family 16
[    1.216241] ACPI: bus type pci registered
[    1.216424] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.216648] PCI: not using MMCONFIG
[    1.216770] PCI: Using configuration type 1 for base access
[    1.218809] bio: create slab <bio-0> at 0
[    1.220117] ACPI: EC: Look up EC in DSDT
[    1.221257] ACPI: Executed 1 blocks of module-level executable AML code
[    1.301534] ACPI: SSDT 00000000bf7980c0 03978 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    1.302370] ACPI: Interpreter enabled
[    1.302492] ACPI: (supports S0 S5)
[    1.302668] ACPI: Using IOAPIC for interrupt routing
[    1.302832] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.304636] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.329099] ACPI: No dock devices found.
[    1.329224] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.329552] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.329894] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.330025] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.330153] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.330374] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.330594] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    1.330815] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.331079] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.331081] pci 0000:00:00.0: PME# disabled
[    1.331124] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.331126] pci 0000:00:01.0: PME# disabled
[    1.331168] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.331171] pci 0000:00:03.0: PME# disabled
[    1.331214] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    1.331216] pci 0000:00:07.0: PME# disabled
[    1.331384] pci 0000:00:1a.0: reg 20: [io  0x9800-0x981f]
[    1.331437] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
[    1.331489] pci 0000:00:1a.2: reg 20: [io  0x9c00-0x9c1f]
[    1.331541] pci 0000:00:1a.7: reg 10: [mem 0xfb9ff000-0xfb9ff3ff]
[    1.331586] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.331590] pci 0000:00:1a.7: PME# disabled
[    1.331617] pci 0000:00:1b.0: reg 10: [mem 0xfb9f8000-0xfb9fbfff 64bit]
[    1.331650] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.331653] pci 0000:00:1b.0: PME# disabled
[    1.331703] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.331706] pci 0000:00:1c.0: PME# disabled
[    1.331759] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.331762] pci 0000:00:1c.2: PME# disabled
[    1.331814] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.331817] pci 0000:00:1c.4: PME# disabled
[    1.331869] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.331871] pci 0000:00:1c.5: PME# disabled
[    1.331911] pci 0000:00:1d.0: reg 20: [io  0x9080-0x909f]
[    1.331965] pci 0000:00:1d.1: reg 20: [io  0x9400-0x941f]
[    1.332019] pci 0000:00:1d.2: reg 20: [io  0x9480-0x949f]
[    1.332071] pci 0000:00:1d.7: reg 10: [mem 0xfb9fe000-0xfb9fe3ff]
[    1.332116] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.332119] pci 0000:00:1d.7: PME# disabled
[    1.332214] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    1.332436] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.332566] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    1.332825] pci 0000:00:1f.2: reg 10: [io  0x8000-0x8007]
[    1.332829] pci 0000:00:1f.2: reg 14: [io  0x7c00-0x7c03]
[    1.332834] pci 0000:00:1f.2: reg 18: [io  0x7880-0x7887]
[    1.332838] pci 0000:00:1f.2: reg 1c: [io  0x7800-0x7803]
[    1.332842] pci 0000:00:1f.2: reg 20: [io  0x7480-0x748f]
[    1.332846] pci 0000:00:1f.2: reg 24: [io  0x7400-0x740f]
[    1.332881] pci 0000:00:1f.3: reg 10: [mem 0xfb9fd000-0xfb9fd0ff 64bit]
[    1.332892] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.332922] pci 0000:00:1f.5: reg 10: [io  0x9000-0x9007]
[    1.332926] pci 0000:00:1f.5: reg 14: [io  0x8c00-0x8c03]
[    1.332931] pci 0000:00:1f.5: reg 18: [io  0x8880-0x8887]
[    1.332935] pci 0000:00:1f.5: reg 1c: [io  0x8800-0x8803]
[    1.332939] pci 0000:00:1f.5: reg 20: [io  0x8480-0x848f]
[    1.332943] pci 0000:00:1f.5: reg 24: [io  0x8400-0x840f]
[    1.332995] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.333121] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.333124] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.333127] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.333154] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.333280] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.333283] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.333286] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.333329] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.333335] pci 0000:03:00.0: reg 18: [mem 0xfbac0000-0xfbadffff 64bit]
[    1.333339] pci 0000:03:00.0: reg 20: [io  0xa000-0xa0ff]
[    1.333346] pci 0000:03:00.0: reg 30: [mem 0xfbaa0000-0xfbabffff pref]
[    1.333360] pci 0000:03:00.0: supports D1 D2
[    1.333382] pci 0000:03:00.1: reg 10: [mem 0xfbafc000-0xfbafffff 64bit]
[    1.333409] pci 0000:03:00.1: supports D1 D2
[    1.333419] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.333546] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.333548] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.333551] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.333584] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.333710] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.333713] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.333717] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.333782] pci 0000:06:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
[    1.333789] pci 0000:06:00.0: reg 18: [io  0xd800-0xd8ff]
[    1.333811] pci 0000:06:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
[    1.333846] pci 0000:06:00.0: supports D1 D2
[    1.333847] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.333851] pci 0000:06:00.0: PME# disabled
[    1.333860] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.333989] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.333992] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.333996] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.334094] pci 0000:05:00.0: reg 24: [mem 0xfbcfe000-0xfbcfffff]
[    1.334128] pci 0000:05:00.0: PME# supported from D3hot
[    1.334132] pci 0000:05:00.0: PME# disabled
[    1.334172] pci 0000:05:00.1: reg 10: [io  0xcc00-0xcc07]
[    1.334179] pci 0000:05:00.1: reg 14: [io  0xc880-0xc883]
[    1.334187] pci 0000:05:00.1: reg 18: [io  0xc800-0xc807]
[    1.334194] pci 0000:05:00.1: reg 1c: [io  0xc480-0xc483]
[    1.334202] pci 0000:05:00.1: reg 20: [io  0xc400-0xc40f]
[    1.334254] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.334381] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.334384] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.334388] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.334453] pci 0000:04:00.0: reg 10: [mem 0xfbbfc000-0xfbbfffff 64bit]
[    1.334459] pci 0000:04:00.0: reg 18: [io  0xb800-0xb8ff]
[    1.334482] pci 0000:04:00.0: reg 30: [mem 0xfbbc0000-0xfbbdffff pref]
[    1.334517] pci 0000:04:00.0: supports D1 D2
[    1.334518] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.334522] pci 0000:04:00.0: PME# disabled
[    1.334531] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.334658] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.334660] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.334665] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.334703] pci 0000:08:02.0: reg 10: [mem 0xfbeff000-0xfbeff7ff]
[    1.334708] pci 0000:08:02.0: reg 14: [io  0xec00-0xec7f]
[    1.334745] pci 0000:08:02.0: supports D2
[    1.334746] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
[    1.334749] pci 0000:08:02.0: PME# disabled
[    1.334785] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    1.334915] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.334917] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.334922] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.334923] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.334925] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.334926] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.334928] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.334929] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    1.334931] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.334955] pci_bus 0000:00: on NUMA node 0
[    1.334958] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.335188] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.335263] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    1.335308] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    1.335352] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    1.335405] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.335447] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[    1.335489] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[    1.335531] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    1.355991] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.356475] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.356757] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.357243] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.357725] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.358210] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.358692] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[    1.359178] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[    1.359754] SCSI subsystem initialized
[    1.359987] libata version 3.00 loaded.
[    1.360070] usbcore: registered new interface driver usbfs
[    1.360214] usbcore: registered new interface driver hub
[    1.360362] usbcore: registered new device driver usb
[    1.360595] PCI: Using ACPI for IRQ routing
[    1.360719] PCI: pci_cache_line_size set to 64 bytes
[    1.360801] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.360803] reserve RAM buffer: 00000000bf780000 - 00000000bfffffff 
[    1.360875] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.361126] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.363264] Switching to clocksource tsc
[    1.363764] pnp: PnP ACPI init
[    1.363889] ACPI: bus type pnp registered
[    1.366430] pnp: PnP ACPI: found 17 devices
[    1.366553] ACPI: ACPI bus type pnp unregistered
[    1.366682] system 00:01: [mem 0xfbf00000-0xfbffffff] has been reserved
[    1.366809] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.366940] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.367067] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.367194] system 00:01: [mem 0xfec8a000-0xfec8afff] could not be reserved
[    1.367322] system 00:01: [mem 0xfed10000-0xfed10fff] has been reserved
[    1.367451] system 00:07: [io  0x0290-0x029f] has been reserved
[    1.367579] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    1.367705] system 00:08: [io  0x0800-0x087f] has been reserved
[    1.367830] system 00:08: [io  0x0500-0x057f] could not be reserved
[    1.367960] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.368087] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.368214] system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.368343] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
[    1.368472] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.368600] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.368728] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    1.368857] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.368987] system 00:10: [mem 0x000c0000-0x000cffff] has been reserved
[    1.369114] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.369241] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
[    1.369369] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.374087] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc0000000-0xc03fffff]
[    1.374215] pci 0000:00:1c.2: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.374435] pci 0000:00:1c.4: BAR 9: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.374655] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.374875] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.375003] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.375127] pci 0000:00:01.0:   bridge window [io  disabled]
[    1.375254] pci 0000:00:01.0:   bridge window [mem disabled]
[    1.375379] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    1.375507] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    1.375631] pci 0000:00:03.0:   bridge window [io  disabled]
[    1.375758] pci 0000:00:03.0:   bridge window [mem disabled]
[    1.375886] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    1.376014] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    1.376139] pci 0000:00:07.0:   bridge window [io  0xa000-0xafff]
[    1.376267] pci 0000:00:07.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    1.376395] pci 0000:00:07.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.376616] pci 0000:00:1c.0: PCI bridge to [bus 07-07]
[    1.376741] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.376870] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc03fffff]
[    1.377000] pci 0000:00:1c.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.377222] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
[    1.377348] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.377475] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.377604] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.377826] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.377953] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    1.378081] pci 0000:00:1c.4:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.378209] pci 0000:00:1c.4:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.378432] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.378557] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    1.378685] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    1.378813] pci 0000:00:1c.5:   bridge window [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.379037] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[    1.379162] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    1.379290] pci 0000:00:1e.0:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.379418] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.379552] pci 0000:00:01.0: setting latency timer to 64
[    1.379557] pci 0000:00:03.0: setting latency timer to 64
[    1.379562] pci 0000:00:07.0: setting latency timer to 64
[    1.379567] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.379696] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.379824] pci 0000:00:1c.0: setting latency timer to 64
[    1.379831] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.379961] pci 0000:00:1c.2: setting latency timer to 64
[    1.379967] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.380095] pci 0000:00:1c.4: setting latency timer to 64
[    1.380102] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.380230] pci 0000:00:1c.5: setting latency timer to 64
[    1.380234] pci 0000:00:1e.0: setting latency timer to 64
[    1.380236] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.380238] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.380239] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.380240] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.380242] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.380243] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.380244] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    1.380245] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff]
[    1.380247] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.380248] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    1.380249] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[    1.380251] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    1.380252] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.380253] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.380255] pci_bus 0000:06: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    1.380256] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.380257] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.380259] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.380260] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    1.380261] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    1.380262] pci_bus 0000:04: resource 2 [mem 0xc0800000-0xc09fffff 64bit pref]
[    1.380264] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    1.380265] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.380266] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    1.380268] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    1.380269] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    1.380270] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[    1.380271] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.380273] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.380313] NET: Registered protocol family 2
[    1.380485] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.381158] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.381832] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.382067] TCP: Hash tables configured (established 262144 bind 65536)
[    1.382194] TCP reno registered
[    1.382316] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.382477] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.382718] NET: Registered protocol family 1
[    1.382988] RPC: Registered udp transport module.
[    1.383112] RPC: Registered tcp transport module.
[    1.383235] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.383497] pci 0000:03:00.0: Boot video device
[    1.383510] PCI: CLS 256 bytes, default 64
[    1.383535] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.383662] Placing 64MB software IO TLB between ffff88000e000000 - ffff880012000000
[    1.383885] software IO TLB at phys 0xe000000 - 0x12000000
[    1.386091] VFS: Disk quotas dquot_6.5.2
[    1.386233] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.386621] NTFS driver 2.1.29 [Flags: R/W].
[    1.386782] fuse init (API version 7.13)
[    1.386959] msgmni has been set to 24027
[    1.387280] alg: No test for stdrng (krng)
[    1.387431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.387651] io scheduler noop registered
[    1.387773] io scheduler deadline registered
[    1.387918] io scheduler cfq registered (default)
[    1.388105] pcieport 0000:00:01.0: setting latency timer to 64
[    1.388129] pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
[    1.388192] pcieport 0000:00:03.0: setting latency timer to 64
[    1.388215] pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
[    1.388274] pcieport 0000:00:07.0: setting latency timer to 64
[    1.388296] pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
[    1.388358] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.388385] pcieport 0000:00:1c.0: irq 51 for MSI/MSI-X
[    1.388468] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.388495] pcieport 0000:00:1c.2: irq 52 for MSI/MSI-X
[    1.388577] pcieport 0000:00:1c.4: setting latency timer to 64
[    1.388605] pcieport 0000:00:1c.4: irq 53 for MSI/MSI-X
[    1.388687] pcieport 0000:00:1c.5: setting latency timer to 64
[    1.388714] pcieport 0000:00:1c.5: irq 54 for MSI/MSI-X
[    1.388813] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[    1.388818] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[    1.388821] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[    1.390283] Non-volatile memory driver v1.3
[    1.390497] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.390722] ACPI: Power Button [PWRB]
[    1.390879] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.391099] ACPI: Power Button [PWRF]
[    1.391736] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.393020] brd: module loaded
[    1.393555] loop: module loaded
[    1.393791] ahci 0000:05:00.0: version 3.0
[    1.393804] ahci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.404419] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.407263] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.407393] ahci 0000:05:00.0: setting latency timer to 64
[    1.407474] scsi0 : ahci
[    1.407673] scsi1 : ahci
[    1.407865] ata1: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[    1.408086] ata2: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[    1.408345] ata_piix 0000:00:1f.2: version 2.13
[    1.408355] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.408484] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.408753] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.408784] scsi2 : ata_piix
[    1.408964] scsi3 : ata_piix
[    1.410344] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
[    1.410475] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
[    1.410617] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    1.410748] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.411013] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.411033] scsi4 : ata_piix
[    1.411212] scsi5 : ata_piix
[    1.412401] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
[    1.412530] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
[    1.412742] console [netcon0] enabled
[    1.412864] netconsole: network logging started
[    1.413045] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.413182] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.413317] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.413319] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.413484] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.413722] ehci_hcd 0000:00:1a.7: debug port 1
[    1.417733] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.417741] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    1.427332] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.427478] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.427607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.427825] usb usb1: Product: EHCI Host Controller
[    1.427949] usb usb1: Manufacturer: Linux 2.6.34-gentoo-r2 ehci_hcd
[    1.428075] usb usb1: SerialNumber: 0000:00:1a.7
[    1.428269] hub 1-0:1.0: USB hub found
[    1.428394] hub 1-0:1.0: 6 ports detected
[    1.428557] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.428692] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.428694] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.428851] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.429085] ehci_hcd 0000:00:1d.7: debug port 1
[    1.433071] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.433080] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    1.442291] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.442432] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.442560] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.442779] usb usb2: Product: EHCI Host Controller
[    1.442903] usb usb2: Manufacturer: Linux 2.6.34-gentoo-r2 ehci_hcd
[    1.443029] usb usb2: SerialNumber: 0000:00:1d.7
[    1.443218] hub 2-0:1.0: USB hub found
[    1.443342] hub 2-0:1.0: 6 ports detected
[    1.443517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.443664] uhci_hcd: USB Universal Host Controller Interface driver
[    1.443807] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.443937] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.443939] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.444099] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.444337] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
[    1.444481] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.444611] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444829] usb usb3: Product: UHCI Host Controller
[    1.444953] usb usb3: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.445079] usb usb3: SerialNumber: 0000:00:1a.0
[    1.445269] hub 3-0:1.0: USB hub found
[    1.445392] hub 3-0:1.0: 2 ports detected
[    1.445546] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.445676] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.445678] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.445835] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.446077] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
[    1.446221] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.446348] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.446569] usb usb4: Product: UHCI Host Controller
[    1.446692] usb usb4: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.446818] usb usb4: SerialNumber: 0000:00:1a.1
[    1.447007] hub 4-0:1.0: USB hub found
[    1.447130] hub 4-0:1.0: 2 ports detected
[    1.447280] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.447411] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.447413] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.447572] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.447815] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
[    1.447958] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.448085] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448304] usb usb5: Product: UHCI Host Controller
[    1.448427] usb usb5: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.448556] usb usb5: SerialNumber: 0000:00:1a.2
[    1.448746] hub 5-0:1.0: USB hub found
[    1.448870] hub 5-0:1.0: 2 ports detected
[    1.449020] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.449150] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.449152] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.449309] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.449549] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
[    1.449692] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.449819] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.450038] usb usb6: Product: UHCI Host Controller
[    1.450161] usb usb6: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.450287] usb usb6: SerialNumber: 0000:00:1d.0
[    1.450477] hub 6-0:1.0: USB hub found
[    1.450601] hub 6-0:1.0: 2 ports detected
[    1.450751] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.450881] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.450883] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.451041] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.451278] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
[    1.451421] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.451551] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.451770] usb usb7: Product: UHCI Host Controller
[    1.451893] usb usb7: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.452019] usb usb7: SerialNumber: 0000:00:1d.1
[    1.452209] hub 7-0:1.0: USB hub found
[    1.452332] hub 7-0:1.0: 2 ports detected
[    1.452484] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.452614] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.452616] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.452775] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.453012] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
[    1.453156] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.453283] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.453504] usb usb8: Product: UHCI Host Controller
[    1.453628] usb usb8: Manufacturer: Linux 2.6.34-gentoo-r2 uhci_hcd
[    1.453754] usb usb8: SerialNumber: 0000:00:1d.2
[    1.453941] hub 8-0:1.0: USB hub found
[    1.454065] hub 8-0:1.0: 2 ports detected
[    1.454231] Initializing USB Mass Storage driver...
[    1.454394] usbcore: registered new interface driver usb-storage
[    1.454522] USB Mass Storage support registered.
[    1.454682] usbcore: registered new interface driver libusual
[    1.454859] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.456600] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.456727] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.456903] mice: PS/2 mouse device common for all mice
[    1.457134] i2c /dev entries driver
[    1.457297] md: raid0 personality registered for level 0
[    1.457422] md: raid1 personality registered for level 1
[    1.457638] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    1.457861] cpuidle: using governor ladder
[    1.457984] cpuidle: using governor menu
[    1.458224] usbcore: registered new interface driver hiddev
[    1.458377] usbcore: registered new interface driver usbhid
[    1.458503] usbhid: USB HID core driver
[    1.458785] TCP cubic registered
[    1.458907] NET: Registered protocol family 17
[    1.459428] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.478637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.711865] ata1: SATA link down (SStatus 0 SControl 300)
[    1.712656] ata2: SATA link down (SStatus 0 SControl 300)
[    1.813571] ata3.00: link resume succeeded after 1 retries
[    1.814362] ata4.00: link resume succeeded after 1 retries
[    1.926008] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.936654] ata5: SATA link down (SStatus 0 SControl 301)
[    2.045663] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    2.206454] usb 3-2: New USB device found, idVendor=051d, idProduct=0002
[    2.206591] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.206719] usb 3-2: Product: Back-UPS BX1000G FW:869.L1 .D USB FW:L1  
[    2.206846] usb 3-2: Manufacturer: American Power Conversion
[    2.206972] usb 3-2: SerialNumber: 3B1007X44377  
[    2.290341] generic-usb 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.00 Device [American Power Conversion Back-UPS BX1000G FW:869.L1 .D USB FW:L1  ] on usb-0000:00:1a.0-2/input0
[    2.369856] ata3.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.369998] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.370855] ata4.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.370992] ata4.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.375885] ata3.00: ATAPI: Optiarc DVD RW AD-7241S, 1.03, max UDMA/100
[    2.376179] ata3.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.376316] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.377631] ata4.00: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.377768] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.380746] ata4.01: ATA-8: WDC WD5002ABYS-02B1B0, 02.03B03, max UDMA/133
[    2.380874] ata4.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.383876] ata3.00: configured for UDMA/100
[    2.387190] ata3.01: configured for UDMA/133
[    2.387638] ata4.00: configured for UDMA/133
[    2.391405] scsi 2:0:0:0: CD-ROM            Optiarc  DVD RW AD-7241S  1.03 PQ: 0 ANSI: 5
[    2.391778] ata4.01: configured for UDMA/133
[    2.396328] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.396557] Uniform CD-ROM driver Revision: 3.20
[    2.396763] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.396822] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    2.397016] scsi 2:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.397350] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.397384] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    2.397463] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.397564] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.397590] sd 3:0:0:0: [sdb] Write Protect is off
[    2.397591] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.397598] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.397603] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.397672] scsi 3:0:1:0: Direct-Access     ATA      WDC WD5002ABYS-0 02.0 PQ: 0 ANSI: 5
[    2.397683]  sdb:
[    2.397799] sd 3:0:1:0: Attached scsi generic sg3 type 0
[    2.399106] sd 2:0:1:0: [sda] Write Protect is off
[    2.399231] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.399243] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.399528]  sda: sdb1 sdb2 sdb3 sdb4 < sdb5
[    2.414290] sd 3:0:1:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.416844]  sda1 sda2 sda3 sda4 < sda5 sdb6 >
[    2.435281]  sda6 >
[    2.446086] sd 3:0:1:0: [sdc] Write Protect is off
[    2.446211] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    2.446228] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.446252] sd 3:0:0:0: [sdb] Attached SCSI disk
[    2.446638]  sdc:
[    2.448224] sd 2:0:1:0: [sda] Attached SCSI disk
[    2.464171]  sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
[    2.495435] usb 8-2: new low speed USB device using uhci_hcd and address 2
[    2.502292] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.665926] usb 8-2: New USB device found, idVendor=045e, idProduct=0039
[    2.666064] usb 8-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.666192] usb 8-2: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.666320] usb 8-2: Manufacturer: Microsoft
[    2.684025] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input3
[    2.684332] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0
[    4.581655] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[    4.589320] md: Waiting for all devices to be available before autodetect
[    4.589456] md: If you don't use raid, use raid=noautodetect
[    4.589669] md: Autodetecting RAID arrays.
[    4.642701] md: Scanned 6 and added 6 devices.
[    4.642832] md: autorun ...
[    4.642953] md: considering sdc5 ...
[    4.643078] md:  adding sdc5 ...
[    4.643200] md: sdc3 has different UUID to sdc5
[    4.643325] md:  adding sda5 ...
[    4.643447] md: sda3 has different UUID to sdc5
[    4.643572] md:  adding sdb5 ...
[    4.643697] md: sdb3 has different UUID to sdc5
[    4.643903] md: created md5
[    4.644025] md: bind<sdb5>
[    4.644149] md: bind<sda5>
[    4.644274] md: bind<sdc5>
[    4.644398] md: running: <sdc5><sda5><sdb5>
[    4.644696] raid1: raid set md5 active with 3 out of 3 mirrors
[    4.644833] md5: detected capacity change from 0 to 53694496768
[    4.644982] md: considering sdc3 ...
[    4.645106] md:  adding sdc3 ...
[    4.645229] md:  adding sda3 ...
[    4.645352] md:  adding sdb3 ...
[    4.645554] md: created md3
[    4.645679] md: bind<sdb3>
[    4.645804] md: bind<sda3>
[    4.645929] md: bind<sdc3>
[    4.646053] md: running: <sdc3><sda3><sdb3>
[    4.646337] raid1: raid set md3 active with 3 out of 3 mirrors
[    4.646473] md3: detected capacity change from 0 to 53694562304
[    4.646623] md: ... autorun DONE.
[    4.646781]  md5: unknown partition table
[    4.689384] kjournald starting.  Commit interval 5 seconds
[    4.689391] EXT3-fs (md5): mounted filesystem with writeback data mode
[    4.689401] VFS: Mounted root (ext3 filesystem) readonly on device 9:5.
[    4.689776] Freeing unused kernel memory: 476k freed
[    4.689951] Write protecting the kernel read-only data: 6144k
[    4.690158] Freeing unused kernel memory: 448k freed
[    4.690351] Freeing unused kernel memory: 248k freed
[    6.704488] udev: starting version 149
[    6.889873] rtc_cmos 00:03: RTC can wake from S4
[    6.889905] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    6.889929] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    6.898693] sky2: driver version 1.27
[    6.898721] sky2 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.898735] sky2 0000:06:00.0: setting latency timer to 64
[    6.898766] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
[    6.898850] sky2 0000:06:00.0: irq 55 for MSI/MSI-X
[    6.899025] sky2 0000:06:00.0: eth0: addr e0:cb:4e:97:7a:09
[    6.899038] sky2 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.899045] sky2 0000:04:00.0: setting latency timer to 64
[    6.899061] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
[    6.899141] sky2 0000:04:00.0: irq 56 for MSI/MSI-X
[    6.899309] sky2 0000:04:00.0: eth1: addr e0:cb:4e:97:80:fd
[    7.070023] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    7.070027] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [io  0x0400-0x040f pref window disabled]
[    7.070028] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.167789]  md3: unknown partition table
[    7.264127] Linux agpgart interface v0.103
[    7.328685] [drm] Initialized drm 1.1.0 20060810
[    7.396947] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.397081] HDA Intel 0000:00:1b.0: irq 57 for MSI/MSI-X
[    7.397103] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    7.736739] [drm] radeon defaulting to kernel modesetting.
[    7.736740] [drm] radeon kernel modesetting enabled.
[    7.736776] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    7.736779] radeon 0000:03:00.0: setting latency timer to 64
[    7.737491] [drm] initializing kernel modesetting (JUNIPER 0x1002:0x68B8).
[    7.737630] [drm] register mmio base: 0xFBAC0000
[    7.737632] [drm] register mmio size: 131072
[    7.737710] ATOM BIOS: JUNIPER
[    7.737719] [drm] Clocks initialized !
[    7.737720] [drm] 1 Power State(s)
[    7.737721] [drm] State 0 Default (default)
[    7.737722] [drm] 	16 PCIE Lanes
[    7.737723] [drm] 	1 Clock Mode(s)
[    7.737724] [drm] 		0 engine/memory: 850000/1200000
[    7.737727] [drm] radeon: power management initialized
[    7.737733] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF (256M used)
[    7.737735] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF
[    7.737745] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[    7.737746] [drm] Detected VRAM RAM=256M, BAR=256M
[    7.737747] [drm] RAM width 128bits DDR
[    7.737770] [TTM] Zone  kernel: Available graphics memory: 6151634 kiB.
[    7.737771] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
[    7.737779] [drm] radeon: 256M of VRAM memory ready
[    7.737780] [drm] radeon: 512M of GTT memory ready.
[    7.739128] [drm] Radeon Display Connectors
[    7.739130] [drm] Connector 0:
[    7.739131] [drm]   DisplayPort
[    7.739133] [drm]   HPD4
[    7.739135] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    7.739136] [drm]   Encoders:
[    7.739138] [drm]     DFP1: INTERNAL_UNIPHY2
[    7.739139] [drm] Connector 1:
[    7.739141] [drm]   HDMI-A
[    7.739142] [drm]   HPD5
[    7.739144] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    7.739145] [drm]   Encoders:
[    7.739147] [drm]     DFP2: INTERNAL_UNIPHY2
[    7.739148] [drm] Connector 2:
[    7.739149] [drm]   DVI-I
[    7.739151] [drm]   HPD1
[    7.739152] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    7.739154] [drm]   Encoders:
[    7.739155] [drm]     DFP3: INTERNAL_UNIPHY1
[    7.739156] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    7.739158] [drm] Connector 3:
[    7.739159] [drm]   DVI-I
[    7.739160] [drm]   HPD6
[    7.739161] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    7.739163] [drm]   Encoders:
[    7.739164] [drm]     DFP4: INTERNAL_UNIPHY
[    7.739164] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.898601] hda_codec: AD1989B: BIOS auto-probing.
[    8.108262] [drm] fb mappable at 0xD0040000
[    8.108264] [drm] vram apper at 0xD0000000
[    8.108265] [drm] size 8294400
[    8.108266] [drm] fb depth is 24
[    8.108266] [drm]    pitch is 7680
[    8.116100] Console: switching to colour frame buffer device 240x67
[    8.119983] fb0: radeondrmfb frame buffer device
[    8.119984] registered panic notifier
[    8.119987] [drm] Initialized radeon 2.3.0 20080528 for 0000:03:00.0 on minor 0
[    8.120010] HDA Intel 0000:03:00.1: PCI INT B -> GSI 37 (level, low) -> IRQ 37
[    8.120048] HDA Intel 0000:03:00.1: irq 58 for MSI/MSI-X
[    8.120066] HDA Intel 0000:03:00.1: setting latency timer to 64
[  161.338186] EXT3-fs (md5): using internal journal
[  161.789257] md: md6 stopped.
[  161.812486] md: bind<sdb6>
[  161.812648] md: bind<sdc6>
[  161.812812] md: bind<sda6>
[  161.813397] raid1: raid set md6 active with 3 out of 3 mirrors
[  161.813408] md6: detected capacity change from 0 to 253354939392
[  161.813905]  md6: unknown partition table
[  162.213714] kjournald starting.  Commit interval 5 seconds
[  162.213721] EXT3-fs (md6): warning: maximal mount count reached, running e2fsck is recommended
[  162.230090] EXT3-fs (md6): using internal journal
[  162.230096] EXT3-fs (md6): mounted filesystem with writeback data mode
[  162.276407] Adding 4200992k swap on /dev/sda2.  Priority:-1 extents:1 across:4200992k 
[  162.277805] Adding 4200992k swap on /dev/sdb2.  Priority:-2 extents:1 across:4200992k 
[  162.279153] Adding 4200992k swap on /dev/sdc2.  Priority:-3 extents:1 across:4200992k 
[  166.570078] sky2 0000:06:00.0: eth0: enabling interface
[  168.506160] sky2 0000:06:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
[  173.137782] NET: Registered protocol family 10
[  174.739049] /dev/vmmon[4139]: Module vmmon: registered with major=10 minor=165
[  174.739057] /dev/vmmon[4139]: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[  174.739064] /dev/vmmon[4139]: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
[  174.739066] /dev/vmmon[4139]: Module vmmon: initialized
[  174.768427] /dev/vmci[4158]: VMCI: Driver initialized.
[  174.768442] /dev/vmci[4158]: Module vmci: registered with major=10 minor=59
[  174.768444] /dev/vmci[4158]: Module vmci: initialized
[  175.057926] /dev/vmnet: open called by PID 4240 (vmnet-bridge)
[  175.057932] /dev/vmnet: hub 0 does not exist, allocating memory.
[  175.057951] /dev/vmnet: port on hub 0 successfully opened
[  175.057962] bridge-eth0: up
[  175.057964] bridge-eth0: attached
[  176.232410] /dev/vmnet: open called by PID 4247 (vmnet-dhcpd)
[  176.232414] /dev/vmnet: hub 1 does not exist, allocating memory.
[  176.232433] /dev/vmnet: port on hub 1 successfully opened
[  176.266899] /dev/vmnet: open called by PID 4249 (vmnet-netifup)
[  176.266904] /dev/vmnet: port on hub 1 successfully opened
[  176.299822] /dev/vmnet: open called by PID 4252 (vmnet-dhcpd)
[  176.299827] /dev/vmnet: hub 8 does not exist, allocating memory.
[  176.299846] /dev/vmnet: port on hub 8 successfully opened
[  176.390544] /dev/vmnet: open called by PID 4256 (vmnet-natd)
[  176.390550] /dev/vmnet: port on hub 8 successfully opened
[  176.395983] /dev/vmnet: open called by PID 4257 (vmnet-netifup)
[  176.395989] /dev/vmnet: port on hub 8 successfully opened
[  183.926146] eth0: no IPv6 routers present
[  186.331298] vmnet1: no IPv6 routers present
[  187.247829] vmnet8: no IPv6 routers present

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-21 20:54                                   ` Mark Knecht
@ 2010-07-21 21:22                                     ` Paul Check
  2010-07-22 12:39                                     ` Tejun Heo
  1 sibling, 0 replies; 50+ messages in thread
From: Paul Check @ 2010-07-21 21:22 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Tejun Heo, Linux Kernel List, linux-ide@vger.kernel.org

That's unfortunate. FYI I have continued to be trouble free, but my
processor is a bit weaker than Mark's, although I would find it surprising
that this would cause a problem.  Also, FYI Mark, I have 12GB of Corsair
RAM, and have it bumped up to the Intel XMP profile.

P

> On Tue, Jul 20, 2010 at 7:14 AM, Tejun Heo <tj@kernel.org> wrote:
>> Helo,
>>
>> On 07/20/2010 05:14 AM, Paul Check wrote:
>>> Hey Tejun: I guess this is the same patch that you sent me to fix my
>>> issue
>>> with missing drives.  Good news: I've been through about 10 reboots
>>> now
>>> and no problems.  Based on my prior experience, I'd say with the old
>>> setup, 10 clean boots in a row was probably less than a 1% event.  So,
>>> it
>>> seems that this has fixed my problem.
>>
>> Yeap, it's the same one.  I'm forwarding the patch upstream now but,
>> Mark, please let me know the test result.
>>
>> Thanks.
>>
>> --
>> tejun
>>
>
> Tejun,
>    Looks like I had a failure today. First one in weeks and only the
> 3rd or 4th boot with this newer patch file. One of the two drives
> making a RAID0 wasn't found so /dev/md11 (constructed from /dev/sdd
> and /dev/sde) couldn't be started. I did a cold reboot and the drive
> was found.
>
>    If it matters, and it probably doesn't, the failure came on a boot
> which had a scheduled fsck to do of /dev/md5 - my main / drive. I
> don't see how that would make a difference but I figure why leave the
> info out. That's why the times are so much larger in the dmesg file.
> (I think)
>
>    dmesg attached. I patched the Gentoo kernel if it makes a
> difference, same as I did with the earlier patch.
>
> mark@c2stable ~ $ uname -a
> Linux c2stable 2.6.34-gentoo-r2 #1 SMP PREEMPT Sun Jul 18 14:09:48 PDT
> 2010 x86_64 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel
> GNU/Linux
> mark@c2stable ~ $
>
> Sorry,
> Mark
>



^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-21 20:54                                   ` Mark Knecht
  2010-07-21 21:22                                     ` Paul Check
@ 2010-07-22 12:39                                     ` Tejun Heo
  2010-08-02 22:07                                       ` Mark Knecht
  1 sibling, 1 reply; 50+ messages in thread
From: Tejun Heo @ 2010-07-22 12:39 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Paul Check, Linux Kernel List, linux-ide@vger.kernel.org

Hello,

On 07/21/2010 10:54 PM, Mark Knecht wrote:
>    Looks like I had a failure today. First one in weeks and only the
> 3rd or 4th boot with this newer patch file. One of the two drives
> making a RAID0 wasn't found so /dev/md11 (constructed from /dev/sdd
> and /dev/sde) couldn't be started. I did a cold reboot and the drive
> was found.
> 
>    If it matters, and it probably doesn't, the failure came on a boot
> which had a scheduled fsck to do of /dev/md5 - my main / drive. I
> don't see how that would make a difference but I figure why leave the
> info out. That's why the times are so much larger in the dmesg file.
> (I think)
> 
>    dmesg attached. I patched the Gentoo kernel if it makes a
> difference, same as I did with the earlier patch.
> 
> mark@c2stable ~ $ uname -a
> Linux c2stable 2.6.34-gentoo-r2 #1 SMP PREEMPT Sun Jul 18 14:09:48 PDT
> 2010 x86_64 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel
> GNU/Linux
> mark@c2stable ~ $

Hmmm... that's weird.  Can you please make sure the patch is actually
applied?  Adding a printk("XXX patch applied!\n") near other changes
usually is easy enough.  Also, can you please apply resume-dbg-1.patch
too and reproduce the failure and post log?

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-07-22 12:39                                     ` Tejun Heo
@ 2010-08-02 22:07                                       ` Mark Knecht
  2010-08-03 18:41                                         ` Randy Dunlap
  0 siblings, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-08-02 22:07 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Paul Check, Linux Kernel List, linux-ide@vger.kernel.org

On Thu, Jul 22, 2010 at 5:39 AM, Tejun Heo <tj@kernel.org> wrote:
> Hello,
>
> On 07/21/2010 10:54 PM, Mark Knecht wrote:
>>    Looks like I had a failure today. First one in weeks and only the
>> 3rd or 4th boot with this newer patch file. One of the two drives
>> making a RAID0 wasn't found so /dev/md11 (constructed from /dev/sdd
>> and /dev/sde) couldn't be started. I did a cold reboot and the drive
>> was found.
>>
>>    If it matters, and it probably doesn't, the failure came on a boot
>> which had a scheduled fsck to do of /dev/md5 - my main / drive. I
>> don't see how that would make a difference but I figure why leave the
>> info out. That's why the times are so much larger in the dmesg file.
>> (I think)
>>
>>    dmesg attached. I patched the Gentoo kernel if it makes a
>> difference, same as I did with the earlier patch.
>>
>> mark@c2stable ~ $ uname -a
>> Linux c2stable 2.6.34-gentoo-r2 #1 SMP PREEMPT Sun Jul 18 14:09:48 PDT
>> 2010 x86_64 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel
>> GNU/Linux
>> mark@c2stable ~ $
>
> Hmmm... that's weird.  Can you please make sure the patch is actually
> applied?  Adding a printk("XXX patch applied!\n") near other changes
> usually is easy enough.  Also, can you please apply resume-dbg-1.patch
> too and reproduce the failure and post log?
>
> Thanks.
>
> --
> tejun
>

Hi Tejun,
   I'm finally home and trying to get back to this. I'm really a bad
programmer so I don't know what I've done wrong but it seems patch
isn't happy with me.

c2stable linux # patch --dry-run -p1 <../ata_piix-sidpr-lock.patch
patching file drivers/ata/ata_piix.c
patch: **** malformed patch at line 13:

c2stable linux #

   Here's the change I tried to make to a copy of the file:

c2stable linux # cat ../ata_piix-sidpr-lock.patch
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 7409f98..3971bc0 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -158,6 +158,7 @@ struct piix_map_db {
 struct piix_host_priv {
        const int *map;
        u32 saved_iocfg;
+       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
+       printk("MWK - ata_sidpr patch applied!\n");
        void __iomem *sidpr;
 };

@@ -951,12 +952,15 @@ static int piix_sidpr_scr_read(struct ata_link *link,
                               unsigned int reg, u32 *val)
 {
        struct piix_host_priv *hpriv = link->ap->host->private_data;
+       unsigned long flags;

        if (reg >= ARRAY_SIZE(piix_sidx_map))
                return -EINVAL;

+       spin_lock_irqsave(&hpriv->sidpr_lock, flags);
        piix_sidpr_sel(link, reg);
        *val = ioread32(hpriv->sidpr + PIIX_SIDPR_DATA);
+       spin_unlock_irqrestore(&hpriv->sidpr_lock, flags);
        return 0;
 }

@@ -964,12 +968,15 @@ static int piix_sidpr_scr_write(struct ata_link *link,
                                unsigned int reg, u32 val)
 {
        struct piix_host_priv *hpriv = link->ap->host->private_data;
+       unsigned long flags;

        if (reg >= ARRAY_SIZE(piix_sidx_map))
                return -EINVAL;

+       spin_lock_irqsave(&hpriv->sidpr_lock, flags);
        piix_sidpr_sel(link, reg);
        iowrite32(val, hpriv->sidpr + PIIX_SIDPR_DATA);
+       spin_unlock_irqrestore(&hpriv->sidpr_lock, flags);
        return 0;
 }

@@ -1566,6 +1573,7 @@ static int __devinit piix_init_one(struct pci_dev *pdev,
        hpriv = devm_kzalloc(dev, sizeof(*hpriv), GFP_KERNEL);
        if (!hpriv)
                return -ENOMEM;
+       spin_lock_init(&hpriv->sidpr_lock);

        /* Save IOCFG, this will be used for cable detection, quirk
         * detection and restoration on detach.  This is necessary
c2stable linux #

   Maybe you can shoot back something that's done correctly and I'll
start testing.

   I've tried booting a few times. I've had 3 cold boot failures so
far. No warm boot failures. Each time it failed on cold boot a warm
boot fixed it.

Thanks,
Mark

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-08-02 22:07                                       ` Mark Knecht
@ 2010-08-03 18:41                                         ` Randy Dunlap
  2010-08-03 18:47                                           ` Mark Knecht
  2010-08-03 18:49                                           ` Jim Paris
  0 siblings, 2 replies; 50+ messages in thread
From: Randy Dunlap @ 2010-08-03 18:41 UTC (permalink / raw)
  To: Mark Knecht
  Cc: Tejun Heo, Paul Check, Linux Kernel List,
	linux-ide@vger.kernel.org

On Mon, 2 Aug 2010 15:07:11 -0700 Mark Knecht wrote:

> On Thu, Jul 22, 2010 at 5:39 AM, Tejun Heo <tj@kernel.org> wrote:
> 
> Hi Tejun,
>    I'm finally home and trying to get back to this. I'm really a bad
> programmer so I don't know what I've done wrong but it seems patch
> isn't happy with me.
> 
> c2stable linux # patch --dry-run -p1 <../ata_piix-sidpr-lock.patch
> patching file drivers/ata/ata_piix.c
> patch: **** malformed patch at line 13:

Whenever the patch file was saved on this system, line 13 of it was
split (probably by an email client).  Whenever I see this, I just
join (merge) that line and the next one and try again... sometimes
several lines are malformed and have to be fixed like this.

> 
> c2stable linux #
> 
>    Here's the change I tried to make to a copy of the file:
> 
> c2stable linux # cat ../ata_piix-sidpr-lock.patch
> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
> index 7409f98..3971bc0 100644
> --- a/drivers/ata/ata_piix.c
> +++ b/drivers/ata/ata_piix.c
> @@ -158,6 +158,7 @@ struct piix_map_db {
>  struct piix_host_priv {
>         const int *map;
>         u32 saved_iocfg;
> +       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
> +       printk("MWK - ata_sidpr patch applied!\n");
>         void __iomem *sidpr;
>  };
> 
> @@ -951,12 +952,15 @@ static int piix_sidpr_scr_read(struct ata_link *link,
>                                unsigned int reg, u32 *val)
>  {
>         struct piix_host_priv *hpriv = link->ap->host->private_data;
> +       unsigned long flags;
> 
>         if (reg >= ARRAY_SIZE(piix_sidx_map))
>                 return -EINVAL;
> 
> +       spin_lock_irqsave(&hpriv->sidpr_lock, flags);
>         piix_sidpr_sel(link, reg);
>         *val = ioread32(hpriv->sidpr + PIIX_SIDPR_DATA);
> +       spin_unlock_irqrestore(&hpriv->sidpr_lock, flags);
>         return 0;
>  }
> 
> @@ -964,12 +968,15 @@ static int piix_sidpr_scr_write(struct ata_link *link,
>                                 unsigned int reg, u32 val)
>  {
>         struct piix_host_priv *hpriv = link->ap->host->private_data;
> +       unsigned long flags;
> 
>         if (reg >= ARRAY_SIZE(piix_sidx_map))
>                 return -EINVAL;
> 
> +       spin_lock_irqsave(&hpriv->sidpr_lock, flags);
>         piix_sidpr_sel(link, reg);
>         iowrite32(val, hpriv->sidpr + PIIX_SIDPR_DATA);
> +       spin_unlock_irqrestore(&hpriv->sidpr_lock, flags);
>         return 0;
>  }
> 
> @@ -1566,6 +1573,7 @@ static int __devinit piix_init_one(struct pci_dev *pdev,
>         hpriv = devm_kzalloc(dev, sizeof(*hpriv), GFP_KERNEL);
>         if (!hpriv)
>                 return -ENOMEM;
> +       spin_lock_init(&hpriv->sidpr_lock);
> 
>         /* Save IOCFG, this will be used for cable detection, quirk
>          * detection and restoration on detach.  This is necessary
> c2stable linux #
> 
>    Maybe you can shoot back something that's done correctly and I'll
> start testing.
> 
>    I've tried booting a few times. I've had 3 cold boot failures so
> far. No warm boot failures. Each time it failed on cold boot a warm
> boot fixed it.


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-08-03 18:41                                         ` Randy Dunlap
@ 2010-08-03 18:47                                           ` Mark Knecht
  2010-08-03 18:55                                             ` Randy Dunlap
  2010-08-03 18:49                                           ` Jim Paris
  1 sibling, 1 reply; 50+ messages in thread
From: Mark Knecht @ 2010-08-03 18:47 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Tejun Heo, Paul Check, Linux Kernel List,
	linux-ide@vger.kernel.org

On Tue, Aug 3, 2010 at 11:41 AM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
> On Mon, 2 Aug 2010 15:07:11 -0700 Mark Knecht wrote:
>
>> On Thu, Jul 22, 2010 at 5:39 AM, Tejun Heo <tj@kernel.org> wrote:
>>
>> Hi Tejun,
>>    I'm finally home and trying to get back to this. I'm really a bad
>> programmer so I don't know what I've done wrong but it seems patch
>> isn't happy with me.
>>
>> c2stable linux # patch --dry-run -p1 <../ata_piix-sidpr-lock.patch
>> patching file drivers/ata/ata_piix.c
>> patch: **** malformed patch at line 13:
>
> Whenever the patch file was saved on this system, line 13 of it was
> split (probably by an email client).  Whenever I see this, I just
> join (merge) that line and the next one and try again... sometimes
> several lines are malformed and have to be fixed like this.
>

Randy,
   Could very well be what happened. I added line 13 (the printk) by hand

<SNIP - ORIGINAL PATCH FILE>
struct piix_host_priv {
       const int *map;
       u32 saved_iocfg;
+       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
        void __iomem *sidpr;
};

<SNIP - MY CHANGE BY HAND>
struct piix_host_priv {
       const int *map;
       u32 saved_iocfg;
+       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
+       printk("MWK - ata_sidpr patch applied!\n");
       void __iomem *sidpr;
};

Maybe I should have just put it on the same line as the previous
spinlock command?

I'll play with it and see if I can get it working.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-08-03 18:41                                         ` Randy Dunlap
  2010-08-03 18:47                                           ` Mark Knecht
@ 2010-08-03 18:49                                           ` Jim Paris
  2010-08-03 18:53                                             ` Mark Knecht
  1 sibling, 1 reply; 50+ messages in thread
From: Jim Paris @ 2010-08-03 18:49 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Mark Knecht, Tejun Heo, Paul Check, Linux Kernel List,
	linux-ide@vger.kernel.org

Randy Dunlap wrote:
> On Mon, 2 Aug 2010 15:07:11 -0700 Mark Knecht wrote:
> 
> > On Thu, Jul 22, 2010 at 5:39 AM, Tejun Heo <tj@kernel.org> wrote:
> > 
> > Hi Tejun,
> >    I'm finally home and trying to get back to this. I'm really a bad
> > programmer so I don't know what I've done wrong but it seems patch
> > isn't happy with me.
> > 
> > c2stable linux # patch --dry-run -p1 <../ata_piix-sidpr-lock.patch
> > patching file drivers/ata/ata_piix.c
> > patch: **** malformed patch at line 13:
> 
> Whenever the patch file was saved on this system, line 13 of it was
> split (probably by an email client).  Whenever I see this, I just
> join (merge) that line and the next one and try again... sometimes
> several lines are malformed and have to be fixed like this.

Tejun asked Mark to add a printk, and Mark added it directly to the
patch.  Mark, just apply the original patch as-is, and then add the
printk to the source code in ata_piix.c.  You should add it somewhere
like the piix_init_one function, e.g. right before the "Save IOCFG"
comment around line 1575.

-jim

> 
> > 
> > c2stable linux #
> > 
> >    Here's the change I tried to make to a copy of the file:
> > 
> > c2stable linux # cat ../ata_piix-sidpr-lock.patch
> > diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
> > index 7409f98..3971bc0 100644
> > --- a/drivers/ata/ata_piix.c
> > +++ b/drivers/ata/ata_piix.c
> > @@ -158,6 +158,7 @@ struct piix_map_db {
> >  struct piix_host_priv {
> >         const int *map;
> >         u32 saved_iocfg;
> > +       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
> > +       printk("MWK - ata_sidpr patch applied!\n");
> >         void __iomem *sidpr;
> >  };
> > 
> > @@ -951,12 +952,15 @@ static int piix_sidpr_scr_read(struct ata_link *link,
> >                                unsigned int reg, u32 *val)
> >  {
> >         struct piix_host_priv *hpriv = link->ap->host->private_data;
> > +       unsigned long flags;
> > 
> >         if (reg >= ARRAY_SIZE(piix_sidx_map))
> >                 return -EINVAL;
> > 
> > +       spin_lock_irqsave(&hpriv->sidpr_lock, flags);
> >         piix_sidpr_sel(link, reg);
> >         *val = ioread32(hpriv->sidpr + PIIX_SIDPR_DATA);
> > +       spin_unlock_irqrestore(&hpriv->sidpr_lock, flags);
> >         return 0;
> >  }
> > 
> > @@ -964,12 +968,15 @@ static int piix_sidpr_scr_write(struct ata_link *link,
> >                                 unsigned int reg, u32 val)
> >  {
> >         struct piix_host_priv *hpriv = link->ap->host->private_data;
> > +       unsigned long flags;
> > 
> >         if (reg >= ARRAY_SIZE(piix_sidx_map))
> >                 return -EINVAL;
> > 
> > +       spin_lock_irqsave(&hpriv->sidpr_lock, flags);
> >         piix_sidpr_sel(link, reg);
> >         iowrite32(val, hpriv->sidpr + PIIX_SIDPR_DATA);
> > +       spin_unlock_irqrestore(&hpriv->sidpr_lock, flags);
> >         return 0;
> >  }
> > 
> > @@ -1566,6 +1573,7 @@ static int __devinit piix_init_one(struct pci_dev *pdev,
> >         hpriv = devm_kzalloc(dev, sizeof(*hpriv), GFP_KERNEL);
> >         if (!hpriv)
> >                 return -ENOMEM;
> > +       spin_lock_init(&hpriv->sidpr_lock);
> > 
> >         /* Save IOCFG, this will be used for cable detection, quirk
> >          * detection and restoration on detach.  This is necessary
> > c2stable linux #
> > 
> >    Maybe you can shoot back something that's done correctly and I'll
> > start testing.
> > 
> >    I've tried booting a few times. I've had 3 cold boot failures so
> > far. No warm boot failures. Each time it failed on cold boot a warm
> > boot fixed it.
> 
> 
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ide" 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] 50+ messages in thread

* Re: Drives missing at boot
  2010-08-03 18:49                                           ` Jim Paris
@ 2010-08-03 18:53                                             ` Mark Knecht
  0 siblings, 0 replies; 50+ messages in thread
From: Mark Knecht @ 2010-08-03 18:53 UTC (permalink / raw)
  To: Jim Paris
  Cc: Randy Dunlap, Tejun Heo, Paul Check, Linux Kernel List,
	linux-ide@vger.kernel.org

On Tue, Aug 3, 2010 at 11:49 AM, Jim Paris <jim@jtan.com> wrote:
> Randy Dunlap wrote:
>> On Mon, 2 Aug 2010 15:07:11 -0700 Mark Knecht wrote:
>>
>> > On Thu, Jul 22, 2010 at 5:39 AM, Tejun Heo <tj@kernel.org> wrote:
>> >
>> > Hi Tejun,
>> >    I'm finally home and trying to get back to this. I'm really a bad
>> > programmer so I don't know what I've done wrong but it seems patch
>> > isn't happy with me.
>> >
>> > c2stable linux # patch --dry-run -p1 <../ata_piix-sidpr-lock.patch
>> > patching file drivers/ata/ata_piix.c
>> > patch: **** malformed patch at line 13:
>>
>> Whenever the patch file was saved on this system, line 13 of it was
>> split (probably by an email client).  Whenever I see this, I just
>> join (merge) that line and the next one and try again... sometimes
>> several lines are malformed and have to be fixed like this.
>
> Tejun asked Mark to add a printk, and Mark added it directly to the
> patch.  Mark, just apply the original patch as-is, and then add the
> printk to the source code in ata_piix.c.  You should add it somewhere
> like the piix_init_one function, e.g. right before the "Save IOCFG"
> comment around line 1575.
>
> -jim

Thanks Jim. I'll give it a shot.

Cheers,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-08-03 18:47                                           ` Mark Knecht
@ 2010-08-03 18:55                                             ` Randy Dunlap
  2010-08-04 16:16                                               ` Mark Knecht
  0 siblings, 1 reply; 50+ messages in thread
From: Randy Dunlap @ 2010-08-03 18:55 UTC (permalink / raw)
  To: Mark Knecht
  Cc: Tejun Heo, Paul Check, Linux Kernel List,
	linux-ide@vger.kernel.org

On Tue, 3 Aug 2010 11:47:25 -0700 Mark Knecht wrote:

> On Tue, Aug 3, 2010 at 11:41 AM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
> > On Mon, 2 Aug 2010 15:07:11 -0700 Mark Knecht wrote:
> >
> >> On Thu, Jul 22, 2010 at 5:39 AM, Tejun Heo <tj@kernel.org> wrote:
> >>
> >> Hi Tejun,
> >>    I'm finally home and trying to get back to this. I'm really a bad
> >> programmer so I don't know what I've done wrong but it seems patch
> >> isn't happy with me.
> >>
> >> c2stable linux # patch --dry-run -p1 <../ata_piix-sidpr-lock.patch
> >> patching file drivers/ata/ata_piix.c
> >> patch: **** malformed patch at line 13:
> >
> > Whenever the patch file was saved on this system, line 13 of it was
> > split (probably by an email client).  Whenever I see this, I just
> > join (merge) that line and the next one and try again... sometimes
> > several lines are malformed and have to be fixed like this.
> >
> 
> Randy,
>    Could very well be what happened. I added line 13 (the printk) by hand
> 
> <SNIP - ORIGINAL PATCH FILE>
> struct piix_host_priv {
>        const int *map;
>        u32 saved_iocfg;
> +       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
>         void __iomem *sidpr;
> };
> 
> <SNIP - MY CHANGE BY HAND>
> struct piix_host_priv {
>        const int *map;
>        u32 saved_iocfg;
> +       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
> +       printk("MWK - ata_sidpr patch applied!\n");
>        void __iomem *sidpr;
> };
> 
> Maybe I should have just put it on the same line as the previous
> spinlock command?
> 
> I'll play with it and see if I can get it working.


Ah, so you added a line to a patch file.  That means that the patch
block header must be changed from something like this:

@@ -964,12 +968,15 @@

to like this:

@@ -964,12 +968,16 @@

Any text following the second "@@" is just a comment so it does not matter.

The ,12  ,15   ,16   are all line counts. The ",12" is the number of lines
in the before version of the patch.  The ",15" or ",16" is the number of lines
in the after version of the patch, so you would need to increase it by 1 if
you added one line.   Or you can just put the printk on the same line as another
part of the patch and it won't matter.  :)


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: Drives missing at boot
  2010-08-03 18:55                                             ` Randy Dunlap
@ 2010-08-04 16:16                                               ` Mark Knecht
  0 siblings, 0 replies; 50+ messages in thread
From: Mark Knecht @ 2010-08-04 16:16 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Tejun Heo, Paul Check, Linux Kernel List,
	linux-ide@vger.kernel.org

On Tue, Aug 3, 2010 at 11:55 AM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
> On Tue, 3 Aug 2010 11:47:25 -0700 Mark Knecht wrote:
>
>> On Tue, Aug 3, 2010 at 11:41 AM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
>> > On Mon, 2 Aug 2010 15:07:11 -0700 Mark Knecht wrote:
>> >
>> >> On Thu, Jul 22, 2010 at 5:39 AM, Tejun Heo <tj@kernel.org> wrote:
>> >>
>> >> Hi Tejun,
>> >>    I'm finally home and trying to get back to this. I'm really a bad
>> >> programmer so I don't know what I've done wrong but it seems patch
>> >> isn't happy with me.
>> >>
>> >> c2stable linux # patch --dry-run -p1 <../ata_piix-sidpr-lock.patch
>> >> patching file drivers/ata/ata_piix.c
>> >> patch: **** malformed patch at line 13:
>> >
>> > Whenever the patch file was saved on this system, line 13 of it was
>> > split (probably by an email client).  Whenever I see this, I just
>> > join (merge) that line and the next one and try again... sometimes
>> > several lines are malformed and have to be fixed like this.
>> >
>>
>> Randy,
>>    Could very well be what happened. I added line 13 (the printk) by hand
>>
>> <SNIP - ORIGINAL PATCH FILE>
>> struct piix_host_priv {
>>        const int *map;
>>        u32 saved_iocfg;
>> +       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
>>         void __iomem *sidpr;
>> };
>>
>> <SNIP - MY CHANGE BY HAND>
>> struct piix_host_priv {
>>        const int *map;
>>        u32 saved_iocfg;
>> +       spinlock_t sidpr_lock;  /* FIXME: remove once locking in EH is fixed */
>> +       printk("MWK - ata_sidpr patch applied!\n");
>>        void __iomem *sidpr;
>> };
>>
>> Maybe I should have just put it on the same line as the previous
>> spinlock command?
>>
>> I'll play with it and see if I can get it working.
>
>
> Ah, so you added a line to a patch file.  That means that the patch
> block header must be changed from something like this:
>
> @@ -964,12 +968,15 @@
>
> to like this:
>
> @@ -964,12 +968,16 @@
>
> Any text following the second "@@" is just a comment so it does not matter.
>
> The ,12  ,15   ,16   are all line counts. The ",12" is the number of lines
> in the before version of the patch.  The ",15" or ",16" is the number of lines
> in the after version of the patch, so you would need to increase it by 1 if
> you added one line.   Or you can just put the printk on the same line as another
> part of the patch and it won't matter.  :)
>
>
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
>

Thanks Randy. This helped.

OK - so I'm going to hang fire on this problem right now. As part of
this process I've updated to a 2.6.35-gentoo kernel and I'm not seeing
the problem at all so far. I've booted about 25 times over the last 3
days - warm and cold boots mixed - and so far no failures. While I've
had times in the past where earlier kernels didn't exhibit the problem
for days I don't remember a time where I got this many good boots in a
row.

As my problem didn't seem to be exactly the same as Paul's, and since
Tejun expressed surprise that his fix for Paul's issue didn't fix
mine, maybe my problem is actually something different and (hopefully)
already fixed.

I'll continue to use the machine and watch for any failures. If I get
one I'll reengage the list and go into debug mode.

Cheers,
Mark

^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2010-08-04 16:16 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTimVkG9TFgyOTTnrztBjqT4JoOzFaP268vWLAAm9@mail.gmail.com>
2010-07-03 16:01 ` Drives missing at boot Tejun Heo
2010-07-03 16:06   ` Mark Knecht
2010-07-03 16:13     ` Tejun Heo
2010-07-03 16:42       ` Mark Knecht
2010-07-05  6:30         ` Tejun Heo
2010-07-05 16:56           ` Mark Knecht
2010-07-06  6:33             ` Tejun Heo
2010-07-06 18:13               ` Mark Knecht
2010-07-07  5:50                 ` Tejun Heo
2010-07-07 15:34                   ` Mark Knecht
2010-07-07 15:48                     ` Tejun Heo
2010-07-07 16:15                       ` Mark Knecht
2010-07-07 16:19                         ` Tejun Heo
2010-07-07 16:27                           ` Mark Knecht
2010-07-07 17:06                       ` Mark Knecht
2010-07-07 17:26                         ` Tejun Heo
2010-07-07 17:32                           ` Mark Knecht
2010-07-19 19:31                           ` Mark Knecht
2010-07-19 21:01                             ` Tejun Heo
2010-07-20  3:14                               ` Paul Check
2010-07-20 14:14                                 ` Tejun Heo
2010-07-20 14:53                                   ` Mark Knecht
2010-07-20 16:16                                     ` Mark Knecht
2010-07-21 20:54                                   ` Mark Knecht
2010-07-21 21:22                                     ` Paul Check
2010-07-22 12:39                                     ` Tejun Heo
2010-08-02 22:07                                       ` Mark Knecht
2010-08-03 18:41                                         ` Randy Dunlap
2010-08-03 18:47                                           ` Mark Knecht
2010-08-03 18:55                                             ` Randy Dunlap
2010-08-04 16:16                                               ` Mark Knecht
2010-08-03 18:49                                           ` Jim Paris
2010-08-03 18:53                                             ` Mark Knecht
2010-07-20 20:52                                 ` Mark Knecht
2010-07-20 21:19                                   ` Paul Check
2010-07-20 21:26                                     ` Mark Knecht
2010-07-20 23:05                                       ` Paul Check
2010-07-03 18:56     ` Stan Hoeppner
2010-07-03 19:21       ` Mark Knecht
2010-07-03 19:42         ` Stan Hoeppner
2010-07-03 19:57           ` Mark Knecht
2010-07-03 22:31             ` Mark Knecht
2010-07-05  6:19               ` Tejun Heo
2010-07-05 16:48                 ` Mark Knecht
2010-07-05 23:59                   ` Robert Hancock
2010-07-06  4:16                     ` Mark Knecht
2010-07-06  6:13                       ` Stan Hoeppner
2010-07-06 11:26                       ` Sander
2010-07-06  6:32                   ` Tejun Heo
2010-07-03 20:15           ` Gene Heskett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox