[Pkg-xen-devel] Bug#659642: xen-hypervisor-4.0-amd64: outl segfaults when restoring monitor from sleep with DPMS
Adrian Busolini
adrian at nixnotes.co.uk
Sun Feb 12 19:12:01 UTC 2012
Package: xen-hypervisor-4.0-amd64
Version: 4.0.1-4
Severity: normal
Tags: squeeze
When the monitor is being restored from power saving mode via DPMS, X will lock
up/restart. This only occurs when running Xen hypervisor. Running just 2.6.32-5
-xen-amd64 doesn't produce this effect. Note that both 2.6.32-5-xen-amd64 and
2.6.32-5-xen-amd64 with Xen 4.0.1 are running with nopat (to workaround
#646987).
Xorg.0.log contains:
Backtrace:
0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x4667b8]
1: /usr/bin/Xorg (0x400000+0x67d49) [0x467d49]
2: /lib/libpthread.so.0 (0x7f889ca27000+0xeff0) [0x7f889ca35ff0]
3: /usr/lib/xorg/modules/libint10.so (0x7f88988e7000+0x5775) [0x7f88988ec775]
4: /usr/lib/xorg/modules/libint10.so (0x7f88988e7000+0xc613) [0x7f88988f3613]
5: /usr/lib/xorg/modules/libint10.so (0x7f88988e7000+0x1831c) [0x7f88988ff31c]
6: /usr/lib/xorg/modules/libint10.so (xf86ExecX86int10+0x55) [0x7f88988eded5]
7: /usr/lib/xorg/modules/libvbe.so (VBEDPMSSet+0x39) [0x7f8898b098c9]
8: /usr/bin/Xorg (DPMSSet+0xcf) [0x47382f]
9: /usr/lib/xorg/modules/extensions/libextmod.so (0x7f889a61a000+0x1cb7f)
[0x7f889a636b7f]
10: /usr/bin/Xorg (0x400000+0x4c734) [0x44c734]
11: /usr/bin/Xorg (0x400000+0x25c35) [0x425c35]
12: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f889b52ac8d]
13: /usr/bin/Xorg (0x400000+0x257e9) [0x4257e9]
Segmentation fault at address (nil)
and debugging Xorg with gdb reveals:
#0 0x00007f88988ec775 in outl (port=61440, val=323652) at
.../../../../hw/xfree86/common/compiler.h:438
#1 x_outl (port=61440, val=323652) at
.../../../../hw/xfree86/int10/helper_exec.c:423
#2 0x00007f88988f3613 in x86emuOp_out_word_DX_AX (op1=<value optimized out>)
at ../../../../hw/xfree86/int10/../x86emu/ops.c:9847
(... full bt attached)
Port 61440 is my integrated graphics chip:
$ dmesg | grep 0xf000
[ 4.001927] pci 0000:00:02.0: reg 20 io port: [0xf000-0xf03f]
$ lspci | grep 00:02.0
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated
Graphics Controller (rev 09)
Further investigation reveals odd behaviour of outl under the Xen hypervisor.
Under 2.6.32-5-xen-amd64, I need to call iopl(3) as root before calling outl on
port 61440, otherwise outl will always segfault (and I believe this to be the
expected behaviour). However, under Xen 4.0.1, the following test program (run
as root) sometimes segfaults, but sometimes succeeds:
#include <stdio.h>
static __inline__ void outl(unsigned short port, unsigned int val)
{ __asm__ __volatile__("outl %0,%1" : :"a" (val), "d" (port)); }
int main() {
printf("Testing outl\n");
outl(61140,323652);
printf("Done\n");
return 0;
}
Forcing iopl(0) beforehand will always segfault as expected, and forcing
iopl(3) beforehand will always succeed.
# dpkg -l xen* | grep ii
ii xen-hypervisor-4.0-amd64 4.0.1-4 The
Xen Hypervisor on AMD64
ii xen-linux-system-2.6-xen-amd64 2.6.32+29 Xen
system with Linux 2.6 for 64-bit PCs (meta-package)
ii xen-linux-system-2.6.32-5-xen-amd64 2.6.32-41 Xen
system with Linux 2.6.32 on 64-bit PCs (meta-package)
ii xen-qemu-dm-4.0 4.0.1-2+squeeze1 Xen
Qemu Device Model virtual machine hardware emulator
ii xen-utils-4.0 4.0.1-4 XEN
administrative tools
ii xen-utils-common 4.0.0-1 XEN
administrative tools - common files
ii xenstore-utils 4.0.1-4
Xenstore utilities for Xen
Thanks.
-- System Information:
Debian Release: 6.0.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
xen-hypervisor-4.0-amd64 depends on no packages.
Versions of packages xen-hypervisor-4.0-amd64 recommends:
ii xen-utils-4.0 4.0.1-4 XEN administrative tools
Versions of packages xen-hypervisor-4.0-amd64 suggests:
pn xen-docs-4.0 <none> (no description available)
-- no debconf information
-------------- next part --------------
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-41) (ben at decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Jan 16 20:48:30 UTC 2012
[ 0.000000] Command line: placeholder root=UUID=d2b41548-42be-444c-b2a1-c741b60072f8 ro nopat quiet
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] xen_release_chunk: looking at area pfn 6f000-6f800: 2048 pages freed
[ 0.000000] xen_release_chunk: looking at area pfn 7fa00-fec00: 520704 pages freed
[ 0.000000] xen_release_chunk: looking at area pfn fec01-fed1c: 283 pages freed
[ 0.000000] xen_release_chunk: looking at area pfn fed40-fee00: 192 pages freed
[ 0.000000] xen_release_chunk: looking at area pfn fee01-ff000: 511 pages freed
[ 0.000000] released 523738 pages of unused memory
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] Xen: 0000000000000000 - 000000000009d400 (usable)
[ 0.000000] Xen: 000000000009d400 - 0000000000100000 (reserved)
[ 0.000000] Xen: 0000000000100000 - 0000000020000000 (usable)
[ 0.000000] Xen: 0000000020000000 - 0000000020200000 (reserved)
[ 0.000000] Xen: 0000000020200000 - 0000000040000000 (usable)
[ 0.000000] Xen: 0000000040000000 - 0000000040200000 (reserved)
[ 0.000000] Xen: 0000000040200000 - 000000006ed6d000 (usable)
[ 0.000000] Xen: 000000006ed6d000 - 000000006edbc000 (ACPI NVS)
[ 0.000000] Xen: 000000006edbc000 - 000000006edc5000 (ACPI data)
[ 0.000000] Xen: 000000006edc5000 - 000000006edf2000 (reserved)
[ 0.000000] Xen: 000000006edf2000 - 000000006edf3000 (usable)
[ 0.000000] Xen: 000000006edf3000 - 000000006ee03000 (reserved)
[ 0.000000] Xen: 000000006ee03000 - 000000006ee10000 (ACPI NVS)
[ 0.000000] Xen: 000000006ee10000 - 000000006ee38000 (reserved)
[ 0.000000] Xen: 000000006ee38000 - 000000006ee7b000 (ACPI NVS)
[ 0.000000] Xen: 000000006ee7b000 - 000000006f000000 (usable)
[ 0.000000] Xen: 000000006f800000 - 000000007fa00000 (reserved)
[ 0.000000] Xen: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] Xen: 00000000fed1c000 - 00000000fed40000 (reserved)
[ 0.000000] Xen: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] Xen: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] Xen: 0000000100000000 - 00000003d9025000 (usable)
[ 0.000000] PAT support disabled.
[ 0.000000] DMI 2.7 present.
[ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0x3d9025 max_arch_pfn = 0x400000000
[ 0.000000] x2apic enabled by BIOS, switching to x2apic ops
[ 0.000000] last_pfn = 0x6f000 max_arch_pfn = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-000000006f000000
[ 0.000000] 0000000000 - 006f000000 page 4k
[ 0.000000] kernel direct mapping tables up to 6f000000 @ 100000-47b000
[ 0.000000] init_memory_mapping: 0000000100000000-00000003d9025000
[ 0.000000] 0100000000 - 03d9025000 page 4k
[ 0.000000] kernel direct mapping tables up to 3d9025000 @ 52f2000-71cc000
[ 0.000000] RAMDISK: 01708000 - 033fb000
[ 0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 000000006edbc070 0005C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 000000006edc4158 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 000000006edbc158 07FFB (v02 ALASKA A M I 00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 000000006ee07f80 00040
[ 0.000000] ACPI: APIC 000000006edc4250 00092 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 000000006edc42e8 001D6 (v01 AMICPU PROC 00000001 MSFT 03000001)
[ 0.000000] ACPI: MCFG 000000006edc44c0 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: AAFT 000000006edc4500 000D3 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 000000006edc45d8 00038 (v01 ALASKA A M I 01072009 AMI. 00000004)
[ 0.000000] ACPI: XMAR 000000006edc4610 000E8 (v01 ALASKA A M I 00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Setting APIC routing to cluster x2apic.
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000003d9025000
[ 0.000000] Bootmem setup node 0 0000000000000000-00000003d9025000
[ 0.000000] NODE_DATA [0000000000010000 - 0000000000017fff]
[ 0.000000] bootmap [0000000000018000 - 0000000000093207] pages 7c
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 03d9025000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [00052c5000 - 00052f2000] XEN PAGETABLES ==> [00052c5000 - 00052f2000]
[ 0.000000] #2 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #3 [0001000000 - 00016e7b44] TEXT DATA BSS ==> [0001000000 - 00016e7b44]
[ 0.000000] #4 [0001708000 - 00033fb000] RAMDISK ==> [0001708000 - 00033fb000]
[ 0.000000] #5 [00033fb000 - 00052c5000] XEN START INFO ==> [00033fb000 - 00052c5000]
[ 0.000000] #6 [00016e8000 - 00016e8178] BRK ==> [00016e8000 - 00016e8178]
[ 0.000000] #7 [0000100000 - 000044b000] PGTABLE ==> [0000100000 - 000044b000]
[ 0.000000] #8 [00052f2000 - 00069c7000] PGTABLE ==> [00052f2000 - 00069c7000]
[ 0.000000] found SMP MP-table at [ffff8800000fd220] fd220
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x003d9025
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[7] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009d
[ 0.000000] 0: 0x00000100 -> 0x00020000
[ 0.000000] 0: 0x00020200 -> 0x00040000
[ 0.000000] 0: 0x00040200 -> 0x0006ed6d
[ 0.000000] 0: 0x0006edf2 -> 0x0006edf3
[ 0.000000] 0: 0x0006ee7b -> 0x0006f000
[ 0.000000] 0: 0x00100000 -> 0x003d9025
[ 0.000000] On node 0 totalpages: 3439269
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 846 pages reserved
[ 0.000000] DMA zone: 3079 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 434987 pages, LIFO batch:31
[ 0.000000] Normal zone: 40825 pages used for memmap
[ 0.000000] Normal zone: 2945196 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Setting APIC routing to cluster x2apic.
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 0, address 0xfec00000, GSI 0-0
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ERROR: Unable to locate IOAPIC for GSI 2
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ERROR: Unable to locate IOAPIC for GSI 9
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 256
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 000000006ed6d000 - 000000006edbc000
[ 0.000000] PM: Registered nosave memory: 000000006edbc000 - 000000006edc5000
[ 0.000000] PM: Registered nosave memory: 000000006edc5000 - 000000006edf2000
[ 0.000000] PM: Registered nosave memory: 000000006edf3000 - 000000006ee03000
[ 0.000000] PM: Registered nosave memory: 000000006ee03000 - 000000006ee10000
[ 0.000000] PM: Registered nosave memory: 000000006ee10000 - 000000006ee38000
[ 0.000000] PM: Registered nosave memory: 000000006ee38000 - 000000006ee7b000
[ 0.000000] PM: Registered nosave memory: 000000006f000000 - 000000006f800000
[ 0.000000] PM: Registered nosave memory: 000000006f800000 - 000000007fa00000
[ 0.000000] PM: Registered nosave memory: 000000007fa00000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed40000
[ 0.000000] PM: Registered nosave memory: 00000000fed40000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at 7fa00000 (gap: 7fa00000:7f200000)
[ 0.000000] Booting paravirtualized kernel on Xen
[ 0.000000] Xen version: 4.0.1 (preserve-AD) (dom0)
[ 0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff8800123d7000 s90328 r8192 d24360 u122880
[ 0.000000] pcpu-alloc: s90328 r8192 d24360 u122880 alloc=30*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 3.677316] trying to map vcpu_info 0 at ffff8800123e2020, mfn 462950, offset 32
[ 3.677319] cpu 0 using vcpu_info at ffff8800123e2020
[ 3.677320] trying to map vcpu_info 1 at ffff880012400020, mfn 46296e, offset 32
[ 3.677322] cpu 1 using vcpu_info at ffff880012400020
[ 3.677324] trying to map vcpu_info 2 at ffff88001241e020, mfn 46298c, offset 32
[ 3.677325] cpu 2 using vcpu_info at ffff88001241e020
[ 3.677327] trying to map vcpu_info 3 at ffff88001243c020, mfn 4629aa, offset 32
[ 3.677328] cpu 3 using vcpu_info at ffff88001243c020
[ 3.677330] trying to map vcpu_info 4 at ffff88001245a020, mfn 4629c8, offset 32
[ 3.677331] cpu 4 using vcpu_info at ffff88001245a020
[ 3.677333] trying to map vcpu_info 5 at ffff880012478020, mfn 4629e6, offset 32
[ 3.677334] cpu 5 using vcpu_info at ffff880012478020
[ 3.677336] trying to map vcpu_info 6 at ffff880012496020, mfn 462604, offset 32
[ 3.677337] cpu 6 using vcpu_info at ffff880012496020
[ 3.677339] trying to map vcpu_info 7 at ffff8800124b4020, mfn 462622, offset 32
[ 3.677340] cpu 7 using vcpu_info at ffff8800124b4020
[ 3.677341] Xen: using vcpu_info placement
[ 3.677345] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3383262
[ 3.677347] Policy zone: Normal
[ 3.677349] Kernel command line: placeholder root=UUID=d2b41548-42be-444c-b2a1-c741b60072f8 ro nopat quiet
[ 3.677374] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 3.677614] Initializing CPU#0
[ 3.681399] DMA: Placing 64MB software IO TLB between ffff8800124d0000 - ffff8800164d0000
[ 3.681402] DMA: software IO TLB at phys 0x124d0000 - 0x164d0000
[ 3.681404] xen_swiotlb_fixup: buf=ffff8800124d0000 size=67108864
[ 3.692744] xen_swiotlb_fixup: buf=ffff880016530000 size=32768
[ 3.726522] Memory: 13404236k/16138388k available (3152k kernel code, 2381312k absent, 352840k reserved, 2064k data, 604k init)
[ 3.726545] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 3.726563] Hierarchical RCU implementation.
[ 3.726569] NR_IRQS:4352 nr_irqs:2304
[ 3.726636] xen: --> irq=0
[ 3.726641] xen: --> irq=1
[ 3.726644] xen: --> irq=2
[ 3.726648] xen: --> irq=3
[ 3.726652] xen: --> irq=4
[ 3.726655] xen: --> irq=5
[ 3.726659] xen: --> irq=6
[ 3.726663] xen: --> irq=7
[ 3.726666] xen: --> irq=8
[ 3.726670] xen: --> irq=9
[ 3.726673] xen: --> irq=10
[ 3.726677] xen: --> irq=11
[ 3.726681] xen: --> irq=12
[ 3.726684] xen: --> irq=13
[ 3.726688] xen: --> irq=14
[ 3.726691] xen: --> irq=15
[ 3.726701] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 3.726703] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 3.726704] xen: sci override: source_irq=9 global_irq=9 trigger=c polarity=1
[ 3.726706] xen: registering gsi 9 triggering 0 polarity 0
[ 3.726707] xen_allocate_pirq: returning irq 9 for gsi 9
[ 3.726709] xen: --> irq=9
[ 3.726727] xen: acpi sci 9
[ 3.728430] Console: colour VGA+ 80x25
[ 3.728487] console [tty0] enabled
[ 3.728506] Xen: using vcpuop timer interface
[ 3.728508] installing Xen timer for CPU 0
[ 3.728513] alloc irq_desc for 2303 on node -1
[ 3.728516] alloc kstat_irqs on node -1
[ 3.728528] Detected 3392.352 MHz processor.
[ 3.728534] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.70 BogoMIPS (lpj=13569408)
[ 3.728544] Security Framework initialized
[ 3.728547] SELinux: Disabled at boot.
[ 3.730364] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 3.733278] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 3.734281] Mount-cache hash table entries: 256
[ 3.734380] Initializing cgroup subsys ns
[ 3.734382] Initializing cgroup subsys cpuacct
[ 3.734386] Initializing cgroup subsys devices
[ 3.734388] Initializing cgroup subsys freezer
[ 3.734389] Initializing cgroup subsys net_cls
[ 3.734417] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 3.734419] CPU: L2 cache: 256K
[ 3.734420] CPU: L3 cache: 8192K
[ 3.734424] CPU 0/0x0 -> Node 0
[ 3.734426] CPU: Unsupported number of siblings 16
[ 3.734429] mce: CPU supports 9 MCE banks
[ 3.734449] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
[ 3.734459] SMP alternatives: switching to UP code
[ 3.752022] ACPI: Core revision 20090903
[ 3.760423] alloc irq_desc for 2302 on node -1
[ 3.760425] alloc kstat_irqs on node -1
[ 3.760431] alloc irq_desc for 2301 on node -1
[ 3.760432] alloc kstat_irqs on node -1
[ 3.760435] alloc irq_desc for 2300 on node -1
[ 3.760436] alloc kstat_irqs on node -1
[ 3.760439] alloc irq_desc for 2299 on node -1
[ 3.760440] alloc kstat_irqs on node -1
[ 3.760548] installing Xen timer for CPU 1
[ 3.760550] alloc irq_desc for 2298 on node -1
[ 3.760551] alloc kstat_irqs on node -1
[ 3.760568] SMP alternatives: switching to SMP code
[ 3.777413] alloc irq_desc for 2297 on node -1
[ 3.777415] alloc kstat_irqs on node -1
[ 3.777423] alloc irq_desc for 2296 on node -1
[ 3.777424] alloc kstat_irqs on node -1
[ 3.777427] alloc irq_desc for 2295 on node -1
[ 3.777428] alloc kstat_irqs on node -1
[ 3.777431] alloc irq_desc for 2294 on node -1
[ 3.777432] alloc kstat_irqs on node -1
[ 3.777441] Initializing CPU#1
[ 3.777470] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 3.777472] CPU: L2 cache: 256K
[ 3.777472] CPU: L3 cache: 8192K
[ 3.777475] CPU 1/0x2 -> Node 0
[ 3.777477] CPU: Unsupported number of siblings 16
[ 3.777543] installing Xen timer for CPU 2
[ 3.777545] alloc irq_desc for 2293 on node -1
[ 3.777547] alloc kstat_irqs on node -1
[ 3.777560] alloc irq_desc for 2292 on node -1
[ 3.777561] alloc kstat_irqs on node -1
[ 3.777565] alloc irq_desc for 2291 on node -1
[ 3.777566] alloc kstat_irqs on node -1
[ 3.777569] alloc irq_desc for 2290 on node -1
[ 3.777570] alloc kstat_irqs on node -1
[ 3.777573] alloc irq_desc for 2289 on node -1
[ 3.777574] alloc kstat_irqs on node -1
[ 3.777581] Initializing CPU#2
[ 3.777608] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 3.777610] CPU: L2 cache: 256K
[ 3.777611] CPU: L3 cache: 8192K
[ 3.777614] CPU 2/0x4 -> Node 0
[ 3.777615] CPU: Unsupported number of siblings 16
[ 3.777675] installing Xen timer for CPU 3
[ 3.777677] alloc irq_desc for 2288 on node -1
[ 3.777679] alloc kstat_irqs on node -1
[ 3.777691] alloc irq_desc for 2287 on node -1
[ 3.777692] alloc kstat_irqs on node -1
[ 3.777696] alloc irq_desc for 2286 on node -1
[ 3.777697] alloc kstat_irqs on node -1
[ 3.777700] alloc irq_desc for 2285 on node -1
[ 3.777701] alloc kstat_irqs on node -1
[ 3.777704] alloc irq_desc for 2284 on node -1
[ 3.777705] alloc kstat_irqs on node -1
[ 3.777713] Initializing CPU#3
[ 3.777740] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 3.777741] CPU: L2 cache: 256K
[ 3.777742] CPU: L3 cache: 8192K
[ 3.777745] CPU 3/0x6 -> Node 0
[ 3.777747] CPU: Unsupported number of siblings 16
[ 3.777806] installing Xen timer for CPU 4
[ 3.777809] alloc irq_desc for 2283 on node -1
[ 3.777810] alloc kstat_irqs on node -1
[ 3.777822] alloc irq_desc for 2282 on node -1
[ 3.777823] alloc kstat_irqs on node -1
[ 3.777827] alloc irq_desc for 2281 on node -1
[ 3.777828] alloc kstat_irqs on node -1
[ 3.777831] alloc irq_desc for 2280 on node -1
[ 3.777832] alloc kstat_irqs on node -1
[ 3.777835] alloc irq_desc for 2279 on node -1
[ 3.777836] alloc kstat_irqs on node -1
[ 3.777844] Initializing CPU#4
[ 3.777875] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 3.777877] CPU: L2 cache: 256K
[ 3.777878] CPU: L3 cache: 8192K
[ 3.777882] CPU 4/0x1 -> Node 0
[ 3.777884] CPU: Unsupported number of siblings 16
[ 3.777955] installing Xen timer for CPU 5
[ 3.777957] alloc irq_desc for 2278 on node -1
[ 3.777959] alloc kstat_irqs on node -1
[ 3.777972] alloc irq_desc for 2277 on node -1
[ 3.777973] alloc kstat_irqs on node -1
[ 3.777976] alloc irq_desc for 2276 on node -1
[ 3.777978] alloc kstat_irqs on node -1
[ 3.777981] alloc irq_desc for 2275 on node -1
[ 3.777982] alloc kstat_irqs on node -1
[ 3.777986] alloc irq_desc for 2274 on node -1
[ 3.777987] alloc kstat_irqs on node -1
[ 3.777994] Initializing CPU#5
[ 3.778017] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 3.778019] CPU: L2 cache: 256K
[ 3.778019] CPU: L3 cache: 8192K
[ 3.778022] CPU 5/0x3 -> Node 0
[ 3.778024] CPU: Unsupported number of siblings 16
[ 3.778081] installing Xen timer for CPU 6
[ 3.778083] alloc irq_desc for 2273 on node -1
[ 3.778084] alloc kstat_irqs on node -1
[ 3.778097] alloc irq_desc for 2272 on node -1
[ 3.778098] alloc kstat_irqs on node -1
[ 3.778101] alloc irq_desc for 2271 on node -1
[ 3.778103] alloc kstat_irqs on node -1
[ 3.778107] alloc irq_desc for 2270 on node -1
[ 3.778108] alloc kstat_irqs on node -1
[ 3.778111] alloc irq_desc for 2269 on node -1
[ 3.778112] alloc kstat_irqs on node -1
[ 3.778119] Initializing CPU#6
[ 3.778142] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 3.778144] CPU: L2 cache: 256K
[ 3.778144] CPU: L3 cache: 8192K
[ 3.778147] CPU 6/0x5 -> Node 0
[ 3.778149] CPU: Unsupported number of siblings 16
[ 3.778207] installing Xen timer for CPU 7
[ 3.778209] alloc irq_desc for 2268 on node -1
[ 3.778211] alloc kstat_irqs on node -1
[ 3.778223] alloc irq_desc for 2267 on node -1
[ 3.778224] alloc kstat_irqs on node -1
[ 3.778228] alloc irq_desc for 2266 on node -1
[ 3.778229] alloc kstat_irqs on node -1
[ 3.778232] alloc irq_desc for 2265 on node -1
[ 3.778233] alloc kstat_irqs on node -1
[ 3.778236] alloc irq_desc for 2264 on node -1
[ 3.778237] alloc kstat_irqs on node -1
[ 3.778243] Initializing CPU#7
[ 3.778267] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 3.778268] CPU: L2 cache: 256K
[ 3.778269] CPU: L3 cache: 8192K
[ 3.778272] CPU 7/0x7 -> Node 0
[ 3.778273] CPU: Unsupported number of siblings 16
[ 3.778300] Brought up 8 CPUs
[ 3.778324] CPU0 attaching sched-domain:
[ 3.778326] domain 0: span 0-7 level CPU
[ 3.778328] groups: group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7
[ 3.778338] CPU1 attaching sched-domain:
[ 3.778339] domain 0: span 0-7 level CPU
[ 3.778341] groups: group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0
[ 3.778350] CPU2 attaching sched-domain:
[ 3.778352] domain 0: span 0-7 level CPU
[ 3.778353] groups: group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1
[ 3.778362] CPU3 attaching sched-domain:
[ 3.778364] domain 0: span 0-7 level CPU
[ 3.778365] groups: group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2
[ 3.778375] CPU4 attaching sched-domain:
[ 3.778376] domain 0: span 0-7 level CPU
[ 3.778377] groups: group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3
[ 3.778386] CPU5 attaching sched-domain:
[ 3.778388] domain 0: span 0-7 level CPU
[ 3.778389] groups: group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4
[ 3.778399] CPU6 attaching sched-domain:
[ 3.778400] domain 0: span 0-7 level CPU
[ 3.778401] groups: group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5
[ 3.778411] CPU7 attaching sched-domain:
[ 3.778412] domain 0: span 0-7 level CPU
[ 3.778413] groups: group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6
[ 3.778669] devtmpfs: initialized
[ 3.780948] Grant table initialized
[ 3.780950] regulator: core version 0.5
[ 3.780983] NET: Registered protocol family 16
[ 3.781018] alloc irq_desc for 2263 on node -1
[ 3.781019] alloc kstat_irqs on node -1
[ 3.781096] ACPI: bus type pci registered
[ 3.781106] sync cpu 0 get result 1 max_id 7
[ 3.781113] sync cpu 1 get result 1 max_id 7
[ 3.781119] sync cpu 2 get result 1 max_id 7
[ 3.781124] sync cpu 3 get result 1 max_id 7
[ 3.781129] sync cpu 4 get result 1 max_id 7
[ 3.781134] sync cpu 5 get result 1 max_id 7
[ 3.781140] sync cpu 6 get result 1 max_id 7
[ 3.781146] sync cpu 7 get result 1 max_id 7
[ 3.781148] alloc irq_desc for 2262 on node -1
[ 3.781149] alloc kstat_irqs on node -1
[ 3.781208] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 3.781210] PCI: Not using MMCONFIG.
[ 3.781211] PCI: Using configuration type 1 for base access
[ 3.781861] bio: create slab <bio-0> at 0
[ 3.782940] ERROR: Unable to locate IOAPIC for GSI 9
[ 3.783003] ACPI: EC: Look up EC in DSDT
[ 3.785627] ACPI: Executed 1 blocks of module-level executable AML code
[ 3.792587] ACPI: Interpreter enabled
[ 3.792589] ACPI: (supports S0 S1 S3 S4 S5)
[ 3.792612] ACPI: Using IOAPIC for interrupt routing
[ 3.792650] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 3.792780] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[ 3.822331] PCI: Using MMCONFIG at e0000000 - efffffff
[ 3.822604] ACPI: BIOS _OSI(Linux) query ignored
[ 3.828947] ACPI: No dock devices found.
[ 3.829338] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 3.829492] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 3.829496] pci 0000:00:01.0: PME# disabled
[ 3.829559] pci 0000:00:02.0: reg 10 64bit mmio: [0xfb400000-0xfb7fffff]
[ 3.829568] pci 0000:00:02.0: reg 18 64bit mmio pref: [0xb0000000-0xbfffffff]
[ 3.829574] pci 0000:00:02.0: reg 20 io port: [0xf000-0xf03f]
[ 3.829723] pci 0000:00:16.0: reg 10 64bit mmio: [0xfbf08000-0xfbf0800f]
[ 3.829809] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 3.829814] pci 0000:00:16.0: PME# disabled
[ 3.829922] pci 0000:00:1a.0: reg 10 32bit mmio: [0xfbf07000-0xfbf073ff]
[ 3.830028] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 3.830033] pci 0000:00:1a.0: PME# disabled
[ 3.830111] pci 0000:00:1b.0: reg 10 64bit mmio: [0xfbf00000-0xfbf03fff]
[ 3.830196] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 3.830202] pci 0000:00:1b.0: PME# disabled
[ 3.830332] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 3.830337] pci 0000:00:1c.0: PME# disabled
[ 3.830487] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 3.830493] pci 0000:00:1c.4: PME# disabled
[ 3.830634] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 3.830640] pci 0000:00:1c.5: PME# disabled
[ 3.830781] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 3.830786] pci 0000:00:1c.6: PME# disabled
[ 3.830927] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 3.830933] pci 0000:00:1c.7: PME# disabled
[ 3.831032] pci 0000:00:1d.0: reg 10 32bit mmio: [0xfbf06000-0xfbf063ff]
[ 3.831137] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 3.831143] pci 0000:00:1d.0: PME# disabled
[ 3.831403] pci 0000:00:1f.2: reg 10 io port: [0xf0b0-0xf0b7]
[ 3.831413] pci 0000:00:1f.2: reg 14 io port: [0xf0a0-0xf0a3]
[ 3.831423] pci 0000:00:1f.2: reg 18 io port: [0xf090-0xf097]
[ 3.831432] pci 0000:00:1f.2: reg 1c io port: [0xf080-0xf083]
[ 3.831442] pci 0000:00:1f.2: reg 20 io port: [0xf060-0xf07f]
[ 3.831452] pci 0000:00:1f.2: reg 24 32bit mmio: [0xfbf05000-0xfbf057ff]
[ 3.831519] pci 0000:00:1f.2: PME# supported from D3hot
[ 3.831524] pci 0000:00:1f.2: PME# disabled
[ 3.831580] pci 0000:00:1f.3: reg 10 64bit mmio: [0xfbf04000-0xfbf040ff]
[ 3.831607] pci 0000:00:1f.3: reg 20 io port: [0xf040-0xf05f]
[ 3.831689] pci 0000:01:00.0: reg 10 64bit mmio pref: [0xc0000000-0xcfffffff]
[ 3.831702] pci 0000:01:00.0: reg 18 64bit mmio: [0xfbe20000-0xfbe3ffff]
[ 3.831709] pci 0000:01:00.0: reg 20 io port: [0xe000-0xe0ff]
[ 3.831722] pci 0000:01:00.0: reg 30 32bit mmio pref: [0xfbe00000-0xfbe1ffff]
[ 3.831753] pci 0000:01:00.0: supports D1 D2
[ 3.831806] pci 0000:01:00.1: reg 10 64bit mmio: [0xfbe40000-0xfbe43fff]
[ 3.831866] pci 0000:01:00.1: supports D1 D2
[ 3.838536] pci 0000:00:01.0: bridge io port: [0xe000-0xefff]
[ 3.838540] pci 0000:00:01.0: bridge 32bit mmio: [0xfbe00000-0xfbefffff]
[ 3.838546] pci 0000:00:01.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
[ 3.838719] pci 0000:03:00.0: reg 10 io port: [0xd040-0xd047]
[ 3.838731] pci 0000:03:00.0: reg 14 io port: [0xd030-0xd033]
[ 3.838744] pci 0000:03:00.0: reg 18 io port: [0xd020-0xd027]
[ 3.838756] pci 0000:03:00.0: reg 1c io port: [0xd010-0xd013]
[ 3.838768] pci 0000:03:00.0: reg 20 io port: [0xd000-0xd00f]
[ 3.838780] pci 0000:03:00.0: reg 24 32bit mmio: [0xfbd10000-0xfbd107ff]
[ 3.838793] pci 0000:03:00.0: reg 30 32bit mmio pref: [0xfbd00000-0xfbd0ffff]
[ 3.838852] pci 0000:03:00.0: PME# supported from D3hot
[ 3.838859] pci 0000:03:00.0: PME# disabled
[ 3.839118] pci 0000:00:1c.4: bridge io port: [0xd000-0xdfff]
[ 3.839124] pci 0000:00:1c.4: bridge 32bit mmio: [0xfbd00000-0xfbdfffff]
[ 3.839228] pci 0000:04:00.0: reg 10 64bit mmio: [0xfbc00000-0xfbc07fff]
[ 3.839348] pci 0000:04:00.0: supports D1 D2
[ 3.839349] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.839357] pci 0000:04:00.0: PME# disabled
[ 3.839639] pci 0000:00:1c.5: bridge 32bit mmio: [0xfbc00000-0xfbcfffff]
[ 3.839743] pci 0000:05:00.0: reg 10 64bit mmio: [0xfbb00000-0xfbb07fff]
[ 3.839864] pci 0000:05:00.0: supports D1 D2
[ 3.839865] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.839872] pci 0000:05:00.0: PME# disabled
[ 3.840153] pci 0000:00:1c.6: bridge 32bit mmio: [0xfbb00000-0xfbbfffff]
[ 3.840242] pci 0000:06:00.0: reg 10 32bit mmio: [0xfba00000-0xfba1ffff]
[ 3.840346] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 3.840353] pci 0000:06:00.0: PME# disabled
[ 3.840618] pci 0000:00:1c.7: bridge io port: [0xb000-0xcfff]
[ 3.840624] pci 0000:00:1c.7: bridge 32bit mmio: [0xfb800000-0xfbafffff]
[ 3.840634] pci 0000:00:1c.7: bridge 64bit mmio pref: [0xd0000000-0xd00fffff]
[ 3.840822] pci 0000:07:01.0: PME# supported from D0 D3hot D3cold
[ 3.840829] pci 0000:07:01.0: PME# disabled
[ 3.841069] pci 0000:07:04.0: PME# supported from D0 D3hot D3cold
[ 3.841076] pci 0000:07:04.0: PME# disabled
[ 3.841335] pci 0000:07:05.0: PME# supported from D0 D3hot D3cold
[ 3.841342] pci 0000:07:05.0: PME# disabled
[ 3.841621] pci 0000:07:06.0: PME# supported from D0 D3hot D3cold
[ 3.841627] pci 0000:07:06.0: PME# disabled
[ 3.841931] pci 0000:07:07.0: PME# supported from D0 D3hot D3cold
[ 3.841937] pci 0000:07:07.0: PME# disabled
[ 3.842264] pci 0000:07:08.0: PME# supported from D0 D3hot D3cold
[ 3.842271] pci 0000:07:08.0: PME# disabled
[ 3.842613] pci 0000:07:09.0: PME# supported from D0 D3hot D3cold
[ 3.842620] pci 0000:07:09.0: PME# disabled
[ 3.842877] pci 0000:06:00.0: bridge io port: [0xb000-0xcfff]
[ 3.842884] pci 0000:06:00.0: bridge 32bit mmio: [0xfb800000-0xfb9fffff]
[ 3.842896] pci 0000:06:00.0: bridge 64bit mmio pref: [0xd0000000-0xd00fffff]
[ 3.843008] pci 0000:08:00.0: reg 10 io port: [0xc000-0xc0ff]
[ 3.843051] pci 0000:08:00.0: reg 18 64bit mmio: [0xfb900000-0xfb900fff]
[ 3.843095] pci 0000:08:00.0: reg 30 32bit mmio pref: [0xfffe0000-0xffffffff]
[ 3.843190] pci 0000:08:00.0: supports D1 D2
[ 3.843191] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[ 3.843199] pci 0000:08:00.0: PME# disabled
[ 3.843270] pci 0000:08:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 3.843464] pci 0000:07:01.0: bridge io port: [0xc000-0xcfff]
[ 3.843471] pci 0000:07:01.0: bridge 32bit mmio: [0xfb900000-0xfb9fffff]
[ 3.843720] pci 0000:09:00.0: supports D1 D2
[ 3.843722] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.843730] pci 0000:09:00.0: PME# disabled
[ 3.844070] pci 0000:07:04.0: bridge io port: [0xb000-0xbfff]
[ 3.844149] pci 0000:0a:01.0: reg 10 io port: [0xb050-0xb057]
[ 3.844166] pci 0000:0a:01.0: reg 14 io port: [0xb040-0xb047]
[ 3.844182] pci 0000:0a:01.0: reg 18 io port: [0xb030-0xb037]
[ 3.844199] pci 0000:0a:01.0: reg 1c io port: [0xb020-0xb027]
[ 3.844215] pci 0000:0a:01.0: reg 20 io port: [0xb010-0xb017]
[ 3.844232] pci 0000:0a:01.0: reg 24 io port: [0xb000-0xb00f]
[ 3.844403] pci 0000:09:00.0: bridge io port: [0xb000-0xbfff]
[ 3.844705] pci 0000:0c:00.0: reg 10 64bit mmio pref: [0xd0010000-0xd001ffff]
[ 3.844734] pci 0000:0c:00.0: reg 18 64bit mmio pref: [0xd0000000-0xd000ffff]
[ 3.844777] pci 0000:0c:00.0: reg 30 32bit mmio pref: [0xfb800000-0xfb8007ff]
[ 3.844866] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[ 3.844875] pci 0000:0c:00.0: PME# disabled
[ 3.845310] pci 0000:07:06.0: bridge 32bit mmio: [0xfb800000-0xfb8fffff]
[ 3.845322] pci 0000:07:06.0: bridge 64bit mmio pref: [0xd0000000-0xd00fffff]
[ 3.845852] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 3.846016] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 3.846072] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[ 3.846118] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
[ 3.846164] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6._PRT]
[ 3.846209] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
[ 3.846258] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21._PRT]
[ 3.846421] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21.BR31._PRT]
[ 3.846472] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21.BR34._PRT]
[ 3.846526] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21.BR34.BR22._PRT]
[ 3.846595] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21.BR35._PRT]
[ 3.846646] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21.BR36._PRT]
[ 3.846697] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21.BR37._PRT]
[ 3.846748] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21.BR38._PRT]
[ 3.846800] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7.BR21.BR39._PRT]
[ 3.846846] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 3.853471] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 3.853557] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 3.853640] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[ 3.853722] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 3.853804] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[ 3.853887] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[ 3.853970] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 3.854056] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 3.854111] xen_balloon: Initialising balloon driver with page order 0.
[ 3.854146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 3.854155] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 3.854162] vgaarb: loaded
[ 3.854215] PCI: Using ACPI for IRQ routing
[ 3.854489] Switching to clocksource xen
[ 3.855558] pnp: PnP ACPI init
[ 3.855567] ACPI: bus type pnp registered
[ 3.856621] xen: registering gsi 8 triggering 1 polarity 0
[ 3.856623] xen_allocate_pirq: returning irq 8 for gsi 8
[ 3.856624] xen: --> irq=8
[ 3.856748] xen: registering gsi 13 triggering 1 polarity 0
[ 3.856749] xen_allocate_pirq: returning irq 13 for gsi 13
[ 3.856751] xen: --> irq=13
[ 3.856811] xen: registering gsi 1 triggering 1 polarity 0
[ 3.856812] xen_allocate_pirq: returning irq 1 for gsi 1
[ 3.856814] xen: --> irq=1
[ 3.857919] pnp: PnP ACPI: found 12 devices
[ 3.857920] ACPI: ACPI bus type pnp unregistered
[ 3.857927] system 00:01: iomem range 0xfed10000-0xfed19fff has been reserved
[ 3.857929] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[ 3.857931] system 00:01: iomem range 0xfed90000-0xfed93fff has been reserved
[ 3.857933] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 3.857935] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[ 3.857939] system 00:02: ioport range 0x290-0x29f has been reserved
[ 3.857943] system 00:06: ioport range 0x4d0-0x4d1 has been reserved
[ 3.857947] system 00:09: ioport range 0x400-0x453 has been reserved
[ 3.857949] system 00:09: ioport range 0x458-0x47f has been reserved
[ 3.857951] system 00:09: ioport range 0x1180-0x119f has been reserved
[ 3.857953] system 00:09: ioport range 0x500-0x57f has been reserved
[ 3.857955] system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 3.857957] system 00:09: iomem range 0xfec00000-0xfecfffff could not be reserved
[ 3.857959] system 00:09: iomem range 0xfed08000-0xfed08fff has been reserved
[ 3.857964] system 00:09: iomem range 0xff000000-0xffffffff has been reserved
[ 3.857967] system 00:0a: ioport range 0x454-0x457 has been reserved
[ 3.861363] PM-Timer failed consistency check (0x0xffffff) - aborting.
[ 3.861377] pci 0000:08:00.0: BAR 6: no parent found for of device [0xfffe0000-0xffffffff]
[ 3.861636] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 3.861639] pci 0000:00:01.0: IO window: 0xe000-0xefff
[ 3.861643] pci 0000:00:01.0: MEM window: 0xfbe00000-0xfbefffff
[ 3.861647] pci 0000:00:01.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
[ 3.861653] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 3.861654] pci 0000:00:1c.0: IO window: disabled
[ 3.861662] pci 0000:00:1c.0: MEM window: disabled
[ 3.861668] pci 0000:00:1c.0: PREFETCH window: disabled
[ 3.861678] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[ 3.861682] pci 0000:00:1c.4: IO window: 0xd000-0xdfff
[ 3.861690] pci 0000:00:1c.4: MEM window: 0xfbd00000-0xfbdfffff
[ 3.861695] pci 0000:00:1c.4: PREFETCH window: disabled
[ 3.861705] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:04
[ 3.861707] pci 0000:00:1c.5: IO window: disabled
[ 3.861715] pci 0000:00:1c.5: MEM window: 0xfbc00000-0xfbcfffff
[ 3.861720] pci 0000:00:1c.5: PREFETCH window: disabled
[ 3.861730] pci 0000:00:1c.6: PCI bridge, secondary bus 0000:05
[ 3.861731] pci 0000:00:1c.6: IO window: disabled
[ 3.861739] pci 0000:00:1c.6: MEM window: 0xfbb00000-0xfbbfffff
[ 3.861745] pci 0000:00:1c.6: PREFETCH window: disabled
[ 3.861757] pci 0000:07:01.0: BAR 15: can't allocate mem resource [0xd0100000-0xd00fffff]
[ 3.861759] pci 0000:07:01.0: PCI bridge, secondary bus 0000:08
[ 3.861763] pci 0000:07:01.0: IO window: 0xc000-0xcfff
[ 3.861773] pci 0000:07:01.0: MEM window: 0xfb900000-0xfb9fffff
[ 3.861780] pci 0000:07:01.0: PREFETCH window: disabled
[ 3.861792] pci 0000:09:00.0: PCI bridge, secondary bus 0000:0a
[ 3.861797] pci 0000:09:00.0: IO window: 0xb000-0xbfff
[ 3.861809] pci 0000:09:00.0: MEM window: disabled
[ 3.861817] pci 0000:09:00.0: PREFETCH window: disabled
[ 3.861833] pci 0000:07:04.0: PCI bridge, secondary bus 0000:09
[ 3.861837] pci 0000:07:04.0: IO window: 0xb000-0xbfff
[ 3.861847] pci 0000:07:04.0: MEM window: disabled
[ 3.861853] pci 0000:07:04.0: PREFETCH window: disabled
[ 3.861866] pci 0000:07:05.0: PCI bridge, secondary bus 0000:0b
[ 3.861867] pci 0000:07:05.0: IO window: disabled
[ 3.861876] pci 0000:07:05.0: MEM window: disabled
[ 3.861883] pci 0000:07:05.0: PREFETCH window: disabled
[ 3.861896] pci 0000:07:06.0: PCI bridge, secondary bus 0000:0c
[ 3.861897] pci 0000:07:06.0: IO window: disabled
[ 3.861908] pci 0000:07:06.0: MEM window: 0xfb800000-0xfb8fffff
[ 3.861915] pci 0000:07:06.0: PREFETCH window: 0x000000d0000000-0x000000d00fffff
[ 3.861927] pci 0000:07:07.0: PCI bridge, secondary bus 0000:0d
[ 3.861928] pci 0000:07:07.0: IO window: disabled
[ 3.861938] pci 0000:07:07.0: MEM window: disabled
[ 3.861945] pci 0000:07:07.0: PREFETCH window: disabled
[ 3.861957] pci 0000:07:08.0: PCI bridge, secondary bus 0000:0e
[ 3.861958] pci 0000:07:08.0: IO window: disabled
[ 3.861968] pci 0000:07:08.0: MEM window: disabled
[ 3.861974] pci 0000:07:08.0: PREFETCH window: disabled
[ 3.861986] pci 0000:07:09.0: PCI bridge, secondary bus 0000:0f
[ 3.861988] pci 0000:07:09.0: IO window: disabled
[ 3.861997] pci 0000:07:09.0: MEM window: disabled
[ 3.862004] pci 0000:07:09.0: PREFETCH window: disabled
[ 3.862016] pci 0000:06:00.0: PCI bridge, secondary bus 0000:07
[ 3.862020] pci 0000:06:00.0: IO window: 0xb000-0xcfff
[ 3.862030] pci 0000:06:00.0: MEM window: 0xfb800000-0xfb9fffff
[ 3.862037] pci 0000:06:00.0: PREFETCH window: 0x000000d0000000-0x000000d00fffff
[ 3.862049] pci 0000:00:1c.7: PCI bridge, secondary bus 0000:06
[ 3.862053] pci 0000:00:1c.7: IO window: 0xb000-0xcfff
[ 3.862061] pci 0000:00:1c.7: MEM window: 0xfb800000-0xfbafffff
[ 3.862066] pci 0000:00:1c.7: PREFETCH window: 0x000000d0000000-0x000000d00fffff
[ 3.862083] xen: registering gsi 16 triggering 0 polarity 1
[ 3.862090] alloc irq_desc for 16 on node -1
[ 3.862091] alloc kstat_irqs on node -1
[ 3.862094] xen: --> irq=16
[ 3.862110] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.862114] pci 0000:00:01.0: setting latency timer to 64
[ 3.862126] xen: registering gsi 17 triggering 0 polarity 1
[ 3.862130] alloc irq_desc for 17 on node -1
[ 3.862131] alloc kstat_irqs on node -1
[ 3.862133] xen: --> irq=17
[ 3.862148] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 3.862154] pci 0000:00:1c.0: setting latency timer to 64
[ 3.862168] xen: registering gsi 17 triggering 0 polarity 1
[ 3.862169] xen_allocate_pirq: returning irq 17 for gsi 17
[ 3.862170] xen: --> irq=17
[ 3.862172] Already setup the GSI :17
[ 3.862173] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 3.862179] pci 0000:00:1c.4: setting latency timer to 64
[ 3.862192] xen: registering gsi 16 triggering 0 polarity 1
[ 3.862193] xen_allocate_pirq: returning irq 16 for gsi 16
[ 3.862194] xen: --> irq=16
[ 3.862195] Already setup the GSI :16
[ 3.862197] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 3.862203] pci 0000:00:1c.5: setting latency timer to 64
[ 3.862215] xen: registering gsi 18 triggering 0 polarity 1
[ 3.862219] alloc irq_desc for 18 on node -1
[ 3.862220] alloc kstat_irqs on node -1
[ 3.862222] xen: --> irq=18
[ 3.862236] pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 3.862242] pci 0000:00:1c.6: setting latency timer to 64
[ 3.862255] xen: registering gsi 19 triggering 0 polarity 1
[ 3.862258] alloc irq_desc for 19 on node -1
[ 3.862259] alloc kstat_irqs on node -1
[ 3.862261] xen: --> irq=19
[ 3.862276] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 3.862281] pci 0000:00:1c.7: setting latency timer to 64
[ 3.862298] xen: registering gsi 19 triggering 0 polarity 1
[ 3.862299] xen_allocate_pirq: returning irq 19 for gsi 19
[ 3.862300] xen: --> irq=19
[ 3.862301] Already setup the GSI :19
[ 3.862303] pci 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 3.862310] pci 0000:06:00.0: setting latency timer to 64
[ 3.862326] xen: registering gsi 16 triggering 0 polarity 1
[ 3.862327] xen_allocate_pirq: returning irq 16 for gsi 16
[ 3.862328] xen: --> irq=16
[ 3.862329] Already setup the GSI :16
[ 3.862331] pci 0000:07:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.862338] pci 0000:07:01.0: setting latency timer to 64
[ 3.862354] xen: registering gsi 19 triggering 0 polarity 1
[ 3.862355] xen_allocate_pirq: returning irq 19 for gsi 19
[ 3.862356] xen: --> irq=19
[ 3.862357] Already setup the GSI :19
[ 3.862359] pci 0000:07:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 3.862366] pci 0000:07:04.0: setting latency timer to 64
[ 3.862385] xen: registering gsi 19 triggering 0 polarity 1
[ 3.862386] xen_allocate_pirq: returning irq 19 for gsi 19
[ 3.862387] xen: --> irq=19
[ 3.862389] Already setup the GSI :19
[ 3.862390] pci 0000:09:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 3.862399] pci 0000:09:00.0: setting latency timer to 64
[ 3.862415] xen: registering gsi 16 triggering 0 polarity 1
[ 3.862417] xen_allocate_pirq: returning irq 16 for gsi 16
[ 3.862418] xen: --> irq=16
[ 3.862419] Already setup the GSI :16
[ 3.862420] pci 0000:07:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.862427] pci 0000:07:05.0: setting latency timer to 64
[ 3.862443] xen: registering gsi 17 triggering 0 polarity 1
[ 3.862444] xen_allocate_pirq: returning irq 17 for gsi 17
[ 3.862445] xen: --> irq=17
[ 3.862446] Already setup the GSI :17
[ 3.862448] pci 0000:07:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 3.862455] pci 0000:07:06.0: setting latency timer to 64
[ 3.862471] xen: registering gsi 18 triggering 0 polarity 1
[ 3.862472] xen_allocate_pirq: returning irq 18 for gsi 18
[ 3.862473] xen: --> irq=18
[ 3.862474] Already setup the GSI :18
[ 3.862476] pci 0000:07:07.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 3.862482] pci 0000:07:07.0: setting latency timer to 64
[ 3.862498] xen: registering gsi 19 triggering 0 polarity 1
[ 3.862499] xen_allocate_pirq: returning irq 19 for gsi 19
[ 3.862501] xen: --> irq=19
[ 3.862502] Already setup the GSI :19
[ 3.862503] pci 0000:07:08.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 3.862510] pci 0000:07:08.0: setting latency timer to 64
[ 3.862526] xen: registering gsi 16 triggering 0 polarity 1
[ 3.862527] xen_allocate_pirq: returning irq 16 for gsi 16
[ 3.862528] xen: --> irq=16
[ 3.862530] Already setup the GSI :16
[ 3.862531] pci 0000:07:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.862538] pci 0000:07:09.0: setting latency timer to 64
[ 3.862543] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 3.862544] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 3.862546] pci_bus 0000:01: resource 0 io: [0xe000-0xefff]
[ 3.862547] pci_bus 0000:01: resource 1 mem: [0xfbe00000-0xfbefffff]
[ 3.862549] pci_bus 0000:01: resource 2 pref mem [0xc0000000-0xcfffffff]
[ 3.862551] pci_bus 0000:03: resource 0 io: [0xd000-0xdfff]
[ 3.862552] pci_bus 0000:03: resource 1 mem: [0xfbd00000-0xfbdfffff]
[ 3.862554] pci_bus 0000:04: resource 1 mem: [0xfbc00000-0xfbcfffff]
[ 3.862555] pci_bus 0000:05: resource 1 mem: [0xfbb00000-0xfbbfffff]
[ 3.862557] pci_bus 0000:06: resource 0 io: [0xb000-0xcfff]
[ 3.862558] pci_bus 0000:06: resource 1 mem: [0xfb800000-0xfbafffff]
[ 3.862560] pci_bus 0000:06: resource 2 pref mem [0xd0000000-0xd00fffff]
[ 3.862562] pci_bus 0000:07: resource 0 io: [0xb000-0xcfff]
[ 3.862563] pci_bus 0000:07: resource 1 mem: [0xfb800000-0xfb9fffff]
[ 3.862565] pci_bus 0000:07: resource 2 pref mem [0xd0000000-0xd00fffff]
[ 3.862566] pci_bus 0000:08: resource 0 io: [0xc000-0xcfff]
[ 3.862568] pci_bus 0000:08: resource 1 mem: [0xfb900000-0xfb9fffff]
[ 3.862569] pci_bus 0000:09: resource 0 io: [0xb000-0xbfff]
[ 3.862571] pci_bus 0000:0a: resource 0 io: [0xb000-0xbfff]
[ 3.862572] pci_bus 0000:0c: resource 1 mem: [0xfb800000-0xfb8fffff]
[ 3.862574] pci_bus 0000:0c: resource 2 pref mem [0xd0000000-0xd00fffff]
[ 3.862590] NET: Registered protocol family 2
[ 3.863099] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 3.864315] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 3.865352] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 3.865468] TCP: Hash tables configured (established 524288 bind 65536)
[ 3.865469] TCP reno registered
[ 3.865537] NET: Registered protocol family 1
[ 3.865553] pci 0000:00:02.0: Boot video device
[ 4.089604] Unpacking initramfs...
[ 4.104082] Freeing initrd memory: 29644k freed
[ 4.107001] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 4.107004] DMA: Placing 64MB software IO TLB between ffff8800124d0000 - ffff8800164d0000
[ 4.107006] DMA: software IO TLB at phys 0x124d0000 - 0x164d0000
[ 4.107515] audit: initializing netlink socket (disabled)
[ 4.107523] type=2000 audit(1329070592.072:1): initialized
[ 4.110277] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 4.111281] VFS: Disk quotas dquot_6.5.2
[ 4.111314] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 4.111370] msgmni has been set to 26238
[ 4.111653] alg: No test for stdrng (krng)
[ 4.111692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 4.111694] io scheduler noop registered
[ 4.111695] io scheduler anticipatory registered
[ 4.111697] io scheduler deadline registered
[ 4.111730] io scheduler cfq registered (default)
[ 4.111872] alloc irq_desc for 2261 on node -1
[ 4.111874] alloc kstat_irqs on node -1
[ 4.111901] pcieport 0000:00:01.0: setting latency timer to 64
[ 4.112060] alloc irq_desc for 2260 on node -1
[ 4.112061] alloc kstat_irqs on node -1
[ 4.112114] pcieport 0000:00:1c.0: setting latency timer to 64
[ 4.112301] alloc irq_desc for 2259 on node -1
[ 4.112302] alloc kstat_irqs on node -1
[ 4.112350] pcieport 0000:00:1c.4: setting latency timer to 64
[ 4.112547] alloc irq_desc for 2258 on node -1
[ 4.112548] alloc kstat_irqs on node -1
[ 4.112596] pcieport 0000:00:1c.5: setting latency timer to 64
[ 4.112785] alloc irq_desc for 2257 on node -1
[ 4.112787] alloc kstat_irqs on node -1
[ 4.112834] pcieport 0000:00:1c.6: setting latency timer to 64
[ 4.113023] alloc irq_desc for 2256 on node -1
[ 4.113025] alloc kstat_irqs on node -1
[ 4.113072] pcieport 0000:00:1c.7: setting latency timer to 64
[ 4.113332] alloc irq_desc for 2255 on node -1
[ 4.113334] alloc kstat_irqs on node -1
[ 4.113411] pcieport 0000:06:00.0: setting latency timer to 64
[ 4.113712] alloc irq_desc for 2254 on node -1
[ 4.113713] alloc kstat_irqs on node -1
[ 4.113790] pcieport 0000:07:01.0: setting latency timer to 64
[ 4.114092] alloc irq_desc for 2253 on node -1
[ 4.114093] alloc kstat_irqs on node -1
[ 4.114171] pcieport 0000:07:04.0: setting latency timer to 64
[ 4.114470] alloc irq_desc for 2252 on node -1
[ 4.114472] alloc kstat_irqs on node -1
[ 4.114548] pcieport 0000:07:05.0: setting latency timer to 64
[ 4.114847] alloc irq_desc for 2251 on node -1
[ 4.114848] alloc kstat_irqs on node -1
[ 4.114928] pcieport 0000:07:06.0: setting latency timer to 64
[ 4.115231] alloc irq_desc for 2250 on node -1
[ 4.115232] alloc kstat_irqs on node -1
[ 4.115311] pcieport 0000:07:07.0: setting latency timer to 64
[ 4.115611] alloc irq_desc for 2249 on node -1
[ 4.115612] alloc kstat_irqs on node -1
[ 4.115690] pcieport 0000:07:08.0: setting latency timer to 64
[ 4.115990] alloc irq_desc for 2248 on node -1
[ 4.115991] alloc kstat_irqs on node -1
[ 4.116068] pcieport 0000:07:09.0: setting latency timer to 64
[ 4.119875] registering netback
[ 4.119938] alloc irq_desc for 2247 on node -1
[ 4.119940] alloc kstat_irqs on node -1
[ 4.120896] alloc irq_desc for 2246 on node -1
[ 4.120897] alloc kstat_irqs on node -1
[ 4.121129] hpet_acpi_add: no address or irqs in _CRS
[ 4.121139] Linux agpgart interface v0.103
[ 4.121169] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 4.121370] xen: registering gsi 16 triggering 0 polarity 1
[ 4.121372] xen_allocate_pirq: returning irq 16 for gsi 16
[ 4.121373] xen: --> irq=16
[ 4.121376] Already setup the GSI :16
[ 4.121378] serial 0000:0a:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.121580] 0000:0a:01.0: ttyS0 at I/O 0xb050 (irq = 16) is a 16550A
[ 4.121652] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 4.121682] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 4.121684] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 4.122357] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.122427] mice: PS/2 mouse device common for all mice
[ 4.122468] rtc_cmos 00:04: RTC can wake from S4
[ 4.122495] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 4.122551] rtc0: alarms up to one month, y3k, 114 bytes nvram
[ 4.122558] cpuidle: using governor ladder
[ 4.122560] cpuidle: using governor menu
[ 4.122563] No iBFT detected.
[ 4.122720] TCP cubic registered
[ 4.122796] NET: Registered protocol family 10
[ 4.123199] Mobile IPv6
[ 4.123201] NET: Registered protocol family 17
[ 4.123249] PM: Resume from disk failed.
[ 4.123256] registered taskstats version 1
[ 4.124605] rtc_cmos 00:04: setting system clock to 2012-02-12 18:16:31 UTC (1329070591)
[ 4.124653] Initalizing network drop monitor service
[ 4.124700] Freeing unused kernel memory: 604k freed
[ 4.124762] Write protecting the kernel read-only data: 4336k
[ 4.142012] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 4.144337] udev[127]: starting version 164
[ 4.171137] usbcore: registered new interface driver usbfs
[ 4.171169] usbcore: registered new interface driver hub
[ 4.174067] usbcore: registered new device driver usb
[ 4.180960] SCSI subsystem initialized
[ 4.189983] libata version 3.00 loaded.
[ 4.193903] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.193941] xen: registering gsi 16 triggering 0 polarity 1
[ 4.193946] xen_allocate_pirq: returning irq 16 for gsi 16
[ 4.193948] xen: --> irq=16
[ 4.193952] Already setup the GSI :16
[ 4.193956] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.193995] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 4.194000] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 4.194025] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 4.194097] ehci_hcd 0000:00:1a.0: debug port 2
[ 4.195807] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.195835] xen: registering gsi 16 triggering 0 polarity 1
[ 4.195837] xen_allocate_pirq: returning irq 16 for gsi 16
[ 4.195839] xen: --> irq=16
[ 4.195843] Already setup the GSI :16
[ 4.195845] r8169 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.195934] r8169 0000:08:00.0: setting latency timer to 64
[ 4.196075] alloc irq_desc for 2245 on node -1
[ 4.196077] alloc kstat_irqs on node -1
[ 4.197001] r8169 0000:08:00.0: eth0: RTL8168b/8111b at 0xffffc900125fc000, 54:e6:fc:80:6b:b1, XID 18000000 IRQ 2245
[ 4.198006] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
[ 4.198053] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xfbf07000
[ 4.202230] tg3.c:v3.116 (December 3, 2010)
[ 4.202251] xen: registering gsi 17 triggering 0 polarity 1
[ 4.202252] xen_allocate_pirq: returning irq 17 for gsi 17
[ 4.202254] xen: --> irq=17
[ 4.202256] Already setup the GSI :17
[ 4.202258] tg3 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.202268] tg3 0000:0c:00.0: setting latency timer to 64
[ 4.210918] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 4.210938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.210939] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.210941] usb usb1: Product: EHCI Host Controller
[ 4.210942] usb usb1: Manufacturer: Linux 2.6.32-5-xen-amd64 ehci_hcd
[ 4.210944] usb usb1: SerialNumber: 0000:00:1a.0
[ 4.210993] usb usb1: configuration #1 chosen from 1 choice
[ 4.211014] hub 1-0:1.0: USB hub found
[ 4.211027] hub 1-0:1.0: 2 ports detected
[ 4.211072] ahci 0000:00:1f.2: version 3.0
[ 4.211087] xen: registering gsi 19 triggering 0 polarity 1
[ 4.211089] xen_allocate_pirq: returning irq 19 for gsi 19
[ 4.211090] xen: --> irq=19
[ 4.211092] Already setup the GSI :19
[ 4.211094] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 4.211139] alloc irq_desc for 2244 on node -1
[ 4.211142] alloc kstat_irqs on node -1
[ 4.221275] tg3 0000:0c:00.0: eth1: Tigon3 [partno(BCM57781) rev 57785100] (PCI Express) MAC address 00:25:22:dc:0b:7d
[ 4.221277] tg3 0000:0c:00.0: eth1: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[ 4.221279] tg3 0000:0c:00.0: eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 4.221281] tg3 0000:0c:00.0: eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[ 4.227458] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 4.227463] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 4.227479] ahci 0000:00:1f.2: setting latency timer to 64
[ 4.266760] scsi0 : ahci
[ 4.266847] scsi1 : ahci
[ 4.266905] scsi2 : ahci
[ 4.266963] scsi3 : ahci
[ 4.267019] scsi4 : ahci
[ 4.267074] scsi5 : ahci
[ 4.267248] ata1: SATA max UDMA/133 abar m2048 at 0xfbf05000 port 0xfbf05100 irq 2244
[ 4.267251] ata2: SATA max UDMA/133 abar m2048 at 0xfbf05000 port 0xfbf05180 irq 2244
[ 4.267254] ata3: SATA max UDMA/133 abar m2048 at 0xfbf05000 port 0xfbf05200 irq 2244
[ 4.267256] ata4: SATA max UDMA/133 abar m2048 at 0xfbf05000 port 0xfbf05280 irq 2244
[ 4.267259] ata5: SATA max UDMA/133 abar m2048 at 0xfbf05000 port 0xfbf05300 irq 2244
[ 4.267261] ata6: SATA max UDMA/133 abar m2048 at 0xfbf05000 port 0xfbf05380 irq 2244
[ 4.267297] xen: registering gsi 16 triggering 0 polarity 1
[ 4.267299] xen_allocate_pirq: returning irq 16 for gsi 16
[ 4.267300] xen: --> irq=16
[ 4.267302] Already setup the GSI :16
[ 4.267304] xen: registering gsi 23 triggering 0 polarity 1
[ 4.267306] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.267310] alloc irq_desc for 23 on node -1
[ 4.267311] alloc kstat_irqs on node -1
[ 4.267314] xen: --> irq=23
[ 4.267336] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 4.267366] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 4.267374] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 4.267389] alloc irq_desc for 2243 on node -1
[ 4.267390] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 4.267393] alloc kstat_irqs on node -1
[ 4.267517] ehci_hcd 0000:00:1d.0: debug port 2
[ 4.267533] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 4.267535] ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 4.267543] ahci 0000:03:00.0: setting latency timer to 64
[ 4.267707] scsi6 : ahci
[ 4.267764] scsi7 : ahci
[ 4.267803] ata7: SATA max UDMA/133 abar m2048 at 0xfbd10000 port 0xfbd10100 irq 2243
[ 4.267807] ata8: SATA max UDMA/133 abar m2048 at 0xfbd10000 port 0xfbd10180 irq 2243
[ 4.271387] xen: registering gsi 17 triggering 0 polarity 1
[ 4.271389] xen_allocate_pirq: returning irq 17 for gsi 17
[ 4.271390] xen: --> irq=17
[ 4.271392] Already setup the GSI :17
[ 4.271394] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.271397] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
[ 4.271435] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfbf06000
[ 4.271442] xhci_hcd 0000:04:00.0: setting latency timer to 64
[ 4.271446] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 4.271452] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 4.271652] xhci_hcd 0000:04:00.0: irq 17, io mem 0xfbc00000
[ 4.271699] usb usb3: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
[ 4.271705] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[ 4.271707] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.271709] usb usb3: Product: xHCI Host Controller
[ 4.271710] usb usb3: Manufacturer: Linux 2.6.32-5-xen-amd64 xhci_hcd
[ 4.271711] usb usb3: SerialNumber: 0000:04:00.0
[ 4.271752] usb usb3: configuration #1 chosen from 1 choice
[ 4.271754] xHCI xhci_add_endpoint called for root hub
[ 4.271756] xHCI xhci_check_bandwidth called for root hub
[ 4.271773] hub 3-0:1.0: USB hub found
[ 4.271782] hub 3-0:1.0: 4 ports detected
[ 4.271848] xen: registering gsi 18 triggering 0 polarity 1
[ 4.271849] xen_allocate_pirq: returning irq 18 for gsi 18
[ 4.271850] xen: --> irq=18
[ 4.271852] Already setup the GSI :18
[ 4.271854] xhci_hcd 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.271871] xhci_hcd 0000:05:00.0: setting latency timer to 64
[ 4.271876] xhci_hcd 0000:05:00.0: xHCI Host Controller
[ 4.271881] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4
[ 4.272072] xhci_hcd 0000:05:00.0: irq 18, io mem 0xfbb00000
[ 4.272117] usb usb4: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
[ 4.272124] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 4.272125] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.272127] usb usb4: Product: xHCI Host Controller
[ 4.272128] usb usb4: Manufacturer: Linux 2.6.32-5-xen-amd64 xhci_hcd
[ 4.272129] usb usb4: SerialNumber: 0000:05:00.0
[ 4.272163] usb usb4: configuration #1 chosen from 1 choice
[ 4.272165] xHCI xhci_add_endpoint called for root hub
[ 4.272167] xHCI xhci_check_bandwidth called for root hub
[ 4.272182] hub 4-0:1.0: USB hub found
[ 4.272191] hub 4-0:1.0: 4 ports detected
[ 4.282681] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 4.282714] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.282726] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.282728] usb usb2: Product: EHCI Host Controller
[ 4.282729] usb usb2: Manufacturer: Linux 2.6.32-5-xen-amd64 ehci_hcd
[ 4.282730] usb usb2: SerialNumber: 0000:00:1d.0
[ 4.282772] usb usb2: configuration #1 chosen from 1 choice
[ 4.282789] hub 2-0:1.0: USB hub found
[ 4.282801] hub 2-0:1.0: 2 ports detected
[ 4.522679] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 4.586699] ata8: SATA link down (SStatus 0 SControl 330)
[ 4.586704] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 4.586751] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.586763] ata7: SATA link down (SStatus 0 SControl 330)
[ 4.586766] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.586785] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.586791] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.586801] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.589242] ata2.00: ATAPI: SONY DVD RW DRU-190S, 1.63, max UDMA/100
[ 4.592241] ata2.00: configured for UDMA/100
[ 4.592441] ata3.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
[ 4.592443] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 4.592471] ata5.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
[ 4.592474] ata4.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
[ 4.592475] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 4.592477] ata6.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
[ 4.592480] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 4.592482] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 4.598221] ata3.00: configured for UDMA/133
[ 4.598248] ata6.00: configured for UDMA/133
[ 4.598264] ata4.00: configured for UDMA/133
[ 4.598288] ata5.00: configured for UDMA/133
[ 4.615989] scsi 1:0:0:0: CD-ROM SONY DVD RW DRU-190S 1.63 PQ: 0 ANSI: 5
[ 4.616144] scsi 2:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 1AJ1 PQ: 0 ANSI: 5
[ 4.616254] scsi 3:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 1AJ1 PQ: 0 ANSI: 5
[ 4.616380] scsi 4:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 1AJ1 PQ: 0 ANSI: 5
[ 4.616483] scsi 5:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 1AJ1 PQ: 0 ANSI: 5
[ 4.622015] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 4.622101] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 4.622108] sd 2:0:0:0: [sda] Write Protect is off
[ 4.622111] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.622156] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.622185] sd 3:0:0:0: [sdb] Write Protect is off
[ 4.622187] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 4.622265] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 4.622311] sd 4:0:0:0: [sdc] Write Protect is off
[ 4.622313] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 4.622327] sd 5:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 4.622328] sda:
[ 4.622333] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.622372] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.622398] sd 5:0:0:0: [sdd] Write Protect is off
[ 4.622401] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 4.622430] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.622479] sdc:
[ 4.622566] sdb:
[ 4.622622] sdd: sda1 sda2 sda3
[ 4.629516] sr0: scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
[ 4.629520] Uniform CD-ROM driver Revision: 3.20
[ 4.629674] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 4.633496] sdb1 sdb2
[ 4.633760] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 4.640323] sd 2:0:0:0: [sda] Attached SCSI disk
[ 4.644134] sdd1 sdd2
[ 4.644405] sd 5:0:0:0: [sdd] Attached SCSI disk
[ 4.644509] sdc1 sdc2 sdc3
[ 4.655092] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 4.655097] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.655168] usb 1-1: configuration #1 chosen from 1 choice
[ 4.655227] hub 1-1:1.0: USB hub found
[ 4.655342] hub 1-1:1.0: 6 ports detected
[ 4.657983] sd 4:0:0:0: [sdc] Attached SCSI disk
[ 4.661277] sr 1:0:0:0: Attached scsi generic sg0 type 5
[ 4.661358] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 4.661404] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 4.661494] sd 4:0:0:0: Attached scsi generic sg3 type 0
[ 4.661528] sd 5:0:0:0: Attached scsi generic sg4 type 0
[ 4.766834] usb 2-1: new high speed USB device using ehci_hcd and address 2
[ 4.898980] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 4.898984] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.899049] usb 2-1: configuration #1 chosen from 1 choice
[ 4.899340] hub 2-1:1.0: USB hub found
[ 4.899473] hub 2-1:1.0: 8 ports detected
[ 4.906808] md: raid1 personality registered for level 1
[ 4.912404] mdadm: sending ioctl 1261 to a partition!
[ 4.912408] mdadm: sending ioctl 1261 to a partition!
[ 4.912544] mdadm: sending ioctl 1261 to a partition!
[ 4.912548] mdadm: sending ioctl 1261 to a partition!
[ 4.912799] mdadm: sending ioctl 1261 to a partition!
[ 4.912802] mdadm: sending ioctl 1261 to a partition!
[ 4.912941] mdadm: sending ioctl 1261 to a partition!
[ 4.912945] mdadm: sending ioctl 1261 to a partition!
[ 4.913077] mdadm: sending ioctl 1261 to a partition!
[ 4.913080] mdadm: sending ioctl 1261 to a partition!
[ 4.915612] md: md0 stopped.
[ 4.915676] mdadm: sending ioctl 1261 to a partition!
[ 4.915678] mdadm: sending ioctl 1261 to a partition!
[ 4.915902] mdadm: sending ioctl 1261 to a partition!
[ 4.915904] mdadm: sending ioctl 1261 to a partition!
[ 4.916076] mdadm: sending ioctl 1261 to a partition!
[ 4.916078] mdadm: sending ioctl 1261 to a partition!
[ 4.916532] md: bind<sdd1>
[ 4.916635] md: bind<sdb1>
[ 4.917858] raid1: raid set md0 active with 2 out of 2 mirrors
[ 4.918069] md0: bitmap initialized from disk: read 1/1 pages, set 0 bits
[ 4.918072] created bitmap (1 pages) for device md0
[ 4.951787] md0: detected capacity change from 0 to 104857526272
[ 4.952992] md0: unknown partition table
[ 4.955548] mdadm: sending ioctl 1261 to a partition!
[ 4.955550] mdadm: sending ioctl 1261 to a partition!
[ 5.154380] mdadm: sending ioctl 1261 to a partition!
[ 5.154391] mdadm: sending ioctl 1261 to a partition!
[ 5.154620] mdadm: sending ioctl 1261 to a partition!
[ 5.154621] mdadm: sending ioctl 1261 to a partition!
[ 5.154830] mdadm: sending ioctl 1261 to a partition!
[ 5.154831] mdadm: sending ioctl 1261 to a partition!
[ 5.154950] mdadm: sending ioctl 1261 to a partition!
[ 5.154954] mdadm: sending ioctl 1261 to a partition!
[ 5.155075] mdadm: sending ioctl 1261 to a partition!
[ 5.155078] mdadm: sending ioctl 1261 to a partition!
[ 5.155323] mdadm: sending ioctl 1261 to a partition!
[ 5.155326] mdadm: sending ioctl 1261 to a partition!
[ 5.155454] mdadm: sending ioctl 1261 to a partition!
[ 5.155457] mdadm: sending ioctl 1261 to a partition!
[ 5.155579] mdadm: sending ioctl 1261 to a partition!
[ 5.155582] mdadm: sending ioctl 1261 to a partition!
[ 5.158156] md: md1 stopped.
[ 5.158215] mdadm: sending ioctl 1261 to a partition!
[ 5.158216] mdadm: sending ioctl 1261 to a partition!
[ 5.158431] mdadm: sending ioctl 1261 to a partition!
[ 5.158432] mdadm: sending ioctl 1261 to a partition!
[ 5.158593] mdadm: sending ioctl 1261 to a partition!
[ 5.158595] mdadm: sending ioctl 1261 to a partition!
[ 5.159000] md: bind<sdd2>
[ 5.159098] md: bind<sdb2>
[ 5.161128] raid1: raid set md1 active with 2 out of 2 mirrors
[ 5.161423] md1: bitmap initialized from disk: read 1/1 pages, set 0 bits
[ 5.161425] created bitmap (7 pages) for device md1
[ 5.174858] usb 2-1.1: new low speed USB device using ehci_hcd and address 3
[ 5.183762] md1: detected capacity change from 0 to 895343255552
[ 5.184668] md1: unknown partition table
[ 5.200211] mdadm: sending ioctl 1261 to a partition!
[ 5.200213] mdadm: sending ioctl 1261 to a partition!
[ 5.284221] usb 2-1.1: New USB device found, idVendor=1c4f, idProduct=0003
[ 5.284226] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.284230] usb 2-1.1: Product: U+P Mouse
[ 5.284233] usb 2-1.1: Manufacturer: SIGMACH1P
[ 5.284298] usb 2-1.1: configuration #1 chosen from 1 choice
[ 5.289993] usbcore: registered new interface driver hiddev
[ 5.293763] input: SIGMACH1P U+P Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input2
[ 5.293845] generic-usb 0003:1C4F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [SIGMACH1P U+P Mouse] on usb-0000:00:1d.0-1.1/input0
[ 5.293859] usbcore: registered new interface driver usbhid
[ 5.293892] usbhid: v2.6:USB HID core driver
[ 5.358726] usb 2-1.3: new full speed USB device using ehci_hcd and address 4
[ 5.386737] mdadm: sending ioctl 1261 to a partition!
[ 5.386739] mdadm: sending ioctl 1261 to a partition!
[ 5.386858] mdadm: sending ioctl 1261 to a partition!
[ 5.386861] mdadm: sending ioctl 1261 to a partition!
[ 5.386982] mdadm: sending ioctl 1261 to a partition!
[ 5.386985] mdadm: sending ioctl 1261 to a partition!
[ 5.387246] mdadm: sending ioctl 1261 to a partition!
[ 5.387248] mdadm: sending ioctl 1261 to a partition!
[ 5.387361] mdadm: sending ioctl 1261 to a partition!
[ 5.387364] mdadm: sending ioctl 1261 to a partition!
[ 5.387485] mdadm: sending ioctl 1261 to a partition!
[ 5.387488] mdadm: sending ioctl 1261 to a partition!
[ 5.390184] md: md2 stopped.
[ 5.390248] mdadm: sending ioctl 1261 to a partition!
[ 5.390250] mdadm: sending ioctl 1261 to a partition!
[ 5.390454] mdadm: sending ioctl 1261 to a partition!
[ 5.390456] mdadm: sending ioctl 1261 to a partition!
[ 5.390675] mdadm: sending ioctl 1261 to a partition!
[ 5.390677] mdadm: sending ioctl 1261 to a partition!
[ 5.390967] md: bind<sdc1>
[ 5.391070] md: bind<sda1>
[ 5.392418] raid1: raid set md2 active with 2 out of 2 mirrors
[ 5.392435] md2: detected capacity change from 0 to 99997376512
[ 5.393402] md2: unknown partition table
[ 5.396087] mdadm: sending ioctl 1261 to a partition!
[ 5.396089] mdadm: sending ioctl 1261 to a partition!
[ 5.450345] usb 2-1.3: New USB device found, idVendor=08bb, idProduct=2902
[ 5.450350] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.450353] usb 2-1.3: Product: USB Audio CODEC
[ 5.450356] usb 2-1.3: Manufacturer: Burr-Brown from TI
[ 5.450420] usb 2-1.3: configuration #1 chosen from 1 choice
[ 5.451371] input: Burr-Brown from TI USB Audio CODEC as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.3/input/input3
[ 5.451402] generic-usb 0003:08BB:2902.0002: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-0000:00:1d.0-1.3/input3
[ 5.595410] mdadm: sending ioctl 1261 to a partition!
[ 5.595413] mdadm: sending ioctl 1261 to a partition!
[ 5.595528] mdadm: sending ioctl 1261 to a partition!
[ 5.595532] mdadm: sending ioctl 1261 to a partition!
[ 5.595661] mdadm: sending ioctl 1261 to a partition!
[ 5.595672] mdadm: sending ioctl 1261 to a partition!
[ 5.595787] mdadm: sending ioctl 1261 to a partition!
[ 5.595790] mdadm: sending ioctl 1261 to a partition!
[ 5.598456] md: md3 stopped.
[ 5.598520] mdadm: sending ioctl 1261 to a partition!
[ 5.598523] mdadm: sending ioctl 1261 to a partition!
[ 5.598731] mdadm: sending ioctl 1261 to a partition!
[ 5.598733] mdadm: sending ioctl 1261 to a partition!
[ 5.598937] mdadm: sending ioctl 1261 to a partition!
[ 5.598940] mdadm: sending ioctl 1261 to a partition!
[ 5.599234] md: bind<sdc3>
[ 5.599334] md: bind<sda3>
[ 5.601202] raid1: md3 is not clean -- starting background reconstruction
[ 5.601204] raid1: raid set md3 active with 2 out of 2 mirrors
[ 5.601218] md3: detected capacity change from 0 to 895203794944
[ 5.602118] md3: unknown partition table
[ 5.628036] mdadm: sending ioctl 1261 to a partition!
[ 5.628038] mdadm: sending ioctl 1261 to a partition!
[ 5.806994] device-mapper: uevent: version 1.0.3
[ 5.807101] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel at redhat.com
[ 5.913027] PM: Starting manual resume from disk
[ 5.913030] PM: Resume from partition 8:2
[ 5.913031] PM: Checking hibernation image.
[ 5.913152] PM: Error -22 checking image file
[ 5.913155] PM: Resume from disk failed.
[ 5.925176] EXT4-fs (md2): INFO: recovery required on readonly filesystem
[ 5.925180] EXT4-fs (md2): write access will be enabled during recovery
[ 6.010035] EXT4-fs (md2): recovery complete
[ 6.010276] EXT4-fs (md2): mounted filesystem with ordered data mode
[ 7.813208] udev[495]: starting version 164
[ 8.066091] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 8.093338] ACPI: WMI: Mapper loaded
[ 8.094776] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 8.094820] ACPI: Power Button [PWRB]
[ 8.094864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 8.094889] ACPI: Power Button [PWRF]
[ 8.099240] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 8.106345] ACPI: SSDT 000000006ee0f898 006F4 (v01 AMI IST 00000001 MSFT 03000001)
[ 8.106821] ACPI: SSDT 000000006ee06d98 000E4 (v01 AMI CST 00000001 MSFT 03000001)
[ 8.107626] ACPI: CPU-1 (power states: C1[C1] C2[C3] C3[C3])
[ 8.108257] ACPI: CPU-1 (power states: C1[C1] C2[C3] C3[C3])
[ 8.108853] ACPI: CPU-1 (power states: C1[C1] C2[C3] C3[C3])
[ 8.109468] ACPI: CPU-1 (power states: C1[C1] C2[C3] C3[C3])
[ 8.110063] ACPI: CPU-1 (power states: C1[C1] C2[C3] C3[C3])
[ 8.110653] ACPI: CPU-1 (power states: C1[C1] C2[C3] C3[C3])
[ 8.111276] ACPI: CPU-1 (power states: C1[C1] C2[C3] C3[C3])
[ 8.112036] ACPI: CPU-1 (power states: C1[C1] C2[C3] C3[C3])
[ 8.133211] xen: registering gsi 18 triggering 0 polarity 1
[ 8.133214] xen_allocate_pirq: returning irq 18 for gsi 18
[ 8.133215] xen: --> irq=18
[ 8.133218] Already setup the GSI :18
[ 8.133219] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 8.140740] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 8.214115] mdadm: sending ioctl 1261 to a partition!
[ 8.214120] mdadm: sending ioctl 1261 to a partition!
[ 8.214539] mdadm: sending ioctl 1261 to a partition!
[ 8.214544] mdadm: sending ioctl 1261 to a partition!
[ 8.215267] mdadm: sending ioctl 1261 to a partition!
[ 8.215274] mdadm: sending ioctl 1261 to a partition!
[ 8.215280] mdadm: sending ioctl 1261 to a partition!
[ 8.215285] mdadm: sending ioctl 1261 to a partition!
[ 8.270101] xen: registering gsi 22 triggering 0 polarity 1
[ 8.270114] alloc irq_desc for 22 on node -1
[ 8.270117] alloc kstat_irqs on node -1
[ 8.270123] xen: --> irq=22
[ 8.270148] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 8.270302] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 8.397601] usbcore: registered new interface driver snd-usb-audio
[ 8.779424] mdadm: sending ioctl 1261 to a partition!
[ 8.779429] mdadm: sending ioctl 1261 to a partition!
[ 8.779696] mdadm: sending ioctl 1261 to a partition!
[ 8.779700] mdadm: sending ioctl 1261 to a partition!
[ 8.779947] mdadm: sending ioctl 1261 to a partition!
[ 8.779952] mdadm: sending ioctl 1261 to a partition!
[ 8.780101] mdadm: sending ioctl 1261 to a partition!
[ 8.780104] mdadm: sending ioctl 1261 to a partition!
[ 8.780247] mdadm: sending ioctl 1261 to a partition!
[ 8.780251] mdadm: sending ioctl 1261 to a partition!
[ 8.780410] mdadm: sending ioctl 1261 to a partition!
[ 8.780417] mdadm: sending ioctl 1261 to a partition!
[ 8.780425] mdadm: sending ioctl 1261 to a partition!
[ 8.780431] mdadm: sending ioctl 1261 to a partition!
[ 8.780606] mdadm: sending ioctl 800c0910 to a partition!
[ 8.780612] mdadm: sending ioctl 800c0910 to a partition!
[ 8.780732] mdadm: sending ioctl 1261 to a partition!
[ 8.780736] mdadm: sending ioctl 1261 to a partition!
[ 8.780793] mdadm: sending ioctl 800c0910 to a partition!
[ 8.780797] mdadm: sending ioctl 800c0910 to a partition!
[ 8.780808] mdadm: sending ioctl 1261 to a partition!
[ 8.780811] mdadm: sending ioctl 1261 to a partition!
[ 8.780861] mdadm: sending ioctl 1261 to a partition!
[ 8.780864] mdadm: sending ioctl 1261 to a partition!
[ 8.780977] mdadm: sending ioctl 1261 to a partition!
[ 8.780980] mdadm: sending ioctl 1261 to a partition!
[ 8.781077] mdadm: sending ioctl 1261 to a partition!
[ 8.781081] mdadm: sending ioctl 1261 to a partition!
[ 8.781196] mdadm: sending ioctl 1261 to a partition!
[ 8.781199] mdadm: sending ioctl 1261 to a partition!
[ 8.781207] mdadm: sending ioctl 1261 to a partition!
[ 8.781210] mdadm: sending ioctl 1261 to a partition!
[ 8.781331] mdadm: sending ioctl 1261 to a partition!
[ 8.781334] mdadm: sending ioctl 1261 to a partition!
[ 8.781463] mdadm: sending ioctl 800c0910 to a partition!
[ 8.781467] mdadm: sending ioctl 800c0910 to a partition!
[ 8.781551] mdadm: sending ioctl 1261 to a partition!
[ 8.781554] mdadm: sending ioctl 1261 to a partition!
[ 8.781666] mdadm: sending ioctl 800c0910 to a partition!
[ 8.781671] mdadm: sending ioctl 800c0910 to a partition!
[ 8.781686] mdadm: sending ioctl 1261 to a partition!
[ 8.781690] mdadm: sending ioctl 1261 to a partition!
[ 8.781885] mdadm: sending ioctl 1261 to a partition!
[ 8.781893] mdadm: sending ioctl 1261 to a partition!
[ 8.782057] mdadm: sending ioctl 1261 to a partition!
[ 8.782060] mdadm: sending ioctl 1261 to a partition!
[ 8.782284] mdadm: sending ioctl 1261 to a partition!
[ 8.782287] mdadm: sending ioctl 1261 to a partition!
[ 8.782327] mdadm: sending ioctl 1261 to a partition!
[ 8.782332] mdadm: sending ioctl 1261 to a partition!
[ 8.782457] mdadm: sending ioctl 1261 to a partition!
[ 8.782461] mdadm: sending ioctl 1261 to a partition!
[ 8.782509] mdadm: sending ioctl 1261 to a partition!
[ 8.782513] mdadm: sending ioctl 1261 to a partition!
[ 8.782607] mdadm: sending ioctl 1261 to a partition!
[ 8.782612] mdadm: sending ioctl 1261 to a partition!
[ 8.782863] mdadm: sending ioctl 1261 to a partition!
[ 8.782867] mdadm: sending ioctl 1261 to a partition!
[ 8.783146] mdadm: sending ioctl 800c0910 to a partition!
[ 8.783150] mdadm: sending ioctl 800c0910 to a partition!
[ 8.783367] mdadm: sending ioctl 800c0910 to a partition!
[ 8.783370] mdadm: sending ioctl 800c0910 to a partition!
[ 8.783381] mdadm: sending ioctl 1261 to a partition!
[ 8.783384] mdadm: sending ioctl 1261 to a partition!
[ 8.783517] mdadm: sending ioctl 1261 to a partition!
[ 8.783520] mdadm: sending ioctl 1261 to a partition!
[ 8.783643] mdadm: sending ioctl 1261 to a partition!
[ 8.783647] mdadm: sending ioctl 1261 to a partition!
[ 8.783872] mdadm: sending ioctl 1261 to a partition!
[ 8.783875] mdadm: sending ioctl 1261 to a partition!
[ 8.784099] mdadm: sending ioctl 1261 to a partition!
[ 8.784102] mdadm: sending ioctl 1261 to a partition!
[ 8.785712] mdadm: sending ioctl 1261 to a partition!
[ 8.785716] mdadm: sending ioctl 1261 to a partition!
[ 8.786022] mdadm: sending ioctl 1261 to a partition!
[ 8.786026] mdadm: sending ioctl 1261 to a partition!
[ 8.786246] mdadm: sending ioctl 1261 to a partition!
[ 8.786250] mdadm: sending ioctl 1261 to a partition!
[ 8.786361] mdadm: sending ioctl 1261 to a partition!
[ 8.786364] mdadm: sending ioctl 1261 to a partition!
[ 8.786474] mdadm: sending ioctl 1261 to a partition!
[ 8.786478] mdadm: sending ioctl 1261 to a partition!
[ 8.786729] mdadm: sending ioctl 800c0910 to a partition!
[ 8.786733] mdadm: sending ioctl 800c0910 to a partition!
[ 8.786897] mdadm: sending ioctl 800c0910 to a partition!
[ 8.786901] mdadm: sending ioctl 800c0910 to a partition!
[ 8.786912] mdadm: sending ioctl 1261 to a partition!
[ 8.786915] mdadm: sending ioctl 1261 to a partition!
[ 8.787140] mdadm: sending ioctl 1261 to a partition!
[ 8.787144] mdadm: sending ioctl 1261 to a partition!
[ 8.787287] mdadm: sending ioctl 1261 to a partition!
[ 8.787291] mdadm: sending ioctl 1261 to a partition!
[ 8.787436] mdadm: sending ioctl 1261 to a partition!
[ 8.787439] mdadm: sending ioctl 1261 to a partition!
[ 8.787666] mdadm: sending ioctl 1261 to a partition!
[ 8.787671] mdadm: sending ioctl 1261 to a partition!
[ 8.815482] mdadm: sending ioctl 1261 to a partition!
[ 8.815489] mdadm: sending ioctl 1261 to a partition!
[ 8.821096] mdadm: sending ioctl 1261 to a partition!
[ 8.821104] mdadm: sending ioctl 1261 to a partition!
[ 8.823070] mdadm: sending ioctl 1261 to a partition!
[ 8.823075] mdadm: sending ioctl 1261 to a partition!
[ 8.860381] mdadm: sending ioctl 1261 to a partition!
[ 8.860388] mdadm: sending ioctl 1261 to a partition!
[ 8.860554] mdadm: sending ioctl 1261 to a partition!
[ 8.860559] mdadm: sending ioctl 1261 to a partition!
[ 8.860727] mdadm: sending ioctl 1261 to a partition!
[ 8.860732] mdadm: sending ioctl 1261 to a partition!
[ 8.860913] mdadm: sending ioctl 1261 to a partition!
[ 8.860918] mdadm: sending ioctl 1261 to a partition!
[ 8.861144] mdadm: sending ioctl 800c0910 to a partition!
[ 8.861150] mdadm: sending ioctl 800c0910 to a partition!
[ 8.861400] mdadm: sending ioctl 800c0910 to a partition!
[ 8.861408] mdadm: sending ioctl 800c0910 to a partition!
[ 8.861433] mdadm: sending ioctl 1261 to a partition!
[ 8.861438] mdadm: sending ioctl 1261 to a partition!
[ 8.861633] mdadm: sending ioctl 1261 to a partition!
[ 8.861640] mdadm: sending ioctl 1261 to a partition!
[ 8.861800] mdadm: sending ioctl 1261 to a partition!
[ 8.861805] mdadm: sending ioctl 1261 to a partition!
[ 8.861953] mdadm: sending ioctl 1261 to a partition!
[ 8.861958] mdadm: sending ioctl 1261 to a partition!
[ 8.862369] mdadm: sending ioctl 1261 to a partition!
[ 8.862374] mdadm: sending ioctl 1261 to a partition!
[ 8.864291] mdadm: sending ioctl 1261 to a partition!
[ 8.864298] mdadm: sending ioctl 1261 to a partition!
[ 8.864448] mdadm: sending ioctl 1261 to a partition!
[ 8.864453] mdadm: sending ioctl 1261 to a partition!
[ 8.864588] mdadm: sending ioctl 1261 to a partition!
[ 8.864593] mdadm: sending ioctl 1261 to a partition!
[ 8.864731] mdadm: sending ioctl 1261 to a partition!
[ 8.864737] mdadm: sending ioctl 1261 to a partition!
[ 8.864937] mdadm: sending ioctl 800c0910 to a partition!
[ 8.864942] mdadm: sending ioctl 800c0910 to a partition!
[ 8.865201] mdadm: sending ioctl 800c0910 to a partition!
[ 8.865206] mdadm: sending ioctl 800c0910 to a partition!
[ 8.865220] mdadm: sending ioctl 1261 to a partition!
[ 8.865224] mdadm: sending ioctl 1261 to a partition!
[ 8.865373] mdadm: sending ioctl 1261 to a partition!
[ 8.865378] mdadm: sending ioctl 1261 to a partition!
[ 8.865508] mdadm: sending ioctl 1261 to a partition!
[ 8.865513] mdadm: sending ioctl 1261 to a partition!
[ 8.865647] mdadm: sending ioctl 1261 to a partition!
[ 8.865652] mdadm: sending ioctl 1261 to a partition!
[ 8.865809] mdadm: sending ioctl 1261 to a partition!
[ 8.865815] mdadm: sending ioctl 1261 to a partition!
[ 8.865877] mdadm: sending ioctl 1261 to a partition!
[ 8.865882] mdadm: sending ioctl 1261 to a partition!
[ 8.867746] mdadm: sending ioctl 1261 to a partition!
[ 8.867751] mdadm: sending ioctl 1261 to a partition!
[ 8.867875] mdadm: sending ioctl 1261 to a partition!
[ 8.867879] mdadm: sending ioctl 1261 to a partition!
[ 8.868054] mdadm: sending ioctl 1261 to a partition!
[ 8.868062] mdadm: sending ioctl 1261 to a partition!
[ 8.868253] mdadm: sending ioctl 1261 to a partition!
[ 8.868258] mdadm: sending ioctl 1261 to a partition!
[ 8.868472] mdadm: sending ioctl 800c0910 to a partition!
[ 8.868477] mdadm: sending ioctl 800c0910 to a partition!
[ 8.868653] mdadm: sending ioctl 800c0910 to a partition!
[ 8.868657] mdadm: sending ioctl 800c0910 to a partition!
[ 8.868668] mdadm: sending ioctl 1261 to a partition!
[ 8.868671] mdadm: sending ioctl 1261 to a partition!
[ 8.868816] mdadm: sending ioctl 1261 to a partition!
[ 8.868819] mdadm: sending ioctl 1261 to a partition!
[ 8.868941] mdadm: sending ioctl 1261 to a partition!
[ 8.868944] mdadm: sending ioctl 1261 to a partition!
[ 8.869058] mdadm: sending ioctl 1261 to a partition!
[ 8.869061] mdadm: sending ioctl 1261 to a partition!
[ 8.869224] mdadm: sending ioctl 1261 to a partition!
[ 8.869229] mdadm: sending ioctl 1261 to a partition!
[ 8.869924] mdadm: sending ioctl 1261 to a partition!
[ 8.869928] mdadm: sending ioctl 1261 to a partition!
[ 8.870054] mdadm: sending ioctl 1261 to a partition!
[ 8.870058] mdadm: sending ioctl 1261 to a partition!
[ 8.870174] mdadm: sending ioctl 1261 to a partition!
[ 8.870177] mdadm: sending ioctl 1261 to a partition!
[ 8.870291] mdadm: sending ioctl 1261 to a partition!
[ 8.870295] mdadm: sending ioctl 1261 to a partition!
[ 8.870446] mdadm: sending ioctl 800c0910 to a partition!
[ 8.870450] mdadm: sending ioctl 800c0910 to a partition!
[ 8.870619] mdadm: sending ioctl 800c0910 to a partition!
[ 8.870623] mdadm: sending ioctl 800c0910 to a partition!
[ 8.870633] mdadm: sending ioctl 1261 to a partition!
[ 8.870636] mdadm: sending ioctl 1261 to a partition!
[ 8.870758] mdadm: sending ioctl 1261 to a partition!
[ 8.870761] mdadm: sending ioctl 1261 to a partition!
[ 8.870876] mdadm: sending ioctl 1261 to a partition!
[ 8.870879] mdadm: sending ioctl 1261 to a partition!
[ 8.870991] mdadm: sending ioctl 1261 to a partition!
[ 8.870994] mdadm: sending ioctl 1261 to a partition!
[ 8.871107] mdadm: sending ioctl 1261 to a partition!
[ 8.871110] mdadm: sending ioctl 1261 to a partition!
[ 8.917773] xen: registering gsi 17 triggering 0 polarity 1
[ 8.917777] xen_allocate_pirq: returning irq 17 for gsi 17
[ 8.917780] xen: --> irq=17
[ 8.917785] Already setup the GSI :17
[ 8.917789] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 8.917844] HDA Intel 0000:01:00.1: setting latency timer to 64
[ 9.459417] Adding 4882424k swap on /dev/sda2. Priority:-1 extents:1 across:4882424k
[ 9.464180] Adding 4882424k swap on /dev/sdc2. Priority:-2 extents:1 across:4882424k
[ 9.785913] mdadm: sending ioctl 1261 to a partition!
[ 9.785918] mdadm: sending ioctl 1261 to a partition!
[ 9.788138] mdadm: sending ioctl 1261 to a partition!
[ 9.788145] mdadm: sending ioctl 1261 to a partition!
[ 9.788469] mdadm: sending ioctl 1261 to a partition!
[ 9.788475] mdadm: sending ioctl 1261 to a partition!
[ 9.788812] loop: module loaded
[ 9.796015] mdadm: sending ioctl 1261 to a partition!
[ 9.796023] mdadm: sending ioctl 1261 to a partition!
[ 9.800574] Event-channel device installed.
[ 11.566823] fuse init (API version 7.13)
[ 12.654912] alloc irq_desc for 2242 on node -1
[ 12.654914] alloc kstat_irqs on node -1
[ 12.654957] alloc irq_desc for 2241 on node -1
[ 12.654958] alloc kstat_irqs on node -1
[ 12.655495] XENBUS: Unable to read cpu state
[ 12.655685] XENBUS: Unable to read cpu state
[ 12.655882] XENBUS: Unable to read cpu state
[ 12.656026] XENBUS: Unable to read cpu state
[ 12.656179] XENBUS: Unable to read cpu state
[ 12.656327] XENBUS: Unable to read cpu state
[ 12.656519] XENBUS: Unable to read cpu state
[ 12.656752] XENBUS: Unable to read cpu state
[ 14.518289] r8169 0000:08:00.0: eth0: link down
[ 14.518339] r8169 0000:08:00.0: eth0: link down
[ 14.519837] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 14.522621] alloc irq_desc for 2240 on node -1
[ 14.522625] alloc kstat_irqs on node -1
[ 14.522791] alloc irq_desc for 2239 on node -1
[ 14.522793] alloc kstat_irqs on node -1
[ 14.522949] alloc irq_desc for 2238 on node -1
[ 14.522952] alloc kstat_irqs on node -1
[ 14.523107] alloc irq_desc for 2237 on node -1
[ 14.523110] alloc kstat_irqs on node -1
[ 14.523283] alloc irq_desc for 2236 on node -1
[ 14.523287] alloc kstat_irqs on node -1
[ 14.979282] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 15.333517] Bluetooth: Core ver 2.15
[ 15.334030] NET: Registered protocol family 31
[ 15.334033] Bluetooth: HCI device and connection manager initialized
[ 15.334037] Bluetooth: HCI socket layer initialized
[ 15.352602] Bluetooth: L2CAP ver 2.14
[ 15.352607] Bluetooth: L2CAP socket layer initialized
[ 15.492553] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.492557] Bluetooth: BNEP filters: protocol multicast
[ 15.519216] Bridge firewalling registered
[ 15.545592] Bluetooth: SCO (Voice Link) ver 0.6
[ 15.545596] Bluetooth: SCO socket layer initialized
[ 15.735388] lp: driver loaded but no devices found
[ 15.753859] ppdev: user-space parallel port driver
[ 16.143803] [drm] Initialized drm 1.1.0 20060810
[ 16.425580] mtrr: base(0xb0000000) is not aligned on a size(0xfff0000) boundary
[ 16.552620] r8169 0000:08:00.0: eth0: link up
[ 16.554122] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 23.125285] CPU0 attaching NULL sched-domain.
[ 23.125290] CPU1 attaching NULL sched-domain.
[ 23.125293] CPU2 attaching NULL sched-domain.
[ 23.125295] CPU3 attaching NULL sched-domain.
[ 23.125298] CPU4 attaching NULL sched-domain.
[ 23.125300] CPU5 attaching NULL sched-domain.
[ 23.125302] CPU6 attaching NULL sched-domain.
[ 23.125305] CPU7 attaching NULL sched-domain.
[ 23.159011] CPU0 attaching sched-domain:
[ 23.159015] domain 0: span 0-7 level CPU
[ 23.159018] groups: group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7
[ 23.159034] CPU1 attaching sched-domain:
[ 23.159036] domain 0: span 0-7 level CPU
[ 23.159039] groups: group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0
[ 23.159053] CPU2 attaching sched-domain:
[ 23.159055] domain 0: span 0-7 level CPU
[ 23.159058] groups: group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1
[ 23.159072] CPU3 attaching sched-domain:
[ 23.159074] domain 0: span 0-7 level CPU
[ 23.159076] groups: group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2
[ 23.159090] CPU4 attaching sched-domain:
[ 23.159092] domain 0: span 0-7 level CPU
[ 23.159095] groups: group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3
[ 23.159109] CPU5 attaching sched-domain:
[ 23.159111] domain 0: span 0-7 level CPU
[ 23.159113] groups: group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4
[ 23.159127] CPU6 attaching sched-domain:
[ 23.159129] domain 0: span 0-7 level CPU
[ 23.159131] groups: group ffff88001249ad00 cpus 6 group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5
[ 23.159145] CPU7 attaching sched-domain:
[ 23.159147] domain 0: span 0-7 level CPU
[ 23.159149] groups: group ffff8800124b8d00 cpus 7 group ffff8800123e6d00 cpus 0 group ffff880012404d00 cpus 1 group ffff880012422d00 cpus 2 group ffff880012440d00 cpus 3 group ffff88001245ed00 cpus 4 group ffff88001247cd00 cpus 5 group ffff88001249ad00 cpus 6
[ 26.714659] eth0: no IPv6 routers present
-------------- next part --------------
Thread 1 (Thread 0x7ff4a41fe700 (LWP 13112)):
#0 0x00007ff49f68c775 in outl (port=61440, val=323652) at ../../../../hw/xfree86/common/compiler.h:438
No locals.
#1 x_outl (port=61440, val=323652) at ../../../../hw/xfree86/int10/helper_exec.c:423
No locals.
#2 0x00007ff49f693613 in x86emuOp_out_word_DX_AX (op1=<value optimized out>)
at ../../../../hw/xfree86/int10/../x86emu/ops.c:9847
No locals.
#3 0x00007ff49f69f31c in X86EMU_exec () at ../../../../hw/xfree86/int10/../x86emu/decode.c:122
op1 = 68 'D'
#4 0x00007ff49f68ded5 in xf86ExecX86int10 (pInt=0x138a780) at ../../../../hw/xfree86/int10/xf86x86emu.c:40
sig = 0
#5 0x00007ff49f8a98c9 in VBEDPMSSet (pVbe=0x13883f0, mode=323652) at ../../../../hw/xfree86/vbe/vbe.c:1072
No locals.
#6 0x000000000047382f in DPMSSet (client=<value optimized out>, level=<value optimized out>)
at ../../../../hw/xfree86/common/xf86DPMS.c:167
rc = <value optimized out>
i = 1
pScrn = 0x1388a30
#7 0x00007ff4a13d6b7f in ProcDPMSForceLevel (client=0xf000) at ../../Xext/dpms.c:188
No locals.
#8 ProcDPMSDispatch (client=0xf000) at ../../Xext/dpms.c:236
No locals.
#9 0x000000000044c734 in Dispatch () at ../../dix/dispatch.c:439
result = <value optimized out>
client = 0x16eaff0
nready = 0
start_tick = 40
#10 0x0000000000425c35 in main (argc=12, argv=0x7da9a8, envp=<value optimized out>) at ../../dix/main.c:283
i = 1
alwaysCheckForInput = {0, 1}
A debugging session is active.
Inferior 1 [process 13112] will be detached.
Quit anyway? (y or n) LND: Sending signal 11 to Thread 0x7ff4a41fe700 (LWP 13112)
Detaching from program: /usr/bin/Xorg, process 13112
-------------- next part --------------
00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
Subsystem: ASRock Incorporation Device 0100
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root Port (rev 09) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: fbe00000-fbefffff
Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
Capabilities: [88] Subsystem: ASRock Incorporation Device 0101
Capabilities: [80] Power Management version 3
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [a0] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [140] Root Complex Link
Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: ASRock Incorporation Device 0102
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at fb400000 (64-bit, non-prefetchable) [size=4M]
Memory at b0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
Subsystem: ASRock Incorporation Device 1c3a
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at fbf08000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05) (prog-if 20 [EHCI])
Subsystem: ASRock Incorporation Device 1c2d
Flags: bus master, medium devsel, latency 0, IRQ 16
Memory at fbf07000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
Subsystem: ASRock Incorporation Device 8892
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at fbf00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: ASRock Incorporation Device 1c10
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b5) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: fbd00000-fbdfffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: ASRock Incorporation Device 1c18
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b5) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
Memory behind bridge: fbc00000-fbcfffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: ASRock Incorporation Device 1c1a
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
00:1c.6 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 7 (rev b5) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
Memory behind bridge: fbb00000-fbbfffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: ASRock Incorporation Device 1c1c
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
00:1c.7 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 8 (rev b5) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=06, subordinate=0f, sec-latency=0
I/O behind bridge: 0000b000-0000cfff
Memory behind bridge: fb800000-fbafffff
Prefetchable memory behind bridge: 00000000d0000000-00000000d00fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: ASRock Incorporation Device 1c1e
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05) (prog-if 20 [EHCI])
Subsystem: ASRock Incorporation Device 1c26
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at fbf06000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
Kernel driver in use: ehci_hcd
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05)
Subsystem: ASRock Incorporation Device 1c44
Flags: bus master, medium devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
Subsystem: ASRock Incorporation Device 1c02
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 2244
I/O ports at f0b0 [size=8]
I/O ports at f0a0 [size=4]
I/O ports at f090 [size=8]
I/O ports at f080 [size=4]
I/O ports at f060 [size=32]
Memory at fbf05000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [70] Power Management version 3
Capabilities: [a8] SATA HBA v1.0
Capabilities: [b0] PCI Advanced Features
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
Subsystem: ASRock Incorporation Device 1c22
Flags: medium devsel, IRQ 18
Memory at fbf04000 (64-bit, non-prefetchable) [size=256]
I/O ports at f040 [size=32]
Kernel driver in use: i801_smbus
01:00.0 VGA compatible controller: ATI Technologies Inc Device 6718 (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device 03bc
Flags: fast devsel, IRQ 11
Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
Memory at fbe20000 (64-bit, non-prefetchable) [disabled] [size=128K]
I/O ports at e000 [disabled] [size=256]
Expansion ROM at fbe00000 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
01:00.1 Audio device: ATI Technologies Inc Device aa80
Subsystem: ASUSTeK Computer Inc. Device aa80
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at fbe40000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Kernel driver in use: HDA Intel
03:00.0 SATA controller: Marvell Technology Group Ltd. Device 9120 (rev 12) (prog-if 01 [AHCI 1.0])
Subsystem: ASRock Incorporation Device 9120
Flags: bus master, fast devsel, latency 0, IRQ 2243
I/O ports at d040 [size=8]
I/O ports at d030 [size=4]
I/O ports at d020 [size=8]
I/O ports at d010 [size=4]
I/O ports at d000 [size=16]
Memory at fbd10000 (32-bit, non-prefetchable) [size=2K]
Expansion ROM at fbd00000 [disabled] [size=64K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [70] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: ahci
04:00.0 USB Controller: Device 1b6f:7023 (rev 01) (prog-if 30)
Subsystem: ASRock Incorporation Device 7023
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at fbc00000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [50] Power Management version 3
Capabilities: [70] MSI: Enable- Count=1/4 Maskable+ 64bit+
Capabilities: [a0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [190] Device Serial Number 01-01-01-01-01-01-01-01
Kernel driver in use: xhci_hcd
05:00.0 USB Controller: Device 1b6f:7023 (rev 01) (prog-if 30)
Subsystem: ASRock Incorporation Device 7023
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at fbb00000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [50] Power Management version 3
Capabilities: [70] MSI: Enable- Count=1/4 Maskable+ 64bit+
Capabilities: [a0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [190] Device Serial Number 01-01-01-01-01-01-01-01
Kernel driver in use: xhci_hcd
06:00.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Memory at fba00000 (32-bit, non-prefetchable) [size=128K]
Bus: primary=06, secondary=07, subordinate=0f, sec-latency=0
I/O behind bridge: 0000b000-0000cfff
Memory behind bridge: fb800000-fb9fffff
Prefetchable memory behind bridge: 00000000d0000000-00000000d00fffff
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Capabilities: [68] Express Upstream Port, MSI 00
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch
Capabilities: [100] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4] Advanced Error Reporting
Capabilities: [138] Power Budgeting <?>
Capabilities: [148] Virtual Channel
Capabilities: [448] Vendor Specific Information: ID=0000 Rev=0 Len=0cc <?>
Capabilities: [950] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
07:01.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=07, secondary=08, subordinate=08, sec-latency=0
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: fb900000-fb9fffff
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Capabilities: [68] Express Downstream Port (Slot+), MSI 00
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch
Capabilities: [100] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [520] Access Control Services
Capabilities: [950] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
07:04.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=07, secondary=09, subordinate=0a, sec-latency=0
I/O behind bridge: 0000b000-0000bfff
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Capabilities: [68] Express Downstream Port (Slot+), MSI 00
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch
Capabilities: [100] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [520] Access Control Services
Capabilities: [950] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
07:05.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=07, secondary=0b, subordinate=0b, sec-latency=0
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Capabilities: [68] Express Downstream Port (Slot+), MSI 00
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch
Capabilities: [100] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [520] Access Control Services
Capabilities: [950] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
07:06.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=07, secondary=0c, subordinate=0c, sec-latency=0
Memory behind bridge: fb800000-fb8fffff
Prefetchable memory behind bridge: 00000000d0000000-00000000d00fffff
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Capabilities: [68] Express Downstream Port (Slot+), MSI 00
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch
Capabilities: [100] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [520] Access Control Services
Capabilities: [950] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
07:07.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=07, secondary=0d, subordinate=0d, sec-latency=0
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Capabilities: [68] Express Downstream Port (Slot+), MSI 00
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch
Capabilities: [100] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [520] Access Control Services
Capabilities: [950] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
07:08.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=07, secondary=0e, subordinate=0e, sec-latency=0
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Capabilities: [68] Express Downstream Port (Slot+), MSI 00
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch
Capabilities: [100] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [520] Access Control Services
Capabilities: [950] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
07:09.0 PCI bridge: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ba) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=07, secondary=0f, subordinate=0f, sec-latency=0
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/4 Maskable+ 64bit+
Capabilities: [68] Express Downstream Port (Slot+), MSI 00
Capabilities: [a4] Subsystem: PLX Technology, Inc. PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch
Capabilities: [100] Device Serial Number ba-86-01-10-b5-df-0e-00
Capabilities: [fb4] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [520] Access Control Services
Capabilities: [950] Vendor Specific Information: ID=0001 Rev=0 Len=010 <?>
Kernel driver in use: pcieport
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
Flags: bus master, fast devsel, latency 0, IRQ 2245
I/O ports at c000 [size=256]
Memory at fb900000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at fb920000 [disabled] [size=128K]
Capabilities: [40] Power Management version 2
Capabilities: [48] Vital Product Data
Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
Capabilities: [60] Express Endpoint, MSI 00
Capabilities: [84] Vendor Specific Information: Len=4c <?>
Capabilities: [100] Advanced Error Reporting
Capabilities: [12c] Virtual Channel
Capabilities: [148] Device Serial Number f6-0f-00-00-68-4c-e0-00
Capabilities: [154] Power Budgeting <?>
Kernel driver in use: r8169
09:00.0 PCI bridge: Device 1b21:1080 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=09, secondary=0a, subordinate=0a, sec-latency=32
I/O behind bridge: 0000b000-0000bfff
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express PCI/PCI-X Bridge, MSI 00
Capabilities: [c0] Subsystem: ASRock Incorporation Device 1080
Capabilities: [100] Virtual Channel
0a:01.0 Serial controller: NetMos Technology PCI 9835 Multi-I/O Controller (rev 01) (prog-if 02 [16550])
Subsystem: LSI Logic / Symbios Logic Device 0001
Flags: medium devsel, IRQ 16
I/O ports at b050 [size=8]
I/O ports at b040 [size=8]
I/O ports at b030 [size=8]
I/O ports at b020 [size=8]
I/O ports at b010 [size=8]
I/O ports at b000 [size=16]
Kernel driver in use: serial
0c:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57781 Gigabit Ethernet PCIe (rev 10)
Subsystem: ASRock Incorporation Device 96b1
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at d0010000 (64-bit, prefetchable) [size=64K]
Memory at d0000000 (64-bit, prefetchable) [size=64K]
Expansion ROM at fb800000 [disabled] [size=2K]
Capabilities: [48] Power Management version 3
Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
Capabilities: [ac] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Device Serial Number 00-00-00-25-22-dc-0b-7d
Capabilities: [150] Power Budgeting <?>
Capabilities: [160] Virtual Channel
Kernel driver in use: tg3
-------------- next part --------------
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.0.0-1-amd64 x86_64 Debian
Current Operating System: Linux ace2 2.6.32-5-xen-amd64 #1 SMP Mon Jan 16 20:48:30 UTC 2012 x86_64
Kernel command line: placeholder root=UUID=d2b41548-42be-444c-b2a1-c741b60072f8 ro nopat quiet
Build Date: 29 October 2011 06:58:14PM
xorg-server 2:1.7.7-14 (Julien Cristau <jcristau at debian.org>)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 9 23:38:52 2012
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section. Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) | |-->Monitor "<default monitor>"
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x7c8a40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7
(--) PCI:*(0:0:2:0) 8086:0102:1849:0102 Intel Corporation Sandy Bridge Integrated Graphics Controller rev 9, Mem @ 0xfb400000/4194304, 0xb0000000/268435456, I/O @ 0x0000f000/64
(--) PCI: (0:1:0:0) 1002:6718:1043:03bc ATI Technologies Inc rev 0, Mem @ 0xc0000000/268435456, 0xfbe20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(==) Matched intel as autoconfigured driver 0
(==) Matched vesa as autoconfigured driver 1
(==) Matched fbdev as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.13.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 1.7.6.901, module version = 0.4.2
ABI class: X.Org Video Driver, version 6.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00 at 00:02:0
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 0.0.2
ABI class: X.Org Video Driver, version 6.0
(EE) open /dev/fb0: No such file or directory
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.1.0
ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Video Driver, version 6.0
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 262080 kB
(II) VESA(0): VESA VBE OEM: Intel(R)Sandybridge Desktop Graphics Chipset Accelerated VGA BIOS
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
(II) VESA(0): VESA VBE OEM Product: Intel(R)Sandybridge Desktop Graphics Controller
(II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) VESA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
(==) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 2
(II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) VESA(0): VESA VBE DDC read successfully
(II) VESA(0): Manufacturer: DEL Model: 405a Serial#: 1110788172
(II) VESA(0): Year: 2010 Week: 49
(II) VESA(0): EDID Version: 1.3
(II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) VESA(0): Sync: Separate Composite SyncOnGreen
(II) VESA(0): Max Image Size [cm]: horiz.: 38 vert.: 30
(II) VESA(0): Gamma: 2.20
(II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) VESA(0): Default color space is primary color space
(II) VESA(0): First detailed timing is preferred mode
(II) VESA(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
(II) VESA(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
(II) VESA(0): Supported established timings:
(II) VESA(0): 720x400 at 70Hz
(II) VESA(0): 640x480 at 60Hz
(II) VESA(0): 640x480 at 75Hz
(II) VESA(0): 800x600 at 60Hz
(II) VESA(0): 800x600 at 75Hz
(II) VESA(0): 1024x768 at 60Hz
(II) VESA(0): 1024x768 at 75Hz
(II) VESA(0): 1280x1024 at 75Hz
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported standard timings:
(II) VESA(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) VESA(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) VESA(0): Supported detailed timing:
(II) VESA(0): clock: 108.0 MHz Image Size: 376 x 301 mm
(II) VESA(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) VESA(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) VESA(0): Serial No: CHRYK0C6B5HL
(II) VESA(0): Monitor name: DELL P190S
(II) VESA(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
(II) VESA(0): EDID (in hex):
(II) VESA(0): 00ffffffffffff0010ac5a404c483542
(II) VESA(0): 311401030e261e78eeee95a3544c9926
(II) VESA(0): 0f5054a54b00714f8180010101010101
(II) VESA(0): 010101010101302a009851002a403070
(II) VESA(0): 1300782d1100001e000000ff00434852
(II) VESA(0): 594b3043364235484c0a000000fc0044
(II) VESA(0): 454c4c2050313930530a2020000000fd
(II) VESA(0): 00384c1e510e000a20202020202000b1
(II) VESA(0): EDID vendor "DEL", prod id 16474
(II) VESA(0): Using EDID range info for horizontal sync
(II) VESA(0): Using EDID range info for vertical refresh
(II) VESA(0): Printing DDC gathered Modelines:
(II) VESA(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 160 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 161 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 162 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 163 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 164 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 165 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 166 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 167 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 168 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 169 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 16a (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 16b (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 16c (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 16d (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 16e (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 16f (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 170 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 171 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 13c (1920x1440)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 1920
XResolution: 1920
YResolution: 1440
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 94
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 1920
BnkNumberOfImagePages: 94
LinNumberOfImagePages: 94
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 14d (1920x1440)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 3840
XResolution: 1920
YResolution: 1440
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 47
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 3840
BnkNumberOfImagePages: 47
LinNumberOfImagePages: 47
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
*Mode: 15c (1920x1440)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 7680
XResolution: 1920
YResolution: 1440
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 23
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 7680
BnkNumberOfImagePages: 23
LinNumberOfImagePages: 23
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
Mode: 13a (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 1600
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 135
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 135
LinNumberOfImagePages: 135
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 14b (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 3200
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 68
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 68
LinNumberOfImagePages: 68
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
*Mode: 15a (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 6400
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 33
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 6400
BnkNumberOfImagePages: 33
LinNumberOfImagePages: 33
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
Mode: 107 (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 1280
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 203
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 203
LinNumberOfImagePages: 203
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 11a (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 101
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 101
LinNumberOfImagePages: 101
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
*Mode: 11b (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 5120
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 50
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 5120
BnkNumberOfImagePages: 50
LinNumberOfImagePages: 50
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
Mode: 105 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 84
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 1024
BnkNumberOfImagePages: 84
LinNumberOfImagePages: 84
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 117 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 169
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 2048
BnkNumberOfImagePages: 169
LinNumberOfImagePages: 169
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
*Mode: 118 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 84
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 4096
BnkNumberOfImagePages: 84
LinNumberOfImagePages: 84
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*Mode: 112 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 214
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 214
LinNumberOfImagePages: 214
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
Mode: 114 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 16
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 16
LinNumberOfImagePages: 16
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
*Mode: 115 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 135
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 135
LinNumberOfImagePages: 135
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
Mode: 101 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 50
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 50
LinNumberOfImagePages: 50
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 103 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 832
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 254
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 832
BnkNumberOfImagePages: 254
LinNumberOfImagePages: 254
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 111 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0007bff
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 152
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xb0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 152
LinNumberOfImagePages: 152
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
(II) VESA(0): Total Memory: 4095 64KB banks (262080kB)
(II) VESA(0): <default monitor>: Using hsync range of 30.00-81.00 kHz
(II) VESA(0): <default monitor>: Using vrefresh range of 56.00-76.00 Hz
(II) VESA(0): <default monitor>: Using maximum pixel clock of 145.00 MHz
(WW) VESA(0): Unable to estimate virtual size
(II) VESA(0): Not using built-in mode "1920x1440" (no mode of this name)
(II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
(--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
(**) VESA(0): *Built-in mode "1280x1024"
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(**) VESA(0): Display dimensions: (380, 300) mm
(**) VESA(0): DPI set to (85, 86)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) UnloadModule: "fbdev"
(II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
(==) Depth 24 pixmap format is 32 bpp
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 262080 kB
(II) VESA(0): VESA VBE OEM: Intel(R)Sandybridge Desktop Graphics Chipset Accelerated VGA BIOS
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
(II) VESA(0): VESA VBE OEM Product: Intel(R)Sandybridge Desktop Graphics Controller
(II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) VESA(0): virtual address = 0x7f88784e0000,
physical address = 0xb0000000, size = 268369920
(II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(==) VESA(0): DPMS enabled
(==) RandR enabled
(II) Found 2 VGA devices: arbiter wrapping enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) config/udev: Adding input device Power Button (/dev/input/event5)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.7.6.901, module version = 2.3.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event5"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(II) config/udev: Adding input device Power Button (/dev/input/event4)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event4"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(II) config/udev: Adding input device SIGMACH1P U+P Mouse (/dev/input/event2)
(**) SIGMACH1P U+P Mouse: Applying InputClass "evdev pointer catchall"
(**) SIGMACH1P U+P Mouse: always reports core events
(**) SIGMACH1P U+P Mouse: Device: "/dev/input/event2"
(II) SIGMACH1P U+P Mouse: Found 3 mouse buttons
(II) SIGMACH1P U+P Mouse: Found scroll wheel(s)
(II) SIGMACH1P U+P Mouse: Found relative axes
(II) SIGMACH1P U+P Mouse: Found x and y relative axes
(II) SIGMACH1P U+P Mouse: Configuring as mouse
(**) SIGMACH1P U+P Mouse: YAxisMapping: buttons 4 and 5
(**) SIGMACH1P U+P Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "SIGMACH1P U+P Mouse" (type: MOUSE)
(II) SIGMACH1P U+P Mouse: initialized for relative axes.
(II) config/udev: Adding input device SIGMACH1P U+P Mouse (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Burr-Brown from TI USB Audio CODEC (/dev/input/event3)
(**) Burr-Brown from TI USB Audio CODEC : Applying InputClass "evdev keyboard catchall"
(**) Burr-Brown from TI USB Audio CODEC : always reports core events
(**) Burr-Brown from TI USB Audio CODEC : Device: "/dev/input/event3"
(II) Burr-Brown from TI USB Audio CODEC : Found keys
(II) Burr-Brown from TI USB Audio CODEC : Configuring as keyboard
(II) XINPUT: Adding extended input device "Burr-Brown from TI USB Audio CODEC " (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "gb"
(II) config/udev: Adding input device PC Speaker (/dev/input/event6)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
Backtrace:
0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x4667b8]
1: /usr/bin/Xorg (0x400000+0x67d49) [0x467d49]
2: /lib/libpthread.so.0 (0x7f889ca27000+0xeff0) [0x7f889ca35ff0]
3: /usr/lib/xorg/modules/libint10.so (0x7f88988e7000+0x5775) [0x7f88988ec775]
4: /usr/lib/xorg/modules/libint10.so (0x7f88988e7000+0xc613) [0x7f88988f3613]
5: /usr/lib/xorg/modules/libint10.so (0x7f88988e7000+0x1831c) [0x7f88988ff31c]
6: /usr/lib/xorg/modules/libint10.so (xf86ExecX86int10+0x55) [0x7f88988eded5]
7: /usr/lib/xorg/modules/libvbe.so (VBEDPMSSet+0x39) [0x7f8898b098c9]
8: /usr/bin/Xorg (DPMSSet+0xcf) [0x47382f]
9: /usr/lib/xorg/modules/extensions/libextmod.so (0x7f889a61a000+0x1cb7f) [0x7f889a636b7f]
10: /usr/bin/Xorg (0x400000+0x4c734) [0x44c734]
11: /usr/bin/Xorg (0x400000+0x25c35) [0x425c35]
12: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f889b52ac8d]
13: /usr/bin/Xorg (0x400000+0x257e9) [0x4257e9]
Segmentation fault at address (nil)
Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) SIGMACH1P U+P Mouse: Close
(II) UnloadModule: "evdev"
(II) Burr-Brown from TI USB Audio CODEC : Close
(II) UnloadModule: "evdev"
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) Macintosh mouse button emulation: Close
(II) UnloadModule: "evdev"
More information about the Pkg-xen-devel
mailing list