All of lore.kernel.org
 help / color / mirror / Atom feed
* i915 module does not find 82865G if configured as secondary
@ 2011-10-08 15:25 Tempura San
  2011-10-08 16:33 ` Felix Miata
  2011-10-08 19:37 ` Dave Airlie
  0 siblings, 2 replies; 17+ messages in thread
From: Tempura San @ 2011-10-08 15:25 UTC (permalink / raw)
  To: intel-gfx

Hi everybody,

I want to set up the following configuration:

Primary display:
00:02.0 Display controller: Intel Corporation 82865G Integrated Graphics
Controller (rev 02)

Secondary display:
03:0a.0 VGA compatible controller: Avance Logic Inc. ALG-2302

The 82865G is onboard, but via BIOS the other (PCI) card is activated.
In the end I would like to run Xorg on the 82865G card and keep the
console output on the PCI card.

But Xorg is not able to locate the card. I (think I) tracked the problem
down to the i915 module as it is not finding the card if it is not the
active one and the Xorg module relies on the DRM driver.

82865G as primary:
[drm] Initialized drm 1.1.0 20060810
[drm] set up 31M of stolen space
[drm] initialized overlay support
fb0: inteldrmfb frame buffer device
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

82865G as secondary:
[drm] Initialized drm 1.1.0 20060810

...and nothing else.

With lspci -v the 82865G (as secondary) is listed like:

00:02.0 Display controller: Intel Corporation 82865G Integrated Graphics
Controller (rev 02)
	Subsystem: IBM Device 0285
	Flags: fast devsel, IRQ 11
	Memory at d8000000 (32-bit, prefetchable) [disabled] [size=128M]
	Memory at d0080000 (32-bit, non-prefetchable) [disabled] [size=512K]
	I/O ports at 1890 [disabled] [size=8]
	Capabilities: [d0] Power Management version 1

I tried to enable the card by doing
# echo 1 > /sys/bus/pci/devices/0000\:00\:02.0/enable

In dmesg the following lines are printed:
...
pci 0000:00:02.0: enabling device (0000 -> 0003)
pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16

But even after rmmod'ing the kernel modules nothing is printed except:
[drm] Module unloaded
[drm] Initialized drm 1.1.0 20060810

I am running the current stock Debian Squeeze (kernel 2.6.32-5-686).

So my question is: why is the card not recognised? Am I missing something?

Maybe the configuration I want to run is not possible?

Any help would be great!

Thank you & Cheers,
Tempura

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-08 15:25 i915 module does not find 82865G if configured as secondary Tempura San
@ 2011-10-08 16:33 ` Felix Miata
  2011-10-09  9:52   ` Tempura San
  2011-10-08 19:37 ` Dave Airlie
  1 sibling, 1 reply; 17+ messages in thread
From: Felix Miata @ 2011-10-08 16:33 UTC (permalink / raw)
  To: intel-gfx

On 2011/10/08 17:25 (GMT+0200) Tempura San composed:

> The 82865G is onboard, but via BIOS the other (PCI) card is activated.
> In the end I would like to run Xorg on the 82865G card and keep the
> console output on the PCI card.

Does your PC's BIOS setup not permit to assign priority to the onboard 865 
chip? Is that ALG-2302 really a PCI card, or is it PCIe?
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

  Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-08 15:25 i915 module does not find 82865G if configured as secondary Tempura San
  2011-10-08 16:33 ` Felix Miata
@ 2011-10-08 19:37 ` Dave Airlie
  2011-10-09  9:34   ` Tempura San
  1 sibling, 1 reply; 17+ messages in thread
From: Dave Airlie @ 2011-10-08 19:37 UTC (permalink / raw)
  To: Tempura San; +Cc: intel-gfx

> Secondary display:
> 03:0a.0 VGA compatible controller: Avance Logic Inc. ALG-2302
>
> The 82865G is onboard, but via BIOS the other (PCI) card is activated.
> In the end I would like to run Xorg on the 82865G card and keep the
> console output on the PCI card.

The problem is I don't think the system BIOS inits the secondary 865
card in this case, or assigns it any stolen memory. Does the intel-agp
driver bind to it?

Dave.

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-08 19:37 ` Dave Airlie
@ 2011-10-09  9:34   ` Tempura San
  2011-10-09 10:38     ` Daniel Vetter
  0 siblings, 1 reply; 17+ messages in thread
From: Tempura San @ 2011-10-09  9:34 UTC (permalink / raw)
  To: Dave Airlie; +Cc: intel-gfx

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)

In case the BIOS did not do the setup right, is there any way to
(re-)initialise it in a running system?

Tempura.
>> Secondary display:
>> 03:0a.0 VGA compatible controller: Avance Logic Inc. ALG-2302
>>
>> The 82865G is onboard, but via BIOS the other (PCI) card is activated.
>> In the end I would like to run Xorg on the 82865G card and keep the
>> console output on the PCI card.
> The problem is I don't think the system BIOS inits the secondary 865
> card in this case, or assigns it any stolen memory. Does the intel-agp
> driver bind to it?
>
> Dave.

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-08 16:33 ` Felix Miata
@ 2011-10-09  9:52   ` Tempura San
  0 siblings, 0 replies; 17+ messages in thread
From: Tempura San @ 2011-10-09  9:52 UTC (permalink / raw)
  To: intel-gfx

I can assign the internal card as primary device, but I would like to
have the PCI (not PCIe) to be the primary one.

Background: The PCI card is an old one, where I take the RAMDAC signal
to feed an old LCD panel - so the console output is visible on the LCD.
The internal card is connected via VGA connector to a regular monitor
which I want to use for Xorg.

Tempura.
> On 2011/10/08 17:25 (GMT+0200) Tempura San composed:
>
>> The 82865G is onboard, but via BIOS the other (PCI) card is activated.
>> In the end I would like to run Xorg on the 82865G card and keep the
>> console output on the PCI card.
>
> Does your PC's BIOS setup not permit to assign priority to the onboard
> 865 chip? Is that ALG-2302 really a PCI card, or is it PCIe?

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-09  9:34   ` Tempura San
@ 2011-10-09 10:38     ` Daniel Vetter
  2011-10-09 11:07       ` Tempura San
  0 siblings, 1 reply; 17+ messages in thread
From: Daniel Vetter @ 2011-10-09 10:38 UTC (permalink / raw)
  To: Tempura San; +Cc: intel-gfx

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
-- 
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-09 10:38     ` Daniel Vetter
@ 2011-10-09 11:07       ` Tempura San
  2011-10-09 12:44         ` Daniel Vetter
  0 siblings, 1 reply; 17+ messages in thread
From: Tempura San @ 2011-10-09 11:07 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx

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

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

[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 36047 bytes --]

[    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) (dannf@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-devel@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 okir@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 <maxk@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
...

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-09 11:07       ` Tempura San
@ 2011-10-09 12:44         ` Daniel Vetter
  2011-10-09 18:36           ` Chris Wilson
  2011-10-09 20:19           ` Tempura San
  0 siblings, 2 replies; 17+ messages in thread
From: Daniel Vetter @ 2011-10-09 12:44 UTC (permalink / raw)
  To: Tempura San; +Cc: intel-gfx

On Sun, Oct 09, 2011 at 01:07:25PM +0200, Tempura San wrote:
> 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)

The issue seems to be that the igd isn't a VGA pci class device anymore
when used as secondary. The below (untested) patch should allow to still
bind the i915 driver. Please test how far that gets us.

Yours, Daniel

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index ad85c13..6abb1d7 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -106,8 +106,6 @@ static struct drm_driver driver;
 extern int intel_agp_enabled;
 
 #define INTEL_VGA_DEVICE(id, info) {		\
-	.class = PCI_CLASS_DISPLAY_VGA << 8,	\
-	.class_mask = 0xff0000,			\
 	.vendor = 0x8086,			\
 	.device = id,				\
 	.subvendor = PCI_ANY_ID,		\

-- 
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-09 12:44         ` Daniel Vetter
@ 2011-10-09 18:36           ` Chris Wilson
  2011-10-09 20:20             ` Tempura San
  2011-10-10 19:06             ` Julien Cristau
  2011-10-09 20:19           ` Tempura San
  1 sibling, 2 replies; 17+ messages in thread
From: Chris Wilson @ 2011-10-09 18:36 UTC (permalink / raw)
  To: Daniel Vetter, Tempura San; +Cc: intel-gfx

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

On Sun, 9 Oct 2011 14:44:30 +0200, Daniel Vetter <daniel@ffwll.ch> wrote:
> On Sun, Oct 09, 2011 at 01:07:25PM +0200, Tempura San wrote:
> > 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)
> 
> The issue seems to be that the igd isn't a VGA pci class device anymore
> when used as secondary. The below (untested) patch should allow to still
> bind the i915 driver. Please test how far that gets us.

Note the old kernel, and probable lack of:

commit 934f992c763ae1e5eefcce8af769c16444085df7
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Thu Jan 20 13:09:12 2011 +0000

    drm/i915: Recognise non-VGA display devices
    
    Starting with SandyBridge (though possible with earlier hacked BIOSes),
    the BIOS may initialise the IGFX as secondary to a discrete GPU. Prior,
    it would simply disable the integrated GPU. So we adjust our PCI class
    mask to match any DISPLAY_CLASS device.
    
    In such a configuration, the IGFX is not a primary VGA controller and
    so should not take part in VGA arbitration, and the error return from
    vga_client_register() is expected.
    
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: stable@kernel.org

and

commit 5fe49d86f9d01044abf687a8cd21edef636d58aa
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Tue Feb 1 19:43:02 2011 +0000

    drm/i915: Only bind to function 0 of the PCI device
    
    Early chipsets (gen2/3) used function 1 as a placeholder for multi-head.
    We used to ignore these since they were not assigned to
    PCI_CLASS_DISPLAY_VGA. However with 934f992c7 we attempt to bind to all
    Intel PCI_CLASS_DISPLAY devices (and functions) to work in multi-gpu
    systems. This fails hard on gen2/3.
    
    Reported-by: Ferenc Wágner <wferi@niif.hu>
    Tested-by: Ferenc Wágner <wferi@niif.hu>
    Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=28012
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: stable@kernel.org
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-09 12:44         ` Daniel Vetter
  2011-10-09 18:36           ` Chris Wilson
@ 2011-10-09 20:19           ` Tempura San
  2011-10-10  6:55             ` Daniel Vetter
  1 sibling, 1 reply; 17+ messages in thread
From: Tempura San @ 2011-10-09 20:19 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx

I have built the module with the lines removed. Now in dmesg I get these
lines, which look better to me:

[...] pci 0000:00:02.0: enabling device (0000 -> 0003)
[...] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[...] pci 0000:00:02.0: setting latency timer to 64
[...] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

But in sysfs now the i915 does no longer show up, so I cannot check if
the driver was bound correctly.

Listing /sys/bus/pci/devices/0000:00:02.0 did not show any entries and
Xorg still does not start - same error as before.

Yours,
Tempura

On Sun, 9 Oct 2011 14:44:30 +0200, Daniel Vetter wrote:
> On Sun, Oct 09, 2011 at 01:07:25PM +0200, Tempura San wrote:
>> 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)
> The issue seems to be that the igd isn't a VGA pci class device anymore
> when used as secondary. The below (untested) patch should allow to still
> bind the i915 driver. Please test how far that gets us.
>
> Yours, Daniel
>
> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
> index ad85c13..6abb1d7 100644
> --- a/drivers/gpu/drm/i915/i915_drv.c
> +++ b/drivers/gpu/drm/i915/i915_drv.c
> @@ -106,8 +106,6 @@ static struct drm_driver driver;
>  extern int intel_agp_enabled;
>  
>  #define INTEL_VGA_DEVICE(id, info) {		\
> -	.class = PCI_CLASS_DISPLAY_VGA << 8,	\
> -	.class_mask = 0xff0000,			\
>  	.vendor = 0x8086,			\
>  	.device = id,				\
>  	.subvendor = PCI_ANY_ID,		\
>

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-09 18:36           ` Chris Wilson
@ 2011-10-09 20:20             ` Tempura San
  2011-10-10 19:06             ` Julien Cristau
  1 sibling, 0 replies; 17+ messages in thread
From: Tempura San @ 2011-10-09 20:20 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

I've integrated your patches into the i915 driver I am using.
If I just rebuild the module the result is the same as with Daniel's
suggestion.

As there is also a change in vgaarb.c - which is not a module - I need
to do a full build and check again.

If this is not fixing the behaviour either, is there a possibility to
use a recent i915 driver with this kernel?

Yours,
Tempura

On Sun, 09 Oct 2011 19:36:27 +0100, Chris Wilson wrote:
> On Sun, 9 Oct 2011 14:44:30 +0200, Daniel Vetter <daniel@ffwll.ch> wrote:
>> On Sun, Oct 09, 2011 at 01:07:25PM +0200, Tempura San wrote:
>>> 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)
>> The issue seems to be that the igd isn't a VGA pci class device anymore
>> when used as secondary. The below (untested) patch should allow to still
>> bind the i915 driver. Please test how far that gets us.
> Note the old kernel, and probable lack of:
>
> commit 934f992c763ae1e5eefcce8af769c16444085df7
> Author: Chris Wilson <chris@chris-wilson.co.uk>
> Date:   Thu Jan 20 13:09:12 2011 +0000
>
>     drm/i915: Recognise non-VGA display devices
>     
>     Starting with SandyBridge (though possible with earlier hacked BIOSes),
>     the BIOS may initialise the IGFX as secondary to a discrete GPU. Prior,
>     it would simply disable the integrated GPU. So we adjust our PCI class
>     mask to match any DISPLAY_CLASS device.
>     
>     In such a configuration, the IGFX is not a primary VGA controller and
>     so should not take part in VGA arbitration, and the error return from
>     vga_client_register() is expected.
>     
>     Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>     Cc: stable@kernel.org
>
> and
>
> commit 5fe49d86f9d01044abf687a8cd21edef636d58aa
> Author: Chris Wilson <chris@chris-wilson.co.uk>
> Date:   Tue Feb 1 19:43:02 2011 +0000
>
>     drm/i915: Only bind to function 0 of the PCI device
>     
>     Early chipsets (gen2/3) used function 1 as a placeholder for multi-head.
>     We used to ignore these since they were not assigned to
>     PCI_CLASS_DISPLAY_VGA. However with 934f992c7 we attempt to bind to all
>     Intel PCI_CLASS_DISPLAY devices (and functions) to work in multi-gpu
>     systems. This fails hard on gen2/3.
>     
>     Reported-by: Ferenc Wágner <wferi@niif.hu>
>     Tested-by: Ferenc Wágner <wferi@niif.hu>
>     Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=28012
>     Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>     Cc: stable@kernel.org
> -Chris
>

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-09 20:19           ` Tempura San
@ 2011-10-10  6:55             ` Daniel Vetter
  0 siblings, 0 replies; 17+ messages in thread
From: Daniel Vetter @ 2011-10-10  6:55 UTC (permalink / raw)
  To: Tempura San; +Cc: intel-gfx

On Sun, Oct 09, 2011 at 10:19:34PM +0200, Tempura San wrote:
> I have built the module with the lines removed. Now in dmesg I get these
> lines, which look better to me:
> 
> [...] pci 0000:00:02.0: enabling device (0000 -> 0003)
> [...] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [...] pci 0000:00:02.0: setting latency timer to 64
> [...] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
> 
> But in sysfs now the i915 does no longer show up, so I cannot check if
> the driver was bound correctly.

Yeah, now it's failing because vgaarb bails out. You need to cherry-pick
the 2 patches Chris mentioned, that should work better.

Cheers, Daniel
-- 
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-09 18:36           ` Chris Wilson
  2011-10-09 20:20             ` Tempura San
@ 2011-10-10 19:06             ` Julien Cristau
  2011-10-10 20:32               ` Tempura San
  1 sibling, 1 reply; 17+ messages in thread
From: Julien Cristau @ 2011-10-10 19:06 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

On Sun, Oct  9, 2011 at 19:36:27 +0100, Chris Wilson wrote:

> On Sun, 9 Oct 2011 14:44:30 +0200, Daniel Vetter <daniel@ffwll.ch> wrote:
> > On Sun, Oct 09, 2011 at 01:07:25PM +0200, Tempura San wrote:
> > > 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)
> > 
> > The issue seems to be that the igd isn't a VGA pci class device anymore
> > when used as secondary. The below (untested) patch should allow to still
> > bind the i915 driver. Please test how far that gets us.
> 
> Note the old kernel, and probable lack of:
> 
> commit 934f992c763ae1e5eefcce8af769c16444085df7
> Author: Chris Wilson <chris@chris-wilson.co.uk>
> Date:   Thu Jan 20 13:09:12 2011 +0000
> 
>     drm/i915: Recognise non-VGA display devices
>     
>     Starting with SandyBridge (though possible with earlier hacked BIOSes),
>     the BIOS may initialise the IGFX as secondary to a discrete GPU. Prior,
>     it would simply disable the integrated GPU. So we adjust our PCI class
>     mask to match any DISPLAY_CLASS device.
>     
>     In such a configuration, the IGFX is not a primary VGA controller and
>     so should not take part in VGA arbitration, and the error return from
>     vga_client_register() is expected.
>     
>     Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>     Cc: stable@kernel.org
> 
> and
> 
> commit 5fe49d86f9d01044abf687a8cd21edef636d58aa
> Author: Chris Wilson <chris@chris-wilson.co.uk>
> Date:   Tue Feb 1 19:43:02 2011 +0000
> 
>     drm/i915: Only bind to function 0 of the PCI device
>     
>     Early chipsets (gen2/3) used function 1 as a placeholder for multi-head.
>     We used to ignore these since they were not assigned to
>     PCI_CLASS_DISPLAY_VGA. However with 934f992c7 we attempt to bind to all
>     Intel PCI_CLASS_DISPLAY devices (and functions) to work in multi-gpu
>     systems. This fails hard on gen2/3.
>     
>     Reported-by: Ferenc W??gner <wferi@niif.hu>
>     Tested-by: Ferenc W??gner <wferi@niif.hu>
>     Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=28012
>     Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>     Cc: stable@kernel.org

I'll try to get these included into a future squeeze kernel update.
Thanks.

Cheers,
Julien

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-10 19:06             ` Julien Cristau
@ 2011-10-10 20:32               ` Tempura San
  2011-10-10 20:53                 ` Chris Wilson
  0 siblings, 1 reply; 17+ messages in thread
From: Tempura San @ 2011-10-10 20:32 UTC (permalink / raw)
  To: Julien Cristau; +Cc: intel-gfx

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

This would be great, but...

I have just tested the patches and it really messes up the system.

On the first boot I got a shell and was able to to a dmesg:
...
[   46.775935] [drm] Initialized drm 1.1.0 20060810
[   46.926398] i915 0000:00:02.0: enabling device (0000 -> 0003)
[   46.926412] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   46.926422] i915 0000:00:02.0: setting latency timer to 64
[   46.932858] [drm] set up 31M of stolen space
[   46.933087] i915 0000:00:02.0: BAR 6: can't allocate resource (bogus
alignment) [0x0-0x0] flags 0x0
[   46.933093] [drm] failed to find VBIOS tables
[   46.978294] [drm] initialized overlay support
[   47.308831] Console: switching to colour frame buffer device 160x64
[   47.308849] fb0: inteldrmfb frame buffer device
[   47.308853] registered panic notifier
[   47.308868] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on
minor 0
[   47.323940] vgaarb: this pci device is not a vga device
[   47.355806] render error detected, EIR: 0x00000010
[   47.355815] [drm:i915_handle_error] *ERROR* EIR stuck: 0x00000010,
masking
[   47.355835] render error detected, EIR: 0x00000010
[   48.112726] vgaarb: this pci device is not a vga device
[   48.568008] tap0: no IPv6 routers present
[   50.673130] lp0: using parport0 (interrupt-driven).
[   50.842153] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer
elapsed... GPU hung
[   50.842166] render error detected, EIR: 0x00000000
[   50.842200] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request
returns -5 (awaiting 1 at 0)
[   51.100509] ppdev: user-space parallel port driver
[   51.436065] EXT3-fs error (device sda2): ext3_lookup: deleted inode
referenced: 157299
[   51.436076] Aborting journal on device sda2.
[   51.436296] Remounting filesystem read-only
...

On the second boot the computer hung altogether.

Xorg seemed to initialise but ended up with this (last) line in the log
file:
(EE) intel(0): Detected a hung GPU, disabling acceleration.

I have attached the log for completeness.

So I believe for the older kernel there would be more to patch than
this... I have attached the diff of the changes I have done so far -
should be the two patches Chris had listed.

Compared against the sources from:
ii  linux-source-2.6.32                    
2.6.32-38                               Linux kernel source for version
2.6.32 with Debian patches

Were the changes I did correct? Just in case I messed things up myself...

Yours,
Tempura.

On Mon, 10 Oct 2011 21:06:27 +0200, Julien Cristau wrote:
> On Sun, Oct  9, 2011 at 19:36:27 +0100, Chris Wilson wrote:
>
>> On Sun, 9 Oct 2011 14:44:30 +0200, Daniel Vetter <daniel@ffwll.ch> wrote:
>>> On Sun, Oct 09, 2011 at 01:07:25PM +0200, Tempura San wrote:
>>>> 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)
>>> The issue seems to be that the igd isn't a VGA pci class device anymore
>>> when used as secondary. The below (untested) patch should allow to still
>>> bind the i915 driver. Please test how far that gets us.
>> Note the old kernel, and probable lack of:
>>
>> commit 934f992c763ae1e5eefcce8af769c16444085df7
>> Author: Chris Wilson <chris@chris-wilson.co.uk>
>> Date:   Thu Jan 20 13:09:12 2011 +0000
>>
>>     drm/i915: Recognise non-VGA display devices
>>     
>>     Starting with SandyBridge (though possible with earlier hacked BIOSes),
>>     the BIOS may initialise the IGFX as secondary to a discrete GPU. Prior,
>>     it would simply disable the integrated GPU. So we adjust our PCI class
>>     mask to match any DISPLAY_CLASS device.
>>     
>>     In such a configuration, the IGFX is not a primary VGA controller and
>>     so should not take part in VGA arbitration, and the error return from
>>     vga_client_register() is expected.
>>     
>>     Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>>     Cc: stable@kernel.org
>>
>> and
>>
>> commit 5fe49d86f9d01044abf687a8cd21edef636d58aa
>> Author: Chris Wilson <chris@chris-wilson.co.uk>
>> Date:   Tue Feb 1 19:43:02 2011 +0000
>>
>>     drm/i915: Only bind to function 0 of the PCI device
>>     
>>     Early chipsets (gen2/3) used function 1 as a placeholder for multi-head.
>>     We used to ignore these since they were not assigned to
>>     PCI_CLASS_DISPLAY_VGA. However with 934f992c7 we attempt to bind to all
>>     Intel PCI_CLASS_DISPLAY devices (and functions) to work in multi-gpu
>>     systems. This fails hard on gen2/3.
>>     
>>     Reported-by: Ferenc W??gner <wferi@niif.hu>
>>     Tested-by: Ferenc W??gner <wferi@niif.hu>
>>     Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=28012
>>     Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>>     Cc: stable@kernel.org
> I'll try to get these included into a future squeeze kernel update.
> Thanks.
>
> Cheers,
> Julien

[-- Attachment #2: i915-for-squeeze.diff --]
[-- Type: text/x-patch, Size: 2525 bytes --]

diff -uNr linux-source-2.6.32/drivers/gpu/drm/i915/i915_dma.c linux-source-2.6.32-i915/drivers/gpu/drm/i915/i915_dma.c
--- linux-source-2.6.32/drivers/gpu/drm/i915/i915_dma.c	2011-10-02 01:46:54.000000000 +0200
+++ linux-source-2.6.32-i915/drivers/gpu/drm/i915/i915_dma.c	2011-10-09 21:55:14.000000000 +0200
@@ -1267,9 +1267,15 @@
 	if (ret)
 		DRM_INFO("failed to find VBIOS tables\n");
 
-	/* if we have > 1 VGA cards, then disable the radeon VGA resources */
-	ret = vga_client_register(dev->pdev, dev, NULL, i915_vga_set_decode);
-	if (ret)
+	/* If we have > 1 VGA cards, then we need to arbitrate access
+	 * to the common VGA resources.
+	 *
+	 * If we are a secondary display controller (!PCI_DISPLAY_CLASS_VGA),
+	 * then we do not take part in VGA arbitration and the
+	 * vga_client_register() fails with -ENODEV.
+	 */
+ 	ret = vga_client_register(dev->pdev, dev, NULL, i915_vga_set_decode);
+	if (ret && ret != -ENODEV)
 		goto destroy_ringbuffer;
 
 	/* IIR "flip pending" bit means done if this bit is set */
diff -uNr linux-source-2.6.32/drivers/gpu/drm/i915/i915_drv.c linux-source-2.6.32-i915/drivers/gpu/drm/i915/i915_drv.c
--- linux-source-2.6.32/drivers/gpu/drm/i915/i915_drv.c	2011-10-02 01:46:49.000000000 +0200
+++ linux-source-2.6.32-i915/drivers/gpu/drm/i915/i915_drv.c	2011-10-09 21:59:58.000000000 +0200
@@ -52,7 +52,7 @@
 
 #define INTEL_VGA_DEVICE(id, info) {		\
 	.class = PCI_CLASS_DISPLAY_VGA << 8,	\
-	.class_mask = 0xffff00,			\
+	.class_mask = 0xff0000,			\
 	.vendor = 0x8086,			\
 	.device = id,				\
 	.subvendor = PCI_ANY_ID,		\
@@ -393,6 +393,14 @@
 static int __devinit
 i915_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
+	/* Only bind to function 0 of the device. Early generations
+	 * used function 1 as a placeholder for multi-head. This causes
+	 * us confusion instead, especially on the systems where both
+	 * functions have the same PCI-ID!
+	 */
+	if (PCI_FUNC(pdev->devfn))
+		return -ENODEV;
+
 	return drm_get_dev(pdev, ent, &driver);
 }
diff -uNr linux-source-2.6.32/drivers/gpu/vga/vgaarb.c linux-source-2.6.32-i915/drivers/gpu/vga/vgaarb.c
--- linux-source-2.6.32/drivers/gpu/vga/vgaarb.c	2011-10-02 01:46:46.000000000 +0200
+++ linux-source-2.6.32-i915/drivers/gpu/vga/vgaarb.c	2011-10-09 21:56:59.000000000 +0200
@@ -614,7 +614,7 @@
 			void (*irq_set_state)(void *cookie, bool state),
 			unsigned int (*set_vga_decode)(void *cookie, bool decode))
 {
-	int ret = -1;
+	int ret = -ENODEV;
 	struct vga_device *vgadev;
 	unsigned long flags;
 

[-- Attachment #3: Xorg.0.log.old --]
[-- Type: application/x-trash, Size: 18778 bytes --]

[-- Attachment #4: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-10 20:32               ` Tempura San
@ 2011-10-10 20:53                 ` Chris Wilson
  2011-10-11  8:25                   ` Dave Airlie
  2011-10-15 11:44                   ` Tempura San
  0 siblings, 2 replies; 17+ messages in thread
From: Chris Wilson @ 2011-10-10 20:53 UTC (permalink / raw)
  To: Tempura San, Julien Cristau; +Cc: intel-gfx

On Mon, 10 Oct 2011 22:32:38 +0200, Tempura San <tempura.san@gmail.com> wrote:
Non-text part: multipart/mixed
> This would be great, but...
> 
> I have just tested the patches and it really messes up the system.
> 
> On the first boot I got a shell and was able to to a dmesg:
> ...
> [   46.775935] [drm] Initialized drm 1.1.0 20060810
> [   46.926398] i915 0000:00:02.0: enabling device (0000 -> 0003)
> [   46.926412] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [   46.926422] i915 0000:00:02.0: setting latency timer to 64
> [   46.932858] [drm] set up 31M of stolen space
> [   46.933087] i915 0000:00:02.0: BAR 6: can't allocate resource (bogus
> alignment) [0x0-0x0] flags 0x0
> [   46.933093] [drm] failed to find VBIOS tables
> [   46.978294] [drm] initialized overlay support
> [   47.308831] Console: switching to colour frame buffer device 160x64
> [   47.308849] fb0: inteldrmfb frame buffer device
> [   47.308853] registered panic notifier
> [   47.308868] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on
> minor 0
> [   47.323940] vgaarb: this pci device is not a vga device
> [   47.355806] render error detected, EIR: 0x00000010
> [   47.355815] [drm:i915_handle_error] *ERROR* EIR stuck: 0x00000010,
> masking
> [   47.355835] render error detected, EIR: 0x00000010

A page table error upon initialisation. It would seem like we depend
upon the BIOS leaving the registers in a sane state, which is less
likely in this situation since the BIOS was not using the card at all.
We've certainly got better over time in this regard and the latest kernel
is much more likely to succeed...

However, I doubt that it is perfect, and your feedback would be most
welcome.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-10 20:53                 ` Chris Wilson
@ 2011-10-11  8:25                   ` Dave Airlie
  2011-10-15 11:44                   ` Tempura San
  1 sibling, 0 replies; 17+ messages in thread
From: Dave Airlie @ 2011-10-11  8:25 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx, Julien Cristau

On Mon, Oct 10, 2011 at 9:53 PM, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> On Mon, 10 Oct 2011 22:32:38 +0200, Tempura San <tempura.san@gmail.com> wrote:
> Non-text part: multipart/mixed
>> This would be great, but...
>>
>> I have just tested the patches and it really messes up the system.
>>
>> On the first boot I got a shell and was able to to a dmesg:
>> ...
>> [   46.775935] [drm] Initialized drm 1.1.0 20060810
>> [   46.926398] i915 0000:00:02.0: enabling device (0000 -> 0003)
>> [   46.926412] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> [   46.926422] i915 0000:00:02.0: setting latency timer to 64
>> [   46.932858] [drm] set up 31M of stolen space
>> [   46.933087] i915 0000:00:02.0: BAR 6: can't allocate resource (bogus
>> alignment) [0x0-0x0] flags 0x0
>> [   46.933093] [drm] failed to find VBIOS tables
>> [   46.978294] [drm] initialized overlay support
>> [   47.308831] Console: switching to colour frame buffer device 160x64
>> [   47.308849] fb0: inteldrmfb frame buffer device
>> [   47.308853] registered panic notifier
>> [   47.308868] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on
>> minor 0
>> [   47.323940] vgaarb: this pci device is not a vga device
>> [   47.355806] render error detected, EIR: 0x00000010
>> [   47.355815] [drm:i915_handle_error] *ERROR* EIR stuck: 0x00000010,
>> masking
>> [   47.355835] render error detected, EIR: 0x00000010
>
> A page table error upon initialisation. It would seem like we depend
> upon the BIOS leaving the registers in a sane state, which is less
> likely in this situation since the BIOS was not using the card at all.
> We've certainly got better over time in this regard and the latest kernel
> is much more likely to succeed...
>
> However, I doubt that it is perfect, and your feedback would be most
> welcome.

There's a good chance that the hw just isn't initialised properly, there may
not even be stolen RAM in the GTT.

Dave.

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

* Re: i915 module does not find 82865G if configured as secondary
  2011-10-10 20:53                 ` Chris Wilson
  2011-10-11  8:25                   ` Dave Airlie
@ 2011-10-15 11:44                   ` Tempura San
  1 sibling, 0 replies; 17+ messages in thread
From: Tempura San @ 2011-10-15 11:44 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx, Julien Cristau

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

Sorry for the late reply. I have now tested with the current kernel (3.0.6).
At least it does not mess up as much as the manual patches, but still it
does not work.

I have attached the dmesg output if you want to check.

If you would like me to test patches, please do not hesitate.
As I am a bit short on time at the moment, it might take some time to
respond, but I will. :)

Yours,
Tempura.

On Mon, 10 Oct 2011 21:53:15 +0100, Chris Wilson wrote:
> On Mon, 10 Oct 2011 22:32:38 +0200, Tempura San <tempura.san@gmail.com> wrote:
> Non-text part: multipart/mixed
>> This would be great, but...
>>
>> I have just tested the patches and it really messes up the system.
>>
>> On the first boot I got a shell and was able to to a dmesg:
>> ...
>> [   46.775935] [drm] Initialized drm 1.1.0 20060810
>> [   46.926398] i915 0000:00:02.0: enabling device (0000 -> 0003)
>> [   46.926412] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> [   46.926422] i915 0000:00:02.0: setting latency timer to 64
>> [   46.932858] [drm] set up 31M of stolen space
>> [   46.933087] i915 0000:00:02.0: BAR 6: can't allocate resource (bogus
>> alignment) [0x0-0x0] flags 0x0
>> [   46.933093] [drm] failed to find VBIOS tables
>> [   46.978294] [drm] initialized overlay support
>> [   47.308831] Console: switching to colour frame buffer device 160x64
>> [   47.308849] fb0: inteldrmfb frame buffer device
>> [   47.308853] registered panic notifier
>> [   47.308868] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on
>> minor 0
>> [   47.323940] vgaarb: this pci device is not a vga device
>> [   47.355806] render error detected, EIR: 0x00000010
>> [   47.355815] [drm:i915_handle_error] *ERROR* EIR stuck: 0x00000010,
>> masking
>> [   47.355835] render error detected, EIR: 0x00000010
> A page table error upon initialisation. It would seem like we depend
> upon the BIOS leaving the registers in a sane state, which is less
> likely in this situation since the BIOS was not using the card at all.
> We've certainly got better over time in this regard and the latest kernel
> is much more likely to succeed...
>
> However, I doubt that it is perfect, and your feedback would be most
> welcome.
> -Chris
>

[-- Attachment #2: dmesg.3.0.6.txt --]
[-- Type: text/plain, Size: 44605 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.6 (cvarga@ikari) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Wed Oct 12 19:21:29 CEST 2011
[    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] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI present.
[    0.000000] DMI: IBM 8189KRG/IBM, BIOS 2AKT51AGR 07/06/2005
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    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] found SMP MP-table at [c00f63f0] f63f0
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    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 @ 17fb000-1800000
[    0.000000] RAMDISK: 2dcdc000 - 2e7d4000
[    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] 103MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0003df70
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0003df70
[    0.000000] On node 0 totalpages: 253695
[    0.000000] free_area_init_node: node 0, pgdat c13c4800, node_mem_map f703d200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 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: 207 pages used for memmap
[    0.000000]   HighMem zone: 26275 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: 40
[    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] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f6c00000 s26112 r0 d23040 u2097152
[    0.000000] pcpu-alloc: s26112 r0 d23040 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 251712
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.0.6 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] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0003df70)
[    0.000000] Memory: 989736k/1015232k available (2622k kernel code, 25044k reserved, 1263k data, 392k init, 105928k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd36000 - 0xfffff000   (2852 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 : 0xc13cc000 - 0xc142e000   ( 392 kB)
[    0.000000]       .data : 0xc128fbd2 - 0xc13cbb00   (1263 kB)
[    0.000000]       .text : 0xc1000000 - 0xc128fbd2   (2622 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] CPU 0 irqstacks, hard=f6820000 soft=f6822000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2992.145 MHz processor.
[    0.008004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5984.29 BogoMIPS (lpj=11968580)
[    0.008126] pid_max: default: 32768 minimum: 301
[    0.008270] Security Framework initialized
[    0.008332] SELinux:  Disabled at boot.
[    0.008422] Mount-cache hash table entries: 512
[    0.008812] Initializing cgroup subsys cpuacct
[    0.008894] Initializing cgroup subsys devices
[    0.008954] Initializing cgroup subsys freezer
[    0.009012] Initializing cgroup subsys net_cls
[    0.009118] CPU: Physical Processor ID: 0
[    0.009176] CPU: Processor Core ID: 0
[    0.009234] mce: CPU supports 4 MCE banks
[    0.009302] CPU0: Thermal monitoring enabled (TM1)
[    0.010380] ACPI: Core revision 20110413
[    0.014846] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.015200] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.054952] CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
[    0.056003] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.056003] ... version:                0
[    0.056003] ... bit width:              40
[    0.056003] ... generic registers:      18
[    0.056003] ... value mask:             000000ffffffffff
[    0.056003] ... max period:             0000007fffffffff
[    0.056003] ... fixed-purpose events:   0
[    0.056003] ... event mask:             000000000003ffff
[    0.056003] CPU 1 irqstacks, hard=f6872000 soft=f6874000
[    0.056003] Booting Node   0, Processors  #1 Ok.
[    0.056003] smpboot cpu 1: start_ip = 9b000
[    0.012000] Initializing CPU#1
[    0.012000] CPU1: Thermal monitoring handled by SMI
[    0.144026] Brought up 2 CPUs
[    0.144143] Total of 2 processors activated (11969.75 BogoMIPS).
[    0.144752] devtmpfs: initialized
[    0.144752] PM: Registering ACPI NVS region at 3df7a000 (24576 bytes)
[    0.144752] print_constraints: dummy: 
[    0.144752] NET: Registered protocol family 16
[    0.144752] ACPI: bus type pci registered
[    0.145210] PCI: PCI BIOS revision 2.10 entry at 0xfd98d, last bus=3
[    0.145273] PCI: Using configuration type 1 for base access
[    0.145794] bio: create slab <bio-0> at 0
[    0.148739] ACPI: EC: Look up EC in DSDT
[    0.152254] ACPI: Interpreter enabled
[    0.152319] ACPI: (supports S0 S1 S3 S4 S5)
[    0.152587] ACPI: Using IOAPIC for interrupt routing
[    0.179356] ACPI: No dock devices found.
[    0.179421] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.180635] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.181995] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.182000] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.182004] pci_root PNP0A03:00: host bridge window [mem 0x000c8000-0x000cbfff] (ignored)
[    0.182008] pci_root PNP0A03:00: host bridge window [mem 0x000cc000-0x000cffff] (ignored)
[    0.182011] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[    0.182015] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.182018] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.182022] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[    0.182026] pci_root PNP0A03:00: host bridge window [mem 0x3df80000-0xfebfffff] (ignored)
[    0.182030] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.182045] pci 0000:00:00.0: [8086:2570] type 0 class 0x000600
[    0.182051] pci 0000:00:00.0: Enabling MCH 'Overflow' Device
[    0.182118] pci 0000:00:00.0: reg 10: [mem 0xe0000000-0xefffffff pref]
[    0.182173] pci 0000:00:02.0: [8086:2572] type 0 class 0x000380
[    0.182188] pci 0000:00:02.0: reg 10: [mem 0xd8000000-0xdfffffff pref]
[    0.182197] pci 0000:00:02.0: reg 14: [mem 0xd0080000-0xd00fffff]
[    0.182205] pci 0000:00:02.0: reg 18: [io  0x1890-0x1897]
[    0.182257] pci 0000:00:06.0: [8086:2576] type 0 class 0x000880
[    0.182268] pci 0000:00:06.0: reg 10: [mem 0xfecf0000-0xfecf0fff]
[    0.182346] pci 0000:00:1d.0: [8086:24d2] type 0 class 0x000c03
[    0.182391] pci 0000:00:1d.0: reg 20: [io  0x1800-0x181f]
[    0.182425] pci 0000:00:1d.1: [8086:24d4] type 0 class 0x000c03
[    0.182471] pci 0000:00:1d.1: reg 20: [io  0x1820-0x183f]
[    0.182504] pci 0000:00:1d.2: [8086:24d7] type 0 class 0x000c03
[    0.182549] pci 0000:00:1d.2: reg 20: [io  0x1840-0x185f]
[    0.182583] pci 0000:00:1d.3: [8086:24de] type 0 class 0x000c03
[    0.182629] pci 0000:00:1d.3: reg 20: [io  0x1860-0x187f]
[    0.182674] pci 0000:00:1d.7: [8086:24dd] type 0 class 0x000c03
[    0.182697] pci 0000:00:1d.7: reg 10: [mem 0xd0000000-0xd00003ff]
[    0.182779] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.182785] pci 0000:00:1d.7: PME# disabled
[    0.182804] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.182848] pci 0000:00:1f.0: [8086:24d0] type 0 class 0x000601
[    0.182914] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    0.182922] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO
[    0.183004] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH4 GPIO
[    0.183081] pci 0000:00:1f.2: [8086:24d1] type 0 class 0x000101
[    0.183095] pci 0000:00:1f.2: reg 10: [io  0x0000-0x0007]
[    0.183105] pci 0000:00:1f.2: reg 14: [io  0x0000-0x0003]
[    0.183115] pci 0000:00:1f.2: reg 18: [io  0x0000-0x0007]
[    0.183125] pci 0000:00:1f.2: reg 1c: [io  0x0000-0x0003]
[    0.183135] pci 0000:00:1f.2: reg 20: [io  0x1880-0x188f]
[    0.183166] pci 0000:00:1f.3: [8086:24d3] type 0 class 0x000c05
[    0.183212] pci 0000:00:1f.3: reg 20: [io  0x18a0-0x18bf]
[    0.183249] pci 0000:00:1f.5: [8086:24d5] type 0 class 0x000401
[    0.183266] pci 0000:00:1f.5: reg 10: [io  0x1c00-0x1cff]
[    0.183276] pci 0000:00:1f.5: reg 14: [io  0x18c0-0x18ff]
[    0.183286] pci 0000:00:1f.5: reg 18: [mem 0xd0000800-0xd00009ff]
[    0.183296] pci 0000:00:1f.5: reg 1c: [mem 0xd0000400-0xd00004ff]
[    0.183336] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.183341] pci 0000:00:1f.5: PME# disabled
[    0.183381] pci 0000:03:08.0: [8086:1050] type 0 class 0x000200
[    0.183398] pci 0000:03:08.0: reg 10: [mem 0xd0100000-0xd0100fff]
[    0.183408] pci 0000:03:08.0: reg 14: [io  0x2000-0x203f]
[    0.183460] pci 0000:03:08.0: supports D1 D2
[    0.183463] pci 0000:03:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.183468] pci 0000:03:08.0: PME# disabled
[    0.183489] pci 0000:03:0a.0: [4005:2302] type 0 class 0x000300
[    0.183505] pci 0000:03:0a.0: reg 10: [mem 0xd0200000-0xd03fffff]
[    0.183562] pci 0000:03:0a.0: reg 30: [mem 0x00000000-0x00007fff pref]
[    0.183585] pci 0000:03:0c.0: [1106:3038] type 0 class 0x000c03
[    0.183631] pci 0000:03:0c.0: reg 20: [io  0x2040-0x205f]
[    0.183663] pci 0000:03:0c.0: PME# supported from D0 D3hot D3cold
[    0.183668] pci 0000:03:0c.0: PME# disabled
[    0.183687] pci 0000:03:0c.1: [1106:3038] type 0 class 0x000c03
[    0.183732] pci 0000:03:0c.1: reg 20: [io  0x2060-0x207f]
[    0.183765] pci 0000:03:0c.1: PME# supported from D0 D3hot D3cold
[    0.183770] pci 0000:03:0c.1: PME# disabled
[    0.183788] pci 0000:03:0c.2: [1106:3104] type 0 class 0x000c03
[    0.183805] pci 0000:03:0c.2: reg 10: [mem 0xd0101000-0xd01010ff]
[    0.183866] pci 0000:03:0c.2: PME# supported from D0 D3hot D3cold
[    0.183871] pci 0000:03:0c.2: PME# disabled
[    0.183907] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.183976] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.183981] pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd03fffff]
[    0.183987] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.183991] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.183995] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.184020] pci_bus 0000:00: on NUMA node 0
[    0.184025] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.184148] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SLOT._PRT]
[    0.184304]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.238251] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.238828] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.239399] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.239971] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[    0.240549] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.241124] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.241696] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.242271] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.242914] vgaarb: device added: PCI:0000:03:0a.0,decodes=io+mem,owns=io+mem,locks=none
[    0.242996] vgaarb: loaded
[    0.243051] vgaarb: bridge control possible 0000:03:0a.0
[    0.243164] PCI: Using ACPI for IRQ routing
[    0.243287] PCI: pci_cache_line_size set to 64 bytes
[    0.243377] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.243380] reserve RAM buffer: 000000003df70000 - 000000003fffffff 
[    0.243615] hpet clockevent registered
[    0.243620] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.243686] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.243897] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.248044] Switching to clocksource hpet
[    0.250109] pnp: PnP ACPI init
[    0.250184] ACPI: bus type pnp registered
[    0.250988] pnp 00:00: [bus 00-ff]
[    0.250992] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.250995] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.250999] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.251002] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.251005] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.251010] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.251013] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.251016] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.251019] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.251022] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.251026] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.251029] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.251032] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.251035] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.251038] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.251041] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.251045] pnp 00:00: [mem 0x3df80000-0xfebfffff window]
[    0.251048] pnp 00:00: [io  0x0d00-0xffff window]
[    0.251051] pnp 00:00: [mem 0xfed00000-0xfed003ff window]
[    0.251121] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.251221] pnp 00:01: [io  0x0010-0x001f]
[    0.251224] pnp 00:01: [io  0x0024-0x0025]
[    0.251227] pnp 00:01: [io  0x0028-0x0029]
[    0.251229] pnp 00:01: [io  0x002c-0x002d]
[    0.251232] pnp 00:01: [io  0x002e-0x002f]
[    0.251235] pnp 00:01: [io  0x0030-0x0031]
[    0.251237] pnp 00:01: [io  0x0034-0x0035]
[    0.251240] pnp 00:01: [io  0x0038-0x0039]
[    0.251242] pnp 00:01: [io  0x003c-0x003d]
[    0.251245] pnp 00:01: [io  0x004e-0x004f]
[    0.251248] pnp 00:01: [io  0x0072-0x0077]
[    0.251250] pnp 00:01: [io  0x0080]
[    0.251253] pnp 00:01: [io  0x0090-0x009f]
[    0.251255] pnp 00:01: [io  0x00a4-0x00a5]
[    0.251258] pnp 00:01: [io  0x00a8-0x00a9]
[    0.251261] pnp 00:01: [io  0x00ac-0x00ad]
[    0.251263] pnp 00:01: [io  0x00b0-0x00b5]
[    0.251266] pnp 00:01: [io  0x00b8-0x00b9]
[    0.251268] pnp 00:01: [io  0x00bc-0x00bd]
[    0.251271] pnp 00:01: [io  0x04d0-0x04d1]
[    0.251274] pnp 00:01: [io  0x0800-0x087f]
[    0.251276] pnp 00:01: [io  0x1000-0x107f]
[    0.251279] pnp 00:01: [io  0x1100-0x111f]
[    0.251282] pnp 00:01: [io  0x1180-0x11bf]
[    0.251284] pnp 00:01: [io  0xe000-0xe00f]
[    0.251287] pnp 00:01: [io  0xfe00]
[    0.251290] pnp 00:01: [io  0xfe10-0xfe11]
[    0.251293] pnp 00:01: [mem 0xfed20000-0xfed8ffff]
[    0.251295] pnp 00:01: [mem 0xfed90000]
[    0.251383] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.251447] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.251509] system 00:01: [io  0x1000-0x107f] has been reserved
[    0.251572] system 00:01: [io  0x1100-0x111f] has been reserved
[    0.251634] system 00:01: [io  0x1180-0x11bf] has been reserved
[    0.251696] system 00:01: [io  0xe000-0xe00f] has been reserved
[    0.251757] system 00:01: [io  0xfe00] has been reserved
[    0.251757] Switched to NOHz mode on CPU #0
[    0.251816] system 00:01: [io  0xfe10-0xfe11] has been reserved
[    0.251882] system 00:01: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.251887] Switched to NOHz mode on CPU #1
[    0.252014] system 00:01: [mem 0xfed90000] has been reserved
[    0.252077] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.252094] pnp 00:02: [io  0x0000-0x000f]
[    0.252097] pnp 00:02: [io  0x0081-0x008f]
[    0.252100] pnp 00:02: [io  0x00c0-0x00df]
[    0.252103] pnp 00:02: [dma 4]
[    0.252135] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.252149] pnp 00:03: [io  0x00f0-0x00fe]
[    0.252161] pnp 00:03: [irq 13]
[    0.252193] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.252208] pnp 00:04: [io  0x0070-0x0071]
[    0.252215] pnp 00:04: [irq 8]
[    0.252247] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.252260] pnp 00:05: [io  0x0061]
[    0.252293] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.252497] pnp 00:06: [mem 0xff800000-0xffffffff]
[    0.252535] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[    0.252614] pnp 00:07: [io  0x0060]
[    0.252618] pnp 00:07: [io  0x0064]
[    0.252624] pnp 00:07: [irq 1]
[    0.252690] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.252754] pnp 00:08: [irq 12]
[    0.252816] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.257190] pnp 00:09: [io  0x03f0-0x03f5]
[    0.257195] pnp 00:09: [io  0x03f7]
[    0.257207] pnp 00:09: [irq 6]
[    0.257210] pnp 00:09: [dma 2]
[    0.258684] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.263078] pnp 00:0a: [io  0x03f8-0x03ff]
[    0.263092] pnp 00:0a: [irq 4]
[    0.264603] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.272469] pnp 00:0b: [io  0x0378-0x037f]
[    0.272474] pnp 00:0b: [io  0x0778-0x077f]
[    0.272486] pnp 00:0b: [irq 7]
[    0.272489] pnp 00:0b: [dma 3]
[    0.274358] pnp 00:0b: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.276520] pnp: PnP ACPI: found 12 devices
[    0.276584] ACPI: ACPI bus type pnp unregistered
[    0.276645] PnPBIOS: Disabled by ACPI PNP
[    0.313345] PCI: max bus depth: 1 pci_try_num: 2
[    0.313369] pci 0000:00:1e.0: BAR 15: assigned [mem 0x40000000-0x400fffff pref]
[    0.313449] pci 0000:03:0a.0: BAR 6: assigned [mem 0x40000000-0x40007fff pref]
[    0.313526] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.313587] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.313653] pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd03fffff]
[    0.313719] pci 0000:00:1e.0:   bridge window [mem 0x40000000-0x400fffff pref]
[    0.313809] pci 0000:00:1e.0: setting latency timer to 64
[    0.313814] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.313817] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.313821] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.313824] pci_bus 0000:03: resource 1 [mem 0xd0100000-0xd03fffff]
[    0.313827] pci_bus 0000:03: resource 2 [mem 0x40000000-0x400fffff pref]
[    0.313830] pci_bus 0000:03: resource 4 [io  0x0000-0xffff]
[    0.313833] pci_bus 0000:03: resource 5 [mem 0x00000000-0xffffffff]
[    0.313900] NET: Registered protocol family 2
[    0.314059] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.314491] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.315204] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.315829] TCP: Hash tables configured (established 131072 bind 65536)
[    0.319839] TCP reno registered
[    0.319905] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.319980] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.320285] NET: Registered protocol family 1
[    0.320579] pci 0000:03:08.0: Firmware left e100 interrupts enabled; disabling
[    0.320661] pci 0000:03:0a.0: Boot video device
[    0.320702] PCI: CLS 32 bytes, default 64
[    0.320775] Unpacking initramfs...
[    0.706315] Freeing initrd memory: 11232k freed
[    0.717630] Simple Boot Flag at 0x35 set to 0x1
[    0.718082] audit: initializing netlink socket (disabled)
[    0.718159] type=2000 audit(1318683529.712:1): initialized
[    0.736354] highmem bounce pool size: 64 pages
[    0.736420] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.738813] VFS: Disk quotas dquot_6.5.2
[    0.739013] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.739232] msgmni has been set to 1748
[    0.739651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.739729] io scheduler noop registered
[    0.739787] io scheduler deadline registered
[    0.739858] io scheduler cfq registered (default)
[    0.740191] isapnp: Scanning for PnP cards...
[    1.093972] isapnp: No Plug & Play device found
[    1.094124] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.114483] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.360454] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.408143] Linux agpgart interface v0.103
[    1.408341] agpgart-intel 0000:00:00.0: Intel 865 Chipset
[    1.408430] agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
[    1.408650] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.408847] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xd8000000
[    1.409105] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.410877] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.410944] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.411149] mousedev: PS/2 mouse device common for all mice
[    1.411262] rtc_cmos 00:04: RTC can wake from S4
[    1.411416] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.411499] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.411573] cpuidle: using governor ladder
[    1.411631] cpuidle: using governor menu
[    1.412092] TCP cubic registered
[    1.412346] NET: Registered protocol family 10
[    1.413326] Mobile IPv6
[    1.413382] NET: Registered protocol family 17
[    1.413443] Registering the dns_resolver key type
[    1.413533] Using IPI No-Shortcut mode
[    1.413700] PM: Hibernation image not present or could not be loaded.
[    1.413716] registered taskstats version 1
[    1.414077] rtc_cmos 00:04: setting system clock to 2011-10-15 12:58:50 UTC (1318683530)
[    1.414218] Initializing network drop monitor service
[    1.414408] Freeing unused kernel memory: 392k freed
[    1.414849] Write protecting the kernel text: 2624k
[    1.414935] Write protecting the kernel read-only data: 904k
[    1.448822] udev[47]: starting version 164
[    1.531371] thermal LNXTHERM:00: registered as thermal_zone0
[    1.531438] ACPI: Thermal Zone [THM0] (57 C)
[    1.549467] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    1.549539] e100: Copyright(c) 1999-2006 Intel Corporation
[    1.549705] e100 0000:03:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.576505] usbcore: registered new interface driver usbfs
[    1.576607] usbcore: registered new interface driver hub
[    1.616983] SCSI subsystem initialized
[    1.624218] usbcore: registered new device driver usb
[    1.625136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.625263] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    1.625355] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.625363] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.625505] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.625633] ehci_hcd 0000:00:1d.7: debug port 1
[    1.629581] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.636982] e100 0000:03:08.0: PME# disabled
[    1.638506] e100 0000:03:08.0: eth0: addr 0xd0100000, irq 20, MAC addr 00:0d:60:ac:18:9d
[    1.640299] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd0000000
[    1.653985] libata version 3.00 loaded.
[    1.656197] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.656321] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.656390] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.656470] usb usb1: Product: EHCI Host Controller
[    1.656535] usb usb1: Manufacturer: Linux 3.0.6 ehci_hcd
[    1.656598] usb usb1: SerialNumber: 0000:00:1d.7
[    1.656923] hub 1-0:1.0: USB hub found
[    1.656994] hub 1-0:1.0: 8 ports detected
[    1.657222] ata_piix 0000:00:1f.2: version 2.13
[    1.657228] ehci_hcd 0000:03:0c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    1.657265] ehci_hcd 0000:03:0c.2: EHCI Host Controller
[    1.657301] ehci_hcd 0000:03:0c.2: new USB bus registered, assigned bus number 2
[    1.657425] ehci_hcd 0000:03:0c.2: irq 22, io mem 0xd0101000
[    1.657516] ata_piix 0000:00:1f.2: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.657582] ata_piix 0000:00:1f.2: MAP [ IDE IDE P0 P1 ]
[    1.668034] ehci_hcd 0000:03:0c.2: USB 2.0 started, EHCI 0.95
[    1.668145] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.668208] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.668284] usb usb2: Product: EHCI Host Controller
[    1.668343] usb usb2: Manufacturer: Linux 3.0.6 ehci_hcd
[    1.668402] usb usb2: SerialNumber: 0000:03:0c.2
[    1.668664] hub 2-0:1.0: USB hub found
[    1.668733] hub 2-0:1.0: 4 ports detected
[    1.714965] uhci_hcd: USB Universal Host Controller Interface driver
[    1.716041] Refined TSC clocksource calibration: 2992.499 MHz.
[    1.716109] Switching to clocksource tsc
[    1.812030] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.812593] scsi0 : ata_piix
[    1.812806] scsi1 : ata_piix
[    1.813664] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1880 irq 14
[    1.813729] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1888 irq 15
[    1.813863] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.813945] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.813953] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.814055] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    1.814195] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001800
[    1.814326] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.814396] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.814478] usb usb3: Product: UHCI Host Controller
[    1.814543] usb usb3: Manufacturer: Linux 3.0.6 uhci_hcd
[    1.814607] usb usb3: SerialNumber: 0000:00:1d.0
[    1.814902] hub 3-0:1.0: USB hub found
[    1.814970] hub 3-0:1.0: 2 ports detected
[    1.815153] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.815224] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.815229] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.815299] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    1.815412] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[    1.815514] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.815583] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.815665] usb usb4: Product: UHCI Host Controller
[    1.815725] usb usb4: Manufacturer: Linux 3.0.6 uhci_hcd
[    1.815787] usb usb4: SerialNumber: 0000:00:1d.1
[    1.816080] hub 4-0:1.0: USB hub found
[    1.816150] hub 4-0:1.0: 2 ports detected
[    1.816311] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.816382] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.816386] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.816454] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[    1.816569] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[    1.816672] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.816736] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.816811] usb usb5: Product: UHCI Host Controller
[    1.816870] usb usb5: Manufacturer: Linux 3.0.6 uhci_hcd
[    1.816929] usb usb5: SerialNumber: 0000:00:1d.2
[    1.817154] hub 5-0:1.0: USB hub found
[    1.817220] hub 5-0:1.0: 2 ports detected
[    1.817371] uhci_hcd 0000:00:1d.3: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.817441] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.817445] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.817512] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 6
[    1.817612] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860
[    1.817714] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.817777] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.817852] usb usb6: Product: UHCI Host Controller
[    1.817910] usb usb6: Manufacturer: Linux 3.0.6 uhci_hcd
[    1.817970] usb usb6: SerialNumber: 0000:00:1d.3
[    1.818186] hub 6-0:1.0: USB hub found
[    1.818253] hub 6-0:1.0: 2 ports detected
[    1.818413] uhci_hcd 0000:03:0c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.818484] uhci_hcd 0000:03:0c.0: UHCI Host Controller
[    1.818552] uhci_hcd 0000:03:0c.0: new USB bus registered, assigned bus number 7
[    1.818664] uhci_hcd 0000:03:0c.0: irq 20, io base 0x00002040
[    1.818765] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.818829] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.818904] usb usb7: Product: UHCI Host Controller
[    1.818964] usb usb7: Manufacturer: Linux 3.0.6 uhci_hcd
[    1.819024] usb usb7: SerialNumber: 0000:03:0c.0
[    1.819239] hub 7-0:1.0: USB hub found
[    1.819306] hub 7-0:1.0: 2 ports detected
[    1.819469] uhci_hcd 0000:03:0c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.819539] uhci_hcd 0000:03:0c.1: UHCI Host Controller
[    1.819606] uhci_hcd 0000:03:0c.1: new USB bus registered, assigned bus number 8
[    1.819719] uhci_hcd 0000:03:0c.1: irq 21, io base 0x00002060
[    1.819817] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.819881] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.819956] usb usb8: Product: UHCI Host Controller
[    1.823791] usb usb8: Manufacturer: Linux 3.0.6 uhci_hcd
[    1.823851] usb usb8: SerialNumber: 0000:03:0c.1
[    1.824096] hub 8-0:1.0: USB hub found
[    1.824164] hub 8-0:1.0: 2 ports detected
[    1.976337] ata2.00: ATA-8: ST31500541AS, CC34, max UDMA/133
[    1.976403] ata2.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.992322] ata2.00: configured for UDMA/133
[    2.080027] usb 1-5: new high speed USB device number 3 using ehci_hcd
[    2.143904] ata1.00: ATA-7: ST3500630A, 3.AAF, max UDMA/100
[    2.143967] ata1.00: 976773168 sectors, multi 16: LBA48 
[    2.144038] ata1.01: ATAPI: LITE-ON DVDRW SOHW-1673S, JS01, max UDMA/66
[    2.212320] usb 1-5: New USB device found, idVendor=050d, idProduct=0234
[    2.212386] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.213167] hub 1-5:1.0: USB hub found
[    2.213338] hub 1-5:1.0: 4 ports detected
[    2.218744] ata1.00: configured for UDMA/100
[    2.232163] ata1.01: configured for UDMA/66
...
[    2.334921] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.335223] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    2.342044] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.343430] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    2.344775] sd 1:0:0:0: Attached scsi generic sg2 type 0
[    2.476061] hub 2-0:1.0: over-current condition on port 3
[    2.684029] hub 2-0:1.0: over-current condition on port 4
[    2.908026] usb 4-2: new full speed USB device number 2 using uhci_hcd
[    3.132306] usb 4-2: New USB device found, idVendor=041e, idProduct=4011
[    3.132373] usb 4-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.302883] device-mapper: uevent: version 1.0.3
[    3.303462] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    3.336600] EXT3-fs: barriers not enabled
[    3.345378] kjournald starting.  Commit interval 5 seconds
...
[    5.018869] udev[297]: starting version 164
[    5.522786] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input0
[    5.522890] ACPI: Power Button [PWRB]
[    5.523082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    5.523261] ACPI: Power Button [PWRF]
[    5.525111] ACPI: acpi_idle registered with cpuidle
[    5.553683] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    5.554426] intel_rng: Firmware space is locked read-only. If you can't or
[    5.554430] intel_rng: don't want to disable this in firmware setup, and if
[    5.554432] intel_rng: you are certain that your system has a functional
[    5.554434] intel_rng: RNG, try using the 'no_fwh_detect' option.
[    5.708959] Linux video capture interface: v2.00
[    5.980569] parport_pc 00:0b: reported by Plug and Play ACPI
[    5.980705] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
...
[    6.092468] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    6.106411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    6.107784] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.194957] Initializing USB Mass Storage driver...
[    6.195279] scsi2 : usb-storage 8-2:1.2
[    6.195602] usbcore: registered new interface driver usb-storage
[    6.195675] USB Mass Storage support registered.
[    6.230156] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x043D pid 0x0180
[    6.230311] usbcore: registered new interface driver usblp
[    6.755881] Intel ICH 0000:00:1f.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    6.756044] Intel ICH 0000:00:1f.5: setting latency timer to 64
[    7.176025] intel8x0_measure_ac97_clock: measured 54710 usecs (2636 samples)
[    7.176093] intel8x0: clocking to 48000
[    7.213061] scsi 2:0:0:0: Direct-Access     Lexmark  USB Mass Storage  200 PQ: 0 ANSI: 0
[    7.214002] sd 2:0:0:0: Attached scsi generic sg3 type 0
[    7.273077] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[    7.457918] generic-usb 0003:051D:0002.0001: hiddev0,hidraw0: USB HID v1.10 Device [American Power Conversion Back-UPS CS 500 FW:808.q8.I USB FW:q8] on usb-0000:00:1d.2-2/input0
[    7.466201] generic-usb 0003:043D:0180.0002: hiddev0,hidraw1: USB HID v1.00 Device [Lexmark S300-S400 Series] on usb-0000:03:0c.1-2/input3
[    7.469441] input: C&C Technology Inc. HID Keyboard/Mouse PS/2 to USB Translator as /devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5.4/1-5.4:1.0/input/input4
[    7.469785] generic-usb 0003:108B:0005.0003: input,hidraw2: USB HID v1.11 Keyboard [C&C Technology Inc. HID Keyboard/Mouse PS/2 to USB Translator] on usb-0000:00:1d.7-5.4/input0
[    7.477602] input: C&C Technology Inc. HID Keyboard/Mouse PS/2 to USB Translator as /devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5.4/1-5.4:1.1/input/input5
[    7.478292] generic-usb 0003:108B:0005.0004: input,hidraw3: USB HID v1.11 Mouse [C&C Technology Inc. HID Keyboard/Mouse PS/2 to USB Translator] on usb-0000:00:1d.7-5.4/input1
[    7.478444] usbcore: registered new interface driver usbhid
[    7.478510] usbhid: USB HID core driver
[    9.381660] EXT3-fs (sda2): using internal journal
[    9.916302] padlock_aes: VIA PadLock not detected.
[   10.293230] loop: module loaded
[   11.150180] Adding 2008088k swap on /dev/mapper/swp.  Priority:-1 extents:1 across:2008088k 
[   13.716862] EXT3-fs: barriers not enabled
...
[   16.833809] Bridge firewalling registered
[   16.841067] device eth0 entered promiscuous mode
[   16.861061] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.864179] e100 0000:03:08.0: eth0: NIC Link is Up 100 Mbps Full Duplex
[   16.864494] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   16.870071] br0: port 1(eth0) entering forwarding state
[   16.870139] br0: port 1(eth0) entering forwarding state
[   24.326318] RPC: Registered named UNIX socket transport module.
[   24.326402] RPC: Registered udp transport module.
[   24.326465] RPC: Registered tcp transport module.
[   24.326528] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   24.365558] FS-Cache: Loaded
[   24.396306] FS-Cache: Netfs 'nfs' registered for caching
[   24.433926] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   24.705139] fuse init (API version 7.16)
[   24.778964] ip_tables: (C) 2000-2006 Netfilter Core Team
[   24.794462] nf_conntrack version 0.5.0 (15646 buckets, 62584 max)
[   25.208513] ttyS1: LSR safety check engaged!
[   25.210361] ttyS1: LSR safety check engaged!
[   25.888017] br0: port 1(eth0) entering forwarding state
[   27.168016] br0: no IPv6 routers present
[   27.408031] eth0: no IPv6 routers present
[   28.902159] ttyS1: LSR safety check engaged!
[   36.466978] tun: Universal TUN/TAP device driver, 1.6
[   36.467063] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   36.546029] device tap0 entered promiscuous mode
[   36.551015] br0: port 2(tap0) entering forwarding state
[   36.551087] br0: port 2(tap0) entering forwarding state
[   45.568063] br0: port 2(tap0) entering forwarding state
[   46.211231] [drm] Initialized drm 1.1.0 20060810
[   46.407565] i915 0000:00:02.0: enabling device (0000 -> 0003)
[   46.407580] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   46.407590] i915 0000:00:02.0: setting latency timer to 64
[   46.441743] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   46.441752] [drm] Driver supports precise vblank timestamp query.
[   46.441768] i915 0000:00:02.0: BAR 6: can't assign [??? 0x00000000 flags 0x0] (bogus alignment)
[   46.441773] [drm] failed to find VBIOS tables
[   46.478281] [drm] initialized overlay support
[   46.596725] Console: switching to colour frame buffer device 160x64
[   46.596744] fb0: inteldrmfb frame buffer device
[   46.596748] drm: registered panic notifier
[   46.596883] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   46.600849] vgaarb: this pci device is not a vga device
[   46.632236] [drm] capturing error event; look for more information in /debug/dri/0/i915_error_state
[   46.636225] render error detected, EIR: 0x00000010
[   46.636225] [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking
[   46.636225] render error detected, EIR: 0x00000010
[   46.751125] Bluetooth: Core ver 2.16
[   46.751171] NET: Registered protocol family 31
[   46.751174] Bluetooth: HCI device and connection manager initialized
[   46.751179] Bluetooth: HCI socket layer initialized
[   46.902570] vgaarb: this pci device is not a vga device
[   47.472035] tap0: no IPv6 routers present
[   48.752791] lp0: using parport0 (interrupt-driven).
[   48.992239] ppdev: user-space parallel port driver
[   52.294831] svc: failed to register lockdv1 RPC service (errno 97).
[   52.294912] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   52.312328] NFSD: starting 90-second grace period
[   52.379653] powernow: This module only works with AMD K7 CPUs
[   54.743709] cpufreq-nforce2: No nForce2 chipset.
[   55.071663] ondemand governor failed, too long transition latency of HW, fallback to performance governor
[   55.072677] p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
[   55.348041] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
[   55.356109] render error detected, EIR: 0x00000010
[   55.356119] [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking
[   55.356131] render error detected, EIR: 0x00000010
[   62.148049] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
[   62.156108] render error detected, EIR: 0x00000010
[   62.156117] [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking
[   62.156129] render error detected, EIR: 0x00000010
[   64.148029] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
[   64.148171] [drm:i915_reset] *ERROR* GPU hanging too fast, declaring wedged!
[   64.148179] [drm:i915_reset] *ERROR* Failed to reset chip.

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2011-10-15 11:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-08 15:25 i915 module does not find 82865G if configured as secondary Tempura San
2011-10-08 16:33 ` Felix Miata
2011-10-09  9:52   ` Tempura San
2011-10-08 19:37 ` Dave Airlie
2011-10-09  9:34   ` Tempura San
2011-10-09 10:38     ` Daniel Vetter
2011-10-09 11:07       ` Tempura San
2011-10-09 12:44         ` Daniel Vetter
2011-10-09 18:36           ` Chris Wilson
2011-10-09 20:20             ` Tempura San
2011-10-10 19:06             ` Julien Cristau
2011-10-10 20:32               ` Tempura San
2011-10-10 20:53                 ` Chris Wilson
2011-10-11  8:25                   ` Dave Airlie
2011-10-15 11:44                   ` Tempura San
2011-10-09 20:19           ` Tempura San
2011-10-10  6:55             ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.