[coreboot] mtrr: your BIOS has set up an incorrect mask

Andreas B. Mundt andi.mundt at web.de
Sun Oct 3 18:26:46 CEST 2010


Hi, 

today, after quite some time running coreboot on my machine
(GA-M57SLI-S4), I updated coreboot to the latest revision, 5908.

Now, my system complains about "mtrr: your BIOS has set up an
incorrect mask, fixing it up." and I get a kernel oops. (See attached dmesg).

I looked in my old syslogs, and there I already find "mtrr: type mismatch for
e0000000,10000000 old: write-back new: write-combining", but no kernel
oops.

I have only very limited time to follow up on this, but if there's an
easy fix, it would be great.

Regards,
	Andi
-------------- next part --------------
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-amd64 (Debian 2.6.32-23) (dannf at debian.org) (gcc version 4.3.5 (Debian 4.3.5-3) ) #1 SMP Fri Sep 17 21:50:19 UTC 2010
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=3f46729c-a47e-4b29-a5a6-6bbe2e6cc7a4 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 - 000000000009f400 (usable)
[    0.000000]  BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bffef000 (usable)
[    0.000000]  BIOS-e820: 00000000bffef000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[    0.000000] DMI 2.4 present.
[    0.000000] last_pfn = 0x140000 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-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 0F00000000 write-back
[    0.000000]   1 base 0100000000 mask 0FC0000000 write-back
[    0.000000]   2 base 00C0000000 mask 0FC0000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at /tmp/buildd/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/kernel/cpu/mtrr/generic.c:467 generic_get_mtrr+0xbf/0xf9()
[    0.000000] Hardware name: 
[    0.000000] mtrr: your BIOS has set up an incorrect mask, fixing it up.
[    0.000000] Modules linked in:
[    0.000000] Pid: 0, comm: swapper Not tainted 2.6.32-5-amd64 #1
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff810217ef>] ? generic_get_mtrr+0xbf/0xf9
[    0.000000]  [<ffffffff810217ef>] ? generic_get_mtrr+0xbf/0xf9
[    0.000000]  [<ffffffff8104db34>] ? warn_slowpath_common+0x77/0xa3
[    0.000000]  [<ffffffff8104dbbc>] ? warn_slowpath_fmt+0x51/0x59
[    0.000000]  [<ffffffff810218fb>] ? mtrr_wrmsr+0x1c/0x49
[    0.000000]  [<ffffffff81021b00>] ? get_fixed_ranges+0x71/0x98
[    0.000000]  [<ffffffff810218fb>] ? mtrr_wrmsr+0x1c/0x49
[    0.000000]  [<ffffffff810219bf>] ? prepare_set+0x97/0x9d
[    0.000000]  [<ffffffff81021a18>] ? post_set+0x53/0x60
[    0.000000]  [<ffffffff814f70f2>] ? get_mtrr_state+0x2eb/0x2f6
[    0.000000]  [<ffffffff810217ef>] ? generic_get_mtrr+0xbf/0xf9
[    0.000000]  [<ffffffff812f8e4e>] ? printk+0x4e/0x58
[    0.000000]  [<ffffffff814f7cc9>] ? mtrr_trim_uncached_memory+0x91/0x311
[    0.000000]  [<ffffffff814f6c62>] ? mtrr_bp_init+0x1b1/0x1d4
[    0.000000]  [<ffffffff8123a15b>] ? dmi_name_in_serial+0x1d/0x28
[    0.000000]  [<ffffffff81500f47>] ? early_gart_iommu_check+0x9b/0x287
[    0.000000]  [<ffffffff814f315d>] ? setup_arch+0x43f/0x9cb
[    0.000000]  [<ffffffff811f6517>] ? extract_entropy+0x6a/0x125
[    0.000000]  [<ffffffff814ef140>] ? early_idt_handler+0x0/0x71
[    0.000000]  [<ffffffff814ef9d0>] ? start_kernel+0xdb/0x3e8
[    0.000000]  [<ffffffff814ef3b7>] ? x86_64_start_kernel+0xf9/0x106
[    0.000000] ---[ end trace a7919e7f17c0a725 ]---
[    0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbffef max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000bffef000
[    0.000000]  0000000000 - 00bfe00000 page 2M
[    0.000000]  00bfe00000 - 00bffef000 page 4k
[    0.000000] kernel direct mapping tables up to bffef000 @ 8000-d000
[    0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[    0.000000]  0100000000 - 0140000000 page 2M
[    0.000000] kernel direct mapping tables up to 140000000 @ b000-11000
[    0.000000] RAMDISK: 372f4000 - 37fefaea
[    0.000000] ACPI: RSDP 00000000000fd900 00014 (v00 CORE  )
[    0.000000] ACPI: RSDT 00000000bfff2424 00040 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: FACP 00000000bfff301a 000F4 (v01    GBT COREBOOT 00000000 CORE 0000002A)
[    0.000000] ACPI: DSDT 00000000bfff2540 00ADA (v01 LXBIOS LXB-DSDT 00000001 INTL 20100528)
[    0.000000] ACPI: FACS 00000000bfff2500 00040
[    0.000000] ACPI: HPET 00000000bfff310e 00038 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: APIC 00000000bfff3146 00068 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: MCFG 00000000bfff31ae 0002C (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: SRAT 00000000bfff31da 000C8 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: SLIT 00000000bfff32a2 0002D (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: SSDT 00000000bfff32cf 0037A (v02 CORE   DYNADATA 0000002A CORE 0000002A)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 1 -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 0-a0000
[    0.000000] SRAT: Node 0 PXM 0 100000-c0000000
[    0.000000] SRAT: Node 0 PXM 0 100000000-140000000
[    0.000000] NUMA: Allocated memnodemap from c000 - e840
[    0.000000] NUMA: Using 20 for the hash shift.
[    0.000000] Bootmem setup node 0 0000000000000000-0000000140000000
[    0.000000]   NODE_DATA [000000000000e840 - 000000000001683f]
[    0.000000]   bootmap [0000000000017000 -  000000000003efff] pages 28
[    0.000000] (10 early reservations) ==> bootmem [0000000000 - 0140000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0001000000 - 0001684414]    TEXT DATA BSS ==> [0001000000 - 0001684414]
[    0.000000]   #3 [00372f4000 - 0037fefaea]          RAMDISK ==> [00372f4000 - 0037fefaea]
[    0.000000]   #4 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
[    0.000000]   #5 [0001685000 - 000168503d]              BRK ==> [0001685000 - 000168503d]
[    0.000000]   #6 [0000008000 - 000000b000]          PGTABLE ==> [0000008000 - 000000b000]
[    0.000000]   #7 [000000b000 - 000000c000]          PGTABLE ==> [000000b000 - 000000c000]
[    0.000000]   #8 [0000001000 - 000000102d]        ACPI SLIT ==> [0000001000 - 000000102d]
[    0.000000]   #9 [000000c000 - 000000e840]       MEMNODEMAP ==> [000000c000 - 000000e840]
[    0.000000] found SMP MP-table at [ffff8800000fd920] fd920
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880001800000-ffff880004ffffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00140000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000bffef
[    0.000000]     0: 0x00100000 -> 0x00140000
[    0.000000] On node 0 totalpages: 1048462
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 105 pages reserved
[    0.000000]   DMA zone: 3838 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 768039 pages, LIFO batch:31
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 258560 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x2008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xf6244000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xf6244000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    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: 0x102282a0 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000bffef000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:40000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages/cpu @ffff880005200000 s90328 r8192 d24360 u1048576
[    0.000000] pcpu-alloc: s90328 r8192 d24360 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1030437
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=3f46729c-a47e-4b29-a5a6-6bbe2e6cc7a4 ro quiet splash
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ f0000000 size 64 MB
[    0.000000] Memory: 4115840k/5242880k available (3075k kernel code, 1049032k absent, 78008k reserved, 1879k data, 584k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:424
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2499.996 MHz processor.
[    0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4999.99 BogoMIPS (lpj=9999984)
[    0.004024] Security Framework initialized
[    0.004030] SELinux:  Disabled at boot.
[    0.004308] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.010162] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.011273] Mount-cache hash table entries: 256
[    0.011422] Initializing cgroup subsys ns
[    0.011425] Initializing cgroup subsys cpuacct
[    0.011428] Initializing cgroup subsys devices
[    0.011431] Initializing cgroup subsys freezer
[    0.011433] Initializing cgroup subsys net_cls
[    0.011459] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.011461] CPU: L2 Cache: 512K (64 bytes/line)
[    0.011464] CPU 0/0x0 -> Node 0
[    0.011465] tseg: 0000000000
[    0.011478] CPU: Physical Processor ID: 0
[    0.011479] CPU: Processor Core ID: 0
[    0.011482] mce: CPU supports 5 MCE banks
[    0.011492] using C1E aware idle routine
[    0.011494] Performance Events: AMD PMU driver.
[    0.011498] ... version:                0
[    0.011500] ... bit width:              48
[    0.011501] ... generic registers:      4
[    0.011503] ... value mask:             0000ffffffffffff
[    0.011504] ... max period:             00007fffffffffff
[    0.011506] ... fixed-purpose events:   0
[    0.011507] ... event mask:             000000000000000f
[    0.012137] ACPI: Core revision 20090903
[    0.012936] Setting APIC routing to flat
[    0.013258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.052956] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+ stepping 01
[    0.056001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.008000] Initializing CPU#1
[    0.008000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.008000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.008000] CPU 1/0x1 -> Node 0
[    0.008000] CPU: Physical Processor ID: 0
[    0.008000] CPU: Processor Core ID: 1
[    0.140026] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+ stepping 01
[    0.140037] Brought up 2 CPUs
[    0.140040] Total of 2 processors activated (9999.97 BogoMIPS).
[    0.140236] CPU0 attaching sched-domain:
[    0.140238]  domain 0: span 0-1 level MC
[    0.140241]   groups: 0 1
[    0.140246] CPU1 attaching sched-domain:
[    0.140248]  domain 0: span 0-1 level MC
[    0.140250]   groups: 1 0
[    0.140317] devtmpfs: initialized
[    0.142860] regulator: core version 0.5
[    0.142860] NET: Registered protocol family 16
[    0.142860] node 0 link 0: io port [1000, 3fff]
[    0.142860] TOM: 00000000c0000000 aka 3072M
[    0.142860] node 0 link 0: mmio [a0000, bffff]
[    0.142860] node 0 link 0: mmio [f4000000, f62fffff]
[    0.142860] node 0 link 0: mmio [e0000000, efffffff]
[    0.142860] TOM2: 0000000140000000 aka 5120M
[    0.142860] bus: [00,07] on node 0 link 0
[    0.142860] bus: 00 index 0 io port: [0, ffff]
[    0.142860] bus: 00 index 1 mmio: [a0000, bffff]
[    0.142860] bus: 00 index 2 mmio: [f0000000, ffffffff]
[    0.142860] bus: 00 index 3 mmio: [c0000000, efffffff]
[    0.142860] bus: 00 index 4 mmio: [140000000, fcffffffff]
[    0.142860] ACPI: bus type pci registered
[    0.142860] PCI: MMCONFIG has no entries
[    0.142860] PCI: Using configuration type 1 for base access
[    0.144121] bio: create slab <bio-0> at 0
[    0.144263] ACPI: EC: Look up EC in DSDT
[    0.145069] ACPI: Interpreter enabled
[    0.145071] ACPI: (supports S0 S5)
[    0.145080] ACPI: Using IOAPIC for interrupt routing
[    0.145089] PCI: MMCONFIG has no entries
[    0.145788] ACPI: No dock devices found.
[    0.147262] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.147442] pci 0000:00:01.0: reg 14 32bit mmio: [0xf6244000-0xf6244fff]
[    0.147475] pci 0000:00:01.1: reg 10 io port: [0x2c00-0x2c3f]
[    0.147485] pci 0000:00:01.1: reg 20 io port: [0x2c40-0x2c7f]
[    0.147489] pci 0000:00:01.1: reg 24 io port: [0x2c80-0x2cbf]
[    0.147508] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.147513] pci 0000:00:01.1: PME# disabled
[    0.147565] pci 0000:00:01.3: reg 10 32bit mmio: [0xf6200000-0xf623ffff]
[    0.147642] pci 0000:00:02.0: reg 10 32bit mmio: [0xf6245000-0xf6245fff]
[    0.148007] pci 0000:00:02.0: supports D1 D2
[    0.148009] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148012] pci 0000:00:02.0: PME# disabled
[    0.148029] pci 0000:00:02.1: reg 10 32bit mmio: [0xf624a000-0xf624a0ff]
[    0.148047] pci 0000:00:02.1: supports D1 D2
[    0.148049] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148051] pci 0000:00:02.1: PME# disabled
[    0.148075] pci 0000:00:04.0: reg 20 io port: [0x2cc0-0x2ccf]
[    0.148100] pci 0000:00:05.0: reg 10 io port: [0x3000-0x3007]
[    0.148103] pci 0000:00:05.0: reg 14 io port: [0x3038-0x303b]
[    0.148106] pci 0000:00:05.0: reg 18 io port: [0x3008-0x300f]
[    0.148110] pci 0000:00:05.0: reg 1c io port: [0x303c-0x303f]
[    0.148113] pci 0000:00:05.0: reg 20 io port: [0x2cd0-0x2cdf]
[    0.148116] pci 0000:00:05.0: reg 24 32bit mmio: [0xf6246000-0xf6246fff]
[    0.148145] pci 0000:00:05.1: reg 10 io port: [0x3010-0x3017]
[    0.148148] pci 0000:00:05.1: reg 14 io port: [0x3040-0x3043]
[    0.148151] pci 0000:00:05.1: reg 18 io port: [0x3018-0x301f]
[    0.148155] pci 0000:00:05.1: reg 1c io port: [0x3044-0x3047]
[    0.148158] pci 0000:00:05.1: reg 20 io port: [0x2ce0-0x2cef]
[    0.148161] pci 0000:00:05.1: reg 24 32bit mmio: [0xf6247000-0xf6247fff]
[    0.148189] pci 0000:00:05.2: reg 10 io port: [0x3020-0x3027]
[    0.148192] pci 0000:00:05.2: reg 14 io port: [0x3048-0x304b]
[    0.148195] pci 0000:00:05.2: reg 18 io port: [0x3028-0x302f]
[    0.148199] pci 0000:00:05.2: reg 1c io port: [0x304c-0x304f]
[    0.148202] pci 0000:00:05.2: reg 20 io port: [0x2cf0-0x2cff]
[    0.148205] pci 0000:00:05.2: reg 24 32bit mmio: [0xf6248000-0xf6248fff]
[    0.148259] pci 0000:00:06.1: reg 10 32bit mmio: [0xf6240000-0xf6243fff]
[    0.148278] pci 0000:00:06.1: PME# supported from D3hot D3cold
[    0.148281] pci 0000:00:06.1: PME# disabled
[    0.148312] pci 0000:00:08.0: reg 10 32bit mmio: [0xf6249000-0xf6249fff]
[    0.148315] pci 0000:00:08.0: reg 14 io port: [0x3030-0x3037]
[    0.148319] pci 0000:00:08.0: reg 18 32bit mmio: [0xf624a100-0xf624a1ff]
[    0.148322] pci 0000:00:08.0: reg 1c 32bit mmio: [0xf624a200-0xf624a20f]
[    0.148340] pci 0000:00:08.0: supports D1 D2
[    0.148342] pci 0000:00:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148346] pci 0000:00:08.0: PME# disabled
[    0.148378] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148380] pci 0000:00:0a.0: PME# disabled
[    0.148409] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148412] pci 0000:00:0b.0: PME# disabled
[    0.148441] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148443] pci 0000:00:0c.0: PME# disabled
[    0.148474] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148476] pci 0000:00:0d.0: PME# disabled
[    0.148505] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148507] pci 0000:00:0e.0: PME# disabled
[    0.148536] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.148539] pci 0000:00:0f.0: PME# disabled
[    0.148624] pci 0000:01:08.0: reg 10 32bit mmio: [0xf6104000-0xf6105fff]
[    0.148663] pci 0000:01:0a.0: reg 10 32bit mmio: [0xf6106000-0xf61067ff]
[    0.148668] pci 0000:01:0a.0: reg 14 32bit mmio: [0xf6100000-0xf6103fff]
[    0.148691] pci 0000:01:0a.0: supports D1 D2
[    0.148693] pci 0000:01:0a.0: PME# supported from D0 D1 D2 D3hot
[    0.148696] pci 0000:01:0a.0: PME# disabled
[    0.148715] pci 0000:00:06.0: transparent bridge
[    0.148718] pci 0000:00:06.0: bridge 32bit mmio: [0xf6100000-0xf61fffff]
[    0.148872] pci 0000:07:00.0: reg 10 32bit mmio: [0xf4000000-0xf4ffffff]
[    0.148878] pci 0000:07:00.0: reg 14 64bit mmio pref: [0xe0000000-0xefffffff]
[    0.148884] pci 0000:07:00.0: reg 1c 64bit mmio: [0xf5000000-0xf5ffffff]
[    0.148889] pci 0000:07:00.0: reg 24 io port: [0x1000-0x107f]
[    0.148893] pci 0000:07:00.0: reg 30 32bit mmio pref: [0xf6000000-0xf601ffff]
[    0.148915] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.148952] pci 0000:00:0f.0: bridge io port: [0x1000-0x1fff]
[    0.148955] pci 0000:00:0f.0: bridge 32bit mmio: [0xf4000000-0xf60fffff]
[    0.148958] pci 0000:00:0f.0: bridge 64bit mmio pref: [0xe0000000-0xefffffff]
[    0.148969] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.148994] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEBF._PRT]
[    0.149007] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEBE._PRT]
[    0.149020] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEBD._PRT]
[    0.149033] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEBC._PRT]
[    0.149046] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEBB._PRT]
[    0.149058] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEBA._PRT]
[    0.149070] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCID._PRT]
[    0.151109] vgaarb: device added: PCI:0000:07:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.151112] vgaarb: loaded
[    0.151196] PCI: Using ACPI for IRQ routing
[    0.151346] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.151350] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.156027] Switching to clocksource hpet
[    0.157010] pnp: PnP ACPI init
[    0.157029] ACPI: bus type pnp registered
[    0.158744] pnp: PnP ACPI: found 6 devices
[    0.158746] ACPI: ACPI bus type pnp unregistered
[    0.163521] pci 0000:00:06.0: PCI bridge, secondary bus 0000:01
[    0.163523] pci 0000:00:06.0:   IO window: disabled
[    0.163526] pci 0000:00:06.0:   MEM window: 0xf6100000-0xf61fffff
[    0.163528] pci 0000:00:06.0:   PREFETCH window: disabled
[    0.163532] pci 0000:00:0a.0: PCI bridge, secondary bus 0000:02
[    0.163533] pci 0000:00:0a.0:   IO window: disabled
[    0.163536] pci 0000:00:0a.0:   MEM window: disabled
[    0.163538] pci 0000:00:0a.0:   PREFETCH window: disabled
[    0.163540] pci 0000:00:0b.0: PCI bridge, secondary bus 0000:03
[    0.163542] pci 0000:00:0b.0:   IO window: disabled
[    0.163544] pci 0000:00:0b.0:   MEM window: disabled
[    0.163546] pci 0000:00:0b.0:   PREFETCH window: disabled
[    0.163549] pci 0000:00:0c.0: PCI bridge, secondary bus 0000:04
[    0.163551] pci 0000:00:0c.0:   IO window: disabled
[    0.163553] pci 0000:00:0c.0:   MEM window: disabled
[    0.163555] pci 0000:00:0c.0:   PREFETCH window: disabled
[    0.163558] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:05
[    0.163560] pci 0000:00:0d.0:   IO window: disabled
[    0.163562] pci 0000:00:0d.0:   MEM window: disabled
[    0.163564] pci 0000:00:0d.0:   PREFETCH window: disabled
[    0.163567] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:06
[    0.163569] pci 0000:00:0e.0:   IO window: disabled
[    0.163571] pci 0000:00:0e.0:   MEM window: disabled
[    0.163573] pci 0000:00:0e.0:   PREFETCH window: disabled
[    0.163577] pci 0000:00:0f.0: PCI bridge, secondary bus 0000:07
[    0.163579] pci 0000:00:0f.0:   IO window: 0x1000-0x1fff
[    0.163582] pci 0000:00:0f.0:   MEM window: 0xf4000000-0xf60fffff
[    0.163585] pci 0000:00:0f.0:   PREFETCH window: 0x000000e0000000-0x000000efffffff
[    0.163592] pci 0000:00:06.0: setting latency timer to 64
[    0.163597] pci 0000:00:0a.0: setting latency timer to 64
[    0.163601] pci 0000:00:0b.0: setting latency timer to 64
[    0.163606] pci 0000:00:0c.0: setting latency timer to 64
[    0.163610] pci 0000:00:0d.0: setting latency timer to 64
[    0.163614] pci 0000:00:0e.0: setting latency timer to 64
[    0.163618] pci 0000:00:0f.0: setting latency timer to 64
[    0.163622] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.163625] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.163627] pci_bus 0000:01: resource 1 mem: [0xf6100000-0xf61fffff]
[    0.163630] pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
[    0.163632] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
[    0.163635] pci_bus 0000:07: resource 0 io:  [0x1000-0x1fff]
[    0.163637] pci_bus 0000:07: resource 1 mem: [0xf4000000-0xf60fffff]
[    0.163639] pci_bus 0000:07: resource 2 pref mem [0xe0000000-0xefffffff]
[    0.163673] NET: Registered protocol family 2
[    0.163827] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.165287] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.168942] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.169437] TCP: Hash tables configured (established 524288 bind 65536)
[    0.169440] TCP reno registered
[    0.169539] NET: Registered protocol family 1
[    0.169668] pci 0000:00:05.0: Enabling HT MSI Mapping
[    0.169711] pci 0000:00:05.1: Enabling HT MSI Mapping
[    0.169754] pci 0000:00:05.2: Enabling HT MSI Mapping
[    0.169796] pci 0000:00:06.0: Enabling HT MSI Mapping
[    0.169842] pci 0000:00:06.1: Enabling HT MSI Mapping
[    0.169896] pci 0000:00:08.0: Enabling HT MSI Mapping
[    0.169949] pci 0000:00:0a.0: Enabling HT MSI Mapping
[    0.170006] pci 0000:00:0b.0: Enabling HT MSI Mapping
[    0.170066] pci 0000:00:0c.0: Enabling HT MSI Mapping
[    0.170130] pci 0000:00:0d.0: Enabling HT MSI Mapping
[    0.170197] pci 0000:00:0e.0: Enabling HT MSI Mapping
[    0.170267] pci 0000:00:0f.0: Enabling HT MSI Mapping
[    0.170286] pci 0000:07:00.0: Boot video device
[    0.170336] Unpacking initramfs...
[    0.447480] Freeing initrd memory: 13294k freed
[    0.455518] PCI-DMA: Disabling AGP.
[    0.455611] PCI-DMA: aperture base @ f0000000 size 65536 KB
[    0.455614] init_memory_mapping: 00000000f0000000-00000000f4000000
[    0.455617]  00f0000000 - 00f4000000 page 2M
[    0.455624] PCI-DMA: using GART IOMMU.
[    0.455628] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.456226] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.456520] audit: initializing netlink socket (disabled)
[    0.456531] type=2000 audit(1286120951.456:1): initialized
[    0.459331] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.460664] VFS: Disk quotas dquot_6.5.2
[    0.460720] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.460796] msgmni has been set to 8064
[    0.461031] alg: No test for stdrng (krng)
[    0.461084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.461087] io scheduler noop registered
[    0.461089] io scheduler anticipatory registered
[    0.461090] io scheduler deadline registered
[    0.461121] io scheduler cfq registered (default)
[    0.461251]   alloc irq_desc for 24 on node 0
[    0.461253]   alloc kstat_irqs on node 0
[    0.461262] pcieport 0000:00:0a.0: irq 24 for MSI/MSI-X
[    0.461267] pcieport 0000:00:0a.0: setting latency timer to 64
[    0.461365]   alloc irq_desc for 25 on node 0
[    0.461367]   alloc kstat_irqs on node 0
[    0.461371] pcieport 0000:00:0b.0: irq 25 for MSI/MSI-X
[    0.461374] pcieport 0000:00:0b.0: setting latency timer to 64
[    0.461446]   alloc irq_desc for 26 on node 0
[    0.461448]   alloc kstat_irqs on node 0
[    0.461452] pcieport 0000:00:0c.0: irq 26 for MSI/MSI-X
[    0.461455] pcieport 0000:00:0c.0: setting latency timer to 64
[    0.461532]   alloc irq_desc for 27 on node 0
[    0.461533]   alloc kstat_irqs on node 0
[    0.461539] pcieport 0000:00:0d.0: irq 27 for MSI/MSI-X
[    0.461542] pcieport 0000:00:0d.0: setting latency timer to 64
[    0.461616]   alloc irq_desc for 28 on node 0
[    0.461618]   alloc kstat_irqs on node 0
[    0.461622] pcieport 0000:00:0e.0: irq 28 for MSI/MSI-X
[    0.461625] pcieport 0000:00:0e.0: setting latency timer to 64
[    0.461697]   alloc irq_desc for 29 on node 0
[    0.461698]   alloc kstat_irqs on node 0
[    0.461702] pcieport 0000:00:0f.0: irq 29 for MSI/MSI-X
[    0.461706] pcieport 0000:00:0f.0: setting latency timer to 64
[    0.462985] Linux agpgart interface v0.103
[    0.463030] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.463121] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.463350] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    0.463400] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.463817] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.463823] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.463899] mice: PS/2 mouse device common for all mice
[    0.463948] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.463984] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.464083] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[    0.464093] cpuidle: using governor ladder
[    0.464095] cpuidle: using governor menu
[    0.464099] No iBFT detected.
[    0.464441] TCP cubic registered
[    0.464550] NET: Registered protocol family 10
[    0.465045] lo: Disabled Privacy Extensions
[    0.465348] Mobile IPv6
[    0.465351] NET: Registered protocol family 17
[    0.465435] PM: Resume from disk failed.
[    0.465445] registered taskstats version 1
[    0.465782] rtc_cmos rtc_cmos: setting system clock to 2010-10-03 15:49:12 UTC (1286120952)
[    0.465804] Initalizing network drop monitor service
[    0.465832] Freeing unused kernel memory: 584k freed
[    0.466134] Write protecting the kernel read-only data: 4216k
[    0.484379] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.552613] udev: starting version 160
[    0.636524] SCSI subsystem initialized
[    0.637160] usbcore: registered new interface driver usbfs
[    0.637189] usbcore: registered new interface driver hub
[    0.637231] usbcore: registered new device driver usb
[    0.650337] libata version 3.00 loaded.
[    0.653839] sata_nv 0000:00:05.0: version 3.5
[    0.653854]   alloc irq_desc for 20 on node 0
[    0.653856]   alloc kstat_irqs on node 0
[    0.653865] sata_nv 0000:00:05.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.653868] sata_nv 0000:00:05.0: Using SWNCQ mode
[    0.653965] sata_nv 0000:00:05.0: setting latency timer to 64
[    0.654099] scsi0 : sata_nv
[    0.654264] scsi1 : sata_nv
[    0.654304] ata1: SATA max UDMA/133 cmd 0x3000 ctl 0x3038 bmdma 0x2cd0 irq 20
[    0.654307] ata2: SATA max UDMA/133 cmd 0x3008 ctl 0x303c bmdma 0x2cd8 irq 20
[    0.654389]   alloc irq_desc for 21 on node 0
[    0.654391]   alloc kstat_irqs on node 0
[    0.654398] sata_nv 0000:00:05.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.654400] sata_nv 0000:00:05.1: Using SWNCQ mode
[    0.654441] sata_nv 0000:00:05.1: setting latency timer to 64
[    0.654543] scsi2 : sata_nv
[    0.654643] scsi3 : sata_nv
[    0.654680] ata3: SATA max UDMA/133 cmd 0x3010 ctl 0x3040 bmdma 0x2ce0 irq 21
[    0.654682] ata4: SATA max UDMA/133 cmd 0x3018 ctl 0x3044 bmdma 0x2ce8 irq 21
[    0.654749]   alloc irq_desc for 22 on node 0
[    0.654751]   alloc kstat_irqs on node 0
[    0.654756] sata_nv 0000:00:05.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    0.654758] sata_nv 0000:00:05.2: Using SWNCQ mode
[    0.654792] sata_nv 0000:00:05.2: setting latency timer to 64
[    0.654893] scsi4 : sata_nv
[    0.655000] scsi5 : sata_nv
[    0.655037] ata5: SATA max UDMA/133 cmd 0x3020 ctl 0x3048 bmdma 0x2cf0 irq 22
[    0.655039] ata6: SATA max UDMA/133 cmd 0x3028 ctl 0x304c bmdma 0x2cf8 irq 22
[    0.655677] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    0.655697] forcedeth 0000:00:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.655701] forcedeth 0000:00:08.0: setting latency timer to 64
[    0.655773] nv_probe: set workaround bit for reversed mac addr
[    0.657569] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.658938] Floppy drive(s): fd0 is 1.44M
[    0.660062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.660070] ACPI: Power Button [PWRF]
[    0.676858] FDC 0 is a post-1991 82077
[    0.964019] ata5: SATA link down (SStatus 0 SControl 300)
[    0.964041] ata3: SATA link down (SStatus 0 SControl 300)
[    1.120021] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.128199] ata1.00: HPA detected: current 976771055, native 976773168
[    1.128204] ata1.00: ATA-8: SAMSUNG HD503HI, 1AJ100E4, max UDMA/133
[    1.128207] ata1.00: 976771055 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    1.136200] ata1.00: configured for UDMA/133
[    1.136300] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD503HI  1AJ1 PQ: 0 ANSI: 5
[    1.172750] forcedeth 0000:00:08.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:e0:81:54:32:66
[    1.172754] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt gbit lnktim msi desc-v3
[    1.172932]   alloc irq_desc for 23 on node 0
[    1.172934]   alloc kstat_irqs on node 0
[    1.172943] ehci_hcd 0000:00:02.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[    1.172990] ehci_hcd 0000:00:02.1: setting latency timer to 64
[    1.172992] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    1.173020] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    1.173052] ehci_hcd 0000:00:02.1: debug port 1
[    1.173059] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[    1.173079] ehci_hcd 0000:00:02.1: irq 23, io mem 0xf624a000
[    1.184015] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    1.184038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.184040] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.184043] usb usb1: Product: EHCI Host Controller
[    1.184044] usb usb1: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[    1.184046] usb usb1: SerialNumber: 0000:00:02.1
[    1.184126] usb usb1: configuration #1 chosen from 1 choice
[    1.184162] hub 1-0:1.0: USB hub found
[    1.184170] hub 1-0:1.0: 10 ports detected
[    1.184328] pata_amd 0000:00:04.0: version 0.4.1
[    1.184365] pata_amd 0000:00:04.0: setting latency timer to 64
[    1.184430] scsi6 : pata_amd
[    1.184497] scsi7 : pata_amd
[    1.184535] ata7: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x2cc0 irq 14
[    1.184537] ata8: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x2cc8 irq 15
[    1.269942] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.270108] ohci_hcd 0000:00:02.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    1.270140] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    1.270143] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    1.270163] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    1.270186] ohci_hcd 0000:00:02.0: irq 22, io mem 0xf6245000
[    1.326021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.326024] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.326026] usb usb2: Product: OHCI Host Controller
[    1.326028] usb usb2: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[    1.326030] usb usb2: SerialNumber: 0000:00:02.0
[    1.326219] usb usb2: configuration #1 chosen from 1 choice
[    1.326254] hub 2-0:1.0: USB hub found
[    1.326265] hub 2-0:1.0: 10 ports detected
[    1.348277] ata7.00: ATAPI: Optiarc DVD RW AD-7173A, 1-03, max UDMA/66
[    1.348298] ata7: nv_mode_filter: 0x1f39f&0xfffff->0x1f39f, BIOS=0x0 (0x0) ACPI=0x0
[    1.364221] ata7.00: configured for UDMA/66
[    1.604021] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.612210] ata2.00: HPA detected: current 488395055, native 488397168
[    1.612215] ata2.00: ATA-7: SAMSUNG SP2504C, VT100-50, max UDMA7
[    1.612217] ata2.00: 488395055 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    1.644222] ata2.00: configured for UDMA/133
[    1.644326] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG SP2504C  VT10 PQ: 0 ANSI: 5
[    1.649421] sd 0:0:0:0: [sda] 976771055 512-byte logical blocks: (500 GB/465 GiB)
[    1.649468] sd 0:0:0:0: [sda] Write Protect is off
[    1.649470] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.649490] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.649625]  sda:
[    1.649829] sd 1:0:0:0: [sdb] 488395055 512-byte logical blocks: (250 GB/232 GiB)
[    1.649941] sd 1:0:0:0: [sdb] Write Protect is off
[    1.649944] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.649963] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.650094]  sdb: sdb1
[    1.655558] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.662515]  sda1 sda2 sda3
[    1.662976] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.700019] usb 2-10: new low speed USB device using ohci_hcd and address 2
[    1.913040] usb 2-10: New USB device found, idVendor=1241, idProduct=1166
[    1.913042] usb 2-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.913112] usb 2-10: configuration #1 chosen from 1 choice
[    1.956018] ata4: SATA link down (SStatus 0 SControl 300)
[    2.268014] ata6: SATA link down (SStatus 0 SControl 300)
[    2.268906] scsi 6:0:0:0: CD-ROM            Optiarc  DVD RW AD-7173A  1-03 PQ: 0 ANSI: 5
[    2.269058] ata8: port disabled. ignoring.
[    2.288431]   alloc irq_desc for 18 on node 0
[    2.288435]   alloc kstat_irqs on node 0
[    2.288445] firewire_ohci 0000:01:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.296035] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.296040] Uniform CD-ROM driver Revision: 3.20
[    2.296160] sr 6:0:0:0: Attached scsi CD-ROM sr0
[    2.308736] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.309053] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.309349] sr 6:0:0:0: Attached scsi generic sg2 type 5
[    2.312451] usbcore: registered new interface driver hiddev
[    2.322301] input: HID 1241:1166 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input3
[    2.322378] generic-usb 0003:1241:1166.0001: input,hidraw0: USB HID v1.00 Mouse [HID 1241:1166] on usb-0000:00:02.0-10/input0
[    2.322407] usbcore: registered new interface driver usbhid
[    2.322410] usbhid: v2.6:USB HID core driver
[    2.360014] firewire_ohci: Added fw-ohci device 0000:01:0a.0, OHCI version 1.10
[    2.360113]   alloc irq_desc for 16 on node 0
[    2.360116]   alloc kstat_irqs on node 0
[    2.360123] b43-pci-bridge 0000:01:08.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.420069] ssb: Sonics Silicon Backplane found on PCI device 0000:01:08.0
[    2.571255] PM: Starting manual resume from disk
[    2.571260] PM: Resume from partition 8:1
[    2.571261] PM: Checking hibernation image.
[    2.571426] PM: Error -22 checking image file
[    2.571429] PM: Resume from disk failed.
[    2.597796] kjournald starting.  Commit interval 5 seconds
[    2.597805] EXT3-fs: sda2: orphan cleanup on readonly fs
[    2.613405] ext3_orphan_cleanup: deleting unreferenced inode 2232982
[    2.617439] ext3_orphan_cleanup: deleting unreferenced inode 2232990
[    2.625895] ext3_orphan_cleanup: deleting unreferenced inode 684190
[    2.629856] EXT3-fs: sda2: 3 orphan inodes deleted
[    2.629858] EXT3-fs: recovery complete.
[    2.649062] EXT3-fs: mounted filesystem with ordered data mode.
[    2.861112] firewire_core: created device fw0: GUID 0016e65600b7173c, S400
[    4.959141] udev: starting version 160
[    5.282636] processor LNXCPU:00: registered as cooling_device0
[    5.282675] processor LNXCPU:01: registered as cooling_device1
[    5.447582] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    5.548955] parport_pc 00:04: reported by Plug and Play ACPI
[    5.548983] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[    5.652091] parport_pc 00:05: reported by Plug and Play ACPI
[    5.835340] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    6.052109] i2c i2c-0: nForce2 SMBus adapter at 0x2c40
[    6.052130] i2c i2c-1: nForce2 SMBus adapter at 0x2c80
[    6.147276] [drm] Initialized drm 1.1.0 20060810
[    6.379495] cfg80211: Using static regulatory domain info
[    6.379499] cfg80211: Regulatory domain: US
[    6.379500] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    6.379505] 	(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[    6.379506] 	(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    6.379510] 	(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    6.379511] 	(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    6.379513] 	(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    6.379515] 	(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[    6.379612] cfg80211: Calling CRDA for country: US
[    6.665021] EDAC MC: Ver: 2.1.0 Sep 17 2010
[    6.697980] EDAC amd64_edac:  Ver: 3.2.0 Sep 17 2010
[    6.698064] EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
[    6.698072] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    6.698073]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[    6.698075]  (Note that use of the override may cause unknown side effects.)
[    6.698092] amd64_edac: probe of 0000:00:18.2 failed with error -22
[    7.130438]   alloc irq_desc for 17 on node 0
[    7.130442]   alloc kstat_irqs on node 0
[    7.130452] nouveau 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    7.130457] nouveau 0000:07:00.0: setting latency timer to 64
[    7.133440] [drm] nouveau 0000:07:00.0: Detected an NV40 generation card (0x04b200a2)
[    7.133859] [drm] nouveau 0000:07:00.0: Attempting to load BIOS image from PROM
[    7.243034] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[    7.336472] [drm] nouveau 0000:07:00.0: ... appears to be valid
[    7.336476] [drm] nouveau 0000:07:00.0: BIT BIOS found
[    7.336478] [drm] nouveau 0000:07:00.0: Bios version 05.73.22.30
[    7.336481] [drm] nouveau 0000:07:00.0: TMDS table script pointers not stubbed
[    7.336484] [drm] nouveau 0000:07:00.0: BIT table 'd' not found
[    7.336486] [drm] nouveau 0000:07:00.0: Found Display Configuration Block version 3.0
[    7.336489] [drm] nouveau 0000:07:00.0: DCB connector table: VHER 0x30 5 10 2
[    7.336492] [drm] nouveau 0000:07:00.0:   0: 0x00001030: type 0x30 idx 0 tag 0x07
[    7.336495] [drm] nouveau 0000:07:00.0:   1: 0x00002130: type 0x30 idx 1 tag 0x08
[    7.336497] [drm] nouveau 0000:07:00.0:   2: 0x00000210: type 0x10 idx 2 tag 0xff
[    7.336500] [drm] nouveau 0000:07:00.0:   3: 0x00000211: type 0x11 idx 2 tag 0xff
[    7.336502] [drm] nouveau 0000:07:00.0:   4: 0x00000213: type 0x13 idx 2 tag 0xff
[    7.336505] [drm] nouveau 0000:07:00.0: Raw DCB entry 0: 01000300 00000028
[    7.336508] [drm] nouveau 0000:07:00.0: Raw DCB entry 1: 03000302 00000000
[    7.336510] [drm] nouveau 0000:07:00.0: Raw DCB entry 2: 04011320 00000028
[    7.336513] [drm] nouveau 0000:07:00.0: Raw DCB entry 3: 0c011322 00c00000
[    7.336515] [drm] nouveau 0000:07:00.0: Raw DCB entry 4: 020223f1 0040c080
[    7.336522] [drm] nouveau 0000:07:00.0: Parsing VBIOS init table 0 at offset 0xD50B
[    7.336593] [drm] nouveau 0000:07:00.0: Parsing VBIOS init table 1 at offset 0xDB97
[    7.392050] [drm] nouveau 0000:07:00.0: Parsing VBIOS init table 2 at offset 0xE281
[    7.392070] [drm] nouveau 0000:07:00.0: Parsing VBIOS init table 3 at offset 0xE3FC
[    7.411494] HDA Intel 0000:00:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[    7.411499] hda_intel: Disable MSI for Nvidia chipset
[    7.411557] HDA Intel 0000:00:06.1: setting latency timer to 64
[    7.413243] phy0: Selected rate control algorithm 'minstrel'
[    7.413882] Registered led device: b43-phy0::tx
[    7.413904] Registered led device: b43-phy0::rx
[    7.413922] Registered led device: b43-phy0::radio
[    7.413990] Broadcom 43xx driver loaded [ Features: PMLS, Firmware-ID: FW13 ]
[    7.416055] [drm] nouveau 0000:07:00.0: Parsing VBIOS init table 4 at offset 0xE5EA
[    7.427600] [TTM] Zone  kernel: Available graphics memory: 2064860 kiB.
[    7.427614] [drm] nouveau 0000:07:00.0: 256 MiB VRAM
[    7.428417] [drm] nouveau 0000:07:00.0: 64 MiB GART (aperture)
[    7.428430] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[    7.428539] [drm] nouveau 0000:07:00.0: Allocating FIFO number 0
[    7.429514] [drm] nouveau 0000:07:00.0: nouveau_channel_alloc: initialised FIFO 0
[    7.429521] [drm] nouveau 0000:07:00.0: Initial CRTC_OWNER is 0
[    7.429526] [drm] nouveau 0000:07:00.0: Saving VGA fonts
[    7.474616] [drm] nouveau 0000:07:00.0: Detected a DVI-I connector
[    7.474680] [drm] nouveau 0000:07:00.0: Detected a DVI-I connector
[    7.474717] [drm] nouveau 0000:07:00.0: Detected a TV connector
[    7.476050] [drm] nouveau 0000:07:00.0: Setting dpms mode 3 on vga encoder (output 0)
[    7.476054] [drm] nouveau 0000:07:00.0: Setting dpms mode 3 on tmds encoder (output 1)
[    7.476056] [drm] nouveau 0000:07:00.0: Setting dpms mode 3 on vga encoder (output 2)
[    7.476059] [drm] nouveau 0000:07:00.0: Setting dpms mode 3 on tmds encoder (output 3)
[    7.476062] [drm] nouveau 0000:07:00.0: Setting dpms mode 3 on TV encoder (output 4)
[    7.656375] [drm] nouveau 0000:07:00.0: allocated 1920x1200 fb: 0x49000, bo ffff88013e1f8600
[    7.669880] [drm] nouveau 0000:07:00.0: Output DVI-I-1 is running on CRTC 0 using output A
[    7.669885] [drm] nouveau 0000:07:00.0: 0xC941: Parsing digital output script table
[    7.724016] [drm] nouveau 0000:07:00.0: Setting dpms mode 0 on tmds encoder (output 1)
[    7.724019] [drm] nouveau 0000:07:00.0: Output DVI-I-1 is running on CRTC 0 using output A
[    7.725414] Console: switching to colour frame buffer device 240x75
[    7.726886] fb0: nouveaufb frame buffer device
[    7.726888] registered panic notifier
[    7.726893] [drm] Initialized nouveau 0.0.15 20090420 for 0000:07:00.0 on minor 0
[    8.132015] hda_codec: ALC883: BIOS auto-probing.
[    8.444105] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:06.1/input/input5
[    9.841744] Adding 4200956k swap on /dev/sda1.  Priority:-1 extents:1 across:4200956k 
[   10.198045] EXT3 FS on sda2, internal journal
[   10.316324] device-mapper: uevent: version 1.0.3
[   10.316586] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel at redhat.com
[   10.498681] loop: module loaded
[   10.551290] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4800+ processors (2 cpu cores) (version 2.20.00)
[   10.551360] powernow-k8:    0 : fid 0x11 (2500 MHz), vid 0x9
[   10.551363] powernow-k8:    1 : fid 0x10 (2400 MHz), vid 0xa
[   10.551365] powernow-k8:    2 : fid 0xe (2200 MHz), vid 0xc
[   10.551367] powernow-k8:    3 : fid 0xc (2000 MHz), vid 0xe
[   10.551369] powernow-k8:    4 : fid 0x2 (1000 MHz), vid 0x12
[   10.599775] kvm: Nested Virtualization enabled
[   10.644466] it87: Found IT8716F chip at 0x290, revision 0
[   10.644476] it87: in3 is VCC (+5V)
[   10.644478] it87: in7 is VCCH (+5V Stand-By)
[   11.005018] Clocksource tsc unstable (delta = -209440066 ns)
[   11.281744] kjournald starting.  Commit interval 5 seconds
[   11.282240] EXT3 FS on sda3, internal journal
[   11.282252] EXT3-fs: mounted filesystem with ordered data mode.
[   13.228051] b43 ssb0:0: firmware: requesting b43/ucode5.fw
[   13.324250] b43 ssb0:0: firmware: requesting b43/pcm5.fw
[   13.403005] b43 ssb0:0: firmware: requesting b43/b0g0initvals5.fw
[   13.429650] b43 ssb0:0: firmware: requesting b43/b0g0bsinitvals5.fw
[   13.520031] b43-phy0: Loading OpenSource firmware version 410.31754
[   13.520040] b43-phy0: Hardware crypto acceleration not supported by firmware
[   13.520046] b43-phy0: QoS not supported by firmware
[   13.597995] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   16.680209] wlan0: direct probe to AP 00:23:69:c7:e9:aa (try 1)
[   16.683300] wlan0: direct probe responded
[   16.683306] wlan0: authenticate with AP 00:23:69:c7:e9:aa (try 1)
[   16.689513] wlan0: authenticated
[   16.689544] wlan0: associate with AP 00:23:69:c7:e9:aa (try 1)
[   16.696244] wlan0: RX AssocResp from 00:23:69:c7:e9:aa (capab=0x411 status=0 aid=1)
[   16.696250] wlan0: associated
[   16.698271] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   16.799898] padlock: VIA PadLock not detected.
[   20.526487] Bridge firewalling registered
[   20.548361] device dummy0 entered promiscuous mode
[   20.561830] br0: port 1(dummy0) entering forwarding state
[   21.764208] ip_tables: (C) 2000-2006 Netfilter Core Team
[   21.805102] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   21.805876] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[   21.805882] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[   21.805887] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[   23.467133] fuse init (API version 7.13)
[   24.969940] RPC: Registered udp transport module.
[   24.969947] RPC: Registered tcp transport module.
[   24.969952] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   25.303480] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[   25.577088] svc: failed to register lockdv1 RPC service (errno 97).
[   25.579458] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   25.593600] NFSD: starting 90-second grace period
[   26.756017] wlan0: no IPv6 routers present
[   29.553016] dummy0: no IPv6 routers present
[   31.257016] br0: no IPv6 routers present
[   31.621098] [drm] nouveau 0000:07:00.0: Allocating FIFO number 1
[   31.623664] [drm] nouveau 0000:07:00.0: nouveau_channel_alloc: initialised FIFO 1
[   32.069019] br1: no IPv6 routers present
[   32.878304] lp0: using parport0 (interrupt-driven).
[   33.573591] ppdev: user-space parallel port driver
[   78.974777] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold
[  182.316029] No probe response from AP 00:23:69:c7:e9:aa after 500ms, disconnecting.
[  276.185111] br0: port 1(dummy0) entering disabled state
[  276.252525] device dummy0 left promiscuous mode
[  276.252534] br0: port 1(dummy0) entering disabled state
[  276.568044] b43-phy0: Loading OpenSource firmware version 410.31754
[  276.568056] b43-phy0: Hardware crypto acceleration not supported by firmware
[  276.568062] b43-phy0: QoS not supported by firmware
[  276.649602] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  278.617418] wlan0: direct probe to AP 00:23:69:c7:e9:aa (try 1)
[  278.621323] wlan0: direct probe responded
[  278.621330] wlan0: authenticate with AP 00:23:69:c7:e9:aa (try 1)
[  278.623395] wlan0: authenticated
[  278.623439] wlan0: associate with AP 00:23:69:c7:e9:aa (try 1)
[  278.635343] wlan0: RX AssocResp from 00:23:69:c7:e9:aa (capab=0x411 status=0 aid=1)
[  278.635351] wlan0: associated
[  278.637450] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  280.762861] device dummy0 entered promiscuous mode
[  280.771875] br0: port 1(dummy0) entering forwarding state
[  288.857018] wlan0: no IPv6 routers present
[  289.768021] dummy0: no IPv6 routers present
[  291.409018] br0: no IPv6 routers present
[  292.516034] br1: no IPv6 routers present


More information about the coreboot mailing list