public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG] i915 boot got black screen with 2.6.37-rc5+
@ 2010-12-15  8:33 Hui Zhu
  2010-12-15  9:23 ` Chris Wilson
  2010-12-19 20:42 ` Maciej Rutecki
  0 siblings, 2 replies; 10+ messages in thread
From: Hui Zhu @ 2010-12-15  8:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: keithp, ak, chris, gregkh, stable, Andi Kleen

The right log with 2.6.37-rc3+:
Dec 15 16:13:03 teawater-workpc kernel: [ 14.569871] [drm] Initialized
drm 1.1.0 20060810
Dec 15 16:13:03 teawater-workpc kernel: [ 14.882768] i915
0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Dec 15 16:13:03 teawater-workpc kernel: [ 14.882775] i915
0000:00:02.0: setting latency timer to 64
Dec 15 16:13:03 teawater-workpc kernel: [ 14.894778] mtrr: type
mismatch for d0000000,10000000 old: write-back new: write-combining
Dec 15 16:13:03 teawater-workpc kernel: [ 14.894781] [drm] MTRR
allocation failed. Graphics performance may suffer.
Dec 15 16:13:03 teawater-workpc kernel: [ 14.895367] i915
0000:00:02.0: irq 43 for MSI/MSI-X
Dec 15 16:13:03 teawater-workpc kernel: [ 14.895610] vgaarb: device
changed decodes:
PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Dec 15 16:13:03 teawater-workpc kernel: [ 14.895927] [drm] initialized
overlay support
Dec 15 16:13:03 teawater-workpc kernel: [ 14.981492] Console:
switching to colour frame buffer device 210x65
Dec 15 16:13:03 teawater-workpc kernel: [ 14.986676] fb0: inteldrmfb
frame buffer device
Dec 15 16:13:03 teawater-workpc kernel: [ 14.986678] drm: registered
panic notifier
Dec 15 16:13:03 teawater-workpc kernel: [ 14.986761] [drm] Initialized
i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

The black log with 2.6.37-rc5+:
Dec 15 16:10:51 teawater-workpc kernel: [ 12.418419] [drm] Initialized
drm 1.1.0 20060810
Dec 15 16:10:51 teawater-workpc kernel: [ 12.945240] i915
0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Dec 15 16:10:51 teawater-workpc kernel: [ 12.945246] i915
0000:00:02.0: setting latency timer to 64
Dec 15 16:10:51 teawater-workpc kernel: [ 12.957555] mtrr: type
mismatch for d0000000,10000000 old: write-back new: write-combining
Dec 15 16:10:51 teawater-workpc kernel: [ 12.957559] [drm] MTRR
allocation failed. Graphics performance may suffer.
Dec 15 16:10:51 teawater-workpc kernel: [ 12.958502] i915
0000:00:02.0: irq 42 for MSI/MSI-X
Dec 15 16:10:51 teawater-workpc kernel: [ 12.958806] vgaarb: device
changed decodes:
PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Dec 15 16:10:51 teawater-workpc kernel: [ 12.959124] [drm] initialized
overlay support
Dec 15 16:10:51 teawater-workpc kernel: [ 13.980020] No connectors
reported connected with modes
Dec 15 16:10:51 teawater-workpc kernel: [ 13.980025] [drm] Cannot find
any crtc or sizes - going 1024x768
Dec 15 16:10:51 teawater-workpc kernel: [ 13.986063] Console:
switching to colour frame buffer device 128x48
Dec 15 16:10:51 teawater-workpc kernel: [ 13.988296] fb0: inteldrmfb
frame buffer device
Dec 15 16:10:51 teawater-workpc kernel: [ 13.988298] drm: registered
panic notifier
Dec 15 16:10:51 teawater-workpc kernel: [ 13.988425] [drm] Initialized
i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

Thanks,
Hui

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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-15  8:33 [BUG] i915 boot got black screen with 2.6.37-rc5+ Hui Zhu
@ 2010-12-15  9:23 ` Chris Wilson
  2010-12-15  9:28   ` Hui Zhu
  2010-12-18 20:55   ` Woody Suwalski
  2010-12-19 20:42 ` Maciej Rutecki
  1 sibling, 2 replies; 10+ messages in thread
From: Chris Wilson @ 2010-12-15  9:23 UTC (permalink / raw)
  To: Hui Zhu, linux-kernel; +Cc: keithp, ak, gregkh, stable, Andi Kleen

Which chipset and what connectors? Judging by the offending commits, my
guess is an Arrandale with eDP, in which case
https://bugs.freedesktop.org/show_bug.cgi?id=31988 will be of interest.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-15  9:23 ` Chris Wilson
@ 2010-12-15  9:28   ` Hui Zhu
  2010-12-15 10:20     ` Chris Wilson
  2010-12-18 20:55   ` Woody Suwalski
  1 sibling, 1 reply; 10+ messages in thread
From: Hui Zhu @ 2010-12-15  9:28 UTC (permalink / raw)
  To: Chris Wilson; +Cc: linux-kernel, keithp, ak, gregkh, stable, Andi Kleen

On Wed, Dec 15, 2010 at 17:23, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> Which chipset and what connectors? Judging by the offending commits, my
> guess is an Arrandale with eDP, in which case
> https://bugs.freedesktop.org/show_bug.cgi?id=31988 will be of interest.
> -Chris
>
> --
> Chris Wilson, Intel Open Source Technology Centre
>

lspci | grep Display
00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated
Graphics Controller (rev 02)

Thanks,
Hui

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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-15  9:28   ` Hui Zhu
@ 2010-12-15 10:20     ` Chris Wilson
  2010-12-16  2:20       ` Hui Zhu
  0 siblings, 1 reply; 10+ messages in thread
From: Chris Wilson @ 2010-12-15 10:20 UTC (permalink / raw)
  To: Hui Zhu; +Cc: linux-kernel, keithp, ak, gregkh, stable, Andi Kleen

On Wed, 15 Dec 2010 17:28:45 +0800, Hui Zhu <teawater@gmail.com> wrote:
> lspci | grep Display
> 00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated
> Graphics Controller (rev 02)

