Linus Torvalds escribio':
On Mon, 3 Aug 2009, Manuel Lauss wrote:
This patch introduces a warning on my system:
pci 0000:02:03.0: BAR 6: address space collision on of device [0xff680000-0xff69ffff]
Heh, that's funny. I suspect you have always had the error, it's just that
back before the commit that started using "pci_claim_resource()", we did
that "find_parent_resource()+request_resource()" by hand.
So before commit a76117dfd687ec4be0a9a05214f3009cc5f73a42, the ROM
resources were done with:
pr = pci_find_parent_resource(dev, r);
if (!pr || request_resource(pr, r) < 0) {
r->end -= r->start;
r->start = 0;
}
inside pcibios_assign_resources(), and it would never warn about it, it
would just silently mark the resource unregistered (and then we'd
re-allocate it later).
So I _think_ that you actually are getting the same layout as with 2.6.30,
but with a warning that didn't exist in 2.6.30. Can you verify?
With the change to use "pci_claim_resource()", it initially changed things
to use "insert_resource()", and that shouldn't have even succeeded, but
apparently did! That's a bit scary. The patch to make it use
pci_request_resource() should have made it have the same behavior as we
had in 2.6.30 - albeit with the warning (that we didn't use to have).
I do wonder why the insert_resource() seems to have worked, though, so
maybe I'm misdiagnosing this. Can you post your /proc/iomem from 2.6.30?
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Sorry to butt in, but it seems that my machine is also affected (but
with no other side effects so far except for the warning). I will post
the complete information at the bug report, but here is my dmesg output.
--
perl -e '$x=2.3;printf("%.0f + %.0f = %.0f\n",$x,$x,$x+$x);'
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.31-rc5 (alex@xxxxxxxxxxxxxxxxxxx) (gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) ) #1 PREEMPT Mon Aug 3 17:47:29 ECT 2009
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003bef0000 (usable)
[ 0.000000] BIOS-e820: 000000003bef0000 - 000000003bef3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003bef3000 - 000000003bf00000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.3 present.
[ 0.000000] last_pfn = 0x3bef0 max_arch_pfn = 0x100000
[ 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-CBFFF write-protect
[ 0.000000] CC000-F7FFF uncachable
[ 0.000000] F8000-FBFFF write-protect
[ 0.000000] FC000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 03C000000 mask FFC000000 write-combining
[ 0.000000] 2 base 03BF00000 mask FFFF00000 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] initial memory mapped : 0 - 01000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[ 0.000000] RAMDISK: 37ce2000 - 37fef508
[ 0.000000] Allocated new RAMDISK: 00d69000 - 01076508
[ 0.000000] Move RAMDISK from 0000000037ce2000 - 0000000037fef507 to 00d69000 - 01076507
[ 0.000000] ACPI: RSDP 000f7ed0 00014 (v00 ATi )
[ 0.000000] ACPI: RSDT 3bef3040 00030 (v01 ATi AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 3bef30c0 00074 (v01 ATi AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 3bef3180 03782 (v01 ATI AWRDACPI 00001000 MSFT 0100000E)
[ 0.000000] ACPI: FACS 3bef0000 00040
[ 0.000000] ACPI: MCFG 3bef6a80 0003C (v01 ATi AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: APIC 3bef6980 00084 (v01 ATi AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 70MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] node 0 low ram: 00000000 - 377fe000
[ 0.000000] node 0 bootmap 00008000 - 0000ef00
[ 0.000000] (7 early reservations) ==> bootmem [0000000000 - 00377fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000400000 - 0000d63250] TEXT DATA BSS ==> [0000400000 - 0000d63250]
[ 0.000000] #2 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
[ 0.000000] #3 [0000d64000 - 0000d680f0] BRK ==> [0000d64000 - 0000d680f0]
[ 0.000000] #4 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #5 [0000d69000 - 0001076508] NEW RAMDISK ==> [0000d69000 - 0001076508]
[ 0.000000] #6 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] found SMP MP-table at [c00f6060] f6060
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0003bef0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003bef0
[ 0.000000] On node 0 totalpages: 245391
[ 0.000000] free_area_init_node: node 0, pgdat c088d314, node_mem_map c1077000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3967 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 142 pages used for memmap
[ 0.000000] HighMem zone: 18020 pages, LIFO batch:3
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 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] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[ 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: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 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] Allocating PCI resources starting at 3bf00000 (gap: 3bf00000:a4100000)
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243473
[ 0.000000] Kernel command line: ro root=UUID=eb893251-f3c6-4461-a020-1ad09aeabd03 rhgb quiet nomodeset vga=4
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003bef0)
[ 0.000000] Memory: 959980k/981952k available (3045k kernel code, 21296k reserved, 1670k data, 376k init, 72648k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff8f000 - 0xfffff000 ( 448 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc089d000 - 0xc08fb000 ( 376 kB)
[ 0.000000] .data : 0xc06f95fd - 0xc089b158 (1670 kB)
[ 0.000000] .text : 0xc0400000 - 0xc06f95fd (3045 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] RCU-based detection of stalled CPUs is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:256
[ 0.000000] CPU 0 irqstacks, hard=c0892000 soft=c0893000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2800.110 MHz processor.
[ 0.000999] Console: colour VGA+ 80x30
[ 0.000999] console [tty0] enabled
[ 0.000999] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000999] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000999] ... MAX_LOCK_DEPTH: 48
[ 0.000999] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000999] ... CLASSHASH_SIZE: 4096
[ 0.000999] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000999] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000999] ... CHAINHASH_SIZE: 16384
[ 0.000999] memory used by lock dependency info: 3487 kB
[ 0.000999] per task-struct memory footprint: 1152 bytes
[ 0.001019] Calibrating delay loop (skipped), value calculated using timer frequency.. 5600.22 BogoMIPS (lpj=2800110)
[ 0.001049] Security Framework initialized
[ 0.001057] SELinux: Initializing.
[ 0.001110] SELinux: Starting in permissive mode
[ 0.001128] Mount-cache hash table entries: 512
[ 0.001641] Initializing cgroup subsys ns
[ 0.001653] Initializing cgroup subsys cpuacct
[ 0.001657] Initializing cgroup subsys devices
[ 0.001661] Initializing cgroup subsys freezer
[ 0.001665] Initializing cgroup subsys net_cls
[ 0.001698] CPU: Trace cache: 12K uops, L1 D cache: 16K
[ 0.001703] CPU: L2 cache: 256K
[ 0.001709] Intel machine check architecture supported.
[ 0.001717] Intel machine check reporting enabled on CPU#0.
[ 0.001721] CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
[ 0.001728] CPU0: Thermal monitoring enabled (TM2)
[ 0.001732] mce: CPU supports 4 MCE banks
[ 0.001735] using mwait in idle threads.
[ 0.001748] Performance Counters: no PMU driver, software counters only.
[ 0.001754] CPU: Intel(R) Celeron(R) CPU 2.80GHz stepping 09
[ 0.001765] Checking 'hlt' instruction... OK.
[ 0.006688] ACPI: Core revision 20090521
[ 0.018742] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.029050] Booting paravirtualized kernel on bare hardware
[ 0.029224] Time: 15:59:43 Date: 08/04/09
[ 0.029506] NET: Registered protocol family 16
[ 0.030635] ACPI: bus type pci registered
[ 0.031221] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.031227] PCI: MCFG area at e0000000 reserved in E820
[ 0.031230] PCI: Using MMCONFIG for extended config space
[ 0.031233] PCI: Using configuration type 1 for base access
[ 0.049294] bio: create slab <bio-0> at 0
[ 0.051563] ACPI: EC: Look up EC in DSDT
[ 0.059806] ACPI: Interpreter enabled
[ 0.059819] ACPI: (supports S0 S1 S4 S5)
[ 0.059903] ACPI: Using IOAPIC for interrupt routing
[ 0.072789] ACPI: No dock devices found.
[ 0.073071] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.073423] pci 0000:00:00.0: reg 1c 64bit mmio: [0xe0000000-0xffffffff]
[ 0.073648] pci 0000:00:11.0: reg 10 io port: [0xff00-0xff07]
[ 0.073662] pci 0000:00:11.0: reg 14 io port: [0xfe00-0xfe03]
[ 0.073676] pci 0000:00:11.0: reg 18 io port: [0xfd00-0xfd07]
[ 0.073690] pci 0000:00:11.0: reg 1c io port: [0xfc00-0xfc03]
[ 0.073704] pci 0000:00:11.0: reg 20 io port: [0xfb00-0xfb0f]
[ 0.073718] pci 0000:00:11.0: reg 24 32bit mmio: [0xfe02f000-0xfe02f1ff]
[ 0.073732] pci 0000:00:11.0: reg 30 32bit mmio: [0x000000-0x07ffff]
[ 0.073786] pci 0000:00:11.0: supports D1 D2
[ 0.073886] pci 0000:00:12.0: reg 10 io port: [0xfa00-0xfa07]
[ 0.073901] pci 0000:00:12.0: reg 14 io port: [0xf900-0xf903]
[ 0.073915] pci 0000:00:12.0: reg 18 io port: [0xf800-0xf807]
[ 0.073929] pci 0000:00:12.0: reg 1c io port: [0xf700-0xf703]
[ 0.073943] pci 0000:00:12.0: reg 20 io port: [0xf600-0xf60f]
[ 0.073957] pci 0000:00:12.0: reg 24 32bit mmio: [0xfe02e000-0xfe02e1ff]
[ 0.073971] pci 0000:00:12.0: reg 30 32bit mmio: [0x000000-0x07ffff]
[ 0.074045] pci 0000:00:12.0: supports D1 D2
[ 0.074126] pci 0000:00:13.0: reg 10 32bit mmio: [0xfe02d000-0xfe02dfff]
[ 0.074297] pci 0000:00:13.1: reg 10 32bit mmio: [0xfe02c000-0xfe02cfff]
[ 0.074484] pci 0000:00:13.2: reg 10 32bit mmio: [0xfe02b000-0xfe02bfff]
[ 0.074595] pci 0000:00:13.2: supports D1 D2
[ 0.074599] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.074607] pci 0000:00:13.2: PME# disabled
[ 0.074672] pci 0000:00:14.0: reg 10 io port: [0xb00-0xb0f]
[ 0.074687] pci 0000:00:14.0: reg 14 32bit mmio: [0xfe02a000-0xfe02a3ff]
[ 0.074745] HPET not enabled in BIOS. You might try hpet=force boot option
[ 0.074818] pci 0000:00:14.1: reg 10 io port: [0x00-0x07]
[ 0.074832] pci 0000:00:14.1: reg 14 io port: [0x00-0x03]
[ 0.074846] pci 0000:00:14.1: reg 18 io port: [0x00-0x07]
[ 0.074860] pci 0000:00:14.1: reg 1c io port: [0x00-0x03]
[ 0.074874] pci 0000:00:14.1: reg 20 io port: [0xf400-0xf40f]
[ 0.075097] pci 0000:00:14.2: reg 10 64bit mmio: [0xfe024000-0xfe027fff]
[ 0.075201] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.075209] pci 0000:00:14.2: PME# disabled
[ 0.075504] pci 0000:01:05.0: reg 10 32bit mmio: [0xd8000000-0xdfffffff]
[ 0.075514] pci 0000:01:05.0: reg 14 io port: [0xee00-0xeeff]
[ 0.075524] pci 0000:01:05.0: reg 18 32bit mmio: [0xfdef0000-0xfdefffff]
[ 0.075550] pci 0000:01:05.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.075579] pci 0000:01:05.0: supports D1 D2
[ 0.075638] pci 0000:00:01.0: bridge io port: [0xe000-0xefff]
[ 0.075644] pci 0000:00:01.0: bridge 32bit mmio: [0xfde00000-0xfdefffff]
[ 0.075651] pci 0000:00:01.0: bridge 32bit mmio pref: [0xd8000000-0xdfffffff]
[ 0.075741] pci 0000:02:02.0: reg 10 io port: [0xde00-0xdeff]
[ 0.075757] pci 0000:02:02.0: reg 14 32bit mmio: [0xfddff000-0xfddff0ff]
[ 0.075862] pci 0000:02:02.0: supports D1 D2
[ 0.075865] pci 0000:02:02.0: PME# supported from D1 D2 D3hot D3cold
[ 0.075874] pci 0000:02:02.0: PME# disabled
[ 0.075980] pci 0000:00:14.4: transparent bridge
[ 0.076004] pci 0000:00:14.4: bridge io port: [0xd000-0xdfff]
[ 0.076013] pci 0000:00:14.4: bridge 32bit mmio: [0xfdd00000-0xfddfffff]
[ 0.076022] pci 0000:00:14.4: bridge 32bit mmio pref: [0xfdc00000-0xfdcfffff]
[ 0.076046] pci_bus 0000:00: on NUMA node 0
[ 0.076061] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.076454] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[ 0.076663] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.093021] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[ 0.093210] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[ 0.093385] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[ 0.093563] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[ 0.093738] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[ 0.093911] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11)
[ 0.094143] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11)
[ 0.094321] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11)
[ 0.095401] SCSI subsystem initialized
[ 0.095502] libata version 3.00 loaded.
[ 0.096063] usbcore: registered new interface driver usbfs
[ 0.096237] usbcore: registered new interface driver hub
[ 0.096467] usbcore: registered new device driver usb
[ 0.097322] PCI: Using ACPI for IRQ routing
[ 0.097349] pci 0000:00:00.0: BAR 3: address space collision on of device [0xe0000000-0xffffffff]
[ 0.097412] pci 0000:00:00.0: BAR 3: can't allocate resource
[ 0.098125] NetLabel: Initializing
[ 0.098130] NetLabel: domain hash size = 128
[ 0.098133] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.098187] NetLabel: unlabeled traffic allowed by default
[ 0.102204] pnp: PnP ACPI init
[ 0.102257] ACPI: bus type pnp registered
[ 0.109404] pnp 00:0c: mem resource (0xf0000-0xf3fff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 0.109412] pnp 00:0c: mem resource (0xf4000-0xf7fff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 0.109417] pnp 00:0c: mem resource (0xf8000-0xfbfff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 0.109422] pnp 00:0c: mem resource (0xfc000-0xfffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 0.109428] pnp 00:0c: mem resource (0x0-0x9ffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 0.109433] pnp 00:0c: mem resource (0x100000-0x3beeffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 0.109739] pnp: PnP ACPI: found 13 devices
[ 0.109744] ACPI: ACPI bus type pnp unregistered
[ 0.109776] system 00:01: ioport range 0x228-0x22f has been reserved
[ 0.109782] system 00:01: ioport range 0x40b-0x40b has been reserved
[ 0.109786] system 00:01: ioport range 0x4d6-0x4d6 has been reserved
[ 0.109791] system 00:01: ioport range 0xc00-0xc01 has been reserved
[ 0.109796] system 00:01: ioport range 0xc14-0xc14 has been reserved
[ 0.109800] system 00:01: ioport range 0xc50-0xc52 has been reserved
[ 0.109805] system 00:01: ioport range 0xc6c-0xc6d has been reserved
[ 0.109809] system 00:01: ioport range 0xc6f-0xc6f has been reserved
[ 0.109814] system 00:01: ioport range 0xcd4-0xcdf has been reserved
[ 0.109819] system 00:01: ioport range 0x4000-0x40fe has been reserved
[ 0.109823] system 00:01: ioport range 0x4210-0x4217 has been reserved
[ 0.109844] system 00:06: ioport range 0x4d0-0x4d1 has been reserved
[ 0.109849] system 00:06: ioport range 0x800-0x87f has been reserved
[ 0.109854] system 00:06: ioport range 0x880-0x88f has been reserved
[ 0.109873] system 00:0b: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.109889] system 00:0c: iomem range 0x3bf00000-0x3bffffff could not be reserved
[ 0.109894] system 00:0c: iomem range 0x3bef0000-0x3befffff could not be reserved
[ 0.109901] system 00:0c: iomem range 0xffff0000-0xffffffff has been reserved
[ 0.109908] system 00:0c: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.109913] system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.109918] system 00:0c: iomem range 0xfff80000-0xfffeffff has been reserved
[ 0.146393] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.146401] pci 0000:00:01.0: IO window: 0xe000-0xefff
[ 0.146409] pci 0000:00:01.0: MEM window: 0xfde00000-0xfdefffff
[ 0.146416] pci 0000:00:01.0: PREFETCH window: 0xd8000000-0xdfffffff
[ 0.146424] pci 0000:00:14.4: PCI bridge, secondary bus 0000:02
[ 0.146430] pci 0000:00:14.4: IO window: 0xd000-0xdfff
[ 0.146441] pci 0000:00:14.4: MEM window: 0xfdd00000-0xfddfffff
[ 0.146450] pci 0000:00:14.4: PREFETCH window: 0xfdc00000-0xfdcfffff
[ 0.146483] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.146487] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.146492] pci_bus 0000:01: resource 0 io: [0xe000-0xefff]
[ 0.146496] pci_bus 0000:01: resource 1 mem: [0xfde00000-0xfdefffff]
[ 0.146500] pci_bus 0000:01: resource 2 pref mem [0xd8000000-0xdfffffff]
[ 0.146505] pci_bus 0000:02: resource 0 io: [0xd000-0xdfff]
[ 0.146508] pci_bus 0000:02: resource 1 mem: [0xfdd00000-0xfddfffff]
[ 0.146513] pci_bus 0000:02: resource 2 pref mem [0xfdc00000-0xfdcfffff]
[ 0.146517] pci_bus 0000:02: resource 3 io: [0x00-0xffff]
[ 0.146520] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
[ 0.146553] NET: Registered protocol family 2
[ 0.146698] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.147153] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.148453] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
[ 0.153357] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.153444] TCP reno registered
[ 0.153624] NET: Registered protocol family 1
[ 0.153821] Trying to unpack rootfs image as initramfs...
[ 0.311295] Freeing initrd memory: 3125k freed
[ 0.316531] Machine check exception polling timer started.
[ 0.316579] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[ 0.316582] apm: overridden by ACPI.
[ 0.318064] audit: initializing netlink socket (disabled)
[ 0.318128] type=2000 audit(1249401583.317:1): initialized
[ 0.322429] highmem bounce pool size: 64 pages
[ 0.322443] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.332569] VFS: Disk quotas dquot_6.5.2
[ 0.332848] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.334919] msgmni has been set to 1739
[ 0.335345] SELinux: Registering netfilter hooks
[ 0.336172] alg: No test for stdrng (krng)
[ 0.336627] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.336677] io scheduler noop registered
[ 0.336681] io scheduler anticipatory registered
[ 0.336685] io scheduler deadline registered
[ 0.337019] io scheduler cfq registered (default)
[ 0.337040] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[ 0.337132] pci 0000:01:05.0: Boot video device
[ 0.337810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.337815] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.338000] acpiphp_glue: can't get bus number, assuming 0
[ 0.339744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.339776] ACPI: Power Button [PWRF]
[ 0.340093] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.340100] ACPI: Power Button [PWRB]
[ 0.340644] fan PNP0C0B:00: registered as cooling_device0
[ 0.340665] ACPI: Fan [FAN] (on)
[ 0.341258] processor LNXCPU:00: registered as cooling_device1
[ 0.341269] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 0.347188] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.347213] ACPI: Thermal Zone [THRM] (40 C)
[ 0.347487] isapnp: Scanning for PnP cards...
[ 0.646900] Switched to high resolution mode on CPU 0
[ 0.705133] isapnp: No Plug & Play device found
[ 0.719607] Non-volatile memory driver v1.3
[ 0.719614] Linux agpgart interface v0.103
[ 0.721392] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.965121] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.965975] Platform driver 'serial8250' needs updating - please use dev_pm_ops
[ 0.966748] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.974618] brd: module loaded
[ 0.978307] loop: module loaded
[ 0.979822] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.979914] alloc irq_desc for 19 on node -1
[ 0.979919] alloc kstat_irqs on node -1
[ 0.979933] ehci_hcd 0000:00:13.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.979964] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 0.980596] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
[ 0.980732] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe02b000
[ 0.986028] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 0.986171] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.986176] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.986180] usb usb1: Product: EHCI Host Controller
[ 0.986184] usb usb1: Manufacturer: Linux 2.6.31-rc5 ehci_hcd
[ 0.986187] usb usb1: SerialNumber: 0000:00:13.2
[ 0.986532] usb usb1: configuration #1 chosen from 1 choice
[ 0.986904] hub 1-0:1.0: USB hub found
[ 0.986931] hub 1-0:1.0: 8 ports detected
[ 0.987383] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.987436] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.987468] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 0.987743] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
[ 0.987792] ohci_hcd 0000:00:13.0: irq 19, io mem 0xfe02d000
[ 1.042150] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.042155] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.042159] usb usb2: Product: OHCI Host Controller
[ 1.042162] usb usb2: Manufacturer: Linux 2.6.31-rc5 ohci_hcd
[ 1.042165] usb usb2: SerialNumber: 0000:00:13.0
[ 1.042469] usb usb2: configuration #1 chosen from 1 choice
[ 1.042678] hub 2-0:1.0: USB hub found
[ 1.042706] hub 2-0:1.0: 4 ports detected
[ 1.042884] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.042917] ohci_hcd 0000:00:13.1: OHCI Host Controller
[ 1.043249] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
[ 1.043295] ohci_hcd 0000:00:13.1: irq 19, io mem 0xfe02c000
[ 1.098085] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.098090] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.098093] usb usb3: Product: OHCI Host Controller
[ 1.098097] usb usb3: Manufacturer: Linux 2.6.31-rc5 ohci_hcd
[ 1.098100] usb usb3: SerialNumber: 0000:00:13.1
[ 1.098404] usb usb3: configuration #1 chosen from 1 choice
[ 1.098605] hub 3-0:1.0: USB hub found
[ 1.098633] hub 3-0:1.0: 4 ports detected
[ 1.098956] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.099553] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.099650] Platform driver 'i8042' needs updating - please use dev_pm_ops
[ 1.102796] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.102811] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.103202] mice: PS/2 mouse device common for all mice
[ 1.104519] rtc_cmos 00:03: RTC can wake from S4
[ 1.104913] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 1.104958] rtc0: alarms up to one month, 242 bytes nvram
[ 1.105672] device-mapper: uevent: version 1.0.3
[ 1.106303] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@xxxxxxxxxx
[ 1.106837] cpuidle: using governor ladder
[ 1.106843] cpuidle: using governor menu
[ 1.111624] usbcore: registered new interface driver hiddev
[ 1.111775] usbcore: registered new interface driver usbhid
[ 1.111784] usbhid: v2.6:USB HID core driver
[ 1.112150] nf_conntrack version 0.5.0 (15343 buckets, 61372 max)
[ 1.112814] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 1.112819] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[ 1.112822] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 1.113255] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.113295] TCP cubic registered
[ 1.113298] Initializing XFRM netlink socket
[ 1.113358] NET: Registered protocol family 17
[ 1.113404] Using IPI Shortcut mode
[ 1.114113] PM: Resume from disk failed.
[ 1.114181] registered taskstats version 1
[ 1.114392] Magic number: 5:345:992
[ 1.114590] Freeing unused kernel memory: 376k freed
[ 1.115405] Write protecting the kernel text: 3048k
[ 1.115530] Write protecting the kernel read-only data: 1396k
[ 1.131333] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 1.281799] psmouse serio1: ID: 10 00 64
[ 1.512075] alloc irq_desc for 16 on node -1
[ 1.512081] alloc kstat_irqs on node -1
[ 1.512094] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.512427] scsi0 : pata_atiixp
[ 1.512957] scsi1 : pata_atiixp
[ 1.516047] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf400 irq 14
[ 1.516053] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf408 irq 15
[ 1.767959] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[ 1.893334] ata2.00: ATA-7: ST3160215A, 3.AAD, max UDMA/100
[ 1.893340] ata2.00: 312581808 sectors, multi 1: LBA48
[ 1.893394] ata2.01: ATAPI: TSSTcorpCD-R/RW SH-R522C, TS04, max UDMA/33
[ 1.968230] ata2.00: configured for UDMA/100
[ 1.971587] ata2.01: configured for UDMA/33
[ 1.972381] scsi 1:0:0:0: Direct-Access ATA ST3160215A 3.AA PQ: 0 ANSI: 5
[ 1.973196] sd 1:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 1.973337] sd 1:0:0:0: [sda] Write Protect is off
[ 1.973342] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.973410] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.973926] sda:
[ 1.974678] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 2.016328] sda1 sda2 sda3 sda4 < sda5 >
[ 2.031226] scsi 1:0:1:0: CD-ROM TSSTcorp CD-R/RW SH-R522C TS04 PQ: 0 ANSI: 5
[ 2.040962] sd 1:0:0:0: [sda] Attached SCSI disk
[ 2.044665] sr0: scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
[ 2.044671] Uniform CD-ROM driver Revision: 3.20
[ 2.045169] sr 1:0:1:0: Attached scsi CD-ROM sr0
[ 2.045405] sr 1:0:1:0: Attached scsi generic sg1 type 5
[ 2.051650] alloc irq_desc for 23 on node -1
[ 2.051656] alloc kstat_irqs on node -1
[ 2.051670] pata_acpi 0000:00:11.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 2.051797] alloc irq_desc for 22 on node -1
[ 2.051801] alloc kstat_irqs on node -1
[ 2.051812] pata_acpi 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 2.396722] kjournald starting. Commit interval 5 seconds
[ 2.396896] EXT3-fs: mounted filesystem with ordered data mode.
[ 2.498616] type=1404 audit(1249401585.498:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 2.615276] SELinux: 8192 avtab hash slots, 113752 rules.
[ 2.649298] SELinux: 8192 avtab hash slots, 113752 rules.
[ 2.798146] SELinux: 8 users, 11 roles, 2611 types, 123 bools, 1 sens, 1024 cats
[ 2.798154] SELinux: 73 classes, 113752 rules
[ 2.802796] SELinux: class kernel_service not defined in policy
[ 2.802826] SELinux: permission open in class sock_file not defined in policy
[ 2.803194] SELinux: the above unknown classes and permissions will be allowed
[ 2.803198] SELinux: Completing initialization.
[ 2.803201] SELinux: Setting up existing superblocks.
[ 2.817445] SELinux: initialized (dev sda2, type ext3), uses xattr
[ 2.817746] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2.819547] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
[ 2.819574] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 2.819697] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 2.819831] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
[ 2.819844] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 2.819988] SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
[ 2.820024] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2.820165] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 2.820220] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 2.820273] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 2.820894] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 2.820920] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 2.822197] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 2.822313] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 2.822514] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 2.829871] type=1403 audit(1249401585.829:3): policy loaded auid=4294967295 ses=4294967295
[ 7.891315] udevd version 127 started
[ 8.582684] sata_sil 0000:00:11.0: version 2.4
[ 8.583819] scsi2 : sata_sil
[ 8.604665] scsi3 : sata_sil
[ 8.604833] ata3: SATA max UDMA/100 mmio m512@0xfe02f000 tf 0xfe02f080 irq 23
[ 8.604840] ata4: SATA max UDMA/100 mmio m512@0xfe02f000 tf 0xfe02f0c0 irq 23
[ 8.626130] scsi4 : sata_sil
[ 8.645681] scsi5 : sata_sil
[ 8.645846] ata5: SATA max UDMA/100 mmio m512@0xfe02e000 tf 0xfe02e080 irq 22
[ 8.645853] ata6: SATA max UDMA/100 mmio m512@0xfe02e000 tf 0xfe02e0c0 irq 22
[ 8.695314] ACPI: I/O resource piix4_smbus [0xb00-0xb07] conflicts with ACPI region SM00 [0xb00-0xb07]
[ 8.695320] ACPI: Device needs an ACPI driver
[ 8.695336] piix4_smbus: probe of 0000:00:14.0 failed with error -16
[ 8.911631] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 8.948147] ata3: SATA link down (SStatus 0 SControl 310)
[ 8.984098] ata5: SATA link down (SStatus 0 SControl 310)
[ 9.199804] parport_pc 00:08: reported by Plug and Play ACPI
[ 9.199996] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[ 9.254112] ata4: SATA link down (SStatus 0 SControl 310)
[ 9.559088] ata6: SATA link down (SStatus 0 SControl 310)
[ 10.034842] 8139too Fast Ethernet driver 0.9.28
[ 10.034933] alloc irq_desc for 21 on node -1
[ 10.034938] alloc kstat_irqs on node -1
[ 10.034951] 8139too 0000:02:02.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 10.035866] eth0: RealTek RTL8139 at 0xf865a000, 00:16:76:42:78:2f, IRQ 21
[ 10.293570] <6>8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 10.736530] ppdev: user-space parallel port driver
[ 11.416728] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 12.558349] device-mapper: multipath: version 1.1.0 loaded
[ 13.960335] EXT3 FS on sda2, internal journal
[ 14.624288] kjournald starting. Commit interval 5 seconds
[ 14.624605] EXT3 FS on sda5, internal journal
[ 14.624621] EXT3-fs: mounted filesystem with ordered data mode.
[ 14.633762] SELinux: initialized (dev sda5, type ext3), uses xattr
[ 14.652266] kjournald starting. Commit interval 5 seconds
[ 14.652507] EXT3 FS on sda1, internal journal
[ 14.652524] EXT3-fs: mounted filesystem with ordered data mode.
[ 14.656686] SELinux: initialized (dev sda1, type ext3), uses xattr
[ 14.657458] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 16.704122] Adding 4192956k swap on /dev/sda3. Priority:-1 extents:1 across:4192956k
[ 16.709484] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
[ 17.280597] microcode: CPU0 sig=0xf49, pf=0x10, revision=0x3
[ 17.280609] platform microcode: firmware: requesting intel-ucode/0f-04-09
[ 17.317750] Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[ 18.478232] Microcode Update Driver: v2.00 removed.
[ 18.762985] p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
[ 19.302206] NET: Registered protocol family 10
[ 19.302821] lo: Disabled Privacy Extensions
[ 19.352920] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 21.353457] RPC: Registered udp transport module.
[ 21.353465] RPC: Registered tcp transport module.
[ 21.361118] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
[ 28.063471] Bluetooth: Core ver 2.15
[ 28.065383] NET: Registered protocol family 31
[ 28.065388] Bluetooth: HCI device and connection manager initialized
[ 28.065560] Bluetooth: HCI socket layer initialized
[ 28.180662] Bluetooth: L2CAP ver 2.13
[ 28.180668] Bluetooth: L2CAP socket layer initialized
[ 28.285582] Bluetooth: SCO (Voice Link) ver 0.6
[ 28.285589] Bluetooth: SCO socket layer initialized
[ 28.382197] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 28.382204] Bluetooth: BNEP filters: protocol multicast
[ 28.589101] Bridge firewalling registered
[ 29.712375] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 40.345034] eth0: no IPv6 routers present
[ 40.865357] virbr0: starting userspace STP failed, starting kernel STP
[ 42.038322] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 42.038796] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 42.045956] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 42.047230] lo: Disabled Privacy Extensions
[ 42.047336] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 43.541713] alloc irq_desc for 17 on node -1
[ 43.541720] alloc kstat_irqs on node -1
[ 43.541735] pci 0000:01:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 43.861466] [drm] Initialized drm 1.1.0 20060810
[ 44.042682] [drm] Initialized radeon 1.30.0 20080528 for 0000:01:05.0 on minor 0
[ 44.583030] [drm] Setting GART location based on new memory map
[ 44.583476] [drm] Loading R300 Microcode
[ 44.583517] [drm] Num pipes: 3
[ 44.583526] [drm] writeback test succeeded in 1 usecs
[ 51.371021] virbr0: no IPv6 routers present
[ 61.715288] fuse init (API version 7.12)
[ 61.748081] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts