Here is the output of lspci -nn:

00:00.0 Host bridge [0600]: Intel Corporation 82865G/PE/P DRAM
Controller/Host-Hub Interface [8086:2570] (rev 02)
00:02.0 Display controller [0380]: Intel Corporation 82865G Integrated
Graphics Controller [8086:2572] (rev 02)
00:06.0 System peripheral [0880]: Intel Corporation 82865G/PE/P
Processor to I/O Memory Interface [8086:2576] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R)
USB UHCI Controller #1 [8086:24d2] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R)
USB UHCI Controller #2 [8086:24d4] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R)
USB UHCI Controller #3 [8086:24d7] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R)
USB UHCI Controller #4 [8086:24de] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R)
USB2 EHCI Controller [8086:24dd] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge
[8086:244e] (rev c2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC
Interface Bridge [8086:24d0] (rev 02)
00:1f.2 IDE interface [0101]: Intel Corporation 82801EB (ICH5) SATA
Controller [8086:24d1] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus
Controller [8086:24d3] (rev 02)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801EB/ER
(ICH5/ICH5R) AC'97 Audio Controller [8086:24d5] (rev 02)
03:08.0 Ethernet controller [0200]: Intel Corporation 82562EZ 10/100
Ethernet Controller [8086:1050] (rev 02)
03:0a.0 VGA compatible controller [0300]: Avance Logic Inc. ALG-2302
[4005:2302]
03:0c.0 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB
1.1 Controller [1106:3038] (rev 50)
03:0c.1 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB
1.1 Controller [1106:3038] (rev 50)
03:0c.2 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0
[1106:3104] (rev 51)

A (bit cleaned - drives, peripherals) dmesg is attached.

rmmod/modprobe does not show any errors - neither on STDERR, nor in syslog:

Only on rmmod the following line is added to dmesg:
# rmmod i915
[...] [drm] Module unloaded

# modprobe -v i915
insmod /lib/modules/2.6.32-5-686/kernel/drivers/gpu/drm/i915/i915.ko
modeset=1

Tempura.

On Sun, 9 Oct 2011 12:38:56 +0200, Daniel Vetter wrote:
> On Sun, Oct 09, 2011 at 11:34:57AM +0200, Tempura San wrote:
>> According to sysfs, agpgart-intel is only bound to the device:
>> 00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM
>> Controller/Host-Hub Interface (rev 02)
> That's actually how it should be.
>
>> In case the BIOS did not do the setup right, is there any way to
>> (re-)initialise it in a running system?
> I'm not sure what's going wrong. Can you attach full dmesg and lspci -nn?
> Also, what error-code does modprobe return when you try to manually
> (re-)load the i915 module?
> -Daniel
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-35squeeze2) 
(da...@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Fri Sep 9 
20:51:05 UTC 2011
[    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: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003df70000 (usable)
[    0.000000]  BIOS-e820: 000000003df70000 - 000000003df7a000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003df7a000 - 000000003df80000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003df80000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000] DMI present.
[    0.000000] last_pfn = 0x3df70 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-C7FFF write-protect
[    0.000000]   C8000-E3FFF uncachable
[    0.000000]   E4000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 03DF80000 mask FFFF80000 uncachable
[    0.000000]   2 base 03E000000 mask FFE000000 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 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037000000 page 2M
[    0.000000]  0037000000 - 00373fe000 page 4k
[    0.000000] kernel direct mapping tables up to 373fe000 @ 7000-d000
[    0.000000] RAMDISK: 2de02000 - 2e7d3204
[    0.000000] ACPI: RSDP 000f64a0 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 3df7509c 00038 (v01 PTLTD    RSDT   060400D0  LTP 
00000000)
[    0.000000] ACPI: FACP 3df79e93 00074 (v01 IBM    THINKCEN 060400D0 PTL  
00000001)
[    0.000000] ACPI: DSDT 3df750d4 04DBF (v01    IBM THINKCEN 060400D0 MSFT 
0100000E)
[    0.000000] ACPI: FACS 3df7afc0 00040
[    0.000000] ACPI: TCPA 3df79f07 00032 (v01 IBM    THINKCEN 060400D0 PTL  
00000001)
[    0.000000] ACPI: APIC 3df79f39 00068 (v01 PTLTD  ? APIC   060400D0  LTP 
00000000)
[    0.000000] ACPI: BOOT 3df79fa1 00028 (v01 PTLTD  $SBFTBL$ 060400D0  LTP 
00000001)
[    0.000000] ACPI: SSDT 3df79fc9 00037 (v01 PTLTD  ACPIHT   060400D0  LTP 
00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 107MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 0 - 373fe000
[    0.000000]   node 0 low ram: 00000000 - 373fe000
[    0.000000]   node 0 bootmap 00009000 - 0000fe80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 
- 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 
- 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 
- 0000007000]
[    0.000000]   #3 [0001000000 - 00014ccbd4]    TEXT DATA BSS ==> [0001000000 
- 00014ccbd4]
[    0.000000]   #4 [002de02000 - 002e7d3204]          RAMDISK ==> [002de02000 
- 002e7d3204]
[    0.000000]   #5 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 
- 0000100000]
[    0.000000]   #6 [00014cd000 - 00014d3108]              BRK ==> [00014cd000 
- 00014d3108]
[    0.000000]   #7 [0000007000 - 0000009000]          PGTABLE ==> [0000007000 
- 0000009000]
[    0.000000]   #8 [0000009000 - 0000010000]          BOOTMAP ==> [0000009000 
- 0000010000]
[    0.000000] found SMP MP-table at [c00f63f0] f63f0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x0003df70
[    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 -> 0x0003df70
[    0.000000] On node 0 totalpages: 253711
[    0.000000] free_area_init_node: node 0, pgdat c13b4860, node_mem_map 
c14d5000
[    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: 1736 pages used for memmap
[    0.000000]   Normal zone: 220470 pages, LIFO batch:31
[    0.000000]   HighMem zone: 215 pages used for memmap
[    0.000000]   HighMem zone: 27291 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    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[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    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] 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 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 
40000000:bec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2000000 s34328 r0 d23016 u2097152
[    0.000000] pcpu-alloc: s34328 r0 d23016 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 251728
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686 
root=UUID=a13b579f-2af9-418f-bf25-63e7ca8ffe07 ro
[    0.000000] PID hash table entries: 4096 (order: 2, 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 (000373fe:0003df70)
[    0.000000] Memory: 990472k/1015232k available (2503k kernel code, 23896k 
reserved, 1329k data, 380k init, 110024k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
[    0.000000]       .init : 0xc13bf000 - 0xc141e000   ( 380 kB)
[    0.000000]       .data : 0xc1271d79 - 0xc13be480   (1329 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1271d79   (2503 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=2, 
Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2992.394 MHz processor.
[    0.004005] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 5984.78 BogoMIPS (lpj=11969576)
[    0.004140] Security Framework initialized
[    0.004203] SELinux:  Disabled at boot.
[    0.004266] Mount-cache hash table entries: 512
[    0.004474] Initializing cgroup subsys ns
[    0.004536] Initializing cgroup subsys cpuacct
[    0.004597] Initializing cgroup subsys devices
[    0.004657] Initializing cgroup subsys freezer
[    0.004716] Initializing cgroup subsys net_cls
[    0.004800] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.004898] CPU: L2 cache: 512K
[    0.004954] CPU: Physical Processor ID: 0
[    0.005011] CPU: Processor Core ID: 0
[    0.005070] mce: CPU supports 4 MCE banks
[    0.005131] Disabling lock debugging due to kernel taint
[    0.005200] CPU0: Thermal monitoring enabled (TM1)
[    0.005269] Performance Events: no PMU driver, software events only.
[    0.005374] Checking 'hlt' instruction... OK.
[    0.021276] ACPI: Core revision 20090903
[    0.028312] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.028727] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.068830] CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
[    0.072001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.008000] Initializing CPU#1
[    0.008000] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.008000] CPU: L2 cache: 512K
[    0.008000] CPU: Physical Processor ID: 0
[    0.008000] CPU: Processor Core ID: 0
[    0.008000] CPU1: Thermal monitoring handled by SMI
[    0.156133] CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
[    0.156556] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.160126] Brought up 2 CPUs
[    0.160186] Total of 2 processors activated (11970.18 BogoMIPS).
[    0.160603] CPU0 attaching sched-domain:
[    0.160608]  domain 0: span 0-1 level SIBLING
[    0.160612]   groups: 0 (cpu_power = 589) 1 (cpu_power = 589)
[    0.160620]   domain 1: span 0-1 level MC
[    0.160624]    groups: 0-1 (cpu_power = 1178)
[    0.160630] CPU1 attaching sched-domain:
[    0.160633]  domain 0: span 0-1 level SIBLING
[    0.160636]   groups: 1 (cpu_power = 589) 0 (cpu_power = 589)
[    0.160642]   domain 1: span 0-1 level MC
[    0.160645]    groups: 0-1 (cpu_power = 1178)
[    0.160760] devtmpfs: initialized
[    0.160760] regulator: core version 0.5
[    0.160760] NET: Registered protocol family 16
[    0.160760] ACPI: bus type pci registered
[    0.160810] PCI: PCI BIOS revision 2.10 entry at 0xfd98d, last bus=3
[    0.160872] PCI: Using configuration type 1 for base access
[    0.161314] bio: create slab <bio-0> at 0
[    0.164512] ACPI: EC: Look up EC in DSDT
[    0.182044] ACPI: Interpreter enabled
[    0.182108] ACPI: (supports S0 S1 S3 S4 S5)
[    0.182380] ACPI: Using IOAPIC for interrupt routing
[    0.209213] ACPI: No dock devices found.
[    0.210559] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.210662] pci 0000:00:00.0: Enabling MCH 'Overflow' Device
[    0.210732] pci 0000:00:00.0: reg 10 32bit mmio pref: [0xe0000000-0xefffffff]
[    0.210797] pci 0000:00:02.0: reg 10 32bit mmio pref: [0xd8000000-0xdfffffff]
[    0.210804] pci 0000:00:02.0: reg 14 32bit mmio: [0xd0080000-0xd00fffff]
[    0.210810] pci 0000:00:02.0: reg 18 io port: [0x1890-0x1897]
[    0.210858] pci 0000:00:06.0: reg 10 32bit mmio: [0xfecf0000-0xfecf0fff]
[    0.210948] pci 0000:00:1d.0: reg 20 io port: [0x1800-0x181f]
[    0.211001] pci 0000:00:1d.1: reg 20 io port: [0x1820-0x183f]
[    0.211054] pci 0000:00:1d.2: reg 20 io port: [0x1840-0x185f]
[    0.211107] pci 0000:00:1d.3: reg 20 io port: [0x1860-0x187f]
[    0.211168] pci 0000:00:1d.7: reg 10 32bit mmio: [0xd0000000-0xd00003ff]
[    0.211226] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.211291] pci 0000:00:1d.7: PME# disabled
[    0.211435] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    0.211443] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 
ACPI/GPIO/TCO
[    0.211522] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
[    0.212028] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]
[    0.212035] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
[    0.212041] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
[    0.212048] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
[    0.212055] pci 0000:00:1f.2: reg 20 io port: [0x1880-0x188f]
[    0.212107] pci 0000:00:1f.3: reg 20 io port: [0x18a0-0x18bf]
[    0.212150] pci 0000:00:1f.5: reg 10 io port: [0x1c00-0x1cff]
[    0.212157] pci 0000:00:1f.5: reg 14 io port: [0x18c0-0x18ff]
[    0.212164] pci 0000:00:1f.5: reg 18 32bit mmio: [0xd0000800-0xd00009ff]
[    0.212172] pci 0000:00:1f.5: reg 1c 32bit mmio: [0xd0000400-0xd00004ff]
[    0.212201] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.212265] pci 0000:00:1f.5: PME# disabled
[    0.212370] pci 0000:03:08.0: reg 10 32bit mmio: [0xd0100000-0xd0100fff]
[    0.212378] pci 0000:03:08.0: reg 14 io port: [0x2000-0x203f]
[    0.212414] pci 0000:03:08.0: supports D1 D2
[    0.212417] pci 0000:03:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.212482] pci 0000:03:08.0: PME# disabled
[    0.212568] pci 0000:03:0a.0: reg 10 32bit mmio: [0xd0200000-0xd03fffff]
[    0.212605] pci 0000:03:0a.0: reg 30 32bit mmio pref: [0x000000-0x007fff]
[    0.212665] pci 0000:03:0c.0: reg 20 io port: [0x2040-0x205f]
[    0.212691] pci 0000:03:0c.0: PME# supported from D0 D3hot D3cold
[    0.212756] pci 0000:03:0c.0: PME# disabled
[    0.212860] pci 0000:03:0c.1: reg 20 io port: [0x2060-0x207f]
[    0.212887] pci 0000:03:0c.1: PME# supported from D0 D3hot D3cold
[    0.212950] pci 0000:03:0c.1: PME# disabled
[    0.213036] pci 0000:03:0c.2: reg 10 32bit mmio: [0xd0101000-0xd01010ff]
[    0.213078] pci 0000:03:0c.2: PME# supported from D0 D3hot D3cold
[    0.213142] pci 0000:03:0c.2: PME# disabled
[    0.213237] pci 0000:00:1e.0: transparent bridge
[    0.213298] pci 0000:00:1e.0: bridge io port: [0x2000-0x2fff]
[    0.213303] pci 0000:00:1e.0: bridge 32bit mmio: [0xd0100000-0xd03fffff]
[    0.213315] pci_bus 0000:00: on NUMA node 0
[    0.213321] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.213459] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SLOT._PRT]
[    0.292239] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.292865] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.293486] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.294106] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[    0.294730] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.295356] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.295983] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.297860] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.298504] vgaarb: device added: 
PCI:0000:03:0a.0,decodes=io+mem,owns=io+mem,locks=none
[    0.298586] vgaarb: loaded
[    0.298671] PCI: Using ACPI for IRQ routing
[    0.298671] hpet clockevent registered
[    0.298671] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.298671] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.298671] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.304026] Switching to clocksource tsc
[    0.305705] pnp: PnP ACPI init
[    0.305786] ACPI: bus type pnp registered
[    0.332870] pnp: PnP ACPI: found 12 devices
[    0.332932] ACPI: ACPI bus type pnp unregistered
[    0.332993] PnPBIOS: Disabled by ACPI PNP
[    0.333073] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    0.333136] system 00:01: ioport range 0x800-0x87f has been reserved
[    0.333199] system 00:01: ioport range 0x1000-0x107f has been reserved
[    0.333262] system 00:01: ioport range 0x1100-0x111f has been reserved
[    0.333325] system 00:01: ioport range 0x1180-0x11bf has been reserved
[    0.333389] system 00:01: ioport range 0xe000-0xe00f has been reserved
[    0.333453] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    0.333516] system 00:01: ioport range 0xfe10-0xfe11 has been reserved
[    0.333582] system 00:01: iomem range 0xfed20000-0xfed8ffff has been reserved
[    0.333646] system 00:01: iomem range 0xfed90000-0xfed903ff has been reserved
[    0.368573] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[    0.368638] pci 0000:00:1e.0:   IO window: 0x2000-0x2fff
[    0.368703] pci 0000:00:1e.0:   MEM window: 0xd0100000-0xd03fffff
[    0.368768] pci 0000:00:1e.0:   PREFETCH window: 0x40000000-0x400fffff
[    0.368844] pci 0000:00:1e.0: setting latency timer to 64
[    0.368850] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.368853] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.368857] pci_bus 0000:03: resource 0 io:  [0x2000-0x2fff]
[    0.368860] pci_bus 0000:03: resource 1 mem: [0xd0100000-0xd03fffff]
[    0.368864] pci_bus 0000:03: resource 2 pref mem [0x40000000-0x400fffff]
[    0.368867] pci_bus 0000:03: resource 3 io:  [0x00-0xffff]
[    0.368871] pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffff]
[    0.368912] NET: Registered protocol family 2
[    0.369076] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.369557] TCP established hash table entries: 131072 (order: 8, 1048576 
bytes)
[    0.370245] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.370879] TCP: Hash tables configured (established 131072 bind 65536)
[    0.370946] TCP reno registered
[    0.371180] NET: Registered protocol family 1
[    0.371464] pci 0000:03:08.0: Firmware left e100 interrupts enabled; 
disabling
[    0.371545] pci 0000:03:0a.0: Boot video device
[    0.371653] Unpacking initramfs...
[    0.710374] Freeing initrd memory: 10052k freed
[    0.720482] Simple Boot Flag at 0x35 set to 0x1
[    0.720822] audit: initializing netlink socket (disabled)
[    0.720897] type=2000 audit(1318090498.719:1): initialized
[    0.723808] highmem bounce pool size: 64 pages
[    0.723875] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.725695] VFS: Disk quotas dquot_6.5.2
[    0.725828] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.725975] msgmni has been set to 1740
[    0.726307] alg: No test for stdrng (krng)
[    0.726441] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
253)
[    0.726519] io scheduler noop registered
[    0.726576] io scheduler anticipatory registered
[    0.726634] io scheduler deadline registered
[    0.726734] io scheduler cfq registered (default)
[    0.727003] isapnp: Scanning for PnP cards...
[    1.080810] isapnp: No Plug & Play device found
[    1.082606] Linux agpgart interface v0.103
[    1.082764] agpgart-intel 0000:00:00.0: Intel 865 Chipset
[    1.083011] agpgart-intel 0000:00:00.0: detected 32636K stolen memory
[    1.089198] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xd8000000
[    1.089353] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.089515] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.089971] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.090200] PNP: No PS/2 controller found. Probing ports directly.
[    1.091969] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.092037] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.092189] mice: PS/2 mouse device common for all mice
[    1.092293] rtc_cmos 00:04: RTC can wake from S4
[    1.092398] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.092479] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.092554] cpuidle: using governor ladder
[    1.092612] cpuidle: using governor menu
[    1.092673] No iBFT detected.
[    1.093205] TCP cubic registered
[    1.093404] NET: Registered protocol family 10
[    1.094499] Mobile IPv6
[    1.094556] NET: Registered protocol family 17
[    1.094636] Using IPI No-Shortcut mode
[    1.094791] PM: Resume from disk failed.
[    1.094805] registered taskstats version 1
[    1.095150] rtc_cmos 00:04: setting system clock to 2011-10-08 16:14:59 UTC 
(1318090499)
[    1.095289] Initalizing network drop monitor service
[    1.095378] Freeing unused kernel memory: 380k freed
[    1.095822] Write protecting the kernel text: 2504k
[    1.095912] Write protecting the kernel read-only data: 924k
[    1.129077] udev[59]: starting version 164
[    1.340238] usbcore: registered new interface driver usbfs
[    1.340342] usbcore: registered new interface driver hub
[    1.341216] usbcore: registered new device driver usb
[    1.362251] SCSI subsystem initialized
[    1.368955] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    1.369028] e100: Copyright(c) 1999-2006 Intel Corporation
[    1.369174] e100 0000:03:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.373978] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.374098] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    1.374187] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.374201] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.374520] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus 
number 1
[    1.374644] ehci_hcd 0000:00:1d.7: debug port 1
[    1.378604] ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported
[    1.378631] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd0000000
[    1.392861] e100 0000:03:08.0: PME# disabled
[    1.394171] e100: eth0: e100_probe: addr 0xd0100000, irq 20, MAC addr 
00:0d:60:ac:18:9d
[    1.416929] uhci_hcd: USB Universal Host Controller Interface driver
[    1.416949] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.417046] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.417056] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.417063] usb usb1: Product: EHCI Host Controller
[    1.417067] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    1.417075] usb usb1: SerialNumber: 0000:00:1d.7
[    1.417493] usb usb1: configuration #1 chosen from 1 choice
[    1.418089] hub 1-0:1.0: USB hub found
[    1.418168] hub 1-0:1.0: 8 ports detected
[    1.418420] ehci_hcd 0000:03:0c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    1.418508] ehci_hcd 0000:03:0c.2: EHCI Host Controller
[    1.418590] ehci_hcd 0000:03:0c.2: new USB bus registered, assigned bus 
number 2
[    1.418732] ehci_hcd 0000:03:0c.2: irq 22, io mem 0xd0101000
[    1.418837] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.418910] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.418915] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.418988] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus 
number 3
[    1.419097] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001800
[    1.419217] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.419283] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.419360] usb usb3: Product: UHCI Host Controller
[    1.419421] usb usb3: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.419484] usb usb3: SerialNumber: 0000:00:1d.0
[    1.419803] usb usb3: configuration #1 chosen from 1 choice
[    1.419980] hub 3-0:1.0: USB hub found
[    1.420080] hub 3-0:1.0: 2 ports detected
[    1.420237] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.420310] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.420316] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.420396] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus 
number 4
[    1.420508] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[    1.420621] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.420686] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.420766] usb usb4: Product: UHCI Host Controller
[    1.420829] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.420891] usb usb4: SerialNumber: 0000:00:1d.1
[    1.421852] usb usb4: configuration #1 chosen from 1 choice
[    1.422573] thermal LNXTHERM:01: registered as thermal_zone0
[    1.423110] ACPI: Thermal Zone [THM0] (57 C)
[    1.423917] libata version 3.00 loaded.
[    1.424521] hub 4-0:1.0: USB hub found
[    1.424605] hub 4-0:1.0: 2 ports detected
[    1.424782] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.424859] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.424865] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.424941] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus 
number 5
[    1.425066] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[    1.425184] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.425250] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.425328] usb usb5: Product: UHCI Host Controller
[    1.425389] usb usb5: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.425452] usb usb5: SerialNumber: 0000:00:1d.2
[    1.425763] usb usb5: configuration #1 chosen from 1 choice
[    1.425939] hub 5-0:1.0: USB hub found
[    1.426011] hub 5-0:1.0: 2 ports detected
[    1.426159] uhci_hcd 0000:00:1d.3: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.426232] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.426238] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.426310] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus 
number 6
[    1.426412] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860
[    1.426524] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.426589] usb usb6: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.426670] usb usb6: Product: UHCI Host Controller
[    1.426733] usb usb6: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.426796] usb usb6: SerialNumber: 0000:00:1d.3
[    1.427073] usb usb6: configuration #1 chosen from 1 choice
[    1.427257] hub 6-0:1.0: USB hub found
[    1.427327] hub 6-0:1.0: 2 ports detected
[    1.428190] ehci_hcd 0000:03:0c.2: USB 2.0 started, EHCI 0.95
[    1.429474] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.429543] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.429624] usb usb2: Product: EHCI Host Controller
[    1.429653] ata_piix 0000:00:1f.2: version 2.13
[    1.429688] ata_piix 0000:00:1f.2: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.429697] ata_piix 0000:00:1f.2: MAP [ IDE IDE P0 P1 ]
[    1.429826] usb usb2: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    1.429897] usb usb2: SerialNumber: 0000:03:0c.2
[    1.430741] usb usb2: configuration #1 chosen from 1 choice
[    1.430967] hub 2-0:1.0: USB hub found
[    1.431046] hub 2-0:1.0: 4 ports detected
[    1.431251] uhci_hcd 0000:03:0c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.431332] uhci_hcd 0000:03:0c.0: UHCI Host Controller
[    1.431410] uhci_hcd 0000:03:0c.0: new USB bus registered, assigned bus 
number 7
[    1.431528] uhci_hcd 0000:03:0c.0: irq 20, io base 0x00002040
[    1.431644] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.431709] usb usb7: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.431789] usb usb7: Product: UHCI Host Controller
[    1.431854] usb usb7: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.431919] usb usb7: SerialNumber: 0000:03:0c.0
[    1.432316] usb usb7: configuration #1 chosen from 1 choice
[    1.432528] hub 7-0:1.0: USB hub found
[    1.432604] hub 7-0:1.0: 2 ports detected
[    1.432788] uhci_hcd 0000:03:0c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.432864] uhci_hcd 0000:03:0c.1: UHCI Host Controller
[    1.432943] uhci_hcd 0000:03:0c.1: new USB bus registered, assigned bus 
number 8
[    1.433066] uhci_hcd 0000:03:0c.1: irq 21, io base 0x00002060
[    1.433191] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.433258] usb usb8: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.433339] usb usb8: Product: UHCI Host Controller
[    1.433400] usb usb8: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    1.433474] usb usb8: SerialNumber: 0000:03:0c.1
[    1.434143] usb usb8: configuration #1 chosen from 1 choice
[    1.434376] hub 8-0:1.0: USB hub found
[    1.434459] hub 8-0:1.0: 2 ports detected
[    1.584034] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.584138] scsi0 : ata_piix
[    1.584363] scsi1 : ata_piix
...
[    1.972429] usb 1-5: New USB device found, idVendor=050d, idProduct=0234
[    1.972493] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.972685] usb 1-5: configuration #1 chosen from 1 choice
[    1.972945] hub 1-5:1.0: USB hub found
[    1.973192] hub 1-5:1.0: 4 ports detected
...
[    2.129076] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.130081] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    2.130281] sd 1:0:0:0: Attached scsi generic sg2 type 0
[    2.276028] usb 4-2: new full speed USB device using uhci_hcd and address 2
[    2.504493] usb 4-2: New USB device found, idVendor=041e, idProduct=4011
[    2.504560] usb 4-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.504756] usb 4-2: configuration #1 chosen from 1 choice
[    2.744024] usb 5-2: new low speed USB device using uhci_hcd and address 2
[    2.825245] device-mapper: uevent: version 1.0.3
[    2.825580] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: 
dm-de...@redhat.com
[    2.876721] kjournald starting.  Commit interval 5 seconds
[    2.876749] EXT3-fs: mounted filesystem with ordered data mode.
...
[    4.493938] udev[361]: starting version 164
[    4.714978] usbcore: registered new interface driver hiddev
...
[    4.792773] usbcore: registered new interface driver usblp
[    4.802375] Initializing USB Mass Storage driver...
[    4.802653] scsi2 : SCSI emulation for USB Mass Storage devices
[    4.802867] usbcore: registered new interface driver usb-storage
[    4.802876] USB Mass Storage support registered.
[    4.803798] usb-storage: device found at 2
[    4.803802] usb-storage: waiting for device to settle before scanning
[    5.039595] input: Power Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/PNP0C0C:00/input/input0
[    5.039688] ACPI: Power Button [PWRB]
[    5.039865] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    5.039952] ACPI: Power Button [PWRF]
[    5.265699] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    5.287143] processor LNXCPU:00: registered as cooling_device0
[    5.289786] processor LNXCPU:01: registered as cooling_device1
[    5.353072] Linux video capture interface: v2.00
...
[    5.778628] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 
17
[    5.778719] ACPI: I/O resource 0000:00:1f.3 [0x18a0-0x18bf] conflicts with 
ACPI region SMBR [0x18a0-0x18a7]
[    5.778804] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[    5.779580] input: PWC snapshot button as 
/devices/pci0000:00/0000:00:1d.1/usb4/4-2/input/input3
[    5.779819] usbcore: registered new interface driver Philips webcam
[    5.787577] parport_pc 00:0b: reported by Plug and Play ACPI
[    5.787705] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    5.790499] intel_rng: Firmware space is locked read-only. If you can't or
[    5.790502] intel_rng: don't want to disable this in firmware setup, and if
[    5.790504] intel_rng: you are certain that your system has a functional
[    5.790506] intel_rng: RNG, try using the 'no_fwh_detect' option.
...
[    6.263215] usbcore: registered new interface driver usbhid
[    6.263631] usbhid: v2.6:USB HID core driver
[    6.288511] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    6.785739] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.040197] Bluetooth: Core ver 2.15
[    7.040360] NET: Registered protocol family 31
[    7.040426] Bluetooth: HCI device and connection manager initialized
[    7.040497] Bluetooth: HCI socket layer initialized
[    7.078250] Intel ICH 0000:00:1f.5: PCI INT B -> GSI 17 (level, low) -> IRQ 
17
[    7.078408] Intel ICH 0000:00:1f.5: setting latency timer to 64
[    7.083405] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    7.084204] usbcore: registered new interface driver btusb
[    7.500023] intel8x0_measure_ac97_clock: measured 54809 usecs (2641 samples)
[    7.500090] intel8x0: clocking to 48000
[    8.882572] EXT3 FS on sda2, internal journal
[    9.441805] padlock: VIA PadLock not detected.
[    9.802937] usb-storage: device scan complete
[    9.815724] scsi 2:0:0:0: Direct-Access     Lexmark  USB Mass Storage  200 
PQ: 0 ANSI: 0
[    9.816831] sd 2:0:0:0: Attached scsi generic sg3 type 0
[    9.875693] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[    9.951151] loop: module loaded
[   10.741103] Adding 2008084k swap on /dev/dm-0.  Priority:-1 extents:1 
across:2008084k 
...
[   14.246160] Bridge firewalling registered
[   14.253274] device eth0 entered promiscuous mode
[   14.274053] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.277156] e100: eth0 NIC Link is Up 100 Mbps Full Duplex
[   14.281489] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   14.283269] br0: port 1(eth0) entering learning state
[   23.280011] br0: port 1(eth0) entering forwarding state
[   24.556016] eth0: no IPv6 routers present
[   24.744006] br0: no IPv6 routers present
[   29.008336] RPC: Registered udp transport module.
[   29.008419] RPC: Registered tcp transport module.
[   29.008481] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   29.065002] Slow work thread pool: Starting up
[   29.065184] Slow work thread pool: Ready
[   29.065357] FS-Cache: Loaded
[   29.115283] FS-Cache: Netfs 'nfs' registered for caching
[   29.139825] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[   29.480608] ip_tables: (C) 2000-2006 Netfilter Core Team
[   29.536642] nf_conntrack version 0.5.0 (15646 buckets, 62584 max)
[   29.537371] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please 
use
[   29.537456] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module 
option or
[   29.537537] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[   29.545844] fuse init (API version 7.13)
[   29.944564] ttyS1: LSR safety check engaged!
[   29.945896] ttyS1: LSR safety check engaged!
[   33.928139] ttyS1: LSR safety check engaged!
[   37.126605] tun: Universal TUN/TAP device driver, 1.6
[   37.126689] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com>
[   37.854737] device tap0 entered promiscuous mode
[   37.856279] br0: port 2(tap0) entering learning state
[   41.736101] [drm] Initialized drm 1.1.0 20060810
[   44.089133] Bluetooth: L2CAP ver 2.14
[   44.089202] Bluetooth: L2CAP socket layer initialized
[   44.349936] Bluetooth: RFCOMM TTY layer initialized
[   44.350010] Bluetooth: RFCOMM socket layer initialized
[   44.350076] Bluetooth: RFCOMM ver 1.11
[   44.367196] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   44.367270] Bluetooth: BNEP filters: protocol multicast
[   44.440508] Bluetooth: SCO (Voice Link) ver 0.6
[   44.440579] Bluetooth: SCO socket layer initialized
[   46.857034] br0: port 2(tap0) entering forwarding state
[   46.873242] lp0: using parport0 (interrupt-driven).
[   46.904003] ppdev: user-space parallel port driver
[   48.780010] tap0: no IPv6 routers present
...
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to