Q35. I wasn't expecting that. Can you please add drm.debug=0xe to your
boot line and attach the dmesg from rc3 and rc5? Thanks.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-15 10:20     ` Chris Wilson
@ 2010-12-16  2:20       ` Hui Zhu
  2010-12-16 10:10         ` Chris Wilson
  0 siblings, 1 reply; 10+ messages in thread
From: Hui Zhu @ 2010-12-16  2:20 UTC (permalink / raw)
  To: Chris Wilson; +Cc: linux-kernel, keithp, ak, gregkh, stable, Andi Kleen

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

On Wed, Dec 15, 2010 at 18:20, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> On Wed, 15 Dec 2010 17:28:45 +0800, Hui Zhu <teawater@gmail.com> wrote:
>> lspci | grep Display
>> 00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated
>> Graphics Controller (rev 02)
>
> Q35. I wasn't expecting that. Can you please add drm.debug=0xe to your
> boot line and attach the dmesg from rc3 and rc5? Thanks.
> -Chris
>
> --
> Chris Wilson, Intel Open Source Technology Centre
>

Thanks Chris.

I post the logs of rc3+, rc4+ and rc5+ in attchement.  Wish they can
be more helpful.

Best,
Hui

[-- Attachment #2: rc3 --]
[-- Type: application/octet-stream, Size: 63591 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.37-rc3+ (teawater@teawater-workpc) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #30 SMP PREEMPT Thu Nov 25 11:13:10 CST 2010
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007d4ff800 (usable)
[    0.000000]  BIOS-e820: 000000007d4ff800 - 000000007d553c00 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007d553c00 - 000000007d555c00 (ACPI data)
[    0.000000]  BIOS-e820: 000000007d555c00 - 000000007e000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.5 present.
[    0.000000] DMI: 0Y255C/OptiPlex 755                 , BIOS A08 02/19/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7d4ff 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-CFFFF write-protect
[    0.000000]   D0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 000000000 write-back
[    0.000000]   1 base 07D700000 mask FFFF00000 uncachable
[    0.000000]   2 base 07D800000 mask FFF800000 uncachable
[    0.000000]   3 base 07E000000 mask FFE000000 uncachable
[    0.000000]   4 base 07D600000 mask FFFF00000 uncachable
[    0.000000]   5 base 080000000 mask F80000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 000000007d600000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] found SMP MP-table at [c00fe710] fe710
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] initial memory mapped : 0 - 00c00000
[    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 @ bfb000-c00000
[    0.000000] RAMDISK: 32565000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 2cada000 - 3256416d
[    0.000000] Move RAMDISK from 0000000032565000 - 0000000037fef16c to 2cada000 - 3256416c
[    0.000000] ACPI: RSDP 000fec00 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 000fc5bd 0008C (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: FACP 000fc6ed 000F4 (v03 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: DSDT fff78ba8 045A0 (v01   DELL    dt_ex 00001000 INTL 20050624)
[    0.000000] ACPI: FACS 7d4ff800 00040
[    0.000000] ACPI: SSDT fff7d267 000AA (v01   DELL    st_ex 00001000 INTL 20050624)
[    0.000000] ACPI: APIC 000fc7e1 00092 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: BOOT 000fc873 00028 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: ASF! 000fc89b 00096 (v32 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: MCFG 000fc931 0003E (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: HPET 000fc96f 00038 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: TCPA 000fcbcb 00032 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: ____ 000fcbfd 00030 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: SLIC 000fc9a7 00176 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: SSDT 7d4ff840 001B7 (v01 DpgPmm  Cpu0Ist 00000011 INTL 20050624)
[    0.000000] ACPI: SSDT 7d4ffc49 001B7 (v01 DpgPmm  Cpu1Ist 00000011 INTL 20050624)
[    0.000000] ACPI: SSDT 7d500052 00140 (v01 DpgPmm    CpuPm 00000010 INTL 20050624)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1117MB 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 -> 0x0007d4ff
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x0007d4ff
[    0.000000] On node 0 totalpages: 513165
[    0.000000] free_area_init_node: node 0, pgdat c07e2140, node_mem_map f684d200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3950 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: 2235 pages used for memmap
[    0.000000]   HighMem zone: 283718 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7e000000 (gap: 7e000000:62000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f6400000 s28288 r0 d20864 u524288
[    0.000000] pcpu-alloc: s28288 r0 d20864 u524288 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 509154
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-rc3+ root=UUID=187087d9-7536-45e8-bc79-72b2273162ea ro drm.debug=0xe
[    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] allocated 10265260 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007d4ff)
[    0.000000] Memory: 1923920k/2053116k available (4869k kernel code, 128740k reserved, 2280k data, 644k init, 1143812k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 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 : 0xc07fc000 - 0xc089d000   ( 644 kB)
[    0.000000]       .data : 0xc05c166c - 0xc07fb848   (2280 kB)
[    0.000000]       .text : 0xc0100000 - 0xc05c166c   (4869 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:744 16
[    0.000000] CPU 0 irqstacks, hard=f540a000 soft=f540c000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2660.186 MHz processor.
[    0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.37 BogoMIPS (lpj=10640744)
[    0.004098] pid_max: default: 32768 minimum: 301
[    0.004162] Security Framework initialized
[    0.004217] AppArmor: AppArmor initialized
[    0.004305] Mount-cache hash table entries: 512
[    0.004474] Initializing cgroup subsys ns
[    0.004519] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.004588] Initializing cgroup subsys cpuacct
[    0.004635] Initializing cgroup subsys memory
[    0.004684] Initializing cgroup subsys devices
[    0.004727] Initializing cgroup subsys freezer
[    0.004770] Initializing cgroup subsys net_cls
[    0.004840] CPU: Physical Processor ID: 0
[    0.004882] CPU: Processor Core ID: 0
[    0.004925] mce: CPU supports 6 MCE banks
[    0.004972] CPU0: Thermal monitoring enabled (TM2)
[    0.005018] using mwait in idle threads.
[    0.005065] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.005173] PEBS disabled due to CPU errata.
[    0.005220] ... version:                2
[    0.005262] ... bit width:              40
[    0.005304] ... generic registers:      2
[    0.005347] ... value mask:             000000ffffffffff
[    0.005393] ... max period:             000000007fffffff
[    0.005438] ... fixed-purpose events:   3
[    0.005480] ... event mask:             0000000700000003
[    0.009048] ACPI: Core revision 20101013
[    0.136011] ftrace: allocating 20421 entries in 40 pages
[    0.140048] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.140393] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.180170] CPU0: Intel(R) Core(TM)2 Duo CPU     E6750  @ 2.66GHz stepping 0b
[    0.204018] CPU 1 irqstacks, hard=f54ae000 soft=f54b8000
[    0.204023] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.296015] Brought up 2 CPUs
[    0.296132] Total of 2 processors activated (10640.33 BogoMIPS).
[    0.296756] devtmpfs: initialized
[    0.296894] regulator: core version 0.5
[    0.296968] regulator: dummy: 
[    0.297025] Time:  2:07:31  Date: 12/16/10
[    0.297103] NET: Registered protocol family 16
[    0.297241] EISA bus registered
[    0.297286] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.297352] ACPI: bus type pci registered
[    0.297450] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.297519] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.297569] PCI: Using MMCONFIG for extended config space
[    0.297614] PCI: Using configuration type 1 for base access
[    0.298349] bio: create slab <bio-0> at 0
[    0.300459] ACPI: EC: Look up EC in DSDT
[    0.330840] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.363288] ACPI Warning: Incorrect checksum in table [TCPA] - 0x00, should be 0x87 (20101013/tbutils-314)
[    0.365141] ACPI: Interpreter enabled
[    0.365182] ACPI: (supports S0 S1 S3 S4 S5)
[    0.365326] ACPI: Using IOAPIC for interrupt routing
[    0.515126] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.515171] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.532023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.564018] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.564067] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.564118] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.564177] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000effff]
[    0.564235] pci_root PNP0A03:00: host bridge window [mem 0x000f0000-0x000fffff]
[    0.564866] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfec00000]
[    0.564925] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xdfffffff]
[    0.564983] pci_root PNP0A03:00: host bridge window [mem 0xff980800-0xff980bff]
[    0.565042] pci_root PNP0A03:00: host bridge window [mem 0xff97c000-0xff97ffff]
[    0.565100] pci_root PNP0A03:00: host bridge window [mem 0xfed20000-0xfed9ffff]
[    0.565158] pci_root PNP0A03:00: host bridge window [mem 0xfedad800-0xfedadfff]
[    0.565227] pci 0000:00:00.0: [8086:29b0] type 0 class 0x000600
[    0.565265] pci 0000:00:01.0: [8086:29b1] type 1 class 0x000604
[    0.565293] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.565296] pci 0000:00:01.0: PME# disabled
[    0.565309] pci 0000:00:02.0: [8086:29b2] type 0 class 0x000300
[    0.565318] pci 0000:00:02.0: reg 10: [mem 0xfea00000-0xfea7ffff]
[    0.565324] pci 0000:00:02.0: reg 14: [io  0xec90-0xec97]
[    0.565329] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[    0.565334] pci 0000:00:02.0: reg 1c: [mem 0xfeb00000-0xfebfffff]
[    0.565362] pci 0000:00:02.1: [8086:29b3] type 0 class 0x000380
[    0.565370] pci 0000:00:02.1: reg 10: [mem 0xfea80000-0xfeafffff]
[    0.565418] pci 0000:00:03.0: [8086:29b4] type 0 class 0x000780
[    0.565444] pci 0000:00:03.0: reg 10: [mem 0xfedad000-0xfedad00f 64bit]
[    0.565519] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.565524] pci 0000:00:03.0: PME# disabled
[    0.565539] pci 0000:00:03.2: [8086:29b6] type 0 class 0x000101
[    0.565551] pci 0000:00:03.2: reg 10: [io  0xfe80-0xfe87]
[    0.565559] pci 0000:00:03.2: reg 14: [io  0xfe90-0xfe93]
[    0.565566] pci 0000:00:03.2: reg 18: [io  0xfea0-0xfea7]
[    0.565574] pci 0000:00:03.2: reg 1c: [io  0xfeb0-0xfeb3]
[    0.565581] pci 0000:00:03.2: reg 20: [io  0xfef0-0xfeff]
[    0.565624] pci 0000:00:03.3: [8086:29b7] type 0 class 0x000700
[    0.565637] pci 0000:00:03.3: reg 10: [io  0xec98-0xec9f]
[    0.565645] pci 0000:00:03.3: reg 14: [mem 0xfe9da000-0xfe9dafff]
[    0.565731] pci 0000:00:19.0: [8086:10bd] type 0 class 0x000200
[    0.565747] pci 0000:00:19.0: reg 10: [mem 0xfe9e0000-0xfe9fffff]
[    0.565755] pci 0000:00:19.0: reg 14: [mem 0xfe9db000-0xfe9dbfff]
[    0.565763] pci 0000:00:19.0: reg 18: [io  0xecc0-0xecdf]
[    0.565807] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.565810] pci 0000:00:19.0: PME# disabled
[    0.565827] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[    0.565865] pci 0000:00:1a.0: reg 20: [io  0xff20-0xff3f]
[    0.565904] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[    0.565942] pci 0000:00:1a.1: reg 20: [io  0xff00-0xff1f]
[    0.565990] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[    0.566010] pci 0000:00:1a.7: reg 10: [mem 0xfe9d9c00-0xfe9d9fff]
[    0.566076] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.566081] pci 0000:00:1a.7: PME# disabled
[    0.566101] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[    0.566115] pci 0000:00:1b.0: reg 10: [mem 0xfe9dc000-0xfe9dffff 64bit]
[    0.566163] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.566167] pci 0000:00:1b.0: PME# disabled
[    0.566183] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[    0.566232] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.566236] pci 0000:00:1c.0: PME# disabled
[    0.566260] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[    0.566299] pci 0000:00:1d.0: reg 20: [io  0xff80-0xff9f]
[    0.566339] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[    0.566377] pci 0000:00:1d.1: reg 20: [io  0xff60-0xff7f]
[    0.566417] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[    0.566456] pci 0000:00:1d.2: reg 20: [io  0xff40-0xff5f]
[    0.566503] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[    0.566522] pci 0000:00:1d.7: reg 10: [mem 0xff980800-0xff980bff]
[    0.566588] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.566592] pci 0000:00:1d.7: PME# disabled
[    0.566609] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.566659] pci 0000:00:1f.0: [8086:2914] type 0 class 0x000601
[    0.566729] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    0.566790] pci 0000:00:1f.0: quirk: [io  0x0880-0x08bf] claimed by ICH6 GPIO
[    0.566838] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    0.566898] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007)
[    0.566991] pci 0000:00:1f.2: [8086:2922] type 0 class 0x000106
[    0.567008] pci 0000:00:1f.2: reg 10: [io  0xfe00-0xfe07]
[    0.567015] pci 0000:00:1f.2: reg 14: [io  0xfe10-0xfe13]
[    0.567022] pci 0000:00:1f.2: reg 18: [io  0xfe20-0xfe27]
[    0.567029] pci 0000:00:1f.2: reg 1c: [io  0xfe30-0xfe33]
[    0.567036] pci 0000:00:1f.2: reg 20: [io  0xfec0-0xfedf]
[    0.567044] pci 0000:00:1f.2: reg 24: [mem 0xff970000-0xff9707ff]
[    0.567073] pci 0000:00:1f.2: PME# supported from D3hot
[    0.567077] pci 0000:00:1f.2: PME# disabled
[    0.567091] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[    0.567105] pci 0000:00:1f.3: reg 10: [mem 0xfe9d9b00-0xfe9d9bff 64bit]
[    0.567124] pci 0000:00:1f.3: reg 20: [io  0xece0-0xecff]
[    0.567169] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.567212] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.567215] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.567219] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.567254] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.567297] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.567301] pci 0000:00:1c.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.567306] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.567361] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.567408] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.567412] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.567418] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.567420] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.567423] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.567425] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.567427] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000effff] (subtractive decode)
[    0.567429] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    0.567432] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfec00000] (subtractive decode)
[    0.567434] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff] (subtractive decode)
[    0.567436] pci 0000:00:1e.0:   bridge window [mem 0xff980800-0xff980bff] (subtractive decode)
[    0.567438] pci 0000:00:1e.0:   bridge window [mem 0xff97c000-0xff97ffff] (subtractive decode)
[    0.567441] pci 0000:00:1e.0:   bridge window [mem 0xfed20000-0xfed9ffff] (subtractive decode)
[    0.567443] pci 0000:00:1e.0:   bridge window [mem 0xfedad800-0xfedadfff] (subtractive decode)
[    0.567455] pci_bus 0000:00: on NUMA node 0
[    0.567458] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.568021] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
[    0.568443] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
[    0.568784] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    2.449733] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    2.450738] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.451741] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    2.452757] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.453754] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    2.454819] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    2.455821] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.456833] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.457279] HEST: Table is not found!
[    2.457369] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    2.457439] vgaarb: loaded
[    2.457591] SCSI subsystem initialized
[    2.457636] libata version 3.00 loaded.
[    2.457636] usbcore: registered new interface driver usbfs
[    2.457636] usbcore: registered new interface driver hub
[    2.457636] usbcore: registered new device driver usb
[    2.457636] wmi: Mapper loaded
[    2.457636] PCI: Using ACPI for IRQ routing
[    2.457636] PCI: pci_cache_line_size set to 64 bytes
[    2.457636] pci 0000:00:03.0: no compatible bridge window for [mem 0xfedad000-0xfedad00f 64bit]
[    2.457636] pci 0000:00:1f.2: no compatible bridge window for [mem 0xff970000-0xff9707ff]
[    2.457636] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    2.457636] reserve RAM buffer: 000000000009e400 - 000000000009ffff 
[    2.457636] reserve RAM buffer: 000000007d4ff800 - 000000007fffffff 
[    2.457636] NetLabel: Initializing
[    2.457636] NetLabel:  domain hash size = 128
[    2.457636] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.457636] NetLabel:  unlabeled traffic allowed by default
[    2.457636] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    2.457636] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    2.457636] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    2.468020] Switching to clocksource tsc
[    2.474483] AppArmor: AppArmor Filesystem Enabled
[    2.474535] pnp: PnP ACPI init
[    2.474587] ACPI: bus type pnp registered
[    2.496035] pnp 00:00: [bus 00-ff]
[    2.496038] pnp 00:00: [io  0x0cf8-0x0cff]
[    2.496041] pnp 00:00: [io  0x0000-0x0cf7 window]
[    2.496044] pnp 00:00: [io  0x0d00-0xffff window]
[    2.496047] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    2.496050] pnp 00:00: [mem 0x000c0000-0x000effff window]
[    2.496052] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    2.496055] pnp 00:00: [mem 0xf0000000-0xfec00000 window]
[    2.496058] pnp 00:00: [mem 0x80000000-0xdfffffff window]
[    2.496061] pnp 00:00: [mem 0xf0000000-0xefffffff window disabled]
[    2.496064] pnp 00:00: [mem 0xff980800-0xff980bff window]
[    2.496067] pnp 00:00: [mem 0xff97c000-0xff97ffff window]
[    2.496069] pnp 00:00: [mem 0xfed20000-0xfed9ffff window]
[    2.496072] pnp 00:00: [mem 0xfedad800-0xfedadfff window]
[    2.496127] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    2.500076] pnp 00:01: [io  0x0060]
[    2.500079] pnp 00:01: [io  0x0064]
[    2.500080] pnp 00:01: [io  0x0062-0x0063]
[    2.500082] pnp 00:01: [io  0x0065-0x006f]
[    2.500084] pnp 00:01: [io  0x00e0-0x00ef]
[    2.500086] pnp 00:01: [io  0x0800-0x085f]
[    2.500088] pnp 00:01: [io  0x0c00-0x0c7f]
[    2.500090] pnp 00:01: [io  0x0860-0x08ff]
[    2.500115] pnp 00:01: disabling [io  0x0800-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    2.500181] pnp 00:01: disabling [io  0x0860-0x08ff] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    2.500273] pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.500549] pnp 00:02: [io  0x0080-0x009f]
[    2.500551] pnp 00:02: [io  0x0000-0x001f]
[    2.500553] pnp 00:02: [io  0x00c0-0x00df]
[    2.500555] pnp 00:02: [dma 4]
[    2.500582] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    2.500791] pnp 00:03: [io  0x00f0-0x00ff]
[    2.500800] pnp 00:03: [irq 13]
[    2.500830] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    2.501028] pnp 00:04: [io  0x0061]
[    2.501055] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    2.501268] pnp 00:05: [io  0x0070-0x007f]
[    2.501273] pnp 00:05: [irq 8]
[    2.501300] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    2.509615] pnp 00:06: [io  0x03f0-0x03f5]
[    2.509617] pnp 00:06: [io  0x03f7]
[    2.509621] pnp 00:06: [irq 6]
[    2.509623] pnp 00:06: [dma 2]
[    2.510119] pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    2.522903] pnp 00:07: [io  0x0378-0x037f]
[    2.522905] pnp 00:07: [io  0x0778-0x077f]
[    2.522910] pnp 00:07: [irq 7]
[    2.522912] pnp 00:07: [dma 0 disabled]
[    2.524114] pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
[    2.529318] pnp 00:08: [io  0x03f8-0x03ff]
[    2.529323] pnp 00:08: [irq 4]
[    2.529721] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    2.544695] pnp 00:09: [mem 0xfed00000-0xfed003ff]
[    2.544731] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
[    2.544737] pnp: PnP ACPI: found 10 devices
[    2.544777] ACPI: ACPI bus type pnp unregistered
[    2.544818] PnPBIOS: Disabled by ACPI PNP
[    2.544864] system 00:01: [io  0x0c00-0x0c7f] has been reserved
[    2.580982] pci 0000:00:1c.0: BAR 15: assigned [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.581043] pci 0000:00:1c.0: BAR 13: assigned [io  0xd000-0xdfff]
[    2.581089] pci 0000:00:1f.2: BAR 5: assigned [mem 0xff97f800-0xff97ffff]
[    2.581137] pci 0000:00:1f.2: BAR 5: set to [mem 0xff97f800-0xff97ffff] (PCI address [0xff97f800-0xff97ffff])
[    2.581202] pci 0000:00:03.0: BAR 0: assigned [mem 0xff97f7f0-0xff97f7ff 64bit]
[    2.581265] pci 0000:00:03.0: BAR 0: set to [mem 0xff97f7f0-0xff97f7ff 64bit] (PCI address [0xff97f7f0-0xff97f7ff])
[    2.581330] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    2.581372] pci 0000:00:01.0:   bridge window [io  disabled]
[    2.581416] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    2.581461] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    2.581507] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    2.581549] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    2.581595] pci 0000:00:1c.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    2.581642] pci 0000:00:1c.0:   bridge window [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.581704] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    2.581745] pci 0000:00:1e.0:   bridge window [io  disabled]
[    2.581790] pci 0000:00:1e.0:   bridge window [mem disabled]
[    2.581834] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    2.581888] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.581934] pci 0000:00:01.0: setting latency timer to 64
[    2.581940] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.581986] pci 0000:00:1c.0: setting latency timer to 64
[    2.581991] pci 0000:00:1e.0: setting latency timer to 64
[    2.581995] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    2.581997] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    2.581999] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    2.582001] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000effff]
[    2.582004] pci_bus 0000:00: resource 8 [mem 0x000f0000-0x000fffff]
[    2.582006] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfec00000]
[    2.582008] pci_bus 0000:00: resource 10 [mem 0x80000000-0xdfffffff]
[    2.582010] pci_bus 0000:00: resource 11 [mem 0xff980800-0xff980bff]
[    2.582012] pci_bus 0000:00: resource 12 [mem 0xff97c000-0xff97ffff]
[    2.582015] pci_bus 0000:00: resource 13 [mem 0xfed20000-0xfed9ffff]
[    2.582017] pci_bus 0000:00: resource 14 [mem 0xfedad800-0xfedadfff]
[    2.582019] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe8fffff]
[    2.582021] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    2.582024] pci_bus 0000:02: resource 1 [mem 0xfe700000-0xfe7fffff]
[    2.582026] pci_bus 0000:02: resource 2 [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.582028] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    2.582030] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    2.582033] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    2.582035] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000effff]
[    2.582037] pci_bus 0000:03: resource 8 [mem 0x000f0000-0x000fffff]
[    2.582039] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfec00000]
[    2.582041] pci_bus 0000:03: resource 10 [mem 0x80000000-0xdfffffff]
[    2.582044] pci_bus 0000:03: resource 11 [mem 0xff980800-0xff980bff]
[    2.582046] pci_bus 0000:03: resource 12 [mem 0xff97c000-0xff97ffff]
[    2.582048] pci_bus 0000:03: resource 13 [mem 0xfed20000-0xfed9ffff]
[    2.582050] pci_bus 0000:03: resource 14 [mem 0xfedad800-0xfedadfff]
[    2.582079] NET: Registered protocol family 2
[    2.582187] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    2.582427] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.582835] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    2.583042] TCP: Hash tables configured (established 131072 bind 65536)
[    2.583087] TCP reno registered
[    2.583125] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    2.583173] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    2.583304] NET: Registered protocol family 1
[    2.583357] pci 0000:00:02.0: Boot video device
[    2.583480] PCI: CLS 64 bytes, default 64
[    2.583522] Trying to unpack rootfs image as initramfs...
[    4.336332] Freeing initrd memory: 92716k freed
[    4.373618] Simple Boot Flag at 0x7a set to 0x1
[    4.373847] cpufreq-nforce2: No nForce2 chipset.
[    4.373919] Scanning for low memory corruption every 60 seconds
[    4.374080] audit: initializing netlink socket (disabled)
[    4.374134] type=2000 audit(1292465255.372:1): initialized
[    4.377623] highmem bounce pool size: 64 pages
[    4.377666] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    4.379253] VFS: Disk quotas dquot_6.5.2
[    4.379347] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    4.379962] fuse init (API version 7.15)
[    4.380085] msgmni has been set to 1704
[    4.380308] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    4.380368] io scheduler noop registered
[    4.380406] io scheduler deadline registered
[    4.380456] io scheduler cfq registered (default)
[    4.380627] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.380692] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    4.380821] intel_idle: MWAIT substates: 0x220
[    4.380823] intel_idle: does not run on family 6 model 15
[    4.380898] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    4.380963] ACPI: Power Button [VBTN]
[    4.381047] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    4.381106] ACPI: Power Button [PWRF]
[    4.381780] ACPI: acpi_idle registered with cpuidle
[    4.472870] ERST: Table is not found!
[    4.472921] isapnp: Scanning for PnP cards...
[    4.825839] isapnp: No Plug & Play device found
[    4.826204] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.846596] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.104543] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.168070] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    5.188206] 0000:00:03.3: ttyS1 at I/O 0xec98 (irq = 17) is a 16550A
[    5.253170] brd: module loaded
[    5.253735] loop: module loaded
[    5.253941] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.254024] pata_acpi 0000:00:03.2: setting latency timer to 64
[    5.254035] pata_acpi 0000:00:03.2: PCI INT C disabled
[    5.254105] ata_generic 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.254179] ata_generic 0000:00:03.2: setting latency timer to 64
[    5.254460] scsi0 : ata_generic
[    5.254567] scsi1 : ata_generic
[    5.254643] ata1: PATA max UDMA/100 cmd 0xfe80 ctl 0xfe90 bmdma 0xfef0 irq 18
[    5.254689] ata2: PATA max UDMA/100 cmd 0xfea0 ctl 0xfeb0 bmdma 0xfef8 irq 18
[    5.254995] Fixed MDIO Bus: probed
[    5.255059] PPP generic driver version 2.4.2
[    5.255127] tun: Universal TUN/TAP device driver, 1.6
[    5.255168] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    5.255280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.255337] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    5.255390] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    5.255393] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    5.255463] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    5.284041] ehci_hcd 0000:00:1a.7: debug port 1
[    5.287965] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    5.287977] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfe9d9c00
[    5.300014] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    5.300191] hub 1-0:1.0: USB hub found
[    5.300232] hub 1-0:1.0: 6 ports detected
[    5.300341] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.300393] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    5.300396] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    5.300466] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    5.332034] ehci_hcd 0000:00:1d.7: debug port 1
[    5.335936] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    5.335948] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xff980800
[    5.348015] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.348196] hub 2-0:1.0: USB hub found
[    5.348236] hub 2-0:1.0: 6 ports detected
[    5.348342] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.348396] uhci_hcd: USB Universal Host Controller Interface driver
[    5.348456] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.348505] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    5.348508] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    5.348583] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    5.380046] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
[    5.380225] hub 3-0:1.0: USB hub found
[    5.380267] hub 3-0:1.0: 2 ports detected
[    5.380365] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    5.380414] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    5.380417] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    5.381062] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    5.419183] uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
[    5.419356] hub 4-0:1.0: USB hub found
[    5.419397] hub 4-0:1.0: 2 ports detected
[    5.419495] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.419545] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    5.419547] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.419619] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    5.448036] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
[    5.448214] hub 5-0:1.0: USB hub found
[    5.448254] hub 5-0:1.0: 2 ports detected
[    5.448349] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    5.448398] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    5.448401] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.448473] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    5.480035] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
[    5.480211] hub 6-0:1.0: USB hub found
[    5.480252] hub 6-0:1.0: 2 ports detected
[    5.480347] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.480396] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    5.480398] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.480471] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    5.512035] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
[    5.512210] hub 7-0:1.0: USB hub found
[    5.512251] hub 7-0:1.0: 2 ports detected
[    5.512397] PNP: No PS/2 controller found. Probing ports directly.
[    5.515164] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.515208] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.515306] mice: PS/2 mouse device common for all mice
[    5.515446] rtc_cmos 00:05: RTC can wake from S4
[    5.524062] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    5.524131] rtc0: alarms up to one day, 242 bytes nvram, hpet irqs
[    5.524274] device-mapper: uevent: version 1.0.3
[    5.524400] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[    5.524503] device-mapper: multipath: version 1.1.1 loaded
[    5.524546] device-mapper: multipath round-robin: version 1.0.0 loaded
[    5.524683] EISA: Probing bus 0 at eisa.0
[    5.524722] EISA: Cannot allocate resource for mainboard
[    5.524764] Cannot allocate resource for EISA slot 1
[    5.524805] Cannot allocate resource for EISA slot 2
[    5.524846] Cannot allocate resource for EISA slot 3
[    5.524887] Cannot allocate resource for EISA slot 4
[    5.524928] Cannot allocate resource for EISA slot 5
[    5.524968] Cannot allocate resource for EISA slot 6
[    5.525010] Cannot allocate resource for EISA slot 7
[    5.525050] Cannot allocate resource for EISA slot 8
[    5.525091] EISA: Detected 0 cards.
[    5.525168] cpuidle: using governor ladder
[    5.525207] cpuidle: using governor menu
[    5.525494] TCP cubic registered
[    5.525532] NET: Registered protocol family 17
[    5.525587] Registering the dns_resolver key type
[    5.525927] Using IPI No-Shortcut mode
[    5.526048] PM: Hibernation image not present or could not be loaded.
[    5.526057] registered taskstats version 1
[    5.526337]   Magic number: 6:512:106
[    5.526379] usbmon usbmon2: hash matches
[    5.526461] rtc_cmos 00:05: setting system clock to 2010-12-16 02:07:37 UTC (1292465257)
[    5.526522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    5.526564] EDD information not available.
[    5.583156] Freeing unused kernel memory: 644k freed
[    5.583467] Write protecting the kernel text: 4872k
[    5.583544] Write protecting the kernel read-only data: 1944k
[    5.597131] udev[67]: starting version 163
[    5.676091] ahci 0000:00:1f.2: version 3.0
[    5.676108] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.676199] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    5.676263] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x2f impl SATA mode
[    5.676328] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ccc ems sxs 
[    5.676391] ahci 0000:00:1f.2: setting latency timer to 64
[    5.681889] Floppy drive(s): fd0 is 1.44M
[    5.681952] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
[    5.681953] e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
[    5.697977] FDC 0 is a post-1991 82077
[    5.712653] scsi2 : ahci
[    5.712757] scsi3 : ahci
[    5.712852] scsi4 : ahci
[    5.712954] scsi5 : ahci
[    5.713053] scsi6 : ahci
[    5.713153] scsi7 : ahci
[    5.714710] ata3: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97f900 irq 40
[    5.714770] ata4: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97f980 irq 40
[    5.714828] ata5: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fa00 irq 40
[    5.714887] ata6: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fa80 irq 40
[    5.714945] ata7: DUMMY
[    5.714980] ata8: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fb80 irq 40
[    5.715079] e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    5.715137] e1000e 0000:00:19.0: setting latency timer to 64
[    5.715214] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[    5.792040] usb 6-1: new low speed USB device using uhci_hcd and address 2
[    6.032055] ata8: SATA link down (SStatus 4 SControl 300)
[    6.032128] ata5: SATA link down (SStatus 0 SControl 300)
[    6.074156] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1e:4f:b1:da:d7
[    6.074217] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    6.074278] e1000e 0000:00:19.0: eth0: MAC: 7, PHY: 6, PBA No: 1041ff-0ff
[    6.200013] usb 6-2: new low speed USB device using uhci_hcd and address 3
[    6.204036] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.204096] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    6.204153] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.204710] ata4.00: ATAPI: TSSTcorp DVD+/-RW TS-H653B, D300, max UDMA/100
[    6.204761] ata4.00: applying bridge limits
[    6.205699] ata4.00: configured for UDMA/100
[    6.235676] ata6.00: ATA-7: ST3500630AS, 3.AAE, max UDMA/133
[    6.235724] ata6.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.247633] ata3.00: ATA-7: ST3160815AS, 4.ADA, max UDMA/133
[    6.247680] ata3.00: 312500000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.293981] ata6.00: configured for UDMA/133
[    6.305931] ata3.00: configured for UDMA/133
[    6.306093] scsi 2:0:0:0: Direct-Access     ATA      ST3160815AS      4.AD PQ: 0 ANSI: 5
[    6.306312] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    6.306319] sd 2:0:0:0: [sda] 312500000 512-byte logical blocks: (160 GB/149 GiB)
[    6.306369] sd 2:0:0:0: [sda] Write Protect is off
[    6.306371] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.306392] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.307198] scsi 3:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653B D300 PQ: 0 ANSI: 5
[    6.310939] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    6.310989] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.311139] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    6.311194] sr 3:0:0:0: Attached scsi generic sg1 type 5
[    6.311353] scsi 5:0:0:0: Direct-Access     ATA      ST3500630AS      3.AA PQ: 0 ANSI: 5
[    6.311527] sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    6.311537] sd 5:0:0:0: Attached scsi generic sg2 type 0
[    6.311680] sd 5:0:0:0: [sdb] Write Protect is off
[    6.311722] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    6.311747] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.333704]  sdb: sdb1
[    6.333937] sd 5:0:0:0: [sdb] Attached SCSI disk
[    6.373971]  sda: sda1 sda2 < sda5 > sda3
[    6.374420] sd 2:0:0:0: [sda] Attached SCSI disk
[    6.399439] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input2
[    6.399600] generic-usb 0003:0461:4D15.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.1-1/input0
[    6.428112] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input3
[    6.428468] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-2/input0
[    6.428661] usbcore: registered new interface driver usbhid
[    6.428708] usbhid: USB HID core driver
[    6.715034] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    8.554557] Adding 5952044k swap on /dev/sda5.  Priority:-1 extents:1 across:5952044k 
[    9.507135] udev[351]: starting version 163
[   10.844813] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   11.059523] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.284549] lp: driver loaded but no devices found
[   11.521722] type=1400 audit(1292465263.492:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=530 comm="apparmor_parser"
[   11.521767] type=1400 audit(1292465263.492:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=530 comm="apparmor_parser"
[   11.521806] type=1400 audit(1292465263.492:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=530 comm="apparmor_parser"
[   11.722030] Linux agpgart interface v0.103
[   11.726564] parport_pc 00:07: reported by Plug and Play ACPI
[   11.726616] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
[   11.824150] lp0: using parport0 (interrupt-driven).
[   11.852012] ppdev: user-space parallel port driver
[   12.162923] agpgart-intel 0000:00:00.0: Intel Q35 Chipset
[   12.162990] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   12.163693] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[   12.168205] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   12.875898] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.875957] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[   12.875981] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   13.734879] [drm] Initialized drm 1.1.0 20060810
[   14.247778] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.247785] i915 0000:00:02.0: setting latency timer to 64
[   14.259595] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[   14.259598] [drm] MTRR allocation failed.  Graphics performance may suffer.
[   14.260093] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7d551c00
[   14.260103] [drm:intel_opregion_setup], SWSCI supported
[   14.260126] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[   14.260152] [drm:init_status_page], render ring hws offset: 0x007bf000
[   14.260251] [drm:intel_parse_bios], Using VBT from OpRegion:                $VBTp
[   14.260257] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[   14.260273] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[   14.260277] [drm:parse_device_mapping], no child dev is parsed from VBT 
[   14.260291] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[   14.260302] [drm:intel_modeset_init], 2 display pipes available.
[   14.260340] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   14.260656] [drm] initialized overlay support
[   14.265786] [drm:intel_update_fbc], 
[   14.265788] [drm:intel_update_watermarks], plane B (pipe 1) clock: 0
[   14.265791] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   14.265794] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   14.265797] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[   14.265799] [drm:intel_calculate_wm], FIFO watermark level: 26
[   14.265801] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[   14.265803] [drm:intel_calculate_wm], FIFO watermark level: 29
[   14.265806] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[   14.265808] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[   14.265812] [drm:i915_get_vblank_counter], trying to get vblank count for disabled pipe 1
[   14.265815] [drm:intel_update_fbc], 
[   14.265819] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   14.272137] [drm:i915_driver_irq_handler], pipe a underrun
[   14.272142] [drm:i915_driver_irq_handler], hotplug event received, stat 0x00000b00
[   14.280016] [drm:intel_crt_detect], CRT detected via hotplug
[   14.330994] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[   14.330998] [drm:drm_mode_debug_printmodeline], Modeline 8:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   14.331002] [drm:drm_mode_debug_printmodeline], Modeline 15:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[   14.331006] [drm:drm_mode_debug_printmodeline], Modeline 10:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[   14.331010] [drm:drm_mode_debug_printmodeline], Modeline 9:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[   14.331014] [drm:drm_mode_debug_printmodeline], Modeline 16:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[   14.331018] [drm:drm_mode_debug_printmodeline], Modeline 17:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[   14.331022] [drm:drm_mode_debug_printmodeline], Modeline 18:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[   14.331026] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[   14.331030] [drm:drm_mode_debug_printmodeline], Modeline 12:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[   14.331034] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[   14.331038] [drm:drm_mode_debug_printmodeline], Modeline 14:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[   14.331042] [drm:drm_setup_crtcs], 
[   14.331045] [drm:drm_enable_connectors], connector 5 enabled? yes
[   14.331047] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[   14.331049] [drm:drm_target_preferred], looking for preferred mode on connector 5
[   14.331052] [drm:drm_target_preferred], found mode 1680x1050
[   14.331054] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
[   14.331057] [drm:drm_setup_crtcs], desired mode 1680x1050 set on crtc 3
[   14.338402] [drm:intelfb_create], allocated 1680x1050 fb: 0x007f0000, bo f2210840
[   14.339146] [drm:drm_crtc_helper_set_config], 
[   14.339148] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   14.339152] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   14.339154] [drm:drm_crtc_helper_set_config], modes are different, full mode set
[   14.339156] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[   14.339160] [drm:drm_mode_debug_printmodeline], Modeline 19:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   14.339164] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
[   14.339165] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
[   14.339168] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.339170] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
[   14.339171] [drm:drm_mode_debug_printmodeline], Modeline 19:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   14.339176] [drm:drm_crtc_helper_set_mode], [CRTC:3]
[   14.339320] [drm:intel_crtc_mode_set], Mode for pipe A:
[   14.339322] [drm:drm_mode_debug_printmodeline], Modeline 19:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   14.344018] [drm:intel_pipe_set_base_atomic], Writing base 007F0000 00000000 0 0 6720
[   14.344022] [drm:intel_update_fbc], 
[   14.344026] [drm:drm_crtc_helper_set_mode], [ENCODER:6:DAC-6] set [MODE:19:1680x1050]
[   14.344030] [drm:intel_update_watermarks], plane A (pipe 0) clock: 146250
[   14.344033] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   14.344036] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   14.344039] [drm:intel_calculate_wm], FIFO entries required for mode: 46
[   14.344041] [drm:intel_calculate_wm], FIFO watermark level: -20
[   14.344044] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[   14.344046] [drm:intel_calculate_wm], FIFO watermark level: 29
[   14.344048] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[   14.344051] [drm:i9xx_update_wm], self-refresh entries: 105
[   14.344053] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 1
[   14.344231] [drm:intel_update_fbc], 
[   14.344235] [drm:drm_crtc_helper_set_config], 
[   14.344237] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:20] #connectors=0 (x y) (0 0)
[   14.344240] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   14.344242] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.344262] [drm:drm_crtc_helper_set_config], 
[   14.344264] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   14.344267] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.349527] Console: switching to colour frame buffer device 210x65
[   14.349533] [drm:drm_crtc_helper_set_config], 
[   14.349534] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   14.349538] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.354726] fb0: inteldrmfb frame buffer device
[   14.354727] drm: registered panic notifier
[   14.354818] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   14.875292] [drm:i915_driver_open], 
[   14.875310] [drm:drm_crtc_helper_set_config], 
[   14.875312] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   14.875319] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.875322] [drm:drm_crtc_helper_set_config], 
[   14.875324] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:20] #connectors=0 (x y) (0 0)
[   14.875327] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   14.875330] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.875342] [drm:i915_driver_open], 
[   14.875348] [drm:drm_crtc_helper_set_config], 
[   14.875350] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   14.875354] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.875357] [drm:drm_crtc_helper_set_config], 
[   14.875359] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:20] #connectors=0 (x y) (0 0)
[   14.875362] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   14.875364] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.875374] [drm:i915_driver_open], 
[   14.875435] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   14.875439] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   14.875445] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   14.875448] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   14.900027] [drm:intel_crt_detect], CRT detected via hotplug
[   14.950967] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[   14.950970] [drm:drm_mode_debug_printmodeline], Modeline 8:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   14.950975] [drm:drm_mode_debug_printmodeline], Modeline 15:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[   14.950979] [drm:drm_mode_debug_printmodeline], Modeline 10:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[   14.950983] [drm:drm_mode_debug_printmodeline], Modeline 9:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[   14.950987] [drm:drm_mode_debug_printmodeline], Modeline 16:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[   14.950991] [drm:drm_mode_debug_printmodeline], Modeline 17:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[   14.950995] [drm:drm_mode_debug_printmodeline], Modeline 18:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[   14.950999] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[   14.951003] [drm:drm_mode_debug_printmodeline], Modeline 12:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[   14.951007] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[   14.951011] [drm:drm_mode_debug_printmodeline], Modeline 14:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[   14.951018] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   15.036506] [drm:drm_crtc_helper_set_config], 
[   15.036510] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   15.036519] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   15.940259] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   16.326649] EXT3-fs: barriers not enabled
[   16.326820] kjournald starting.  Commit interval 5 seconds
[   16.327165] EXT3-fs (sda3): using internal journal
[   16.327171] EXT3-fs (sda3): mounted filesystem with ordered data mode
[   16.407293] EXT3-fs: barriers not enabled
[   16.412126] kjournald starting.  Commit interval 5 seconds
[   16.412437] EXT3-fs (sdb1): using internal journal
[   16.412443] EXT3-fs (sdb1): mounted filesystem with ordered data mode
[   18.198390] type=1400 audit(1292465270.168:5): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=895 comm="apparmor_parser"
[   18.227626] type=1400 audit(1292465270.196:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=896 comm="apparmor_parser"
[   18.227676] type=1400 audit(1292465270.196:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=896 comm="apparmor_parser"
[   18.227719] type=1400 audit(1292465270.196:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=896 comm="apparmor_parser"
[   18.591278] type=1400 audit(1292465270.560:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=911 comm="apparmor_parser"
[   18.591383] type=1400 audit(1292465270.560:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=911 comm="apparmor_parser"
[   18.752099] sshd (924): /proc/924/oom_adj is deprecated, please use /proc/924/oom_score_adj instead.
[   19.438715] type=1400 audit(1292465271.408:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=920 comm="apparmor_parser"
[   20.368145] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[   20.424049] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X
[   21.004976] [drm:i915_driver_open], 
[   21.005036] [drm:i915_driver_open], 
[   21.005232] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   21.005236] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   21.110415] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   21.110421] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   21.132007] [drm:intel_crt_detect], CRT detected via hotplug
[   21.182957] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[   21.182961] [drm:drm_mode_debug_printmodeline], Modeline 8:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   21.182965] [drm:drm_mode_debug_printmodeline], Modeline 15:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[   21.182969] [drm:drm_mode_debug_printmodeline], Modeline 10:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[   21.182973] [drm:drm_mode_debug_printmodeline], Modeline 9:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[   21.182977] [drm:drm_mode_debug_printmodeline], Modeline 16:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[   21.182982] [drm:drm_mode_debug_printmodeline], Modeline 17:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[   21.182986] [drm:drm_mode_debug_printmodeline], Modeline 18:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[   21.182989] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[   21.182993] [drm:drm_mode_debug_printmodeline], Modeline 12:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[   21.182997] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[   21.183001] [drm:drm_mode_debug_printmodeline], Modeline 14:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[   21.183009] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   21.183070] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   21.183073] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   21.196006] [drm:intel_crt_detect], CRT detected via hotplug
[   21.246970] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[   21.246974] [drm:drm_mode_debug_printmodeline], Modeline 8:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   21.246979] [drm:drm_mode_debug_printmodeline], Modeline 15:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[   21.246983] [drm:drm_mode_debug_printmodeline], Modeline 10:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[   21.246987] [drm:drm_mode_debug_printmodeline], Modeline 9:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[   21.246991] [drm:drm_mode_debug_printmodeline], Modeline 16:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[   21.246995] [drm:drm_mode_debug_printmodeline], Modeline 17:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[   21.246999] [drm:drm_mode_debug_printmodeline], Modeline 18:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[   21.247003] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[   21.247007] [drm:drm_mode_debug_printmodeline], Modeline 12:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[   21.247011] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[   21.247015] [drm:drm_mode_debug_printmodeline], Modeline 14:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[   21.247026] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   21.303803] [drm:drm_mode_addfb], [FB:21]
[   21.303987] [drm:drm_mode_setcrtc], [CRTC:3]
[   21.304216] [drm:drm_mode_setcrtc], [CONNECTOR:5:VGA-1]
[   21.304220] [drm:drm_crtc_helper_set_config], 
[   21.304222] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:21] #connectors=1 (x y) (0 0)
[   21.304229] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   21.306701] [drm:intel_pipe_set_base_atomic], Writing base 01000000 00000000 0 0 8192
[   21.306705] [drm:intel_update_fbc], 
[   21.740784] type=1400 audit(1292465273.712:12): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=904 comm="apparmor_parser"
[   21.741220] type=1400 audit(1292465273.712:13): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=904 comm="apparmor_parser"
[   21.741590] type=1400 audit(1292465273.712:14): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=904 comm="apparmor_parser"
[   21.868876] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[   21.868880] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO

[-- Attachment #3: rc4 --]
[-- Type: application/octet-stream, Size: 63593 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.37-rc4+ (teawater@teawater-workpc) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #31 SMP PREEMPT Thu Dec 2 12:10:17 CST 2010
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007d4ff800 (usable)
[    0.000000]  BIOS-e820: 000000007d4ff800 - 000000007d553c00 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007d553c00 - 000000007d555c00 (ACPI data)
[    0.000000]  BIOS-e820: 000000007d555c00 - 000000007e000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.5 present.
[    0.000000] DMI: 0Y255C/OptiPlex 755                 , BIOS A08 02/19/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7d4ff 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-CFFFF write-protect
[    0.000000]   D0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 000000000 write-back
[    0.000000]   1 base 07D700000 mask FFFF00000 uncachable
[    0.000000]   2 base 07D800000 mask FFF800000 uncachable
[    0.000000]   3 base 07E000000 mask FFE000000 uncachable
[    0.000000]   4 base 07D600000 mask FFFF00000 uncachable
[    0.000000]   5 base 080000000 mask F80000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 000000007d600000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] found SMP MP-table at [c00fe710] fe710
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] initial memory mapped : 0 - 00c00000
[    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 @ bfb000-c00000
[    0.000000] RAMDISK: 32567000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 2cade000 - 3256666d
[    0.000000] Move RAMDISK from 0000000032567000 - 0000000037fef66c to 2cade000 - 3256666c
[    0.000000] ACPI: RSDP 000fec00 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 000fc5bd 0008C (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: FACP 000fc6ed 000F4 (v03 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: DSDT fff78ba8 045A0 (v01   DELL    dt_ex 00001000 INTL 20050624)
[    0.000000] ACPI: FACS 7d4ff800 00040
[    0.000000] ACPI: SSDT fff7d267 000AA (v01   DELL    st_ex 00001000 INTL 20050624)
[    0.000000] ACPI: APIC 000fc7e1 00092 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: BOOT 000fc873 00028 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: ASF! 000fc89b 00096 (v32 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: MCFG 000fc931 0003E (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: HPET 000fc96f 00038 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: TCPA 000fcbcb 00032 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: ____ 000fcbfd 00030 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: SLIC 000fc9a7 00176 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: SSDT 7d4ff840 001B7 (v01 DpgPmm  Cpu0Ist 00000011 INTL 20050624)
[    0.000000] ACPI: SSDT 7d4ffc49 001B7 (v01 DpgPmm  Cpu1Ist 00000011 INTL 20050624)
[    0.000000] ACPI: SSDT 7d500052 00140 (v01 DpgPmm    CpuPm 00000010 INTL 20050624)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1117MB 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 -> 0x0007d4ff
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x0007d4ff
[    0.000000] On node 0 totalpages: 513165
[    0.000000] free_area_init_node: node 0, pgdat c07e2140, node_mem_map f684d200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3950 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: 2235 pages used for memmap
[    0.000000]   HighMem zone: 283718 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7e000000 (gap: 7e000000:62000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f6400000 s28288 r0 d20864 u524288
[    0.000000] pcpu-alloc: s28288 r0 d20864 u524288 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 509154
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-rc4+ root=UUID=187087d9-7536-45e8-bc79-72b2273162ea ro drm.debug=0xe
[    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] allocated 10265260 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007d4ff)
[    0.000000] Memory: 1923928k/2053116k available (4870k kernel code, 128732k reserved, 2279k data, 644k init, 1143812k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 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 : 0xc07fc000 - 0xc089d000   ( 644 kB)
[    0.000000]       .data : 0xc05c1a9c - 0xc07fb848   (2279 kB)
[    0.000000]       .text : 0xc0100000 - 0xc05c1a9c   (4870 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:744 16
[    0.000000] CPU 0 irqstacks, hard=f540a000 soft=f540c000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2659.665 MHz processor.
[    0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 5319.33 BogoMIPS (lpj=10638660)
[    0.004098] pid_max: default: 32768 minimum: 301
[    0.004162] Security Framework initialized
[    0.004218] AppArmor: AppArmor initialized
[    0.004306] Mount-cache hash table entries: 512
[    0.004475] Initializing cgroup subsys ns
[    0.004519] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.004588] Initializing cgroup subsys cpuacct
[    0.004635] Initializing cgroup subsys memory
[    0.004684] Initializing cgroup subsys devices
[    0.004728] Initializing cgroup subsys freezer
[    0.004771] Initializing cgroup subsys net_cls
[    0.004841] CPU: Physical Processor ID: 0
[    0.004884] CPU: Processor Core ID: 0
[    0.004927] mce: CPU supports 6 MCE banks
[    0.004974] CPU0: Thermal monitoring enabled (TM2)
[    0.005021] using mwait in idle threads.
[    0.005067] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.005176] PEBS disabled due to CPU errata.
[    0.005223] ... version:                2
[    0.005266] ... bit width:              40
[    0.005308] ... generic registers:      2
[    0.005350] ... value mask:             000000ffffffffff
[    0.005396] ... max period:             000000007fffffff
[    0.005442] ... fixed-purpose events:   3
[    0.005484] ... event mask:             0000000700000003
[    0.009268] ACPI: Core revision 20101013
[    0.136633] ftrace: allocating 20427 entries in 40 pages
[    0.144008] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.144354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.184086] CPU0: Intel(R) Core(TM)2 Duo CPU     E6750  @ 2.66GHz stepping 0b
[    0.208017] CPU 1 irqstacks, hard=f54ae000 soft=f54b8000
[    0.208022] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.300015] Brought up 2 CPUs
[    0.300131] Total of 2 processors activated (10639.26 BogoMIPS).
[    0.300753] devtmpfs: initialized
[    0.300898] regulator: core version 0.5
[    0.300975] regulator: dummy: 
[    0.301031] Time:  2:12:37  Date: 12/16/10
[    0.301108] NET: Registered protocol family 16
[    0.301250] EISA bus registered
[    0.301297] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.301362] ACPI: bus type pci registered
[    0.301462] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.301532] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.301581] PCI: Using MMCONFIG for extended config space
[    0.301627] PCI: Using configuration type 1 for base access
[    0.302361] bio: create slab <bio-0> at 0
[    0.304552] ACPI: EC: Look up EC in DSDT
[    0.332471] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.356366] ACPI Warning: Incorrect checksum in table [TCPA] - 0x00, should be 0x87 (20101013/tbutils-314)
[    0.357655] ACPI: Interpreter enabled
[    0.357696] ACPI: (supports S0 S1 S3 S4 S5)
[    0.357841] ACPI: Using IOAPIC for interrupt routing
[    0.470738] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.470784] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.488024] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.520018] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.520068] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.520117] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.520186] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000effff]
[    0.520244] pci_root PNP0A03:00: host bridge window [mem 0x000f0000-0x000fffff]
[    0.520875] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfec00000]
[    0.520933] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xdfffffff]
[    0.520992] pci_root PNP0A03:00: host bridge window [mem 0xff980800-0xff980bff]
[    0.521050] pci_root PNP0A03:00: host bridge window [mem 0xff97c000-0xff97ffff]
[    0.521109] pci_root PNP0A03:00: host bridge window [mem 0xfed20000-0xfed9ffff]
[    0.521167] pci_root PNP0A03:00: host bridge window [mem 0xfedad800-0xfedadfff]
[    0.521237] pci 0000:00:00.0: [8086:29b0] type 0 class 0x000600
[    0.521274] pci 0000:00:01.0: [8086:29b1] type 1 class 0x000604
[    0.521302] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.521305] pci 0000:00:01.0: PME# disabled
[    0.521318] pci 0000:00:02.0: [8086:29b2] type 0 class 0x000300
[    0.521327] pci 0000:00:02.0: reg 10: [mem 0xfea00000-0xfea7ffff]
[    0.521333] pci 0000:00:02.0: reg 14: [io  0xec90-0xec97]
[    0.521338] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[    0.521343] pci 0000:00:02.0: reg 1c: [mem 0xfeb00000-0xfebfffff]
[    0.521372] pci 0000:00:02.1: [8086:29b3] type 0 class 0x000380
[    0.521379] pci 0000:00:02.1: reg 10: [mem 0xfea80000-0xfeafffff]
[    0.521428] pci 0000:00:03.0: [8086:29b4] type 0 class 0x000780
[    0.521454] pci 0000:00:03.0: reg 10: [mem 0xfedad000-0xfedad00f 64bit]
[    0.521529] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.521534] pci 0000:00:03.0: PME# disabled
[    0.521550] pci 0000:00:03.2: [8086:29b6] type 0 class 0x000101
[    0.521562] pci 0000:00:03.2: reg 10: [io  0xfe80-0xfe87]
[    0.521570] pci 0000:00:03.2: reg 14: [io  0xfe90-0xfe93]
[    0.521577] pci 0000:00:03.2: reg 18: [io  0xfea0-0xfea7]
[    0.521584] pci 0000:00:03.2: reg 1c: [io  0xfeb0-0xfeb3]
[    0.521591] pci 0000:00:03.2: reg 20: [io  0xfef0-0xfeff]
[    0.521633] pci 0000:00:03.3: [8086:29b7] type 0 class 0x000700
[    0.521646] pci 0000:00:03.3: reg 10: [io  0xec98-0xec9f]
[    0.521654] pci 0000:00:03.3: reg 14: [mem 0xfe9da000-0xfe9dafff]
[    0.521737] pci 0000:00:19.0: [8086:10bd] type 0 class 0x000200
[    0.521753] pci 0000:00:19.0: reg 10: [mem 0xfe9e0000-0xfe9fffff]
[    0.521761] pci 0000:00:19.0: reg 14: [mem 0xfe9db000-0xfe9dbfff]
[    0.521769] pci 0000:00:19.0: reg 18: [io  0xecc0-0xecdf]
[    0.521814] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.521817] pci 0000:00:19.0: PME# disabled
[    0.521834] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[    0.521872] pci 0000:00:1a.0: reg 20: [io  0xff20-0xff3f]
[    0.521912] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[    0.521950] pci 0000:00:1a.1: reg 20: [io  0xff00-0xff1f]
[    0.521998] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[    0.522017] pci 0000:00:1a.7: reg 10: [mem 0xfe9d9c00-0xfe9d9fff]
[    0.522084] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.522088] pci 0000:00:1a.7: PME# disabled
[    0.522109] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[    0.522122] pci 0000:00:1b.0: reg 10: [mem 0xfe9dc000-0xfe9dffff 64bit]
[    0.522171] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.522175] pci 0000:00:1b.0: PME# disabled
[    0.522192] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[    0.522241] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.522245] pci 0000:00:1c.0: PME# disabled
[    0.522270] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[    0.522309] pci 0000:00:1d.0: reg 20: [io  0xff80-0xff9f]
[    0.522350] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[    0.522389] pci 0000:00:1d.1: reg 20: [io  0xff60-0xff7f]
[    0.522428] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[    0.522467] pci 0000:00:1d.2: reg 20: [io  0xff40-0xff5f]
[    0.522514] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[    0.522534] pci 0000:00:1d.7: reg 10: [mem 0xff980800-0xff980bff]
[    0.522600] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.522604] pci 0000:00:1d.7: PME# disabled
[    0.522622] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.522672] pci 0000:00:1f.0: [8086:2914] type 0 class 0x000601
[    0.522742] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    0.522803] pci 0000:00:1f.0: quirk: [io  0x0880-0x08bf] claimed by ICH6 GPIO
[    0.522850] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    0.522911] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007)
[    0.523004] pci 0000:00:1f.2: [8086:2922] type 0 class 0x000106
[    0.523021] pci 0000:00:1f.2: reg 10: [io  0xfe00-0xfe07]
[    0.523028] pci 0000:00:1f.2: reg 14: [io  0xfe10-0xfe13]
[    0.523036] pci 0000:00:1f.2: reg 18: [io  0xfe20-0xfe27]
[    0.523043] pci 0000:00:1f.2: reg 1c: [io  0xfe30-0xfe33]
[    0.523050] pci 0000:00:1f.2: reg 20: [io  0xfec0-0xfedf]
[    0.523058] pci 0000:00:1f.2: reg 24: [mem 0xff970000-0xff9707ff]
[    0.523088] pci 0000:00:1f.2: PME# supported from D3hot
[    0.523091] pci 0000:00:1f.2: PME# disabled
[    0.523106] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[    0.523119] pci 0000:00:1f.3: reg 10: [mem 0xfe9d9b00-0xfe9d9bff 64bit]
[    0.523139] pci 0000:00:1f.3: reg 20: [io  0xece0-0xecff]
[    0.523184] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.523227] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.523230] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.523234] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.523270] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.523313] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.523316] pci 0000:00:1c.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.523322] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.523377] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.523424] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.523428] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.523433] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.523435] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.523438] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.523440] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.523442] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000effff] (subtractive decode)
[    0.523445] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    0.523447] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfec00000] (subtractive decode)
[    0.523449] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff] (subtractive decode)
[    0.523452] pci 0000:00:1e.0:   bridge window [mem 0xff980800-0xff980bff] (subtractive decode)
[    0.523454] pci 0000:00:1e.0:   bridge window [mem 0xff97c000-0xff97ffff] (subtractive decode)
[    0.523456] pci 0000:00:1e.0:   bridge window [mem 0xfed20000-0xfed9ffff] (subtractive decode)
[    0.523458] pci 0000:00:1e.0:   bridge window [mem 0xfedad800-0xfedadfff] (subtractive decode)
[    0.523470] pci_bus 0000:00: on NUMA node 0
[    0.523473] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.524030] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
[    0.524456] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
[    0.524799] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    1.898546] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.899557] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.900606] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.901623] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.902627] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.903699] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.904708] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.905716] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.906165] HEST: Table is not found!
[    1.906257] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.906328] vgaarb: loaded
[    1.906486] SCSI subsystem initialized
[    1.906532] libata version 3.00 loaded.
[    1.906532] usbcore: registered new interface driver usbfs
[    1.906532] usbcore: registered new interface driver hub
[    1.906532] usbcore: registered new device driver usb
[    1.906532] wmi: Mapper loaded
[    1.906532] PCI: Using ACPI for IRQ routing
[    1.906532] PCI: pci_cache_line_size set to 64 bytes
[    1.906532] pci 0000:00:03.0: no compatible bridge window for [mem 0xfedad000-0xfedad00f 64bit]
[    1.906532] pci 0000:00:1f.2: no compatible bridge window for [mem 0xff970000-0xff9707ff]
[    1.906532] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    1.906532] reserve RAM buffer: 000000000009e400 - 000000000009ffff 
[    1.906532] reserve RAM buffer: 000000007d4ff800 - 000000007fffffff 
[    1.906532] NetLabel: Initializing
[    1.906532] NetLabel:  domain hash size = 128
[    1.906532] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.906532] NetLabel:  unlabeled traffic allowed by default
[    1.906532] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    1.906532] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.906532] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.916020] Switching to clocksource tsc
[    1.922433] AppArmor: AppArmor Filesystem Enabled
[    1.922486] pnp: PnP ACPI init
[    1.922538] ACPI: bus type pnp registered
[    1.944038] pnp 00:00: [bus 00-ff]
[    1.944041] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.944044] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.944049] pnp 00:00: [io  0x0d00-0xffff window]
[    1.944052] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.944055] pnp 00:00: [mem 0x000c0000-0x000effff window]
[    1.944058] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.944061] pnp 00:00: [mem 0xf0000000-0xfec00000 window]
[    1.944064] pnp 00:00: [mem 0x80000000-0xdfffffff window]
[    1.944067] pnp 00:00: [mem 0xf0000000-0xefffffff window disabled]
[    1.944070] pnp 00:00: [mem 0xff980800-0xff980bff window]
[    1.944072] pnp 00:00: [mem 0xff97c000-0xff97ffff window]
[    1.944075] pnp 00:00: [mem 0xfed20000-0xfed9ffff window]
[    1.944078] pnp 00:00: [mem 0xfedad800-0xfedadfff window]
[    1.944136] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    1.948081] pnp 00:01: [io  0x0060]
[    1.948083] pnp 00:01: [io  0x0064]
[    1.948085] pnp 00:01: [io  0x0062-0x0063]
[    1.948087] pnp 00:01: [io  0x0065-0x006f]
[    1.948089] pnp 00:01: [io  0x00e0-0x00ef]
[    1.948091] pnp 00:01: [io  0x0800-0x085f]
[    1.948093] pnp 00:01: [io  0x0c00-0x0c7f]
[    1.948094] pnp 00:01: [io  0x0860-0x08ff]
[    1.948119] pnp 00:01: disabling [io  0x0800-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    1.948184] pnp 00:01: disabling [io  0x0860-0x08ff] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    1.948276] pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.948554] pnp 00:02: [io  0x0080-0x009f]
[    1.948556] pnp 00:02: [io  0x0000-0x001f]
[    1.948558] pnp 00:02: [io  0x00c0-0x00df]
[    1.948560] pnp 00:02: [dma 4]
[    1.948587] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.948797] pnp 00:03: [io  0x00f0-0x00ff]
[    1.948806] pnp 00:03: [irq 13]
[    1.948833] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.949032] pnp 00:04: [io  0x0061]
[    1.949060] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    1.949276] pnp 00:05: [io  0x0070-0x007f]
[    1.949281] pnp 00:05: [irq 8]
[    1.949308] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.957633] pnp 00:06: [io  0x03f0-0x03f5]
[    1.957635] pnp 00:06: [io  0x03f7]
[    1.957640] pnp 00:06: [irq 6]
[    1.957642] pnp 00:06: [dma 2]
[    1.958139] pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    1.970932] pnp 00:07: [io  0x0378-0x037f]
[    1.970935] pnp 00:07: [io  0x0778-0x077f]
[    1.970939] pnp 00:07: [irq 7]
[    1.970941] pnp 00:07: [dma 0 disabled]
[    1.972140] pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
[    1.977354] pnp 00:08: [io  0x03f8-0x03ff]
[    1.977359] pnp 00:08: [irq 4]
[    1.977759] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.992726] pnp 00:09: [mem 0xfed00000-0xfed003ff]
[    1.992762] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.992767] pnp: PnP ACPI: found 10 devices
[    1.992807] ACPI: ACPI bus type pnp unregistered
[    1.992848] PnPBIOS: Disabled by ACPI PNP
[    1.992895] system 00:01: [io  0x0c00-0x0c7f] has been reserved
[    2.029014] pci 0000:00:1c.0: BAR 15: assigned [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.029077] pci 0000:00:1c.0: BAR 13: assigned [io  0xd000-0xdfff]
[    2.029124] pci 0000:00:1f.2: BAR 5: assigned [mem 0xff97f800-0xff97ffff]
[    2.029172] pci 0000:00:1f.2: BAR 5: set to [mem 0xff97f800-0xff97ffff] (PCI address [0xff97f800-0xff97ffff])
[    2.029238] pci 0000:00:03.0: BAR 0: assigned [mem 0xff97f7f0-0xff97f7ff 64bit]
[    2.029301] pci 0000:00:03.0: BAR 0: set to [mem 0xff97f7f0-0xff97f7ff 64bit] (PCI address [0xff97f7f0-0xff97f7ff])
[    2.029367] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    2.029409] pci 0000:00:01.0:   bridge window [io  disabled]
[    2.029453] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    2.029499] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    2.029544] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    2.029587] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    2.029633] pci 0000:00:1c.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    2.029680] pci 0000:00:1c.0:   bridge window [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.029743] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    2.029784] pci 0000:00:1e.0:   bridge window [io  disabled]
[    2.029829] pci 0000:00:1e.0:   bridge window [mem disabled]
[    2.029873] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    2.029928] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.029974] pci 0000:00:01.0: setting latency timer to 64
[    2.029980] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.030027] pci 0000:00:1c.0: setting latency timer to 64
[    2.030032] pci 0000:00:1e.0: setting latency timer to 64
[    2.030036] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    2.030038] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    2.030040] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    2.030043] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000effff]
[    2.030045] pci_bus 0000:00: resource 8 [mem 0x000f0000-0x000fffff]
[    2.030047] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfec00000]
[    2.030049] pci_bus 0000:00: resource 10 [mem 0x80000000-0xdfffffff]
[    2.030051] pci_bus 0000:00: resource 11 [mem 0xff980800-0xff980bff]
[    2.030054] pci_bus 0000:00: resource 12 [mem 0xff97c000-0xff97ffff]
[    2.030056] pci_bus 0000:00: resource 13 [mem 0xfed20000-0xfed9ffff]
[    2.030058] pci_bus 0000:00: resource 14 [mem 0xfedad800-0xfedadfff]
[    2.030060] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe8fffff]
[    2.030062] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    2.030065] pci_bus 0000:02: resource 1 [mem 0xfe700000-0xfe7fffff]
[    2.030067] pci_bus 0000:02: resource 2 [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.030069] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    2.030071] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    2.030074] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    2.030076] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000effff]
[    2.030078] pci_bus 0000:03: resource 8 [mem 0x000f0000-0x000fffff]
[    2.030080] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfec00000]
[    2.030082] pci_bus 0000:03: resource 10 [mem 0x80000000-0xdfffffff]
[    2.030084] pci_bus 0000:03: resource 11 [mem 0xff980800-0xff980bff]
[    2.030087] pci_bus 0000:03: resource 12 [mem 0xff97c000-0xff97ffff]
[    2.030089] pci_bus 0000:03: resource 13 [mem 0xfed20000-0xfed9ffff]
[    2.030091] pci_bus 0000:03: resource 14 [mem 0xfedad800-0xfedadfff]
[    2.030119] NET: Registered protocol family 2
[    2.030227] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    2.030468] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.030878] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    2.031087] TCP: Hash tables configured (established 131072 bind 65536)
[    2.031132] TCP reno registered
[    2.031170] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    2.031218] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    2.031348] NET: Registered protocol family 1
[    2.031401] pci 0000:00:02.0: Boot video device
[    2.031521] PCI: CLS 64 bytes, default 64
[    2.031564] Trying to unpack rootfs image as initramfs...
[    3.782244] Freeing initrd memory: 92708k freed
[    3.819421] Simple Boot Flag at 0x7a set to 0x1
[    3.819649] cpufreq-nforce2: No nForce2 chipset.
[    3.819718] Scanning for low memory corruption every 60 seconds
[    3.819884] audit: initializing netlink socket (disabled)
[    3.819937] type=2000 audit(1292465559.816:1): initialized
[    3.823423] highmem bounce pool size: 64 pages
[    3.823466] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    3.825071] VFS: Disk quotas dquot_6.5.2
[    3.825164] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.825779] fuse init (API version 7.15)
[    3.825898] msgmni has been set to 1704
[    3.826121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    3.826181] io scheduler noop registered
[    3.826220] io scheduler deadline registered
[    3.826269] io scheduler cfq registered (default)
[    3.826442] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.826503] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.826638] intel_idle: MWAIT substates: 0x220
[    3.826639] intel_idle: does not run on family 6 model 15
[    3.826717] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    3.826782] ACPI: Power Button [VBTN]
[    3.826867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    3.826926] ACPI: Power Button [PWRF]
[    3.827604] ACPI: acpi_idle registered with cpuidle
[    3.918833] ERST: Table is not found!
[    3.918884] isapnp: Scanning for PnP cards...
[    4.271866] isapnp: No Plug & Play device found
[    4.272237] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.292623] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    4.552545] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    4.616072] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.636207] 0000:00:03.3: ttyS1 at I/O 0xec98 (irq = 17) is a 16550A
[    4.701179] brd: module loaded
[    4.701749] loop: module loaded
[    4.701954] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.702035] pata_acpi 0000:00:03.2: setting latency timer to 64
[    4.702047] pata_acpi 0000:00:03.2: PCI INT C disabled
[    4.702118] ata_generic 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.702192] ata_generic 0000:00:03.2: setting latency timer to 64
[    4.702468] scsi0 : ata_generic
[    4.702572] scsi1 : ata_generic
[    4.702647] ata1: PATA max UDMA/100 cmd 0xfe80 ctl 0xfe90 bmdma 0xfef0 irq 18
[    4.702693] ata2: PATA max UDMA/100 cmd 0xfea0 ctl 0xfeb0 bmdma 0xfef8 irq 18
[    4.702999] Fixed MDIO Bus: probed
[    4.703065] PPP generic driver version 2.4.2
[    4.703134] tun: Universal TUN/TAP device driver, 1.6
[    4.703175] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    4.703284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.703346] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    4.703399] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    4.703403] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    4.703476] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    4.732039] ehci_hcd 0000:00:1a.7: debug port 1
[    4.735975] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    4.735988] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfe9d9c00
[    4.748016] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    4.748195] hub 1-0:1.0: USB hub found
[    4.748236] hub 1-0:1.0: 6 ports detected
[    4.748342] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    4.748395] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    4.748398] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    4.748470] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    4.780035] ehci_hcd 0000:00:1d.7: debug port 1
[    4.783956] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    4.783968] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xff980800
[    4.796016] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    4.796198] hub 2-0:1.0: USB hub found
[    4.796238] hub 2-0:1.0: 6 ports detected
[    4.796342] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.796396] uhci_hcd: USB Universal Host Controller Interface driver
[    4.796457] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.796507] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    4.796509] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    4.796583] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    4.828045] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
[    4.828227] hub 3-0:1.0: USB hub found
[    4.828268] hub 3-0:1.0: 2 ports detected
[    4.828363] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.828413] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    4.828416] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    4.829060] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    4.867185] uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
[    4.867358] hub 4-0:1.0: USB hub found
[    4.867399] hub 4-0:1.0: 2 ports detected
[    4.867498] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    4.867547] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    4.867550] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    4.867620] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    4.896036] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
[    4.896218] hub 5-0:1.0: USB hub found
[    4.896259] hub 5-0:1.0: 2 ports detected
[    4.896356] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.896405] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    4.896408] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    4.896479] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    4.928036] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
[    4.928216] hub 6-0:1.0: USB hub found
[    4.928256] hub 6-0:1.0: 2 ports detected
[    4.928352] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.928401] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    4.928404] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    4.928476] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    4.960036] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
[    4.960214] hub 7-0:1.0: USB hub found
[    4.960254] hub 7-0:1.0: 2 ports detected
[    4.960400] PNP: No PS/2 controller found. Probing ports directly.
[    4.963110] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.963155] serio: i8042 AUX port at 0x60,0x64 irq 12
[    4.963255] mice: PS/2 mouse device common for all mice
[    4.963392] rtc_cmos 00:05: RTC can wake from S4
[    4.972061] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    4.972130] rtc0: alarms up to one day, 242 bytes nvram, hpet irqs
[    4.972276] device-mapper: uevent: version 1.0.3
[    4.972400] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[    4.972500] device-mapper: multipath: version 1.1.1 loaded
[    4.972543] device-mapper: multipath round-robin: version 1.0.0 loaded
[    4.972684] EISA: Probing bus 0 at eisa.0
[    4.972724] EISA: Cannot allocate resource for mainboard
[    4.972767] Cannot allocate resource for EISA slot 1
[    4.972808] Cannot allocate resource for EISA slot 2
[    4.972849] Cannot allocate resource for EISA slot 3
[    4.972890] Cannot allocate resource for EISA slot 4
[    4.972931] Cannot allocate resource for EISA slot 5
[    4.972972] Cannot allocate resource for EISA slot 6
[    4.973013] Cannot allocate resource for EISA slot 7
[    4.973054] Cannot allocate resource for EISA slot 8
[    4.973095] EISA: Detected 0 cards.
[    4.973171] cpuidle: using governor ladder
[    4.973211] cpuidle: using governor menu
[    4.973502] TCP cubic registered
[    4.973540] NET: Registered protocol family 17
[    4.973593] Registering the dns_resolver key type
[    4.973948] Using IPI No-Shortcut mode
[    4.974056] PM: Hibernation image not present or could not be loaded.
[    4.974064] registered taskstats version 1
[    4.974339]   Magic number: 6:615:207
[    4.974425] rtc_cmos 00:05: setting system clock to 2010-12-16 02:12:41 UTC (1292465561)
[    4.974487] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    4.974529] EDD information not available.
[    5.031166] Freeing unused kernel memory: 644k freed
[    5.031480] Write protecting the kernel text: 4872k
[    5.031559] Write protecting the kernel read-only data: 1944k
[    5.045280] udev[67]: starting version 163
[    5.126040] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
[    5.126087] e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
[    5.126163] e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    5.126217] e1000e 0000:00:19.0: setting latency timer to 64
[    5.126296] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[    5.127852] Floppy drive(s): fd0 is 1.44M
[    5.146191] FDC 0 is a post-1991 82077
[    5.240054] usb 6-1: new low speed USB device using uhci_hcd and address 2
[    5.433563] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input2
[    5.433723] generic-usb 0003:0461:4D15.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.1-1/input0
[    5.433803] usbcore: registered new interface driver usbhid
[    5.433849] usbhid: USB HID core driver
[    5.490240] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1e:4f:b1:da:d7
[    5.490302] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    5.490364] e1000e 0000:00:19.0: eth0: MAC: 7, PHY: 6, PBA No: 1041ff-0ff
[    5.490420] ahci 0000:00:1f.2: version 3.0
[    5.490434] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.490519] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    5.490589] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x2f impl SATA mode
[    5.490654] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ccc ems sxs 
[    5.490720] ahci 0000:00:1f.2: setting latency timer to 64
[    5.520635] scsi2 : ahci
[    5.520738] scsi3 : ahci
[    5.520836] scsi4 : ahci
[    5.520939] scsi5 : ahci
[    5.521043] scsi6 : ahci
[    5.521142] scsi7 : ahci
[    5.522712] ata3: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97f900 irq 41
[    5.522772] ata4: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97f980 irq 41
[    5.522831] ata5: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fa00 irq 41
[    5.522890] ata6: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fa80 irq 41
[    5.522948] ata7: DUMMY
[    5.522985] ata8: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fb80 irq 41
[    5.648023] usb 6-2: new low speed USB device using uhci_hcd and address 3
[    5.840025] ata8: SATA link down (SStatus 4 SControl 300)
[    5.840101] ata5: SATA link down (SStatus 0 SControl 300)
[    5.848139] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input3
[    5.848281] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-2/input0
[    6.012026] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.012086] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.012145] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    6.012767] ata4.00: ATAPI: TSSTcorp DVD+/-RW TS-H653B, D300, max UDMA/100
[    6.012818] ata4.00: applying bridge limits
[    6.013756] ata4.00: configured for UDMA/100
[    6.041224] ata6.00: ATA-7: ST3500630AS, 3.AAE, max UDMA/133
[    6.041272] ata6.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.080659] ata3.00: ATA-7: ST3160815AS, 4.ADA, max UDMA/133
[    6.080706] ata3.00: 312500000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.099542] ata6.00: configured for UDMA/133
[    6.147294] ata3.00: configured for UDMA/133
[    6.147459] scsi 2:0:0:0: Direct-Access     ATA      ST3160815AS      4.AD PQ: 0 ANSI: 5
[    6.147668] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    6.147672] sd 2:0:0:0: [sda] 312500000 512-byte logical blocks: (160 GB/149 GiB)
[    6.147723] sd 2:0:0:0: [sda] Write Protect is off
[    6.147725] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.147747] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.148564] scsi 3:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653B D300 PQ: 0 ANSI: 5
[    6.152289] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    6.152339] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.152493] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    6.152564] sr 3:0:0:0: Attached scsi generic sg1 type 5
[    6.152721] scsi 5:0:0:0: Direct-Access     ATA      ST3500630AS      3.AA PQ: 0 ANSI: 5
[    6.152905] sd 5:0:0:0: Attached scsi generic sg2 type 0
[    6.153009] sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    6.153122] sd 5:0:0:0: [sdb] Write Protect is off
[    6.153164] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    6.153187] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.172596]  sdb: sdb1
[    6.172832] sd 5:0:0:0: [sdb] Attached SCSI disk
[    6.223681]  sda: sda1 sda2 < sda5 > sda3
[    6.224018] sd 2:0:0:0: [sda] Attached SCSI disk
[    6.573146] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    8.406406] Adding 5952044k swap on /dev/sda5.  Priority:-1 extents:1 across:5952044k 
[    9.590691] udev[342]: starting version 163
[   10.922439] type=1400 audit(1292465567.442:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=564 comm="apparmor_parser"
[   10.922485] type=1400 audit(1292465567.442:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=564 comm="apparmor_parser"
[   10.922523] type=1400 audit(1292465567.442:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=564 comm="apparmor_parser"
[   11.278660] parport_pc 00:07: reported by Plug and Play ACPI
[   11.278715] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
[   11.330422] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.543934] Linux agpgart interface v0.103
[   11.545662] ppdev: user-space parallel port driver
[   11.558651] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   11.628884] lp0: using parport0 (interrupt-driven).
[   12.697777] agpgart-intel 0000:00:00.0: Intel Q35 Chipset
[   12.697843] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   12.698554] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[   12.702955] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   13.465808] [drm] Initialized drm 1.1.0 20060810
[   13.771108] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.771114] i915 0000:00:02.0: setting latency timer to 64
[   13.783181] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[   13.783184] [drm] MTRR allocation failed.  Graphics performance may suffer.
[   13.783744] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7d551c00
[   13.783754] [drm:intel_opregion_setup], SWSCI supported
[   13.783776] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[   13.783803] [drm:init_status_page], render ring hws offset: 0x007bf000
[   13.783904] [drm:intel_parse_bios], Using VBT from OpRegion:                $VBTp
[   13.783911] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[   13.783927] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[   13.783931] [drm:parse_device_mapping], no child dev is parsed from VBT 
[   13.783946] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[   13.783959] [drm:intel_modeset_init], 2 display pipes available.
[   13.784057] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.784374] [drm] initialized overlay support
[   13.789506] [drm:intel_update_fbc], 
[   13.789508] [drm:intel_update_watermarks], plane B (pipe 1) clock: 0
[   13.789511] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   13.789514] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   13.789517] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[   13.789519] [drm:intel_calculate_wm], FIFO watermark level: 26
[   13.789522] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[   13.789524] [drm:intel_calculate_wm], FIFO watermark level: 29
[   13.789526] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[   13.789528] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[   13.789532] [drm:i915_get_vblank_counter], trying to get vblank count for disabled pipe 1
[   13.789535] [drm:intel_update_fbc], 
[   13.789538] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   13.795856] [drm:i915_driver_irq_handler], hotplug event received, stat 0x00000b00
[   13.796016] [drm:intel_crt_detect], CRT detected via hotplug
[   13.847050] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[   13.847054] [drm:drm_mode_debug_printmodeline], Modeline 8:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   13.847058] [drm:drm_mode_debug_printmodeline], Modeline 15:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[   13.847062] [drm:drm_mode_debug_printmodeline], Modeline 10:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[   13.847066] [drm:drm_mode_debug_printmodeline], Modeline 9:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[   13.847070] [drm:drm_mode_debug_printmodeline], Modeline 16:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[   13.847074] [drm:drm_mode_debug_printmodeline], Modeline 17:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[   13.847078] [drm:drm_mode_debug_printmodeline], Modeline 18:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[   13.847082] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[   13.847086] [drm:drm_mode_debug_printmodeline], Modeline 12:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[   13.847090] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[   13.847094] [drm:drm_mode_debug_printmodeline], Modeline 14:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[   13.847098] [drm:drm_setup_crtcs], 
[   13.847100] [drm:drm_enable_connectors], connector 5 enabled? yes
[   13.847103] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[   13.847105] [drm:drm_target_preferred], looking for preferred mode on connector 5
[   13.847108] [drm:drm_target_preferred], found mode 1680x1050
[   13.847110] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
[   13.847113] [drm:drm_setup_crtcs], desired mode 1680x1050 set on crtc 3
[   13.854310] [drm:intelfb_create], allocated 1680x1050 fb: 0x007f0000, bo f1f3bc00
[   13.855174] [drm:drm_crtc_helper_set_config], 
[   13.855176] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   13.855181] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   13.855183] [drm:drm_crtc_helper_set_config], modes are different, full mode set
[   13.855184] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[   13.855188] [drm:drm_mode_debug_printmodeline], Modeline 19:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   13.855192] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
[   13.855193] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
[   13.855195] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   13.855198] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
[   13.855199] [drm:drm_mode_debug_printmodeline], Modeline 19:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   13.855205] [drm:drm_crtc_helper_set_mode], [CRTC:3]
[   13.855349] [drm:intel_crtc_mode_set], Mode for pipe A:
[   13.855351] [drm:drm_mode_debug_printmodeline], Modeline 19:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   13.860019] [drm:intel_pipe_set_base_atomic], Writing base 007F0000 00000000 0 0 6720
[   13.860023] [drm:intel_update_fbc], 
[   13.860027] [drm:drm_crtc_helper_set_mode], [ENCODER:6:DAC-6] set [MODE:19:1680x1050]
[   13.860031] [drm:intel_update_watermarks], plane A (pipe 0) clock: 146250
[   13.860034] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   13.860037] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   13.860040] [drm:intel_calculate_wm], FIFO entries required for mode: 46
[   13.860043] [drm:intel_calculate_wm], FIFO watermark level: -20
[   13.860045] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[   13.860047] [drm:intel_calculate_wm], FIFO watermark level: 29
[   13.860049] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[   13.860052] [drm:i9xx_update_wm], self-refresh entries: 105
[   13.860054] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 1
[   13.860225] [drm:intel_update_fbc], 
[   13.860228] [drm:drm_crtc_helper_set_config], 
[   13.860230] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:20] #connectors=0 (x y) (0 0)
[   13.860232] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   13.860234] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   13.860254] [drm:drm_crtc_helper_set_config], 
[   13.860256] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   13.860259] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   13.865532] Console: switching to colour frame buffer device 210x65
[   13.865537] [drm:drm_crtc_helper_set_config], 
[   13.865539] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   13.865543] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   13.870737] fb0: inteldrmfb frame buffer device
[   13.870739] drm: registered panic notifier
[   13.870823] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   13.871357] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.871402] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[   13.871426] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   14.150022] [drm:i915_driver_open], 
[   14.150040] [drm:drm_crtc_helper_set_config], 
[   14.150043] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   14.150050] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.150053] [drm:drm_crtc_helper_set_config], 
[   14.150055] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:20] #connectors=0 (x y) (0 0)
[   14.150058] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   14.150061] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.150073] [drm:i915_driver_open], 
[   14.150080] [drm:drm_crtc_helper_set_config], 
[   14.150082] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   14.150086] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.150089] [drm:drm_crtc_helper_set_config], 
[   14.150091] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:20] #connectors=0 (x y) (0 0)
[   14.150094] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   14.150097] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   14.150107] [drm:i915_driver_open], 
[   14.150167] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   14.150171] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   14.150177] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   14.150180] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   14.164017] [drm:intel_crt_detect], CRT detected via hotplug
[   14.215003] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[   14.215006] [drm:drm_mode_debug_printmodeline], Modeline 8:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   14.215011] [drm:drm_mode_debug_printmodeline], Modeline 15:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[   14.215015] [drm:drm_mode_debug_printmodeline], Modeline 10:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[   14.215019] [drm:drm_mode_debug_printmodeline], Modeline 9:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[   14.215024] [drm:drm_mode_debug_printmodeline], Modeline 16:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[   14.215028] [drm:drm_mode_debug_printmodeline], Modeline 17:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[   14.215032] [drm:drm_mode_debug_printmodeline], Modeline 18:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[   14.215036] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[   14.215040] [drm:drm_mode_debug_printmodeline], Modeline 12:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[   14.215044] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[   14.215048] [drm:drm_mode_debug_printmodeline], Modeline 14:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[   14.215055] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   14.296465] [drm:drm_crtc_helper_set_config], 
[   14.296469] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:20] #connectors=1 (x y) (0 0)
[   14.296477] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   15.400213] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   20.068770] EXT3-fs: barriers not enabled
[   20.073218] kjournald starting.  Commit interval 5 seconds
[   20.073262] EXT3-fs (sda3): warning: maximal mount count reached, running e2fsck is recommended
[   20.073562] EXT3-fs (sda3): using internal journal
[   20.073567] EXT3-fs (sda3): mounted filesystem with ordered data mode
[   20.147025] EXT3-fs: barriers not enabled
[   20.151861] kjournald starting.  Commit interval 5 seconds
[   20.152172] EXT3-fs (sdb1): using internal journal
[   20.152177] EXT3-fs (sdb1): mounted filesystem with ordered data mode
[   21.240753] type=1400 audit(1292465577.762:5): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=931 comm="apparmor_parser"
[   21.279715] type=1400 audit(1292465577.798:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=932 comm="apparmor_parser"
[   21.279764] type=1400 audit(1292465577.798:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=932 comm="apparmor_parser"
[   21.279807] type=1400 audit(1292465577.798:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=932 comm="apparmor_parser"
[   22.153062] sshd (942): /proc/942/oom_adj is deprecated, please use /proc/942/oom_score_adj instead.
[   22.167763] type=1400 audit(1292465578.686:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=935 comm="apparmor_parser"
[   22.167873] type=1400 audit(1292465578.686:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=935 comm="apparmor_parser"
[   22.247405] type=1400 audit(1292465578.766:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=952 comm="apparmor_parser"
[   23.912012] [drm:intel_crt_detect], CRT detected via hotplug
[   24.332152] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[   24.388051] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[   24.656283] [drm:i915_driver_open], 
[   24.656341] [drm:i915_driver_open], 
[   24.656528] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   24.656532] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   24.670199] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   24.670204] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   24.676018] [drm:intel_crt_detect], CRT detected via hotplug
[   24.727060] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[   24.727064] [drm:drm_mode_debug_printmodeline], Modeline 8:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   24.727068] [drm:drm_mode_debug_printmodeline], Modeline 15:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[   24.727072] [drm:drm_mode_debug_printmodeline], Modeline 10:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[   24.727077] [drm:drm_mode_debug_printmodeline], Modeline 9:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[   24.727081] [drm:drm_mode_debug_printmodeline], Modeline 16:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[   24.727085] [drm:drm_mode_debug_printmodeline], Modeline 17:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[   24.727089] [drm:drm_mode_debug_printmodeline], Modeline 18:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[   24.727093] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[   24.727097] [drm:drm_mode_debug_printmodeline], Modeline 12:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[   24.727101] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[   24.727105] [drm:drm_mode_debug_printmodeline], Modeline 14:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[   24.727112] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   24.727169] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   24.727172] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   24.748006] [drm:intel_crt_detect], CRT detected via hotplug
[   24.799023] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[   24.799026] [drm:drm_mode_debug_printmodeline], Modeline 8:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x48 0x6
[   24.799031] [drm:drm_mode_debug_printmodeline], Modeline 15:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[   24.799035] [drm:drm_mode_debug_printmodeline], Modeline 10:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[   24.799039] [drm:drm_mode_debug_printmodeline], Modeline 9:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[   24.799043] [drm:drm_mode_debug_printmodeline], Modeline 16:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[   24.799047] [drm:drm_mode_debug_printmodeline], Modeline 17:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[   24.799051] [drm:drm_mode_debug_printmodeline], Modeline 18:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[   24.799055] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[   24.799059] [drm:drm_mode_debug_printmodeline], Modeline 12:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[   24.799063] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[   24.799067] [drm:drm_mode_debug_printmodeline], Modeline 14:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[   24.799076] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   24.855365] [drm:drm_mode_addfb], [FB:21]
[   24.855554] [drm:drm_mode_setcrtc], [CRTC:3]
[   24.855559] [drm:drm_mode_setcrtc], [CONNECTOR:5:VGA-1]
[   24.855562] [drm:drm_crtc_helper_set_config], 
[   24.855564] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:21] #connectors=1 (x y) (0 0)
[   24.855571] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   24.858216] [drm:intel_pipe_set_base_atomic], Writing base 01000000 00000000 0 0 8192
[   24.858221] [drm:intel_update_fbc], 
[   25.312184] type=1400 audit(1292465581.834:12): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=933 comm="apparmor_parser"
[   25.312661] type=1400 audit(1292465581.834:13): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=933 comm="apparmor_parser"
[   25.313056] type=1400 audit(1292465581.834:14): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=933 comm="apparmor_parser"
[   25.740878] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[   25.740883] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO

[-- Attachment #4: rc5 --]
[-- Type: application/octet-stream, Size: 56865 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.37-rc5+ (teawater@teawater-workpc) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #33 SMP PREEMPT Wed Dec 15 14:40:10 CST 2010
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007d4ff800 (usable)
[    0.000000]  BIOS-e820: 000000007d4ff800 - 000000007d553c00 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007d553c00 - 000000007d555c00 (ACPI data)
[    0.000000]  BIOS-e820: 000000007d555c00 - 000000007e000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI 2.5 present.
[    0.000000] DMI: 0Y255C/OptiPlex 755                 , BIOS A08 02/19/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7d4ff 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-CFFFF write-protect
[    0.000000]   D0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 000000000 write-back
[    0.000000]   1 base 07D700000 mask FFFF00000 uncachable
[    0.000000]   2 base 07D800000 mask FFF800000 uncachable
[    0.000000]   3 base 07E000000 mask FFE000000 uncachable
[    0.000000]   4 base 07D600000 mask FFFF00000 uncachable
[    0.000000]   5 base 080000000 mask F80000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 000000007d600000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] found SMP MP-table at [c00fe710] fe710
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] initial memory mapped : 0 - 00c00000
[    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 @ bfb000-c00000
[    0.000000] RAMDISK: 3255a000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 2cac4000 - 32559d0a
[    0.000000] Move RAMDISK from 000000003255a000 - 0000000037fefd09 to 2cac4000 - 32559d09
[    0.000000] ACPI: RSDP 000fec00 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 000fc5bd 0008C (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: FACP 000fc6ed 000F4 (v03 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: DSDT fff78ba8 045A0 (v01   DELL    dt_ex 00001000 INTL 20050624)
[    0.000000] ACPI: FACS 7d4ff800 00040
[    0.000000] ACPI: SSDT fff7d267 000AA (v01   DELL    st_ex 00001000 INTL 20050624)
[    0.000000] ACPI: APIC 000fc7e1 00092 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: BOOT 000fc873 00028 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: ASF! 000fc89b 00096 (v32 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: MCFG 000fc931 0003E (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: HPET 000fc96f 00038 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: TCPA 000fcbcb 00032 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: ____ 000fcbfd 00030 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: SLIC 000fc9a7 00176 (v01 DELL    B9K     00000015 ASL  00000061)
[    0.000000] ACPI: SSDT 7d4ff840 001B7 (v01 DpgPmm  Cpu0Ist 00000011 INTL 20050624)
[    0.000000] ACPI: SSDT 7d4ffc49 001B7 (v01 DpgPmm  Cpu1Ist 00000011 INTL 20050624)
[    0.000000] ACPI: SSDT 7d500052 00140 (v01 DpgPmm    CpuPm 00000010 INTL 20050624)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1117MB 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 -> 0x0007d4ff
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x0007d4ff
[    0.000000] On node 0 totalpages: 513165
[    0.000000] free_area_init_node: node 0, pgdat c07e2200, node_mem_map f684d200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3950 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: 2235 pages used for memmap
[    0.000000]   HighMem zone: 283718 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7e000000 (gap: 7e000000:62000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f6400000 s28288 r0 d20864 u524288
[    0.000000] pcpu-alloc: s28288 r0 d20864 u524288 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 509154
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-rc5+ root=UUID=187087d9-7536-45e8-bc79-72b2273162ea ro drm.debug=0xe
[    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] allocated 10265260 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007d4ff)
[    0.000000] Memory: 1923868k/2053116k available (4871k kernel code, 128792k reserved, 2279k data, 652k init, 1143812k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 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 : 0xc07fc000 - 0xc089f000   ( 652 kB)
[    0.000000]       .data : 0xc05c1cec - 0xc07fb908   (2279 kB)
[    0.000000]       .text : 0xc0100000 - 0xc05c1cec   (4871 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:744 16
[    0.000000] CPU 0 irqstacks, hard=f540a000 soft=f540c000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2659.814 MHz processor.
[    0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 5319.62 BogoMIPS (lpj=10639256)
[    0.004097] pid_max: default: 32768 minimum: 301
[    0.004161] Security Framework initialized
[    0.004216] AppArmor: AppArmor initialized
[    0.004304] Mount-cache hash table entries: 512
[    0.004474] Initializing cgroup subsys ns
[    0.004519] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.004588] Initializing cgroup subsys cpuacct
[    0.004634] Initializing cgroup subsys memory
[    0.004683] Initializing cgroup subsys devices
[    0.004727] Initializing cgroup subsys freezer
[    0.004773] Initializing cgroup subsys net_cls
[    0.004841] CPU: Physical Processor ID: 0
[    0.004884] CPU: Processor Core ID: 0
[    0.004926] mce: CPU supports 6 MCE banks
[    0.004973] CPU0: Thermal monitoring enabled (TM2)
[    0.005019] using mwait in idle threads.
[    0.005065] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.005173] PEBS disabled due to CPU errata.
[    0.005220] ... version:                2
[    0.005262] ... bit width:              40
[    0.005304] ... generic registers:      2
[    0.005347] ... value mask:             000000ffffffffff
[    0.005393] ... max period:             000000007fffffff
[    0.005438] ... fixed-purpose events:   3
[    0.005480] ... event mask:             0000000700000003
[    0.009266] ACPI: Core revision 20101013
[    0.136602] ftrace: allocating 20429 entries in 40 pages
[    0.140047] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.144303] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.184072] CPU0: Intel(R) Core(TM)2 Duo CPU     E6750  @ 2.66GHz stepping 0b
[    0.208018] CPU 1 irqstacks, hard=f54ae000 soft=f54b8000
[    0.208023] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.300015] Brought up 2 CPUs
[    0.300131] Total of 2 processors activated (10639.56 BogoMIPS).
[    0.300750] devtmpfs: initialized
[    0.300894] regulator: core version 0.5
[    0.300972] regulator: dummy: 
[    0.301030] Time:  1:52:40  Date: 12/16/10
[    0.301106] NET: Registered protocol family 16
[    0.301249] EISA bus registered
[    0.301295] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.301360] ACPI: bus type pci registered
[    0.301462] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.301532] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.301581] PCI: Using MMCONFIG for extended config space
[    0.301627] PCI: Using configuration type 1 for base access
[    0.302356] bio: create slab <bio-0> at 0
[    0.304553] ACPI: EC: Look up EC in DSDT
[    0.332469] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.356365] ACPI Warning: Incorrect checksum in table [TCPA] - 0x00, should be 0x87 (20101013/tbutils-314)
[    0.357642] ACPI: Interpreter enabled
[    0.357683] ACPI: (supports S0 S1 S3 S4 S5)
[    0.357828] ACPI: Using IOAPIC for interrupt routing
[    0.470907] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.470953] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.488023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.520018] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.520068] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.520117] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.520185] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000effff]
[    0.520243] pci_root PNP0A03:00: host bridge window [mem 0x000f0000-0x000fffff]
[    0.520873] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfec00000]
[    0.520931] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xdfffffff]
[    0.520990] pci_root PNP0A03:00: host bridge window [mem 0xff980800-0xff980bff]
[    0.521048] pci_root PNP0A03:00: host bridge window [mem 0xff97c000-0xff97ffff]
[    0.521106] pci_root PNP0A03:00: host bridge window [mem 0xfed20000-0xfed9ffff]
[    0.521164] pci_root PNP0A03:00: host bridge window [mem 0xfedad800-0xfedadfff]
[    0.521233] pci 0000:00:00.0: [8086:29b0] type 0 class 0x000600
[    0.521270] pci 0000:00:01.0: [8086:29b1] type 1 class 0x000604
[    0.521299] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.521302] pci 0000:00:01.0: PME# disabled
[    0.521314] pci 0000:00:02.0: [8086:29b2] type 0 class 0x000300
[    0.521323] pci 0000:00:02.0: reg 10: [mem 0xfea00000-0xfea7ffff]
[    0.521329] pci 0000:00:02.0: reg 14: [io  0xec90-0xec97]
[    0.521334] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[    0.521339] pci 0000:00:02.0: reg 1c: [mem 0xfeb00000-0xfebfffff]
[    0.521368] pci 0000:00:02.1: [8086:29b3] type 0 class 0x000380
[    0.521375] pci 0000:00:02.1: reg 10: [mem 0xfea80000-0xfeafffff]
[    0.521423] pci 0000:00:03.0: [8086:29b4] type 0 class 0x000780
[    0.521449] pci 0000:00:03.0: reg 10: [mem 0xfedad000-0xfedad00f 64bit]
[    0.521525] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.521529] pci 0000:00:03.0: PME# disabled
[    0.521544] pci 0000:00:03.2: [8086:29b6] type 0 class 0x000101
[    0.521557] pci 0000:00:03.2: reg 10: [io  0xfe80-0xfe87]
[    0.521564] pci 0000:00:03.2: reg 14: [io  0xfe90-0xfe93]
[    0.521571] pci 0000:00:03.2: reg 18: [io  0xfea0-0xfea7]
[    0.521578] pci 0000:00:03.2: reg 1c: [io  0xfeb0-0xfeb3]
[    0.521585] pci 0000:00:03.2: reg 20: [io  0xfef0-0xfeff]
[    0.521629] pci 0000:00:03.3: [8086:29b7] type 0 class 0x000700
[    0.521641] pci 0000:00:03.3: reg 10: [io  0xec98-0xec9f]
[    0.521648] pci 0000:00:03.3: reg 14: [mem 0xfe9da000-0xfe9dafff]
[    0.521722] pci 0000:00:19.0: [8086:10bd] type 0 class 0x000200
[    0.521739] pci 0000:00:19.0: reg 10: [mem 0xfe9e0000-0xfe9fffff]
[    0.521747] pci 0000:00:19.0: reg 14: [mem 0xfe9db000-0xfe9dbfff]
[    0.521754] pci 0000:00:19.0: reg 18: [io  0xecc0-0xecdf]
[    0.521798] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.521802] pci 0000:00:19.0: PME# disabled
[    0.521818] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[    0.521857] pci 0000:00:1a.0: reg 20: [io  0xff20-0xff3f]
[    0.521896] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[    0.521934] pci 0000:00:1a.1: reg 20: [io  0xff00-0xff1f]
[    0.521982] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[    0.522001] pci 0000:00:1a.7: reg 10: [mem 0xfe9d9c00-0xfe9d9fff]
[    0.522068] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.522072] pci 0000:00:1a.7: PME# disabled
[    0.522092] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[    0.522106] pci 0000:00:1b.0: reg 10: [mem 0xfe9dc000-0xfe9dffff 64bit]
[    0.522154] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.522158] pci 0000:00:1b.0: PME# disabled
[    0.522175] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[    0.522224] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.522228] pci 0000:00:1c.0: PME# disabled
[    0.522252] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[    0.522291] pci 0000:00:1d.0: reg 20: [io  0xff80-0xff9f]
[    0.522332] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[    0.522370] pci 0000:00:1d.1: reg 20: [io  0xff60-0xff7f]
[    0.522409] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[    0.522448] pci 0000:00:1d.2: reg 20: [io  0xff40-0xff5f]
[    0.522495] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[    0.522514] pci 0000:00:1d.7: reg 10: [mem 0xff980800-0xff980bff]
[    0.522581] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.522585] pci 0000:00:1d.7: PME# disabled
[    0.522602] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.522652] pci 0000:00:1f.0: [8086:2914] type 0 class 0x000601
[    0.522722] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    0.522783] pci 0000:00:1f.0: quirk: [io  0x0880-0x08bf] claimed by ICH6 GPIO
[    0.522830] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    0.522890] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007)
[    0.522984] pci 0000:00:1f.2: [8086:2922] type 0 class 0x000106
[    0.523001] pci 0000:00:1f.2: reg 10: [io  0xfe00-0xfe07]
[    0.523008] pci 0000:00:1f.2: reg 14: [io  0xfe10-0xfe13]
[    0.523015] pci 0000:00:1f.2: reg 18: [io  0xfe20-0xfe27]
[    0.523023] pci 0000:00:1f.2: reg 1c: [io  0xfe30-0xfe33]
[    0.523030] pci 0000:00:1f.2: reg 20: [io  0xfec0-0xfedf]
[    0.523037] pci 0000:00:1f.2: reg 24: [mem 0xff970000-0xff9707ff]
[    0.523067] pci 0000:00:1f.2: PME# supported from D3hot
[    0.523070] pci 0000:00:1f.2: PME# disabled
[    0.523085] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[    0.523098] pci 0000:00:1f.3: reg 10: [mem 0xfe9d9b00-0xfe9d9bff 64bit]
[    0.523117] pci 0000:00:1f.3: reg 20: [io  0xece0-0xecff]
[    0.523162] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.523205] pci 0000:00:01.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.523208] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.523213] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.523248] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.523291] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.523295] pci 0000:00:1c.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.523301] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.523356] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.523403] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.523407] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.523413] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.523415] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.523417] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.523420] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.523422] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000effff] (subtractive decode)
[    0.523424] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    0.523427] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfec00000] (subtractive decode)
[    0.523429] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff] (subtractive decode)
[    0.523431] pci 0000:00:1e.0:   bridge window [mem 0xff980800-0xff980bff] (subtractive decode)
[    0.523434] pci 0000:00:1e.0:   bridge window [mem 0xff97c000-0xff97ffff] (subtractive decode)
[    0.523436] pci 0000:00:1e.0:   bridge window [mem 0xfed20000-0xfed9ffff] (subtractive decode)
[    0.523438] pci 0000:00:1e.0:   bridge window [mem 0xfedad800-0xfedadfff] (subtractive decode)
[    0.523450] pci_bus 0000:00: on NUMA node 0
[    0.523453] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.524017] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
[    0.524439] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
[    0.524781] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    1.897810] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    1.898818] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.900194] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    1.901210] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.902210] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    1.903278] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    1.904298] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    1.905303] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    1.905751] HEST: Table is not found!
[    1.905842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.905912] vgaarb: loaded
[    1.906067] SCSI subsystem initialized
[    1.906112] libata version 3.00 loaded.
[    1.906112] usbcore: registered new interface driver usbfs
[    1.906112] usbcore: registered new interface driver hub
[    1.906112] usbcore: registered new device driver usb
[    1.906112] wmi: Mapper loaded
[    1.906112] PCI: Using ACPI for IRQ routing
[    1.906112] PCI: pci_cache_line_size set to 64 bytes
[    1.906112] pci 0000:00:03.0: no compatible bridge window for [mem 0xfedad000-0xfedad00f 64bit]
[    1.906112] pci 0000:00:1f.2: no compatible bridge window for [mem 0xff970000-0xff9707ff]
[    1.906112] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    1.906112] reserve RAM buffer: 000000000009e400 - 000000000009ffff 
[    1.906112] reserve RAM buffer: 000000007d4ff800 - 000000007fffffff 
[    1.906112] NetLabel: Initializing
[    1.906112] NetLabel:  domain hash size = 128
[    1.906112] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.906112] NetLabel:  unlabeled traffic allowed by default
[    1.906112] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    1.906112] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    1.906112] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    1.916020] Switching to clocksource tsc
[    1.922535] AppArmor: AppArmor Filesystem Enabled
[    1.922586] pnp: PnP ACPI init
[    1.922640] ACPI: bus type pnp registered
[    1.944037] pnp 00:00: [bus 00-ff]
[    1.944041] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.944044] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.944049] pnp 00:00: [io  0x0d00-0xffff window]
[    1.944052] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.944054] pnp 00:00: [mem 0x000c0000-0x000effff window]
[    1.944057] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.944060] pnp 00:00: [mem 0xf0000000-0xfec00000 window]
[    1.944063] pnp 00:00: [mem 0x80000000-0xdfffffff window]
[    1.944066] pnp 00:00: [mem 0xf0000000-0xefffffff window disabled]
[    1.944069] pnp 00:00: [mem 0xff980800-0xff980bff window]
[    1.944071] pnp 00:00: [mem 0xff97c000-0xff97ffff window]
[    1.944074] pnp 00:00: [mem 0xfed20000-0xfed9ffff window]
[    1.944077] pnp 00:00: [mem 0xfedad800-0xfedadfff window]
[    1.944133] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    1.948082] pnp 00:01: [io  0x0060]
[    1.948084] pnp 00:01: [io  0x0064]
[    1.948086] pnp 00:01: [io  0x0062-0x0063]
[    1.948088] pnp 00:01: [io  0x0065-0x006f]
[    1.948090] pnp 00:01: [io  0x00e0-0x00ef]
[    1.948092] pnp 00:01: [io  0x0800-0x085f]
[    1.948093] pnp 00:01: [io  0x0c00-0x0c7f]
[    1.948095] pnp 00:01: [io  0x0860-0x08ff]
[    1.948120] pnp 00:01: disabling [io  0x0800-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    1.948185] pnp 00:01: disabling [io  0x0860-0x08ff] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    1.948277] pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.948553] pnp 00:02: [io  0x0080-0x009f]
[    1.948556] pnp 00:02: [io  0x0000-0x001f]
[    1.948557] pnp 00:02: [io  0x00c0-0x00df]
[    1.948560] pnp 00:02: [dma 4]
[    1.948586] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.948796] pnp 00:03: [io  0x00f0-0x00ff]
[    1.948805] pnp 00:03: [irq 13]
[    1.948833] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.949031] pnp 00:04: [io  0x0061]
[    1.949059] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    1.949274] pnp 00:05: [io  0x0070-0x007f]
[    1.949279] pnp 00:05: [irq 8]
[    1.949307] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.957637] pnp 00:06: [io  0x03f0-0x03f5]
[    1.957639] pnp 00:06: [io  0x03f7]
[    1.957644] pnp 00:06: [irq 6]
[    1.957646] pnp 00:06: [dma 2]
[    1.958142] pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    1.970945] pnp 00:07: [io  0x0378-0x037f]
[    1.970947] pnp 00:07: [io  0x0778-0x077f]
[    1.970952] pnp 00:07: [irq 7]
[    1.970954] pnp 00:07: [dma 0 disabled]
[    1.972158] pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
[    1.977369] pnp 00:08: [io  0x03f8-0x03ff]
[    1.977374] pnp 00:08: [irq 4]
[    1.977773] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.992764] pnp 00:09: [mem 0xfed00000-0xfed003ff]
[    1.992799] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.992805] pnp: PnP ACPI: found 10 devices
[    1.992845] ACPI: ACPI bus type pnp unregistered
[    1.992886] PnPBIOS: Disabled by ACPI PNP
[    1.992933] system 00:01: [io  0x0c00-0x0c7f] has been reserved
[    2.029047] pci 0000:00:1c.0: BAR 15: assigned [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.029109] pci 0000:00:1c.0: BAR 13: assigned [io  0xd000-0xdfff]
[    2.029155] pci 0000:00:1f.2: BAR 5: assigned [mem 0xff97f800-0xff97ffff]
[    2.029203] pci 0000:00:1f.2: BAR 5: set to [mem 0xff97f800-0xff97ffff] (PCI address [0xff97f800-0xff97ffff])
[    2.029269] pci 0000:00:03.0: BAR 0: assigned [mem 0xff97f7f0-0xff97f7ff 64bit]
[    2.029333] pci 0000:00:03.0: BAR 0: set to [mem 0xff97f7f0-0xff97f7ff 64bit] (PCI address [0xff97f7f0-0xff97f7ff])
[    2.029398] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    2.029440] pci 0000:00:01.0:   bridge window [io  disabled]
[    2.029484] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    2.029530] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    2.029575] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    2.029618] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    2.029664] pci 0000:00:1c.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    2.029710] pci 0000:00:1c.0:   bridge window [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.029773] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    2.029814] pci 0000:00:1e.0:   bridge window [io  disabled]
[    2.029859] pci 0000:00:1e.0:   bridge window [mem disabled]
[    2.029903] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    2.029958] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.030005] pci 0000:00:01.0: setting latency timer to 64
[    2.030011] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.030057] pci 0000:00:1c.0: setting latency timer to 64
[    2.030063] pci 0000:00:1e.0: setting latency timer to 64
[    2.030066] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    2.030069] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    2.030071] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    2.030073] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000effff]
[    2.030075] pci_bus 0000:00: resource 8 [mem 0x000f0000-0x000fffff]
[    2.030078] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfec00000]
[    2.030080] pci_bus 0000:00: resource 10 [mem 0x80000000-0xdfffffff]
[    2.030082] pci_bus 0000:00: resource 11 [mem 0xff980800-0xff980bff]
[    2.030084] pci_bus 0000:00: resource 12 [mem 0xff97c000-0xff97ffff]
[    2.030086] pci_bus 0000:00: resource 13 [mem 0xfed20000-0xfed9ffff]
[    2.030088] pci_bus 0000:00: resource 14 [mem 0xfedad800-0xfedadfff]
[    2.030091] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe8fffff]
[    2.030093] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    2.030095] pci_bus 0000:02: resource 1 [mem 0xfe700000-0xfe7fffff]
[    2.030097] pci_bus 0000:02: resource 2 [mem 0xfe500000-0xfe6fffff 64bit pref]
[    2.030100] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    2.030102] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    2.030104] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    2.030106] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000effff]
[    2.030108] pci_bus 0000:03: resource 8 [mem 0x000f0000-0x000fffff]
[    2.030110] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfec00000]
[    2.030113] pci_bus 0000:03: resource 10 [mem 0x80000000-0xdfffffff]
[    2.030115] pci_bus 0000:03: resource 11 [mem 0xff980800-0xff980bff]
[    2.030117] pci_bus 0000:03: resource 12 [mem 0xff97c000-0xff97ffff]
[    2.030119] pci_bus 0000:03: resource 13 [mem 0xfed20000-0xfed9ffff]
[    2.030121] pci_bus 0000:03: resource 14 [mem 0xfedad800-0xfedadfff]
[    2.030150] NET: Registered protocol family 2
[    2.030256] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    2.030494] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.030894] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    2.031102] TCP: Hash tables configured (established 131072 bind 65536)
[    2.031147] TCP reno registered
[    2.031185] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    2.031234] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    2.031365] NET: Registered protocol family 1
[    2.031417] pci 0000:00:02.0: Boot video device
[    2.031538] PCI: CLS 64 bytes, default 64
[    2.031580] Trying to unpack rootfs image as initramfs...
[    3.784017] Freeing initrd memory: 92760k freed
[    3.821348] Simple Boot Flag at 0x7a set to 0x1
[    3.821577] cpufreq-nforce2: No nForce2 chipset.
[    3.821646] Scanning for low memory corruption every 60 seconds
[    3.821813] audit: initializing netlink socket (disabled)
[    3.821867] type=2000 audit(1292464362.820:1): initialized
[    3.825350] highmem bounce pool size: 64 pages
[    3.825393] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    3.826986] VFS: Disk quotas dquot_6.5.2
[    3.827081] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.827706] fuse init (API version 7.15)
[    3.827824] msgmni has been set to 1704
[    3.828062] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    3.828121] io scheduler noop registered
[    3.828160] io scheduler deadline registered
[    3.828210] io scheduler cfq registered (default)
[    3.828382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.828444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.828578] intel_idle: MWAIT substates: 0x220
[    3.828580] intel_idle: does not run on family 6 model 15
[    3.828656] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    3.828722] ACPI: Power Button [VBTN]
[    3.828807] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    3.828866] ACPI: Power Button [PWRF]
[    3.829541] ACPI: acpi_idle registered with cpuidle
[    3.920764] ERST: Table is not found!
[    3.920814] isapnp: Scanning for PnP cards...
[    4.273779] isapnp: No Plug & Play device found
[    4.274146] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.294541] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    4.552545] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    4.616071] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.636213] 0000:00:03.3: ttyS1 at I/O 0xec98 (irq = 17) is a 16550A
[    4.701174] brd: module loaded
[    4.701745] loop: module loaded
[    4.701949] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.702033] pata_acpi 0000:00:03.2: setting latency timer to 64
[    4.702045] pata_acpi 0000:00:03.2: PCI INT C disabled
[    4.702115] ata_generic 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.702189] ata_generic 0000:00:03.2: setting latency timer to 64
[    4.702471] scsi0 : ata_generic
[    4.702576] scsi1 : ata_generic
[    4.702651] ata1: PATA max UDMA/100 cmd 0xfe80 ctl 0xfe90 bmdma 0xfef0 irq 18
[    4.702697] ata2: PATA max UDMA/100 cmd 0xfea0 ctl 0xfeb0 bmdma 0xfef8 irq 18
[    4.703010] Fixed MDIO Bus: probed
[    4.703074] PPP generic driver version 2.4.2
[    4.703144] tun: Universal TUN/TAP device driver, 1.6
[    4.703185] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    4.703299] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.703357] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    4.703410] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    4.703414] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    4.703487] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    4.732037] ehci_hcd 0000:00:1a.7: debug port 1
[    4.735943] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    4.735956] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfe9d9c00
[    4.748015] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    4.748194] hub 1-0:1.0: USB hub found
[    4.748236] hub 1-0:1.0: 6 ports detected
[    4.748343] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    4.748395] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    4.748398] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    4.748470] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    4.780035] ehci_hcd 0000:00:1d.7: debug port 1
[    4.783952] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    4.783964] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xff980800
[    4.796016] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    4.796196] hub 2-0:1.0: USB hub found
[    4.796237] hub 2-0:1.0: 6 ports detected
[    4.796340] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.796394] uhci_hcd: USB Universal Host Controller Interface driver
[    4.796455] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.796504] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    4.796507] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    4.796580] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    4.828045] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
[    4.828227] hub 3-0:1.0: USB hub found
[    4.828268] hub 3-0:1.0: 2 ports detected
[    4.828363] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.828412] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    4.828415] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    4.829058] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    4.867187] uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
[    4.867358] hub 4-0:1.0: USB hub found
[    4.867399] hub 4-0:1.0: 2 ports detected
[    4.867498] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    4.867547] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    4.867550] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    4.867620] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    4.896036] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
[    4.896217] hub 5-0:1.0: USB hub found
[    4.896258] hub 5-0:1.0: 2 ports detected
[    4.896355] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.896404] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    4.896407] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    4.896479] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    4.928036] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
[    4.928214] hub 6-0:1.0: USB hub found
[    4.928255] hub 6-0:1.0: 2 ports detected
[    4.928350] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.928399] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    4.928402] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    4.928473] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    4.960036] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
[    4.960213] hub 7-0:1.0: USB hub found
[    4.960254] hub 7-0:1.0: 2 ports detected
[    4.960400] PNP: No PS/2 controller found. Probing ports directly.
[    4.963165] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.963210] serio: i8042 AUX port at 0x60,0x64 irq 12
[    4.963309] mice: PS/2 mouse device common for all mice
[    4.963446] rtc_cmos 00:05: RTC can wake from S4
[    4.972061] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    4.972129] rtc0: alarms up to one day, 242 bytes nvram, hpet irqs
[    4.972275] device-mapper: uevent: version 1.0.3
[    4.972400] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[    4.972500] device-mapper: multipath: version 1.1.1 loaded
[    4.972545] device-mapper: multipath round-robin: version 1.0.0 loaded
[    4.972684] EISA: Probing bus 0 at eisa.0
[    4.972724] EISA: Cannot allocate resource for mainboard
[    4.972767] Cannot allocate resource for EISA slot 1
[    4.972808] Cannot allocate resource for EISA slot 2
[    4.972849] Cannot allocate resource for EISA slot 3
[    4.972890] Cannot allocate resource for EISA slot 4
[    4.972931] Cannot allocate resource for EISA slot 5
[    4.972971] Cannot allocate resource for EISA slot 6
[    4.973012] Cannot allocate resource for EISA slot 7
[    4.973053] Cannot allocate resource for EISA slot 8
[    4.973094] EISA: Detected 0 cards.
[    4.973172] cpuidle: using governor ladder
[    4.973212] cpuidle: using governor menu
[    4.973499] TCP cubic registered
[    4.973537] NET: Registered protocol family 17
[    4.973588] Registering the dns_resolver key type
[    4.973934] Using IPI No-Shortcut mode
[    4.974050] PM: Hibernation image not present or could not be loaded.
[    4.974058] registered taskstats version 1
[    4.974339]   Magic number: 6:680:862
[    4.974425] rtc_cmos 00:05: setting system clock to 2010-12-16 01:52:44 UTC (1292464364)
[    4.974485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    4.974528] EDD information not available.
[    5.031168] Freeing unused kernel memory: 652k freed
[    5.031482] Write protecting the kernel text: 4872k
[    5.031560] Write protecting the kernel read-only data: 1944k
[    5.045273] udev[67]: starting version 163
[    5.125052] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
[    5.125100] e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
[    5.125176] e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    5.125229] e1000e 0000:00:19.0: setting latency timer to 64
[    5.125304] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[    5.128359] Floppy drive(s): fd0 is 1.44M
[    5.145953] FDC 0 is a post-1991 82077
[    5.240062] usb 6-1: new low speed USB device using uhci_hcd and address 2
[    5.433532] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input2
[    5.433691] generic-usb 0003:0461:4D15.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.1-1/input0
[    5.433771] usbcore: registered new interface driver usbhid
[    5.433817] usbhid: USB HID core driver
[    5.486221] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1e:4f:b1:da:d7
[    5.486283] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    5.486345] e1000e 0000:00:19.0: eth0: MAC: 7, PHY: 6, PBA No: 1041ff-0ff
[    5.486407] ahci 0000:00:1f.2: version 3.0
[    5.486421] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.486504] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    5.486572] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x2f impl SATA mode
[    5.486638] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ccc ems sxs 
[    5.486704] ahci 0000:00:1f.2: setting latency timer to 64
[    5.516648] scsi2 : ahci
[    5.516752] scsi3 : ahci
[    5.516850] scsi4 : ahci
[    5.516956] scsi5 : ahci
[    5.517059] scsi6 : ahci
[    5.517158] scsi7 : ahci
[    5.518720] ata3: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97f900 irq 41
[    5.518780] ata4: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97f980 irq 41
[    5.518839] ata5: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fa00 irq 41
[    5.518898] ata6: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fa80 irq 41
[    5.518956] ata7: DUMMY
[    5.518992] ata8: SATA max UDMA/133 abar m2048@0xff97f800 port 0xff97fb80 irq 41
[    5.648021] usb 6-2: new low speed USB device using uhci_hcd and address 3
[    5.836028] ata8: SATA link down (SStatus 4 SControl 300)
[    5.836096] ata5: SATA link down (SStatus 0 SControl 300)
[    5.860116] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input3
[    5.860259] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-2/input0
[    6.008031] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.008093] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.008149] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    6.008802] ata4.00: ATAPI: TSSTcorp DVD+/-RW TS-H653B, D300, max UDMA/100
[    6.008855] ata4.00: applying bridge limits
[    6.009769] ata4.00: configured for UDMA/100
[    6.040507] ata6.00: ATA-7: ST3500630AS, 3.AAE, max UDMA/133
[    6.040555] ata6.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.051884] ata3.00: ATA-7: ST3160815AS, 4.ADA, max UDMA/133
[    6.051932] ata3.00: 312500000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.098821] ata6.00: configured for UDMA/133
[    6.126847] ata3.00: configured for UDMA/133
[    6.127010] scsi 2:0:0:0: Direct-Access     ATA      ST3160815AS      4.AD PQ: 0 ANSI: 5
[    6.127218] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    6.127225] sd 2:0:0:0: [sda] 312500000 512-byte logical blocks: (160 GB/149 GiB)
[    6.127274] sd 2:0:0:0: [sda] Write Protect is off
[    6.127277] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.127298] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.128118] scsi 3:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653B D300 PQ: 0 ANSI: 5
[    6.131809] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    6.131859] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.132009] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    6.132065] sr 3:0:0:0: Attached scsi generic sg1 type 5
[    6.132220] scsi 5:0:0:0: Direct-Access     ATA      ST3500630AS      3.AA PQ: 0 ANSI: 5
[    6.132402] sd 5:0:0:0: Attached scsi generic sg2 type 0
[    6.132513] sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    6.132623] sd 5:0:0:0: [sdb] Write Protect is off
[    6.132666] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    6.132688] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.146877]  sdb: sdb1
[    6.147108] sd 5:0:0:0: [sdb] Attached SCSI disk
[    6.194903]  sda: sda1 sda2 < sda5 > sda3
[    6.195234] sd 2:0:0:0: [sda] Attached SCSI disk
[    6.511013] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    8.329293] Adding 5952044k swap on /dev/sda5.  Priority:-1 extents:1 across:5952044k 
[    9.595281] udev[322]: starting version 163
[   10.794920] type=1400 audit(1292464370.316:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=496 comm="apparmor_parser"
[   10.794965] type=1400 audit(1292464370.316:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=496 comm="apparmor_parser"
[   10.795004] type=1400 audit(1292464370.316:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=496 comm="apparmor_parser"
[   11.180409] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   11.316135] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.560011] lp: driver loaded but no devices found
[   11.675609] Linux agpgart interface v0.103
[   11.732463] parport_pc 00:07: reported by Plug and Play ACPI
[   11.732718] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
[   11.828144] lp0: using parport0 (interrupt-driven).
[   12.100117] ppdev: user-space parallel port driver
[   12.512180] agpgart-intel 0000:00:00.0: Intel Q35 Chipset
[   12.512261] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   12.513091] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[   12.517419] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   13.130407] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.130467] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[   13.130490] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   13.909417] [drm] Initialized drm 1.1.0 20060810
[   14.493986] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.493992] i915 0000:00:02.0: setting latency timer to 64
[   14.506095] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[   14.506097] [drm] MTRR allocation failed.  Graphics performance may suffer.
[   14.506652] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7d551c00
[   14.506662] [drm:intel_opregion_setup], SWSCI supported
[   14.506684] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[   14.506711] [drm:init_status_page], render ring hws offset: 0x007bf000
[   14.506810] [drm:intel_parse_bios], Using VBT from OpRegion:                $VBTp
[   14.506817] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[   14.506834] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[   14.506837] [drm:parse_device_mapping], no child dev is parsed from VBT 
[   14.506851] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[   14.506863] [drm:intel_modeset_init], 2 display pipes available.
[   14.506951] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   14.507268] [drm] initialized overlay support
[   14.527282] [drm:intel_update_fbc], 
[   14.527285] [drm:intel_update_watermarks], plane B (pipe 1) clock: 0
[   14.527288] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   14.527291] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   14.527293] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[   14.527295] [drm:intel_calculate_wm], FIFO watermark level: 26
[   14.527297] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[   14.527300] [drm:intel_calculate_wm], FIFO watermark level: 29
[   14.527302] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[   14.527304] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[   14.527308] [drm:i915_get_vblank_counter], trying to get vblank count for disabled pipe 1
[   14.527311] [drm:intel_update_fbc], 
[   14.527314] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   15.532040] [drm:intel_crt_detect_hotplug], timed out waiting for FORCE_DETECT to go off
[   15.532045] [drm:intel_crt_detect], CRT not detected via hotplug
[   15.532050] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[   15.532054] No connectors reported connected with modes
[   15.532057] [drm:drm_setup_crtcs], 
[   15.532060] [drm:drm_enable_connectors], connector 5 enabled? no
[   15.532063] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
[   15.532067] [drm] Cannot find any crtc or sizes - going 1024x768
[   15.535178] [drm:intelfb_create], allocated 1024x768 fb: 0x007f0000, bo f1440a80
[   15.536061] [drm:drm_crtc_helper_set_config], 
[   15.536064] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:7] #connectors=0 (x y) (0 0)
[   15.536068] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   15.536071] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   15.536073] [drm:drm_crtc_helper_set_config], 
[   15.536074] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:7] #connectors=0 (x y) (0 0)
[   15.536077] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   15.536079] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   15.538339] Console: switching to colour frame buffer device 128x48
[   15.540566] fb0: inteldrmfb frame buffer device
[   15.540568] drm: registered panic notifier
[   15.540646] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   15.763849] [drm:i915_driver_open], 
[   15.763865] [drm:drm_crtc_helper_set_config], 
[   15.763868] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:7] #connectors=0 (x y) (0 0)
[   15.763873] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   15.763877] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   15.763879] [drm:drm_crtc_helper_set_config], 
[   15.763881] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:7] #connectors=0 (x y) (0 0)
[   15.763884] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   15.763887] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   15.763897] [drm:i915_driver_open], 
[   15.763904] [drm:drm_crtc_helper_set_config], 
[   15.763906] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:7] #connectors=0 (x y) (0 0)
[   15.763910] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   15.763912] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   15.763915] [drm:drm_crtc_helper_set_config], 
[   15.763917] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:7] #connectors=0 (x y) (0 0)
[   15.763920] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   15.763922] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   15.763931] [drm:i915_driver_open], 
[   15.763990] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   15.763994] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   15.764000] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   15.764003] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   16.768014] [drm:intel_crt_detect_hotplug], timed out waiting for FORCE_DETECT to go off
[   16.768019] [drm:intel_crt_detect], CRT not detected via hotplug
[   16.768023] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[   16.768033] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   16.768037] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   17.776019] [drm:intel_crt_detect_hotplug], timed out waiting for FORCE_DETECT to go off
[   17.776024] [drm:intel_crt_detect], CRT not detected via hotplug
[   17.776029] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[   17.776089] [drm:drm_crtc_helper_set_config], 
[   17.776093] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:7] #connectors=0 (x y) (0 0)
[   17.776099] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   17.776103] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   17.776107] [drm:drm_crtc_helper_set_config], 
[   17.776109] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:7] #connectors=0 (x y) (0 0)
[   17.776114] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   17.776117] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   24.213356] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   24.271013] EXT3-fs: barriers not enabled
[   24.275460] kjournald starting.  Commit interval 5 seconds
[   24.275775] EXT3-fs (sda3): using internal journal
[   24.275781] EXT3-fs (sda3): mounted filesystem with ordered data mode
[   24.327405] EXT3-fs: barriers not enabled
[   24.332248] kjournald starting.  Commit interval 5 seconds
[   24.332582] EXT3-fs (sdb1): using internal journal
[   24.332587] EXT3-fs (sdb1): mounted filesystem with ordered data mode
[   25.622402] type=1400 audit(1292464385.144:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=885 comm="apparmor_parser"
[   25.622451] type=1400 audit(1292464385.144:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=885 comm="apparmor_parser"
[   25.622494] type=1400 audit(1292464385.144:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=885 comm="apparmor_parser"
[   25.751107] type=1400 audit(1292464385.272:8): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=884 comm="apparmor_parser"
[   25.978839] type=1400 audit(1292464385.500:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=906 comm="apparmor_parser"
[   25.978940] type=1400 audit(1292464385.500:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=906 comm="apparmor_parser"
[   26.155104] sshd (911): /proc/911/oom_adj is deprecated, please use /proc/911/oom_score_adj instead.
[   26.576010] [drm:intel_crt_detect_hotplug], timed out waiting for FORCE_DETECT to go off
[   26.576015] [drm:intel_crt_detect], CRT not detected via hotplug
[   26.576018] [drm:output_poll_execute], connector status updated to 2
[   26.693738] type=1400 audit(1292464386.216:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=907 comm="apparmor_parser"
[   27.116148] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[   27.172050] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[   27.392145] [drm:i915_driver_open], 
[   27.392178] [drm:drm_crtc_helper_set_config], 
[   27.392181] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:7] #connectors=0 (x y) (0 0)
[   27.392186] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   27.392190] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   27.392192] [drm:drm_crtc_helper_set_config], 
[   27.392194] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:7] #connectors=0 (x y) (0 0)
[   27.392197] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[   27.392200] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[   27.392229] [drm:i915_driver_open], 
[   27.392415] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   27.392419] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[1] ENCODERS[1]
[   27.406052] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   27.406057] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   28.412014] [drm:intel_crt_detect_hotplug], timed out waiting for FORCE_DETECT to go off
[   28.412019] [drm:intel_crt_detect], CRT not detected via hotplug
[   28.412025] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[   28.412040] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   28.412043] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   28.556859] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[   28.556865] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[   29.420007] [drm:intel_crt_detect_hotplug], timed out waiting for FORCE_DETECT to go off
[   29.420013] [drm:intel_crt_detect], CRT not detected via hotplug
[   29.420017] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[   29.420142] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   29.420145] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[   29.496522] type=1400 audit(1292464389.020:12): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=899 comm="apparmor_parser"
[   29.496969] type=1400 audit(1292464389.020:13): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=899 comm="apparmor_parser"
[   29.497340] type=1400 audit(1292464389.020:14): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=899 comm="apparmor_parser"

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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-16  2:20       ` Hui Zhu
@ 2010-12-16 10:10         ` Chris Wilson
  2010-12-17  6:27           ` Hui Zhu
  0 siblings, 1 reply; 10+ messages in thread
