lkml.org 
[lkml]   [2009]   [Aug]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.31-rc5 regression: hd don't show up
On 08/27/2009 01:35 PM, Tejun Heo wrote:
> Tim Blechmann wrote:
>> On 08/27/2009 10:38 AM, Tejun Heo wrote:
>>> Tim Blechmann wrote:
>>>>>>>> running 2.6.31-rc5 (7cb7beb31aa3d941833b6a6e553687422c31e4b6 to be
>>>>>>>> exact), sometimes some hard disks don't show up.
>>>>>>>>
>>>>>>>> after booting, my root hd (sda) is mounted to /, while two other hds
>>>>>>>> (sdb/sdc) are mounted as a user. sda is always present, but the other
>>>>>>>> two sometimes don't show up (i.e. they are not listed in /dev/disk/, nor
>>>>>>>> to they have a /dev/sdX link). with 2.6.29 and 2.6.30, all three disks
>>>>>>>> are reported correctly.
>>>>>>> Can you please attach boot logs of a successful and a failed boot?
>>>>>> i have two files attached:
>>>>>> - dmesg_good - all hds are available
>>>>>> - dmesg_bad - on hd is missing
>>>>> Can you please apply the attached patch and post the bad boot log?
>>>> attached you find boot logs for both a good ad a bad boot
>>> Sorry about the long delay. I somehow marked the message read without
>>> actually reading it.
>>>
>>> I suspected the problem was with getting the wrong classification code
>>> or phantom device detection kicking in spuriously. Looks like the
>>> problem happens way before that. Can you please apply the attached
>>> patch and report the result?
>>
>> i applied your patch onto of the current linus/master branch and
>> currently (after rebooting 5 or 6 times) i cannot reproduce the problem
>> any more ...
>> however, there is a warning stack trace in the boot log from libata code
>> (bootlog attached)
>
> Oops, that was my bad. This should remove the useless warning.

booting the machine today, one hd is missing again ... bootlog attached

hth, tim

--
tim@klingt.org
http://tim.klingt.org

I must say I find television very educational. The minute somebody
turns it on, I go to the library and read a good book.
Groucho Marx
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.31-rc7 (tim@moka) (gcc version 4.4.1 (Ubuntu 4.4.1-1ubuntu1~jaunty1) ) #16 SMP PREEMPT Thu Aug 27 13:40:52 CEST 2009
[ 0.000000] Command line: root=UUID=f4e801b1-b54a-4002-a3e3-328308ad48fb ro quiet splash
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 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: 00000000000e4c00 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf680000 (usable)
[ 0.000000] BIOS-e820: 00000000bf680000 - 00000000bf698000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bf698000 - 00000000bf6dc000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf6dc000 - 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] 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] 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-E3FFF write-protect
[ 0.000000] E4000-EBFFF write-through
[ 0.000000] EC000-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 0BF700000 mask FFFF00000 uncachable
[ 0.000000] 5 base 0BF800000 mask FFF800000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] e820 update range: 00000000bf700000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbf680 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 0 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009fc00 (usable)
[ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000e4c00 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 00000000bf680000 (usable)
[ 0.000000] modified: 00000000bf680000 - 00000000bf698000 (ACPI data)
[ 0.000000] modified: 00000000bf698000 - 00000000bf6dc000 (ACPI NVS)
[ 0.000000] modified: 00000000bf6dc000 - 00000000c0000000 (reserved)
[ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] modified: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] modified: 0000000100000000 - 0000000340000000 (usable)
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf680000
[ 0.000000] 0000000000 - 00bf600000 page 2M
[ 0.000000] 00bf600000 - 00bf680000 page 4k
[ 0.000000] kernel direct mapping tables up to bf680000 @ 10000-15000
[ 0.000000] init_memory_mapping: 0000000100000000-0000000340000000
[ 0.000000] 0100000000 - 0340000000 page 2M
[ 0.000000] kernel direct mapping tables up to 340000000 @ 13000-21000
[ 0.000000] RAMDISK: 3783b000 - 37fef527
[ 0.000000] ACPI: RSDP 00000000000fabd0 00024 (v02 ACPIAM)
[ 0.000000] ACPI: XSDT 00000000bf680100 0005C (v01 022609 XSDT1156 20090226 MSFT 00000097)
[ 0.000000] ACPI: FACP 00000000bf680290 000F4 (v03 022609 FACP1156 20090226 MSFT 00000097)
[ 0.000000] ACPI: DSDT 00000000bf6804b0 0C3DD (v01 A1146 A1146001 00000001 INTL 20060113)
[ 0.000000] ACPI: FACS 00000000bf698000 00040
[ 0.000000] ACPI: APIC 00000000bf680390 000D8 (v01 022609 APIC1156 20090226 MSFT 00000097)
[ 0.000000] ACPI: MCFG 00000000bf680470 0003C (v01 022609 OEMMCFG 20090226 MSFT 00000097)
[ 0.000000] ACPI: OEMB 00000000bf698040 00072 (v01 022609 OEMB1156 20090226 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000bf68f4b0 00038 (v01 022609 OEMHPET 20090226 MSFT 00000097)
[ 0.000000] ACPI: OSFR 00000000bf68f4f0 000B0 (v01 022609 OEMOSFR 20090226 MSFT 00000097)
[ 0.000000] ACPI: SSDT 00000000bf69a8f0 0249F (v01 DpgPmm CpuPm 00000012 INTL 20060113)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0340000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0001000000 - 0002171520] TEXT DATA BSS ==> [0001000000 - 0002171520]
[ 0.000000] #3 [003783b000 - 0037fef527] RAMDISK ==> [003783b000 - 0037fef527]
[ 0.000000] #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #5 [0002172000 - 0002172288] BRK ==> [0002172000 - 0002172288]
[ 0.000000] #6 [0000010000 - 0000013000] PGTABLE ==> [0000010000 - 0000013000]
[ 0.000000] #7 [0000013000 - 000001c000] PGTABLE ==> [0000013000 - 000001c000]
[ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[ 0.000000] [ffffea0000000000-ffffea00107fffff] PMD -> [ffff880028600000-ffff8800377fffff] on node 0
[ 0.000000] [ffffea0010800000-ffffea0011dfffff] PMD -> [ffff880038000000-ffff8800395fffff] 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 -> 0x000bf680
[ 0.000000] 0: 0x00100000 -> 0x00340000
[ 0.000000] On node 0 totalpages: 3143183
[ 0.000000] DMA zone: 88 pages used for memmap
[ 0.000000] DMA zone: 111 pages reserved
[ 0.000000] DMA zone: 3784 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 22440 pages used for memmap
[ 0.000000] DMA32 zone: 757464 pages, LIFO batch:31
[ 0.000000] Normal zone: 50688 pages used for memmap
[ 0.000000] Normal zone: 2308608 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[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
[ 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[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec8a000] gsi_base[24])
[ 0.000000] IOAPIC[1]: apic_id 9, 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 8
[ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 48
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e5000
[ 0.000000] PM: Registered nosave memory: 00000000000e5000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bf680000 - 00000000bf698000
[ 0.000000] PM: Registered nosave memory: 00000000bf698000 - 00000000bf6dc000
[ 0.000000] PM: Registered nosave memory: 00000000bf6dc000 - 00000000c0000000
[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
[ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
[ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages at ffff880028084000, static data 87684 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3069856
[ 0.000000] Kernel command line: root=UUID=f4e801b1-b54a-4002-a3e3-328308ad48fb ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.000000] Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
[ 0.000000] software IO TLB at phys 0x20000000 - 0x24000000
[ 0.000000] Memory: 12183548k/13631488k available (5211k kernel code, 1058756k absent, 388196k reserved, 2999k data, 516k init)
[ 0.000000] Preemptible RCU implementation.
[ 0.000000] NR_IRQS:512
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2672.794 MHz processor.
[ 0.001524] Console: colour VGA+ 80x25
[ 0.001536] console [tty0] enabled
[ 0.001560] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.001562] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.001563] ... MAX_LOCK_DEPTH: 48
[ 0.001564] ... MAX_LOCKDEP_KEYS: 8191
[ 0.001565] ... CLASSHASH_SIZE: 4096
[ 0.001566] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.001567] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.001569] ... CHAINHASH_SIZE: 16384
[ 0.001570] memory used by lock dependency info: 5695 kB
[ 0.001571] per task-struct memory footprint: 1920 bytes
[ 0.019771] allocated 125829120 bytes of page_cgroup
[ 0.019773] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.019975] hpet clockevent registered
[ 0.019979] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.019990] Calibrating delay loop (skipped), value calculated using timer frequency.. 5345.58 BogoMIPS (lpj=2672794)
[ 0.020110] Security Framework initialized
[ 0.020114] SELinux: Disabled at boot.
[ 0.020164] Mount-cache hash table entries: 256
[ 0.021088] Initializing cgroup subsys ns
[ 0.021091] Initializing cgroup subsys cpuacct
[ 0.021096] Initializing cgroup subsys memory
[ 0.021131] Initializing cgroup subsys freezer
[ 0.021149] CPU: Physical Processor ID: 0
[ 0.021150] CPU: Processor Core ID: 0
[ 0.021153] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.021155] CPU: L2 cache: 256K
[ 0.021156] CPU: L3 cache: 8192K
[ 0.021158] using mwait in idle threads.
[ 0.021159] Performance Counters: Nehalem/Corei7 events, Intel PMU driver.
[ 0.021169] ... version: 3
[ 0.021170] ... bit width: 48
[ 0.021171] ... generic counters: 4
[ 0.021172] ... value mask: 0000ffffffffffff
[ 0.021173] ... max period: 000000007fffffff
[ 0.021175] ... fixed-purpose counters: 3
[ 0.021176] ... counter mask: 000000070000000f
[ 0.022001] ACPI: Core revision 20090521
[ 0.060470] Setting APIC routing to flat
[ 0.060948] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.070948] CPU0: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping 05
[ 0.175001] lockdep: fixing up alternatives.
[ 0.175125] Booting processor 1 APIC 0x2 ip 0x6000
[ 0.185387] Initializing CPU#1
[ 0.246904] Calibrating delay using timer specific routine.. 5286.02 BogoMIPS (lpj=2643014)
[ 0.246912] CPU: Physical Processor ID: 0
[ 0.246913] CPU: Processor Core ID: 1
[ 0.246915] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.246917] CPU: L2 cache: 256K
[ 0.246918] CPU: L3 cache: 8192K
[ 0.247409] CPU1: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping 05
[ 0.247417] Skipping synchronization checks as TSC is reliable.
[ 0.247925] lockdep: fixing up alternatives.
[ 0.247951] Booting processor 2 APIC 0x4 ip 0x6000
[ 0.258210] Initializing CPU#2
[ 0.318872] Calibrating delay using timer specific routine.. 5344.67 BogoMIPS (lpj=2672339)
[ 0.318878] CPU: Physical Processor ID: 0
[ 0.318879] CPU: Processor Core ID: 2
[ 0.318881] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.318882] CPU: L2 cache: 256K
[ 0.318883] CPU: L3 cache: 8192K
[ 0.319371] CPU2: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping 05
[ 0.319379] Skipping synchronization checks as TSC is reliable.
[ 0.319891] lockdep: fixing up alternatives.
[ 0.319921] Booting processor 3 APIC 0x6 ip 0x6000
[ 0.330180] Initializing CPU#3
[ 0.390840] Calibrating delay using timer specific routine.. 5344.67 BogoMIPS (lpj=2672339)
[ 0.390847] CPU: Physical Processor ID: 0
[ 0.390848] CPU: Processor Core ID: 3
[ 0.390850] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.390851] CPU: L2 cache: 256K
[ 0.390852] CPU: L3 cache: 8192K
[ 0.391341] CPU3: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping 05
[ 0.391349] Skipping synchronization checks as TSC is reliable.
[ 0.391860] lockdep: fixing up alternatives.
[ 0.391888] Booting processor 4 APIC 0x1 ip 0x6000
[ 0.402147] Initializing CPU#4
[ 0.463810] Calibrating delay using timer specific routine.. 5451.56 BogoMIPS (lpj=2725780)
[ 0.463819] CPU: Physical Processor ID: 0
[ 0.463821] CPU: Processor Core ID: 0
[ 0.463824] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.463826] CPU: L2 cache: 256K
[ 0.463827] CPU: L3 cache: 8192K
[ 0.464342] CPU4: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping 05
[ 0.464349] Skipping synchronization checks as TSC is reliable.
[ 0.464830] lockdep: fixing up alternatives.
[ 0.464858] Booting processor 5 APIC 0x3 ip 0x6000
[ 0.475117] Initializing CPU#5
[ 0.535778] Calibrating delay using timer specific routine.. 5344.67 BogoMIPS (lpj=2672339)
[ 0.535784] CPU: Physical Processor ID: 0
[ 0.535785] CPU: Processor Core ID: 1
[ 0.535786] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.535788] CPU: L2 cache: 256K
[ 0.535789] CPU: L3 cache: 8192K
[ 0.536279] CPU5: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping 05
[ 0.536287] Skipping synchronization checks as TSC is reliable.
[ 0.536798] lockdep: fixing up alternatives.
[ 0.536827] Booting processor 6 APIC 0x5 ip 0x6000
[ 0.547086] Initializing CPU#6
[ 0.607747] Calibrating delay using timer specific routine.. 5344.67 BogoMIPS (lpj=2672338)
[ 0.607753] CPU: Physical Processor ID: 0
[ 0.607754] CPU: Processor Core ID: 2
[ 0.607756] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.607757] CPU: L2 cache: 256K
[ 0.607758] CPU: L3 cache: 8192K
[ 0.608251] CPU6: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping 05
[ 0.608259] Skipping synchronization checks as TSC is reliable.
[ 0.608767] lockdep: fixing up alternatives.
[ 0.608796] Booting processor 7 APIC 0x7 ip 0x6000
[ 0.619055] Initializing CPU#7
[ 0.679716] Calibrating delay using timer specific routine.. 5344.67 BogoMIPS (lpj=2672335)
[ 0.679721] CPU: Physical Processor ID: 0
[ 0.679722] CPU: Processor Core ID: 3
[ 0.679724] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.679726] CPU: L2 cache: 256K
[ 0.679727] CPU: L3 cache: 8192K
[ 0.680220] CPU7: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping 05
[ 0.680228] Skipping synchronization checks as TSC is reliable.
[ 0.680248] Brought up 8 CPUs
[ 0.680250] Total of 8 processors activated (42806.55 BogoMIPS).
[ 0.680360] CPU0 attaching sched-domain:
[ 0.680362] domain 0: span 0,4 level SIBLING
[ 0.680364] groups: 0 4
[ 0.680367] domain 1: span 0-7 level MC
[ 0.680369] groups: 0,4 1,5 2,6 3,7
[ 0.680387] CPU1 attaching sched-domain:
[ 0.680388] domain 0: span 1,5 level SIBLING
[ 0.680390] groups: 1 5
[ 0.680393] domain 1: span 0-7 level MC
[ 0.680395] groups: 1,5 2,6 3,7 0,4
[ 0.680400] CPU2 attaching sched-domain:
[ 0.680402] domain 0: span 2,6 level SIBLING
[ 0.680403] groups: 2 6
[ 0.680406] domain 1: span 0-7 level MC
[ 0.680408] groups: 2,6 3,7 0,4 1,5
[ 0.680414] CPU3 attaching sched-domain:
[ 0.680415] domain 0: span 3,7 level SIBLING
[ 0.680417] groups: 3 7
[ 0.680419] domain 1: span 0-7 level MC
[ 0.680421] groups: 3,7 0,4 1,5 2,6
[ 0.680427] CPU4 attaching sched-domain:
[ 0.680428] domain 0: span 0,4 level SIBLING
[ 0.680430] groups: 4 0
[ 0.680433] domain 1: span 0-7 level MC
[ 0.680435] groups: 0,4 1,5 2,6 3,7
[ 0.680440] CPU5 attaching sched-domain:
[ 0.680442] domain 0: span 1,5 level SIBLING
[ 0.680444] groups: 5 1
[ 0.680446] domain 1: span 0-7 level MC
[ 0.680448] groups: 1,5 2,6 3,7 0,4
[ 0.680454] CPU6 attaching sched-domain:
[ 0.680455] domain 0: span 2,6 level SIBLING
[ 0.680457] groups: 6 2
[ 0.680460] domain 1: span 0-7 level MC
[ 0.680461] groups: 2,6 3,7 0,4 1,5
[ 0.680467] CPU7 attaching sched-domain:
[ 0.680468] domain 0: span 3,7 level SIBLING
[ 0.680470] groups: 7 3
[ 0.680473] domain 1: span 0-7 level MC
[ 0.680475] groups: 3,7 0,4 1,5 2,6
[ 0.681217] Booting paravirtualized kernel on bare hardware
[ 0.681476] regulator: core version 0.5
[ 0.681502] Time: 8:19:25 Date: 08/28/09
[ 0.681684] NET: Registered protocol family 16
[ 0.682110] ACPI: bus type pci registered
[ 0.682215] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.682217] PCI: Not using MMCONFIG.
[ 0.682218] PCI: Using configuration type 1 for base access
[ 0.683817] bio: create slab <bio-0> at 0
[ 0.686490] ACPI: EC: Look up EC in DSDT
[ 0.727726] ACPI: Interpreter enabled
[ 0.727730] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.727777] ACPI: Using IOAPIC for interrupt routing
[ 0.727843] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.730628] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[ 0.732126] PCI: Using MMCONFIG at e0000000 - efffffff
[ 0.744350] ACPI Warning: Incorrect checksum in table [OEMB] - 8B, should be 83 20090521 tbutils-246
[ 0.744605] ACPI: No dock devices found.
[ 0.744765] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.744986] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.744989] pci 0000:00:00.0: PME# disabled
[ 0.745059] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.745062] pci 0000:00:01.0: PME# disabled
[ 0.745134] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.745137] pci 0000:00:03.0: PME# disabled
[ 0.745214] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.745217] pci 0000:00:07.0: PME# disabled
[ 0.745625] pci 0000:00:1a.0: reg 20 io port: [0xb800-0xb81f]
[ 0.745706] pci 0000:00:1a.1: reg 20 io port: [0xb880-0xb89f]
[ 0.745786] pci 0000:00:1a.2: reg 20 io port: [0xbc00-0xbc1f]
[ 0.745871] pci 0000:00:1a.7: reg 10 32bit mmio: [0xf7fff000-0xf7fff3ff]
[ 0.745932] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.745936] pci 0000:00:1a.7: PME# disabled
[ 0.745984] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf7ff8000-0xf7ffbfff]
[ 0.746032] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.746036] pci 0000:00:1b.0: PME# disabled
[ 0.746101] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.746105] pci 0000:00:1c.0: PME# disabled
[ 0.746176] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.746180] pci 0000:00:1c.2: PME# disabled
[ 0.746251] pci 0000:00:1d.0: reg 20 io port: [0xb080-0xb09f]
[ 0.746331] pci 0000:00:1d.1: reg 20 io port: [0xb400-0xb41f]
[ 0.746411] pci 0000:00:1d.2: reg 20 io port: [0xb480-0xb49f]
[ 0.746497] pci 0000:00:1d.7: reg 10 32bit mmio: [0xf7ffe000-0xf7ffe3ff]
[ 0.746558] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.746562] pci 0000:00:1d.7: PME# disabled
[ 0.746700] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[ 0.746703] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
[ 0.746707] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[ 0.746712] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
[ 0.746772] pci 0000:00:1f.2: reg 10 io port: [0xa000-0xa007]
[ 0.746778] pci 0000:00:1f.2: reg 14 io port: [0x9c00-0x9c03]
[ 0.746784] pci 0000:00:1f.2: reg 18 io port: [0x9880-0x9887]
[ 0.746789] pci 0000:00:1f.2: reg 1c io port: [0x9800-0x9803]
[ 0.746795] pci 0000:00:1f.2: reg 20 io port: [0x9480-0x948f]
[ 0.746801] pci 0000:00:1f.2: reg 24 io port: [0x9400-0x940f]
[ 0.746856] pci 0000:00:1f.3: reg 10 64bit mmio: [0xf7ffd000-0xf7ffd0ff]
[ 0.746871] pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
[ 0.746921] pci 0000:00:1f.5: reg 10 io port: [0xb000-0xb007]
[ 0.746927] pci 0000:00:1f.5: reg 14 io port: [0xac00-0xac03]
[ 0.746933] pci 0000:00:1f.5: reg 18 io port: [0xa880-0xa887]
[ 0.746939] pci 0000:00:1f.5: reg 1c io port: [0xa800-0xa803]
[ 0.746945] pci 0000:00:1f.5: reg 20 io port: [0xa480-0xa48f]
[ 0.746951] pci 0000:00:1f.5: reg 24 io port: [0xa400-0xa40f]
[ 0.747074] pci 0000:02:00.0: reg 10 32bit mmio: [0xfa000000-0xfaffffff]
[ 0.747084] pci 0000:02:00.0: reg 14 64bit mmio: [0xd0000000-0xdfffffff]
[ 0.747093] pci 0000:02:00.0: reg 1c 64bit mmio: [0xf8000000-0xf9ffffff]
[ 0.747099] pci 0000:02:00.0: reg 24 io port: [0xcc00-0xcc7f]
[ 0.747105] pci 0000:02:00.0: reg 30 32bit mmio: [0xfb480000-0xfb4fffff]
[ 0.747182] pci 0000:00:03.0: bridge io port: [0xc000-0xcfff]
[ 0.747186] pci 0000:00:03.0: bridge 32bit mmio: [0xf8000000-0xfb4fffff]
[ 0.747194] pci 0000:00:03.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
[ 0.747311] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xf4f00000-0xf4ffffff]
[ 0.747363] pci 0000:04:00.0: reg 10 io port: [0xd800-0xd8ff]
[ 0.747385] pci 0000:04:00.0: reg 18 64bit mmio: [0xfb5ff000-0xfb5fffff]
[ 0.747399] pci 0000:04:00.0: reg 20 64bit mmio: [0xf4ef0000-0xf4efffff]
[ 0.747408] pci 0000:04:00.0: reg 30 32bit mmio: [0xfb5c0000-0xfb5dffff]
[ 0.747452] pci 0000:04:00.0: supports D1 D2
[ 0.747453] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.747458] pci 0000:04:00.0: PME# disabled
[ 0.747532] pci 0000:00:1c.2: bridge io port: [0xd000-0xdfff]
[ 0.747536] pci 0000:00:1c.2: bridge 32bit mmio: [0xfb500000-0xfb5fffff]
[ 0.747542] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xf4e00000-0xf4efffff]
[ 0.747584] pci 0000:06:00.0: reg 10 32bit mmio: [0xfb6f8000-0xfb6fffff]
[ 0.747674] pci 0000:06:01.0: reg 10 32bit mmio: [0x000000-0x000fff]
[ 0.747697] pci 0000:06:01.0: supports D1 D2
[ 0.747699] pci 0000:06:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.747703] pci 0000:06:01.0: PME# disabled
[ 0.747767] pci 0000:00:1e.0: transparent bridge
[ 0.747770] pci 0000:00:1e.0: bridge io port: [0xe000-0xefff]
[ 0.747774] pci 0000:00:1e.0: bridge 32bit mmio: [0xfb600000-0xfbefffff]
[ 0.747780] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xf5000000-0xf6ffffff]
[ 0.747829] pci_bus 0000:00: on NUMA node 0
[ 0.747834] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.748266] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.748418] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[ 0.748491] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[ 0.748575] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
[ 0.748643] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
[ 0.748712] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[ 0.781454] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 *11 12 14 15)
[ 0.781591] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[ 0.781726] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 *10 11 12 14 15)
[ 0.781862] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
[ 0.781996] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[ 0.782145] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
[ 0.782283] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
[ 0.782418] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
[ 0.782742] SCSI subsystem initialized
[ 0.782935] libata version 3.00 loaded.
[ 0.783035] usbcore: registered new interface driver usbfs
[ 0.783057] usbcore: registered new interface driver hub
[ 0.783087] usbcore: registered new device driver usb
[ 0.783274] ACPI: WMI: Mapper loaded
[ 0.783276] PCI: Using ACPI for IRQ routing
[ 0.792232] Bluetooth: Core ver 2.15
[ 0.792267] NET: Registered protocol family 31
[ 0.792269] Bluetooth: HCI device and connection manager initialized
[ 0.792288] Bluetooth: HCI socket layer initialized
[ 0.792290] NET: Registered protocol family 8
[ 0.792291] NET: Registered protocol family 20
[ 0.792308] NetLabel: Initializing
[ 0.792309] NetLabel: domain hash size = 128
[ 0.792310] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.792351] NetLabel: unlabeled traffic allowed by default
[ 0.792604] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.792609] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.800725] Switched to high resolution mode on CPU 0
[ 0.801116] Switched to high resolution mode on CPU 2
[ 0.801118] Switched to high resolution mode on CPU 3
[ 0.801131] Switched to high resolution mode on CPU 1
[ 0.801182] Switched to high resolution mode on CPU 5
[ 0.801186] Switched to high resolution mode on CPU 6
[ 0.801187] Switched to high resolution mode on CPU 7
[ 0.801195] Switched to high resolution mode on CPU 4
[ 0.814951] pnp: PnP ACPI init
[ 0.814988] ACPI: bus type pnp registered
[ 0.818649] pnp: PnP ACPI: found 15 devices
[ 0.818652] ACPI: ACPI bus type pnp unregistered
[ 0.818665] system 00:01: iomem range 0xfbf00000-0xfbffffff has been reserved
[ 0.818667] system 00:01: iomem range 0xfc000000-0xfcffffff has been reserved
[ 0.818670] system 00:01: iomem range 0xfd000000-0xfdffffff has been reserved
[ 0.818672] system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
[ 0.818675] system 00:01: iomem range 0xfec8a000-0xfec8afff could not be reserved
[ 0.818677] system 00:01: iomem range 0xfed10000-0xfed10fff has been reserved
[ 0.818689] system 00:07: ioport range 0x290-0x29f has been reserved
[ 0.818696] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[ 0.818699] system 00:08: ioport range 0x800-0x87f has been reserved
[ 0.818701] system 00:08: ioport range 0x500-0x57f could not be reserved
[ 0.818704] system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.818706] system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.818709] system 00:08: iomem range 0xfed40000-0xfed8ffff has been reserved
[ 0.818716] system 00:0b: iomem range 0xffc00000-0xffdfffff has been reserved
[ 0.818723] system 00:0c: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.818725] system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.818732] system 00:0d: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.818741] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[ 0.818743] system 00:0e: iomem range 0xc0000-0xcffff has been reserved
[ 0.818745] system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
[ 0.818748] system 00:0e: iomem range 0x100000-0xbfefffff could not be reserved
[ 0.818750] system 00:0e: iomem range 0xfed90000-0xffffffff could not be reserved
[ 0.823662] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.823663] pci 0000:00:01.0: IO window: disabled
[ 0.823668] pci 0000:00:01.0: MEM window: disabled
[ 0.823671] pci 0000:00:01.0: PREFETCH window: disabled
[ 0.823675] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
[ 0.823677] pci 0000:00:03.0: IO window: 0xc000-0xcfff
[ 0.823683] pci 0000:00:03.0: MEM window: 0xf8000000-0xfb4fffff
[ 0.823688] pci 0000:00:03.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
[ 0.823694] pci 0000:00:07.0: PCI bridge, secondary bus 0000:03
[ 0.823695] pci 0000:00:07.0: IO window: disabled
[ 0.823699] pci 0000:00:07.0: MEM window: disabled
[ 0.823702] pci 0000:00:07.0: PREFETCH window: disabled
[ 0.823706] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:05
[ 0.823707] pci 0000:00:1c.0: IO window: disabled
[ 0.823712] pci 0000:00:1c.0: MEM window: disabled
[ 0.823716] pci 0000:00:1c.0: PREFETCH window: 0x000000f4f00000-0x000000f4ffffff
[ 0.823722] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[ 0.823724] pci 0000:00:1c.2: IO window: 0xd000-0xdfff
[ 0.823729] pci 0000:00:1c.2: MEM window: 0xfb500000-0xfb5fffff
[ 0.823733] pci 0000:00:1c.2: PREFETCH window: 0x000000f4e00000-0x000000f4efffff
[ 0.823747] pci 0000:06:01.0: CardBus bridge, secondary bus 0000:07
[ 0.823748] pci 0000:06:01.0: IO window: 0x00e000-0x00e0ff
[ 0.823753] pci 0000:06:01.0: IO window: 0x00e400-0x00e4ff
[ 0.823757] pci 0000:06:01.0: PREFETCH window: 0xc0000000-0xc3ffffff
[ 0.823761] pci 0000:06:01.0: MEM window: 0xc4000000-0xc7ffffff
[ 0.823766] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:06
[ 0.823768] pci 0000:00:1e.0: IO window: 0xe000-0xefff
[ 0.823773] pci 0000:00:1e.0: MEM window: 0xfb600000-0xfbefffff
[ 0.823777] pci 0000:00:1e.0: PREFETCH window: 0x000000f5000000-0x000000f6ffffff
[ 0.823790] pci 0000:00:01.0: setting latency timer to 64
[ 0.823798] pci 0000:00:03.0: setting latency timer to 64
[ 0.823805] pci 0000:00:07.0: setting latency timer to 64
[ 0.823816] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.823820] pci 0000:00:1c.0: setting latency timer to 64
[ 0.823829] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.823833] pci 0000:00:1c.2: setting latency timer to 64
[ 0.823839] pci 0000:00:1e.0: setting latency timer to 64
[ 0.823847] pci 0000:06:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.823852] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.823854] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.823856] pci_bus 0000:02: resource 0 io: [0xc000-0xcfff]
[ 0.823858] pci_bus 0000:02: resource 1 mem: [0xf8000000-0xfb4fffff]
[ 0.823860] pci_bus 0000:02: resource 2 pref mem [0xd0000000-0xdfffffff]
[ 0.823862] pci_bus 0000:05: resource 2 pref mem [0xf4f00000-0xf4ffffff]
[ 0.823863] pci_bus 0000:04: resource 0 io: [0xd000-0xdfff]
[ 0.823865] pci_bus 0000:04: resource 1 mem: [0xfb500000-0xfb5fffff]
[ 0.823867] pci_bus 0000:04: resource 2 pref mem [0xf4e00000-0xf4efffff]
[ 0.823869] pci_bus 0000:06: resource 0 io: [0xe000-0xefff]
[ 0.823870] pci_bus 0000:06: resource 1 mem: [0xfb600000-0xfbefffff]
[ 0.823872] pci_bus 0000:06: resource 2 pref mem [0xf5000000-0xf6ffffff]
[ 0.823874] pci_bus 0000:06: resource 3 io: [0x00-0xffff]
[ 0.823875] pci_bus 0000:06: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.823877] pci_bus 0000:07: resource 0 io: [0xe000-0xe0ff]
[ 0.823879] pci_bus 0000:07: resource 1 io: [0xe400-0xe4ff]
[ 0.823881] pci_bus 0000:07: resource 2 pref mem [0xc0000000-0xc3ffffff]
[ 0.823882] pci_bus 0000:07: resource 3 mem: [0xc4000000-0xc7ffffff]
[ 0.824001] NET: Registered protocol family 2
[ 0.824219] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.825276] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.825901] TCP bind hash table entries: 65536 (order: 9, 3670016 bytes)
[ 0.829902] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.829924] TCP reno registered
[ 0.830143] NET: Registered protocol family 1
[ 0.830343] Trying to unpack rootfs image as initramfs...
[ 0.972287] Freeing initrd memory: 7889k freed
[ 0.974135] Scanning for low memory corruption every 60 seconds
[ 0.974377] audit: initializing netlink socket (disabled)
[ 0.974412] type=2000 audit(1251447564.818:1): initialized
[ 0.978209] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.978602] VFS: Disk quotas dquot_6.5.2
[ 0.978669] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.979608] fuse init (API version 7.12)
[ 0.979675] msgmni has been set to 23813
[ 0.980262] alg: No test for stdrng (krng)
[ 0.980307] io scheduler noop registered
[ 0.980309] io scheduler anticipatory registered
[ 0.980311] io scheduler deadline registered
[ 0.980351] io scheduler cfq registered (default)
[ 0.980510] pci 0000:02:00.0: Boot video device
[ 0.980723] pcieport-driver 0000:00:01.0: irq 48 for MSI/MSI-X
[ 0.980731] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 0.980870] pcieport-driver 0000:00:03.0: irq 49 for MSI/MSI-X
[ 0.980878] pcieport-driver 0000:00:03.0: setting latency timer to 64
[ 0.981020] pcieport-driver 0000:00:07.0: irq 50 for MSI/MSI-X
[ 0.981028] pcieport-driver 0000:00:07.0: setting latency timer to 64
[ 0.981160] pcieport-driver 0000:00:1c.0: irq 51 for MSI/MSI-X
[ 0.981168] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.981313] pcieport-driver 0000:00:1c.2: irq 52 for MSI/MSI-X
[ 0.981321] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[ 0.981429] aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
[ 0.981448] aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
[ 0.981458] aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
[ 0.981470] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.981612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.981850] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.981854] ACPI: Power Button [PWRF]
[ 0.981942] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.981945] ACPI: Power Button [PWRB]
[ 0.982998] ACPI: SSDT 00000000bf6980c0 00403 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
[ 0.983850] ACPI: SSDT 00000000bf69a140 003B2 (v01 PmRef P001Cst 00003001 INTL 20060113)
[ 0.986780] Monitor-Mwait will be used to enter C-1 state
[ 0.986821] Monitor-Mwait will be used to enter C-2 state
[ 0.986863] Monitor-Mwait will be used to enter C-3 state
[ 0.987001] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 0.987133] processor LNXCPU:00: registered as cooling_device0
[ 0.987679] ACPI: SSDT 00000000bf6984d0 00403 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
[ 0.988480] ACPI: SSDT 00000000bf69a500 00085 (v01 PmRef P002Cst 00003000 INTL 20060113)
[ 0.991439] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 0.991473] processor LNXCPU:01: registered as cooling_device1
[ 0.992026] ACPI: SSDT 00000000bf6988e0 00403 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
[ 0.992827] ACPI: SSDT 00000000bf69a590 00085 (v01 PmRef P003Cst 00003000 INTL 20060113)
[ 0.995784] ACPI: CPU2 (power states: C1[C1] C2[C2] C3[C3])
[ 0.995818] processor LNXCPU:02: registered as cooling_device2
[ 0.996367] ACPI: SSDT 00000000bf698cf0 00403 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
[ 0.997178] ACPI: SSDT 00000000bf69a620 00085 (v01 PmRef P004Cst 00003000 INTL 20060113)
[ 1.000147] ACPI: CPU3 (power states: C1[C1] C2[C2] C3[C3])
[ 1.000189] processor LNXCPU:03: registered as cooling_device3
[ 1.000737] ACPI: SSDT 00000000bf699100 00403 (v01 DpgPmm P005Ist 00000012 INTL 20060113)
[ 1.001544] ACPI: SSDT 00000000bf69a6b0 00085 (v01 PmRef P005Cst 00003000 INTL 20060113)
[ 1.004521] ACPI: CPU4 (power states: C1[C1] C2[C2] C3[C3])
[ 1.004555] processor LNXCPU:04: registered as cooling_device4
[ 1.005109] ACPI: SSDT 00000000bf699510 00403 (v01 DpgPmm P006Ist 00000012 INTL 20060113)
[ 1.005928] ACPI: SSDT 00000000bf69a740 00085 (v01 PmRef P006Cst 00003000 INTL 20060113)
[ 1.008884] ACPI: CPU5 (power states: C1[C1] C2[C2] C3[C3])
[ 1.008919] processor LNXCPU:05: registered as cooling_device5
[ 1.009465] ACPI: SSDT 00000000bf699920 00403 (v01 DpgPmm P007Ist 00000012 INTL 20060113)
[ 1.010283] ACPI: SSDT 00000000bf69a7d0 00085 (v01 PmRef P007Cst 00003000 INTL 20060113)
[ 1.013247] ACPI: CPU6 (power states: C1[C1] C2[C2] C3[C3])
[ 1.013286] processor LNXCPU:06: registered as cooling_device6
[ 1.013836] ACPI: SSDT 00000000bf699d30 00403 (v01 DpgPmm P008Ist 00000012 INTL 20060113)
[ 1.014657] ACPI: SSDT 00000000bf69a860 00085 (v01 PmRef P008Cst 00003000 INTL 20060113)
[ 1.017621] ACPI: CPU7 (power states: C1[C1] C2[C2] C3[C3])
[ 1.017659] processor LNXCPU:07: registered as cooling_device7
[ 1.020878] XENFS: not registering filesystem on non-xen platform
[ 1.022602] Linux agpgart interface v0.103
[ 1.022606] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.024636] brd: module loaded
[ 1.025340] loop: module loaded
[ 1.025431] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[ 1.025614] ata_piix 0000:00:1f.2: version 2.13
[ 1.025632] ata_piix 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 1.025637] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.025689] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.025769] scsi0 : ata_piix
[ 1.026069] scsi1 : ata_piix
[ 1.027895] ata1: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 20
[ 1.027900] ata2: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 20
[ 1.027924] ata_piix 0000:00:1f.5: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 1.027928] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 1.027972] ata_piix 0000:00:1f.5: setting latency timer to 64
[ 1.027992] ata1.00: hard resetting link
[ 1.028024] scsi2 : ata_piix
[ 1.028031] ata2.00: hard resetting link
[ 1.028097] scsi3 : ata_piix
[ 1.029877] ata3: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma 0xa480 irq 20
[ 1.029880] ata4: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa488 irq 20
[ 1.029935] ata1.00: XXX bringing up link
[ 1.029940] ata2.00: XXX bringing up link
[ 1.030979] Fixed MDIO Bus: probed
[ 1.030983] PPP generic driver version 2.4.2
[ 1.031202] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.031226] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.031237] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 1.031240] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 1.032048] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.032663] ata3: hard resetting link
[ 1.032679] ata4: hard resetting link
[ 1.033996] ata4: XXX bringing up link
[ 1.034057] ata3: XXX bringing up link
[ 1.035962] ehci_hcd 0000:00:1a.7: debug port 1
[ 1.035968] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 1.035984] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf7fff000
[ 1.045649] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.046089] usb usb1: configuration #1 chosen from 1 choice
[ 1.046281] hub 1-0:1.0: USB hub found
[ 1.046307] hub 1-0:1.0: 6 ports detected
[ 1.046609] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.046621] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.046626] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.046744] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.050666] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.050672] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.050687] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7ffe000
[ 1.059623] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.059748] usb usb2: configuration #1 chosen from 1 choice
[ 1.059785] hub 2-0:1.0: USB hub found
[ 1.059792] hub 2-0:1.0: 6 ports detected
[ 1.059898] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.059923] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.059962] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.059969] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.059971] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.060029] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.060062] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b800
[ 1.060168] usb usb3: configuration #1 chosen from 1 choice
[ 1.060206] hub 3-0:1.0: USB hub found
[ 1.060250] hub 3-0:1.0: 2 ports detected
[ 1.060350] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 1.060355] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 1.060358] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.060410] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.060444] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b880
[ 1.060548] usb usb4: configuration #1 chosen from 1 choice
[ 1.060585] hub 4-0:1.0: USB hub found
[ 1.060592] hub 4-0:1.0: 2 ports detected
[ 1.060682] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 1.060688] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 1.060690] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 1.060742] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 1.060776] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000bc00
[ 1.060885] usb usb5: configuration #1 chosen from 1 choice
[ 1.060921] hub 5-0:1.0: USB hub found
[ 1.060928] hub 5-0:1.0: 2 ports detected
[ 1.061006] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.061012] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.061015] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.061068] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 1.061092] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b080
[ 1.061194] usb usb6: configuration #1 chosen from 1 choice
[ 1.061230] hub 6-0:1.0: USB hub found
[ 1.061236] hub 6-0:1.0: 2 ports detected
[ 1.061310] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.061316] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.061319] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.061373] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 1.061396] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b400
[ 1.061522] usb usb7: configuration #1 chosen from 1 choice
[ 1.061558] hub 7-0:1.0: USB hub found
[ 1.061591] hub 7-0:1.0: 2 ports detected
[ 1.061670] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.061676] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.061679] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.061731] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 1.061756] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b480
[ 1.061865] usb usb8: configuration #1 chosen from 1 choice
[ 1.061903] hub 8-0:1.0: USB hub found
[ 1.061910] hub 8-0:1.0: 2 ports detected
[ 1.062053] PNP: No PS/2 controller found. Probing ports directly.
[ 1.064613] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.064642] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.065020] mice: PS/2 mouse device common for all mice
[ 1.065140] rtc_cmos 00:03: RTC can wake from S4
[ 1.065349] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 1.065375] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.065516] device-mapper: uevent: version 1.0.3
[ 1.065618] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[ 1.065818] device-mapper: multipath: version 1.1.0 loaded
[ 1.065847] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.066691] cpuidle: using governor ladder
[ 1.067406] cpuidle: using governor menu
[ 1.068068] TCP cubic registered
[ 1.068355] NET: Registered protocol family 10
[ 1.069429] lo: Disabled Privacy Extensions
[ 1.070120] NET: Registered protocol family 17
[ 1.070185] Bluetooth: L2CAP ver 2.13
[ 1.070186] Bluetooth: L2CAP socket layer initialized
[ 1.070189] Bluetooth: SCO (Voice Link) ver 0.6
[ 1.070190] Bluetooth: SCO socket layer initialized
[ 1.070368] Bluetooth: RFCOMM TTY layer initialized
[ 1.070371] Bluetooth: RFCOMM socket layer initialized
[ 1.070373] Bluetooth: RFCOMM ver 1.11
[ 1.078615] PM: Resume from disk failed.
[ 1.078632] registered taskstats version 1
[ 1.078826] Magic number: 5:235:322
[ 1.078850] tty tty47: hash matches
[ 1.079034] rtc_cmos 00:03: setting system clock to 2009-08-28 08:19:25 UTC (1251447565)
[ 1.079043] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.079045] EDD information not available.
[ 1.332677] ata1.00: XXX debounced rc=0
[ 1.332685] ata1.01: hard resetting link
[ 1.332701] ata2.00: XXX debounced rc=0
[ 1.332708] ata2.01: hard resetting link
[ 1.334677] ata1.01: XXX bringing up link
[ 1.334688] ata2.01: XXX bringing up link
[ 1.336666] ata3: XXX debounced rc=0
[ 1.336671] ata4: XXX debounced rc=0
[ 1.336703] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.336715] ata3: EH complete
[ 1.487637] ata4.00: XXX CLASSIFY TF 50/01:01:00:00
[ 1.487641] ata4.00: XXX ata_dev_classify=1
[ 1.487671] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.510174] ata4.00: ATA-8: SAMSUNG HD501LJ, CR100-12, max UDMA7
[ 1.510178] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.514043] ata4.00: configured for UDMA/133
[ 1.514049] ata4: EH complete
[ 1.553611] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 1.637577] ata1.01: XXX debounced rc=0
[ 1.637585] ata1.01: XXX phys link offline
[ 1.637659] ata2.01: XXX debounced rc=0
[ 1.637664] ata2.01: XXX phys link offline
[ 1.720069] usb 3-1: configuration #1 chosen from 1 choice
[ 1.788549] ata1.00: XXX CLASSIFY TF 00/01:01:14:eb
[ 1.788552] ata1.00: XXX ata_dev_classify=3
[ 1.788563] ata1.01: XXX CLASSIFY TF 00/01:01:14:eb
[ 1.788565] ata1.01: XXX ata_dev_classify=3
[ 1.788596] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.788608] ata1.01: SATA link down (SStatus 0 SControl 300)
[ 1.788846] ata2.00: XXX CLASSIFY TF 50/01:01:00:00
[ 1.788848] ata2.00: XXX ata_dev_classify=1
[ 1.788857] ata2.01: XXX CLASSIFY TF 00/01:01:00:00
[ 1.788858] ata2.01: XXX ata_dev_classify=1
[ 1.788860] ata2.01: XXX stat==0 -> NONE
[ 1.788888] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.788898] ata2.01: SATA link down (SStatus 0 SControl 300)
[ 1.791814] ata1.00: ATAPI: TSSTcorp CDDVDW SH-S223B, SB01, max UDMA/100
[ 1.797861] ata1.00: configured for UDMA/100
[ 1.798248] ata1: EH complete
[ 1.799842] scsi 0:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223B SB01 PQ: 0 ANSI: 5
[ 1.804275] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.804280] Uniform CD-ROM driver Revision: 3.20
[ 1.804634] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.804977] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.811100] ata2.00: ATA-7: SAMSUNG HD103UJ, 1AA01118, max UDMA7
[ 1.811105] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.830102] ata2.00: configured for UDMA/133
[ 1.830109] ata2: EH complete
[ 1.830369] scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD103UJ 1AA0 PQ: 0 ANSI: 5
[ 1.830803] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.830811] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.830868] sd 1:0:0:0: [sda] Write Protect is off
[ 1.830870] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.830898] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.830975] scsi 3:0:0:0: Direct-Access ATA SAMSUNG HD501LJ CR10 PQ: 0 ANSI: 5
[ 1.831110] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.831162] sd 3:0:0:0: [sdb] Write Protect is off
[ 1.831164] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.831190] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.831230] sda:
[ 1.831508] sdb:
[ 1.831635] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 1.844676] sda1 sda2 < sda5 >
[ 1.867598] sd 1:0:0:0: [sda] Attached SCSI disk
[ 1.873139] sdb1
[ 1.873515] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 1.873642] Freeing unused kernel memory: 516k freed
[ 1.873714] Write protecting the kernel read-only data: 7336k
[ 1.971527] usb 3-2: new low speed USB device using uhci_hcd and address 3
[ 2.065868] Floppy drive(s): fd0 is 1.44M
[ 2.080165] FDC 0 is a post-1991 82077
[ 2.083222] usbcore: registered new interface driver hiddev
[ 2.087253] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.087275] r8169 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 2.087315] r8169 0000:04:00.0: setting latency timer to 64
[ 2.087377] r8169 0000:04:00.0: irq 53 for MSI/MSI-X
[ 2.088720] eth0: RTL8168c/8111c at 0xffffc90000022000, 00:24:8c:a7:6e:2d, XID 3c4000c0 IRQ 53
[ 2.101017] input: Cherry GmbH Cherry TouchBoard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input3
[ 2.101827] generic-usb 0003:046A:002F.0001: input,hidraw0: USB HID v1.11 Keyboard [Cherry GmbH Cherry TouchBoard] on usb-0000:00:1a.0-1/input0
[ 2.126939] input: Cherry GmbH Cherry TouchBoard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input4
[ 2.127074] generic-usb 0003:046A:002F.0002: input,hidraw1: USB HID v1.11 Mouse [Cherry GmbH Cherry TouchBoard] on usb-0000:00:1a.0-1/input1
[ 2.127116] usbcore: registered new interface driver usbhid
[ 2.127121] usbhid: v2.6:USB HID core driver
[ 2.128855] usb 3-2: configuration #1 chosen from 1 choice
[ 2.145155] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/input/input5
[ 2.145293] generic-usb 0003:046D:C03D.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-2/input0
[ 2.340853] PM: Starting manual resume from disk
[ 2.340863] PM: Resume from partition 8:5
[ 2.340864] PM: Checking hibernation image.
[ 2.341208] PM: Resume from disk failed.
[ 2.384716] EXT4-fs (sda1): barriers enabled
[ 2.414808] kjournald2 starting: pid 972, dev sda1:8, commit interval 5 seconds
[ 2.414904] EXT4-fs (sda1): delayed allocation enabled
[ 2.414908] EXT4-fs: file extents enabled
[ 2.453963] EXT4-fs: mballoc enabled
[ 2.454019] EXT4-fs (sda1): mounted filesystem with ordered data mode
[ 5.708916] udev: starting version 141
[ 6.125822] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 6.462171] iTCO_vendor_support: vendor-support=0
[ 6.473178] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 6.473289] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
[ 6.473410] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 6.621210] nvidia: module license 'NVIDIA' taints kernel.
[ 6.621213] Disabling lock debugging due to kernel taint
[ 6.703841] yenta_cardbus 0000:06:01.0: CardBus bridge found [1524:1410]
[ 6.703864] yenta_cardbus 0000:06:01.0: Using CSCINT to route CSC interrupts to PCI
[ 6.703865] yenta_cardbus 0000:06:01.0: Routing CardBus interrupts to PCI
[ 6.703870] yenta_cardbus 0000:06:01.0: TI: mfunc 0x00001002, devctl 0x44
[ 6.779035] cfg80211: Calling CRDA to update world regulatory domain
[ 6.870633] cfg80211: World regulatory domain updated:
[ 6.870635] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 6.870637] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 6.870639] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 6.870641] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 6.870643] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 6.870644] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 6.871667] nvidia 0000:02:00.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
[ 6.871674] nvidia 0000:02:00.0: setting latency timer to 64
[ 6.871791] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 190.18.03 Fri Jul 31 21:54:40 PDT 2009
[ 6.926715] yenta_cardbus 0000:06:01.0: ISA IRQ mask 0x0000, PCI irq 17
[ 6.926719] yenta_cardbus 0000:06:01.0: Socket status: 30000020
[ 6.926722] pci_bus 0000:06: Raising subordinate bus# of parent bus (#06) from #07 to #0a
[ 6.926729] yenta_cardbus 0000:06:01.0: pcmcia: parent PCI bridge I/O window: 0xe000 - 0xefff
[ 6.926732] yenta_cardbus 0000:06:01.0: pcmcia: parent PCI bridge Memory window: 0xfb600000 - 0xfbefffff
[ 6.926734] yenta_cardbus 0000:06:01.0: pcmcia: parent PCI bridge Memory window: 0xf5000000 - 0xf6ffffff
[ 7.020047] rt61pci 0000:06:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 7.118732] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 7.118756] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 7.120656] phy0: Selected rate control algorithm 'minstrel'
[ 7.121456] Registered led device: rt61pci-phy0::radio
[ 7.121578] Registered led device: rt61pci-phy0::assoc
[ 7.178207] hda_codec: Unknown model for ALC1200, trying auto-probe from BIOS...
[ 7.550735] pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0
[ 7.550767] pci 0000:07:00.0: reg 10 32bit mmio: [0x000000-0x00ffff]
[ 7.550835] yenta_cardbus 0000:06:01.0: EnE: chaning testregister 0xC9, 0e -> 0c
[ 7.586507] RME Hammerfall DSP 0000:07:00.0: enabling device (0000 -> 0002)
[ 7.586516] RME Hammerfall DSP 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 10.449030] Hammerfall-DSP: wait for FIFO status <= 0 failed after 30 iterations
[ 10.449137] RME Hammerfall DSP 0000:07:00.0: firmware: requesting multiface_firmware_rev11.bin
[ 10.491416] Hammerfall-DSP: loading firmware
[ 13.791802] Hammerfall-DSP: finished firmware loading
[ 13.958688] lp: driver loaded but no devices found
[ 14.128204] Adding 2000052k swap on /dev/sda5. Priority:-1 extents:1 across:2000052k
[ 14.670297] EXT4-fs (sda1): internal journal on sda1:8
[ 20.232395] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.232399] Bluetooth: BNEP filters: protocol multicast
[ 20.269914] Bridge firewalling registered
[ 21.420862] ppdev: user-space parallel port driver
[ 25.571542] r8169: eth0: link down
[ 25.572654] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 25.573116] rt61pci 0000:06:00.0: firmware: requesting rt2561.bin
[ 25.658467] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 412.849325] wlan0: authenticate with AP 00:24:fe:09:94:18
[ 412.851133] wlan0: authenticated
[ 412.851137] wlan0: associate with AP 00:24:fe:09:94:18
[ 412.853797] wlan0: RX AssocResp from 00:24:fe:09:94:18 (capab=0x401 status=0 aid=1)
[ 412.853801] wlan0: associated
[ 412.856247] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 423.604738] wlan0: no IPv6 routers present
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2009-08-28 13:09    [W:0.155 / U:0.196 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site