From: Chris Wilson @ 2010-12-16 10:10 UTC (permalink / raw)
  To: Hui Zhu; +Cc: linux-kernel, keithp, ak, gregkh, stable, Andi Kleen

On Thu, 16 Dec 2010 10:20:57 +0800, Hui Zhu <teawater@gmail.com> wrote:
> On Wed, Dec 15, 2010 at 18:20, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> > On Wed, 15 Dec 2010 17:28:45 +0800, Hui Zhu <teawater@gmail.com> wrote:
> >> lspci | grep Display
> >> 00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated
> >> Graphics Controller (rev 02)
> >
> > Q35. I wasn't expecting that. Can you please add drm.debug=0xe to your
> > boot line and attach the dmesg from rc3 and rc5? Thanks.
> > -Chris
> >
> > --
> > Chris Wilson, Intel Open Source Technology Centre
> >
> 
> Thanks Chris.
> 
> I post the logs of rc3+, rc4+ and rc5+ in attchement.  Wish they can
> be more helpful.

The hotplug probe was failing. The only change along that path I could see
was to setting some hotplug flags in the analag adapter register. Can you
try this patch to see if it fixes things for you? Meanwhile I'll check the
docs for the validity of those flags for the various gen.

diff --git a/drivers/gpu/drm/i915/intel_crt.c
b/drivers/gpu/drm/i915/intel_crt.c
index 8df5743..14c276e 100644
--- a/drivers/gpu/drm/i915/intel_crt.c
+++ b/drivers/gpu/drm/i915/intel_crt.c
@@ -148,7 +148,9 @@ static void intel_crt_mode_set(struct drm_encoder *encoder,
                           dpll_md & ~DPLL_MD_UDI_MULTIPLIER_MASK);
        }
 
-       adpa = ADPA_HOTPLUG_BITS;
+       adpa = 0;
+       if (INTEL_INFO(dev)->gen >= 4)
+               adpa |= ADPA_HOTPLUG_BITS;
        if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
                adpa |= ADPA_HSYNC_ACTIVE_HIGH;
        if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)

-- 
Chris Wilson, Intel Open Source Technology Centre

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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-16 10:10         ` Chris Wilson
@ 2010-12-17  6:27           ` Hui Zhu
  0 siblings, 0 replies; 10+ messages in thread
From: Hui Zhu @ 2010-12-17  6:27 UTC (permalink / raw)
  To: Chris Wilson; +Cc: linux-kernel, keithp, ak, gregkh, stable, Andi Kleen

Still black screen.

Cannot get the log from /var/log and cannot connect the pc through
net.   So I didn't get the log.  Sorry for that.

Thanks,
Hui

On Thu, Dec 16, 2010 at 18:10, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> On Thu, 16 Dec 2010 10:20:57 +0800, Hui Zhu <teawater@gmail.com> wrote:
>> On Wed, Dec 15, 2010 at 18:20, Chris Wilson <chris@chris-wilson.co.uk> wrote:
>> > On Wed, 15 Dec 2010 17:28:45 +0800, Hui Zhu <teawater@gmail.com> wrote:
>> >> lspci | grep Display
>> >> 00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated
>> >> Graphics Controller (rev 02)
>> >
>> > Q35. I wasn't expecting that. Can you please add drm.debug=0xe to your
>> > boot line and attach the dmesg from rc3 and rc5? Thanks.
>> > -Chris
>> >
>> > --
>> > Chris Wilson, Intel Open Source Technology Centre
>> >
>>
>> Thanks Chris.
>>
>> I post the logs of rc3+, rc4+ and rc5+ in attchement.  Wish they can
>> be more helpful.
>
> The hotplug probe was failing. The only change along that path I could see
> was to setting some hotplug flags in the analag adapter register. Can you
> try this patch to see if it fixes things for you? Meanwhile I'll check the
> docs for the validity of those flags for the various gen.
>
> diff --git a/drivers/gpu/drm/i915/intel_crt.c
> b/drivers/gpu/drm/i915/intel_crt.c
> index 8df5743..14c276e 100644
> --- a/drivers/gpu/drm/i915/intel_crt.c
> +++ b/drivers/gpu/drm/i915/intel_crt.c
> @@ -148,7 +148,9 @@ static void intel_crt_mode_set(struct drm_encoder *encoder,
>                           dpll_md & ~DPLL_MD_UDI_MULTIPLIER_MASK);
>        }
>
> -       adpa = ADPA_HOTPLUG_BITS;
> +       adpa = 0;
> +       if (INTEL_INFO(dev)->gen >= 4)
> +               adpa |= ADPA_HOTPLUG_BITS;
>        if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
>                adpa |= ADPA_HSYNC_ACTIVE_HIGH;
>        if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
>
> --
> Chris Wilson, Intel Open Source Technology Centre
>

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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-15  9:23 ` Chris Wilson
  2010-12-15  9:28   ` Hui Zhu
@ 2010-12-18 20:55   ` Woody Suwalski
  1 sibling, 0 replies; 10+ messages in thread
From: Woody Suwalski @ 2010-12-18 20:55 UTC (permalink / raw)
  To: Chris Wilson
  Cc: Hui Zhu, linux-kernel, keithp, ak, gregkh, stable, Andi Kleen,
	maciej.rutecki

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

Chris Wilson wrote:
> Which chipset and what connectors? Judging by the offending commits, my
> guess is an Arrandale with eDP, in which case
> https://bugs.freedesktop.org/show_bug.cgi?id=31988 will be of interest.
> -Chris
>
>    
Chris, after seeing this message I have tested -rc6 on G33 as well and 
can confirm that it is broken.
I can see only "unpacking" message - very very brief - and then 
absolutely black screen.

I have prepared a custom initrd to ddump the dmesg to a hard disk and 
here are results - "No connectors reported connected with modes".

I attach a run with -rc5 (good) and -rc6 (bad) dmesg dump...

Would it give you enough to work on?

Thanks, Woody


[-- Attachment #2: i915_g33_2.6.37-rc6.txt --]
[-- Type: text/plain, Size: 13166 bytes --]

On 2.6.37-rc5:
[    0.403761] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[    0.403814] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.404604] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.408413] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.408566] [drm] Initialized drm 1.1.0 20060810
[    0.408645] [drm] radeon defaulting to kernel modesetting.
[    0.408646] [drm] radeon kernel modesetting enabled.
[    0.408713] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.408716] i915 0000:00:02.0: setting latency timer to 64
[    0.421882] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    0.421968] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    0.421982] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[    0.421985] [drm:parse_device_mapping], no child dev is parsed from VBT 
[    0.421996] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[    0.422007] [drm:intel_modeset_init], 2 display pipes available.
[    0.422060] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.422371] [drm] initialized overlay support
[    0.427497] [drm:intel_update_fbc], 
[    0.427498] [drm:intel_update_watermarks], plane B (pipe 1) clock: 0
[    0.427501] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    0.427503] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    0.427504] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[    0.427506] [drm:intel_calculate_wm], FIFO watermark level: 26
[    0.427508] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[    0.427509] [drm:intel_calculate_wm], FIFO watermark level: 29
[    0.427511] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[    0.427513] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[    0.427516] [drm:intel_update_fbc], 
[    0.427518] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[    0.440061] [drm:intel_crt_detect], CRT detected via hotplug
[    0.490784] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[    0.490786] [drm:drm_mode_debug_printmodeline], Modeline 8:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5
[    0.490790] [drm:drm_mode_debug_printmodeline], Modeline 17:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5
[    0.490793] [drm:drm_mode_debug_printmodeline], Modeline 10:"1152x864" 75 108000 1152 1216 1344 1600 864 865 868 900 0x40 0x5
[    0.490796] [drm:drm_mode_debug_printmodeline], Modeline 18:"1024x768" 75 78800 1024 1040 1136 1312 768 769 772 800 0x40 0x5
[    0.490800] [drm:drm_mode_debug_printmodeline], Modeline 19:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa
[    0.490803] [drm:drm_mode_debug_printmodeline], Modeline 20:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[    0.490806] [drm:drm_mode_debug_printmodeline], Modeline 9:"832x624" 75 53207 832 872 960 1088 624 625 628 652 0x0 0x6
[    0.490809] [drm:drm_mode_debug_printmodeline], Modeline 22:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5
[    0.490812] [drm:drm_mode_debug_printmodeline], Modeline 21:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5
[    0.490815] [drm:drm_mode_debug_printmodeline], Modeline 11:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[    0.490818] [drm:drm_mode_debug_printmodeline], Modeline 12:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[    0.490821] [drm:drm_mode_debug_printmodeline], Modeline 14:"640x480" 73 31500 640 664 704 832 480 489 491 520 0x40 0xa
[    0.490825] [drm:drm_mode_debug_printmodeline], Modeline 13:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa
[    0.490828] [drm:drm_mode_debug_printmodeline], Modeline 15:"640x480" 60 25200 640 656 752 800 480 490 492 525 0x40 0xa
[    0.490831] [drm:drm_mode_debug_printmodeline], Modeline 16:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6
[    0.490834] [drm:drm_setup_crtcs], 
[    0.490836] [drm:drm_enable_connectors], connector 5 enabled? yes
[    0.490837] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    0.490839] [drm:drm_target_preferred], looking for preferred mode on connector 5
[    0.490841] [drm:drm_target_preferred], found mode 1280x1024
[    0.490842] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
[    0.490844] [drm:drm_setup_crtcs], desired mode 1280x1024 set on crtc 3
[    0.494707] [drm:intelfb_create], allocated 1280x1024 fb: 0x007f0000, bo f5f3d780
[    0.494838] fbcon: inteldrmfb (fb0) is primary device
[    0.495266] [drm:drm_crtc_helper_set_config], 
[    0.495268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:24] #connectors=1 (x y) (0 0)
[    0.495271] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[    0.495272] [drm:drm_crtc_helper_set_config], modes are different, full mode set
[    0.495274] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    0.495276] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5
[    0.495280] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
[    0.495281] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
[    0.495283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    0.495284] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
[    0.495286] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5
[    0.495289] [drm:drm_crtc_helper_set_mode], [CRTC:3]
[    0.495414] [drm:intel_crtc_mode_set], Mode for pipe A:
[    0.495415] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5
[    0.500094] [drm:intel_pipe_set_base_atomic], Writing base 007F0000 00000000 0 0 5120
[    0.500098] [drm:intel_update_fbc], 
[    0.500101] [drm:drm_crtc_helper_set_mode], [ENCODER:6:DAC-6] set [MODE:23:1280x1024]
[    0.500104] [drm:intel_update_watermarks], plane A (pipe 0) clock: 108000
[    0.500106] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    0.500109] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    0.500111] [drm:intel_calculate_wm], FIFO entries required for mode: 34
[    0.500113] [drm:intel_calculate_wm], FIFO watermark level: -8
[    0.500115] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[    0.500117] [drm:intel_calculate_wm], FIFO watermark level: 29
[    0.500119] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[    0.500121] [drm:i9xx_update_wm], self-refresh entries: 80
[    0.500123] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 15
[    0.500280] [drm:intel_update_fbc], 
[    0.500282] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    0.500283] [drm:drm_crtc_helper_set_config],        [CONNECTOR:5:VGA-1] set DPMS on
[    0.500285] [drm:drm_crtc_helper_set_config], 
[    0.500286] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:24] #connectors=0 (x y) (0 0)
[    0.500288] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[    0.500290] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    0.500291] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    0.500303] [drm:drm_crtc_helper_set_config], 
[    0.500305] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:24] #connectors=1 (x y) (0 0)
[    0.500307] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    0.500309] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    0.500310] [drm:drm_crtc_helper_set_config],        [CONNECTOR:5:VGA-1] set DPMS on
[    0.503302] [drm:drm_crtc_helper_set_config], 
[    0.503304] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:24] #connectors=1 (x y) (0 0)
[    0.503306] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    0.503308] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    0.503309] [drm:drm_crtc_helper_set_config],        [CONNECTOR:5:VGA-1] set DPMS on
[    0.506298] Console: switching to colour frame buffer device 160x64
[    0.506302] [drm:drm_crtc_helper_set_config], 
[    0.506303] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:24] #connectors=1 (x y) (0 0)
[    0.506305] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    0.506307] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    0.506308] [drm:drm_crtc_helper_set_config],        [CONNECTOR:5:VGA-1] set DPMS on
[    0.509314] fb0: inteldrmfb frame buffer device
[    0.509315] drm: registered panic notifier
[    0.509322] No ACPI video bus found
[    0.509368] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


On 2.6.37-rc6 - using blind dump from initrd - black screen:
[    0.290045] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[    0.290162] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.291040] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.295080] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.295303] [drm] Initialized drm 1.1.0 20060810
[    0.295444] [drm] radeon defaulting to kernel modesetting.
[    0.295510] [drm] radeon kernel modesetting enabled.
[    0.295639] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.295709] i915 0000:00:02.0: setting latency timer to 64
[    0.308590] [drm:intel_opregion_setup], graphic opregion physical addr: 0x7d5be0e4
[    0.308602] [drm:intel_opregion_setup], Public ACPI methods supported
[    0.308603] [drm:intel_opregion_setup], SWSCI supported
[    0.308605] [drm:intel_opregion_setup], ASLE supported
[    0.308622] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    0.308649] [drm:init_status_page], render ring hws offset: 0x007bf000
[    0.308710] [drm:intel_parse_bios], Using VBT from OpRegion: $VBT BEARLAKE-B     d
[    0.308716] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    0.308730] [drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[    0.308733] [drm:parse_device_mapping], no child dev is parsed from VBT 
[    0.308744] [drm:intel_dsm_pci_probe], no _DSM method for intel device
[    0.308755] [drm:intel_modeset_init], 2 display pipes available.
[    0.308809] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.309206] [drm] initialized overlay support
[    0.329275] [drm:intel_update_fbc], 
[    0.329277] [drm:intel_update_watermarks], plane B (pipe 1) clock: 0
[    0.329279] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    0.329281] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    0.329283] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[    0.329285] [drm:intel_calculate_wm], FIFO watermark level: 26
[    0.329286] [drm:intel_calculate_wm], FIFO entries required for mode: 0
[    0.329288] [drm:intel_calculate_wm], FIFO watermark level: 29
[    0.329290] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[    0.329291] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[    0.329294] [drm:i915_get_vblank_counter], trying to get vblank count for disabled pipe 1
[    0.329296] [drm:intel_update_fbc], 
[    0.329299] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[    1.336014] [drm:intel_crt_detect_hotplug], timed out waiting for FORCE_DETECT to go off
[    1.336017] [drm:intel_crt_detect], CRT not detected via hotplug
[    1.336020] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] disconnected
[    1.336023] No connectors reported connected with modes
[    1.336091] [drm:drm_setup_crtcs], 
[    1.336094] [drm:drm_enable_connectors], connector 5 enabled? no
[    1.336096] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
[    1.336100] [drm] Cannot find any crtc or sizes - going 1024x768
[    1.338451] [drm:intelfb_create], allocated 1024x768 fb: 0x007f0000, bo f5481840
[    1.338575] fbcon: inteldrmfb (fb0) is primary device
[    1.339077] [drm:drm_crtc_helper_set_config], 
[    1.339078] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:7] #connectors=0 (x y) (0 0)
[    1.339081] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[    1.339083] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    1.339085] [drm:drm_crtc_helper_set_config], 
[    1.339086] [drm:drm_crtc_helper_set_config], [CRTC:4] [FB:7] #connectors=0 (x y) (0 0)
[    1.339088] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[    1.339089] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    1.342355] Console: switching to colour frame buffer device 128x48
[    1.344012] fb0: inteldrmfb frame buffer device
[    1.344029] drm: registered panic notifier
[    1.344052] No ACPI video bus found
[    1.344110] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-15  8:33 [BUG] i915 boot got black screen with 2.6.37-rc5+ Hui Zhu
  2010-12-15  9:23 ` Chris Wilson
@ 2010-12-19 20:42 ` Maciej Rutecki
  2010-12-20 14:02   ` Woody Suwalski
  1 sibling, 1 reply; 10+ messages in thread
From: Maciej Rutecki @ 2010-12-19 20:42 UTC (permalink / raw)
  To: Hui Zhu; +Cc: linux-kernel, keithp, ak, chris, gregkh, stable, Andi Kleen

I created a Bugzilla entry at 
https://bugzilla.kernel.org/show_bug.cgi?id=25242
for your bug report, please add your address to the CC list in there, thanks!

On środa, 15 grudnia 2010 o 09:33:29 Hui Zhu wrote:
> The right log with 2.6.37-rc3+:
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.569871] [drm] Initialized
> drm 1.1.0 20060810
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.882768] i915
> 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.882775] i915
> 0000:00:02.0: setting latency timer to 64
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.894778] mtrr: type
> mismatch for d0000000,10000000 old: write-back new: write-combining
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.894781] [drm] MTRR
> allocation failed. Graphics performance may suffer.
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.895367] i915
> 0000:00:02.0: irq 43 for MSI/MSI-X
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.895610] vgaarb: device
> changed decodes:
> PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.895927] [drm] initialized
> overlay support
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.981492] Console:
> switching to colour frame buffer device 210x65
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.986676] fb0: inteldrmfb
> frame buffer device
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.986678] drm: registered
> panic notifier
> Dec 15 16:13:03 teawater-workpc kernel: [ 14.986761] [drm] Initialized
> i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
> 
> The black log with 2.6.37-rc5+:
> Dec 15 16:10:51 teawater-workpc kernel: [ 12.418419] [drm] Initialized
> drm 1.1.0 20060810
> Dec 15 16:10:51 teawater-workpc kernel: [ 12.945240] i915
> 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> Dec 15 16:10:51 teawater-workpc kernel: [ 12.945246] i915
> 0000:00:02.0: setting latency timer to 64
> Dec 15 16:10:51 teawater-workpc kernel: [ 12.957555] mtrr: type
> mismatch for d0000000,10000000 old: write-back new: write-combining
> Dec 15 16:10:51 teawater-workpc kernel: [ 12.957559] [drm] MTRR
> allocation failed. Graphics performance may suffer.
> Dec 15 16:10:51 teawater-workpc kernel: [ 12.958502] i915
> 0000:00:02.0: irq 42 for MSI/MSI-X
> Dec 15 16:10:51 teawater-workpc kernel: [ 12.958806] vgaarb: device
> changed decodes:
> PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> Dec 15 16:10:51 teawater-workpc kernel: [ 12.959124] [drm] initialized
> overlay support
> Dec 15 16:10:51 teawater-workpc kernel: [ 13.980020] No connectors
> reported connected with modes
> Dec 15 16:10:51 teawater-workpc kernel: [ 13.980025] [drm] Cannot find
> any crtc or sizes - going 1024x768
> Dec 15 16:10:51 teawater-workpc kernel: [ 13.986063] Console:
> switching to colour frame buffer device 128x48
> Dec 15 16:10:51 teawater-workpc kernel: [ 13.988296] fb0: inteldrmfb
> frame buffer device
> Dec 15 16:10:51 teawater-workpc kernel: [ 13.988298] drm: registered
> panic notifier
> Dec 15 16:10:51 teawater-workpc kernel: [ 13.988425] [drm] Initialized
> i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
> 
> Thanks,
> Hui
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Maciej Rutecki
http://www.maciek.unixy.pl

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

* Re: [BUG] i915 boot got black screen with 2.6.37-rc5+
  2010-12-19 20:42 ` Maciej Rutecki
@ 2010-12-20 14:02   ` Woody Suwalski
  0 siblings, 0 replies; 10+ messages in thread
From: Woody Suwalski @ 2010-12-20 14:02 UTC (permalink / raw)
  To: maciej.rutecki
  Cc: Hui Zhu, linux-kernel, keithp, ak, chris, gregkh, stable,
	Andi Kleen

Maciej Rutecki wrote:
> I created a Bugzilla entry at
> https://bugzilla.kernel.org/show_bug.cgi?id=25242
> for your bug report, please add your address to the CC list in there, thanks!
>    
>
Reverting the commit 541cc966915b6756e54c20eebe60ae957afdb537 fixes the 
problem on my G33 system

Woody


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

end of thread, other threads:[~2010-12-20 14:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15  8:33 [BUG] i915 boot got black screen with 2.6.37-rc5+ Hui Zhu
2010-12-15  9:23 ` Chris Wilson
2010-12-15  9:28   ` Hui Zhu
2010-12-15 10:20     ` Chris Wilson
2010-12-16  2:20       ` Hui Zhu
2010-12-16 10:10         ` Chris Wilson
2010-12-17  6:27           ` Hui Zhu
2010-12-18 20:55   ` Woody Suwalski
2010-12-19 20:42 ` Maciej Rutecki
2010-12-20 14:02   ` Woody Suwalski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox