From: Martin Wilck <mwilck@arcor.de>
To: "Jiang, Yunhong" <yunhong.jiang@intel.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Jan Beulich <JBeulich@novell.com>
Subject: Re: Re: system freeze when processor.ko is loaded during boot
Date: Wed, 24 Nov 2010 00:16:21 +0100 [thread overview]
Message-ID: <4CEC4B45.4010901@arcor.de> (raw)
In-Reply-To: <789F9655DD1B8F43B48D77C5D30659732FD0A251@shsmsx501.ccr.corp.intel.com>
[-- Attachment #1: Type: text/plain, Size: 2386 bytes --]
Hello Yunhong,
thanks for your reply, I am sorry it took me so long to respond.
> Martin, did you try latest origin/xen/stable-2.6.32.x branch to see if anything different?
I ran 2.6.32.25 from Jeremy's branch, no change - system still freezes
if processor.ko is loaded at boot time.
xen-unstable changeset: 22417:c0c1f5f0745e
xen/stable-2.6.32.x commit: 481bd8e6b8dafed2ea445e8cde2abbbb95b49ec1
There was a bug in .32 branch on processor before, which should have
been fixed. And can you share the boot log and the feature supported in
this platform?
dmesg.txt (from non-xen kernel) is attached.
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Pentium(R) M processor 2.13GHz
stepping : 8
cpu MHz : 800.000
cache size : 2048 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe up bts est tm2
bogomips : 1596.16
clflush size : 64
cache_alignment : 64
address sizes : 32 bits physical, 32 bits virtual
power management:
$ cat /proc/acpi/processor/CPU0/power
active state: C0
max_cstate: C8
maximum allowed latency: 2000000000 usec
states:
C1: type[C1] promotion[--] demotion[--]
latency[001] usage[00001533] duration[00000000000000000000]
C2: type[C2] promotion[--] demotion[--]
latency[001] usage[00294108] duration[00000000004868085138]
C3: type[C3] promotion[--] demotion[--]
latency[085] usage[00470473] duration[00000000008899295934]
$ cat /proc/acpi/processor/CPU0/info
processor id: 0
acpi id: 0
bus mastering control: yes
power management: yes
throttling control: yes
limit interface: yes
> And I remember report about Xen freeze on some platform with HPET broadcast enabled http://lists.xensource.com/archives/html/xen-users/2010-09/msg00370.html , but not sure if it's the same issue with you (I checked that issue when it was reported and made no progress).
I played around with the hpet_broadcast xen paramter, but it didn't have
an effect.
Regards
Martin
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 63313 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.34-12-default (geeko@buildhost) (gcc version 4.5.0 20100604 [gcc-4_5-branch revision 160292] (SUSE Linux) ) #1 SMP 2010-06-29 02:39:08 +0200
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d0000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007fea0000 (usable)
[ 0.000000] BIOS-e820: 000000007fea0000 - 000000007feb1000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007feb1000 - 000000007ff00000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007ff00000 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0006000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0008000 - 00000000f000c000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
[ 0.000000] DMI present.
[ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x7fea0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E3FFF uncachable
[ 0.000000] E4000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT not supported by CPU.
[ 0.000000] Scanning 0 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009f800 (usable)
[ 0.000000] modified: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000d0000 - 00000000000d4000 (reserved)
[ 0.000000] modified: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 000000007fea0000 (usable)
[ 0.000000] modified: 000000007fea0000 - 000000007feb1000 (ACPI data)
[ 0.000000] modified: 000000007feb1000 - 000000007ff00000 (ACPI NVS)
[ 0.000000] modified: 000000007ff00000 - 0000000080000000 (reserved)
[ 0.000000] modified: 00000000e0000000 - 00000000f0006000 (reserved)
[ 0.000000] modified: 00000000f0008000 - 00000000f000c000 (reserved)
[ 0.000000] modified: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] modified: 00000000fed20000 - 00000000fed90000 (reserved)
[ 0.000000] modified: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] initial memory mapped : 0 - 00c00000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 15000-1a000
[ 0.000000] RAMDISK: 37441000 - 37ff0000
[ 0.000000] Allocated new RAMDISK: 009f6000 - 015a44c5
[ 0.000000] Move RAMDISK from 0000000037441000 - 0000000037fef4c4 to 009f6000 - 015a44c4
[ 0.000000] ACPI: RSDP 000f7730 00014 (v00 PTLTD )
[ 0.000000] ACPI: RSDT 7fea9ede 0004C (v01 PTLTD Ohlone00 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 7feb0e96 00074 (v01 INTEL ALVISO 06040000 LOHR 0000005F)
[ 0.000000] ACPI: DSDT 7feab3b9 05ADD (v01 INTEL ALVISO 06040000 INTL 20030224)
[ 0.000000] ACPI: FACS 7feb1fc0 00040
[ 0.000000] ACPI: APIC 7feb0f0a 0005A (v01 INTEL ALVISO 06040000 LOHR 0000005F)
[ 0.000000] ACPI: HPET 7feb0f64 00038 (v01 INTEL ALVISO 06040000 LOHR 0000005F)
[ 0.000000] ACPI: MCFG 7feb0f9c 0003C (v01 INTEL ALVISO 06040000 LOHR 0000005F)
[ 0.000000] ACPI: BOOT 7feb0fd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 7feaad6a 0064F (v01 SataRe SataPri 00001000 INTL 20030224)
[ 0.000000] ACPI: SSDT 7feaa6d8 00692 (v01 SataRe SataSec 00001000 INTL 20030224)
[ 0.000000] ACPI: SSDT 7feaa1ad 0039F (v01 PmRef Cpu0Ist 00003000 INTL 20030224)
[ 0.000000] ACPI: SSDT 7fea9ff3 001BA (v01 PmRef Cpu0Cst 00003001 INTL 20030224)
[ 0.000000] ACPI: SSDT 7fea9f2a 000C9 (v01 PmRef CpuPm 00003000 INTL 20030224)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1158MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0007fea0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007fea0
[ 0.000000] On node 0 totalpages: 523823
[ 0.000000] free_area_init_node: node 0, pgdat c0882580, node_mem_map c15a6200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2318 pages used for memmap
[ 0.000000] HighMem zone: 294292 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] early_res array is doubled to 64 at [16000 - 167ff]
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d0000
[ 0.000000] PM: Registered nosave memory: 00000000000d0000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @c2800000 s34260 r0 d23084 u4194304
[ 0.000000] pcpu-alloc: s34260 r0 d23084 u4194304 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519729
[ 0.000000] Kernel command line: root=/dev/mapper/vg-os11.2 resume=/dev/mapper/cr_sda10 splash=silent quiet vga=0x314
[ 0.000000] bootsplash: silent mode.
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] Subtract (46 early reservations)
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE
[ 0.000000] #2 [0000200000 - 00009f1b04] TEXT DATA BSS
[ 0.000000] #3 [000009f800 - 0000100000] BIOS reserved
[ 0.000000] #4 [00009f2000 - 00009f5140] BRK
[ 0.000000] #5 [0000010000 - 0000011000] TRAMPOLINE
[ 0.000000] #6 [0000011000 - 0000015000] ACPI WAKEUP
[ 0.000000] #7 [0000015000 - 0000016000] PGTABLE
[ 0.000000] #8 [00009f6000 - 00015a5000] NEW RAMDISK
[ 0.000000] #9 [00015a5000 - 00015a6000] BOOTMEM
[ 0.000000] #10 [00015a6000 - 00025a6000] BOOTMEM
[ 0.000000] #11 [00025a6000 - 00025a6004] BOOTMEM
[ 0.000000] #12 [00025a6040 - 00025a6100] BOOTMEM
[ 0.000000] #13 [00025a6100 - 00025a6154] BOOTMEM
[ 0.000000] #14 [00025a6180 - 00025a9180] BOOTMEM
[ 0.000000] #15 [00025a9180 - 00025a91f0] BOOTMEM
[ 0.000000] #16 [00025a9200 - 00025af200] BOOTMEM
[ 0.000000] #17 [00025af200 - 00025af225] BOOTMEM
[ 0.000000] #18 [00025af240 - 00025af267] BOOTMEM
[ 0.000000] #19 [00025af280 - 00025af408] BOOTMEM
[ 0.000000] #20 [00025af440 - 00025af480] BOOTMEM
[ 0.000000] #21 [00025af480 - 00025af4c0] BOOTMEM
[ 0.000000] #22 [00025af4c0 - 00025af500] BOOTMEM
[ 0.000000] #23 [00025af500 - 00025af540] BOOTMEM
[ 0.000000] #24 [00025af540 - 00025af580] BOOTMEM
[ 0.000000] #25 [00025af580 - 00025af5c0] BOOTMEM
[ 0.000000] #26 [00025af5c0 - 00025af600] BOOTMEM
[ 0.000000] #27 [00025af600 - 00025af640] BOOTMEM
[ 0.000000] #28 [00025af640 - 00025af680] BOOTMEM
[ 0.000000] #29 [00025af680 - 00025af6c0] BOOTMEM
[ 0.000000] #30 [00025af6c0 - 00025af700] BOOTMEM
[ 0.000000] #31 [00025af700 - 00025af740] BOOTMEM
[ 0.000000] #32 [00025af740 - 00025af780] BOOTMEM
[ 0.000000] #33 [00025af780 - 00025af790] BOOTMEM
[ 0.000000] #34 [00025af7c0 - 00025af815] BOOTMEM
[ 0.000000] #35 [00025af840 - 00025af895] BOOTMEM
[ 0.000000] #36 [0002800000 - 000280e000] BOOTMEM
[ 0.000000] #37 [00025b18c0 - 00025b18c4] BOOTMEM
[ 0.000000] #38 [00025b1900 - 00025b1904] BOOTMEM
[ 0.000000] #39 [00025b1940 - 00025b1944] BOOTMEM
[ 0.000000] #40 [00025b1980 - 00025b1984] BOOTMEM
[ 0.000000] #41 [00025b19c0 - 00025b1a70] BOOTMEM
[ 0.000000] #42 [00025b1a80 - 00025b1b28] BOOTMEM
[ 0.000000] #43 [00025b1b40 - 00025b5b40] BOOTMEM
[ 0.000000] #44 [00025b5b40 - 0002635b40] BOOTMEM
[ 0.000000] #45 [0002635b40 - 0002675b40] BOOTMEM
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007fea0)
[ 0.000000] Memory: 2057880k/2095744k available (3848k kernel code, 37412k reserved, 2861k data, 408k init, 1186440k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd33000 - 0xfffff000 (2864 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc088e000 - 0xc08f4000 ( 408 kB)
[ 0.000000] .data : 0xc05c20f0 - 0xc088d8a8 (2861 kB)
[ 0.000000] .text : 0xc0200000 - 0xc05c20f0 (3848 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:2304 nr_irqs:256
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2127.893 MHz processor.
[ 0.004007] Calibrating delay loop (skipped), value calculated using timer frequency.. 4255.78 BogoMIPS (lpj=8511572)
[ 0.004065] kdb version 4.4 by Keith Owens, Scott Lurndal. Copyright SGI, All Rights Reserved
[ 0.004130] Security Framework initialized
[ 0.004161] AppArmor: AppArmor initialized
[ 0.004178] Mount-cache hash table entries: 512
[ 0.004313] Initializing cgroup subsys ns
[ 0.004319] Initializing cgroup subsys cpuacct
[ 0.004323] Initializing cgroup subsys memory
[ 0.004333] Initializing cgroup subsys devices
[ 0.004337] Initializing cgroup subsys freezer
[ 0.004339] Initializing cgroup subsys net_cls
[ 0.004341] Initializing cgroup subsys blkio
[ 0.004380] mce: CPU supports 5 MCE banks
[ 0.004390] CPU0: Thermal monitoring enabled (TM2)
[ 0.004402] Performance Events: p6 PMU driver.
[ 0.004409] ... version: 0
[ 0.004410] ... bit width: 32
[ 0.004412] ... generic registers: 2
[ 0.004414] ... value mask: 00000000ffffffff
[ 0.004415] ... max period: 000000007fffffff
[ 0.004417] ... fixed-purpose events: 0
[ 0.004419] ... event mask: 0000000000000003
[ 0.004424] Checking 'hlt' instruction... OK.
[ 0.020416] SMP alternatives: switching to UP code
[ 0.024299] Freeing SMP alternatives: 28k freed
[ 0.024355] Unpacking initramfs...
[ 0.324089] Freeing initrd memory: 11964k freed
[ 0.333569] ACPI: Core revision 20100121
[ 0.348097] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.348476] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.388625] CPU0: Intel(R) Pentium(R) M processor 2.13GHz stepping 08
[ 0.392000] Brought up 1 CPUs
[ 0.392000] Total of 1 processors activated (4255.78 BogoMIPS).
[ 0.392000] devtmpfs: initialized
[ 0.392000] regulator: core version 0.5
[ 0.392000] regulator: dummy:
[ 0.392000] Time: 22:50:19 Date: 11/23/10
[ 0.392000] NET: Registered protocol family 16
[ 0.392000] ACPI: bus type pci registered
[ 0.392000] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.392000] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.392000] PCI: Using MMCONFIG for extended config space
[ 0.392000] PCI: Using configuration type 1 for base access
[ 0.392000] bio: create slab <bio-0> at 0
[ 0.392000] ACPI: EC: Look up EC in DSDT
[ 0.394592] ACPI: Interpreter enabled
[ 0.394592] ACPI: (supports S0 S3 S4 S5)
[ 0.394592] ACPI: Using IOAPIC for interrupt routing
[ 0.400391] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.400453] ACPI: Power Resource [CFAN] (on)
[ 0.401143] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[ 0.401147] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.401785] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.403034] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.403037] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.403039] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.403042] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.403045] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.403048] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
[ 0.403121] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.403125] pci 0000:00:01.0: PME# disabled
[ 0.403240] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.403244] pci 0000:00:1c.0: PME# disabled
[ 0.403306] pci 0000:00:1d.0: reg 20: [io 0x1800-0x181f]
[ 0.403364] pci 0000:00:1d.1: reg 20: [io 0x1820-0x183f]
[ 0.403420] pci 0000:00:1d.2: reg 20: [io 0x1840-0x185f]
[ 0.403477] pci 0000:00:1d.3: reg 20: [io 0x1860-0x187f]
[ 0.403530] pci 0000:00:1d.7: reg 10: [mem 0xc0000000-0xc00003ff]
[ 0.403587] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.403592] pci 0000:00:1d.7: PME# disabled
[ 0.403685] pci 0000:00:1e.2: reg 10: [io 0x1c00-0x1cff]
[ 0.403693] pci 0000:00:1e.2: reg 14: [io 0x1880-0x18bf]
[ 0.403700] pci 0000:00:1e.2: reg 18: [mem 0xc0000800-0xc00009ff]
[ 0.403707] pci 0000:00:1e.2: reg 1c: [mem 0xc0000400-0xc00004ff]
[ 0.403743] pci 0000:00:1e.2: PME# supported from D0 D3hot D3cold
[ 0.403747] pci 0000:00:1e.2: PME# disabled
[ 0.403778] pci 0000:00:1e.3: reg 10: [io 0x2400-0x24ff]
[ 0.403785] pci 0000:00:1e.3: reg 14: [io 0x2000-0x207f]
[ 0.403830] pci 0000:00:1e.3: PME# supported from D0 D3hot D3cold
[ 0.403835] pci 0000:00:1e.3: PME# disabled
[ 0.403916] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.403921] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.403925] pci 0000:00:1f.0: LPC Generic IO decode 1 PIO at 0680-06ff
[ 0.403929] pci 0000:00:1f.0: LPC Generic IO decode 2 PIO at 1640-164f
[ 0.403964] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
[ 0.403972] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
[ 0.403979] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
[ 0.403986] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
[ 0.403993] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ef]
[ 0.404029] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.404034] pci 0000:00:1f.2: PME# disabled
[ 0.404090] pci 0000:00:1f.3: reg 20: [io 0x20a0-0x20bf]
[ 0.404159] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xd7ffffff pref]
[ 0.404164] pci 0000:01:00.0: reg 14: [io 0x3000-0x30ff]
[ 0.404170] pci 0000:01:00.0: reg 18: [mem 0xc0100000-0xc010ffff]
[ 0.404183] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.404199] pci 0000:01:00.0: supports D1 D2
[ 0.404209] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.404217] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.404220] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.404224] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.404227] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd7ffffff pref]
[ 0.404280] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.404284] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.404289] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xc7ffffff]
[ 0.404296] pci 0000:00:1c.0: bridge window [mem 0xd8000000-0xdbffffff 64bit pref]
[ 0.404383] pci 0000:06:05.0: reg 10: [mem 0xc8000000-0xc800ffff]
[ 0.404472] pci 0000:06:05.0: PME# supported from D3hot D3cold
[ 0.404477] pci 0000:06:05.0: PME# disabled
[ 0.404524] pci 0000:06:07.0: reg 10: [mem 0xc8010000-0xc8010fff]
[ 0.404595] pci 0000:06:07.0: PME# supported from D0 D3hot D3cold
[ 0.404600] pci 0000:06:07.0: PME# disabled
[ 0.404645] pci 0000:06:09.0: reg 10: [mem 0x00000000-0x00000fff]
[ 0.404671] pci 0000:06:09.0: supports D1 D2
[ 0.404673] pci 0000:06:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.404679] pci 0000:06:09.0: PME# disabled
[ 0.404720] pci 0000:06:09.1: reg 10: [mem 0xc8011000-0xc80117ff]
[ 0.404788] pci 0000:06:09.1: PME# supported from D0 D3hot D3cold
[ 0.404794] pci 0000:06:09.1: PME# disabled
[ 0.404834] pci 0000:06:09.2: reg 10: [mem 0xc8011800-0xc80118ff]
[ 0.404902] pci 0000:06:09.2: supports D1 D2
[ 0.404904] pci 0000:06:09.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.404909] pci 0000:06:09.2: PME# disabled
[ 0.404950] pci 0000:06:09.3: reg 10: [mem 0xc8011c00-0xc8011cff]
[ 0.405018] pci 0000:06:09.3: supports D1 D2
[ 0.405020] pci 0000:06:09.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.405026] pci 0000:06:09.3: PME# disabled
[ 0.405081] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
[ 0.405086] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.405091] pci 0000:00:1e.0: bridge window [mem 0xc8000000-0xc80fffff]
[ 0.405098] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.405101] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.405104] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.405156] pci_bus 0000:07: [bus 07-0a] partially hidden behind transparent bridge 0000:06 [bus 06-06]
[ 0.405174] pci_bus 0000:00: on NUMA node 0
[ 0.405178] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.405379] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.405469] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.405572] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.411640] ACPI: PCI Interrupt Link [LNKA] (IRQs *11)
[ 0.411739] ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
[ 0.411839] ACPI: PCI Interrupt Link [LNKC] (IRQs *5)
[ 0.411937] ACPI: PCI Interrupt Link [LNKD] (IRQs *5)
[ 0.412041] ACPI: PCI Interrupt Link [LNKE] (IRQs *11)
[ 0.412139] ACPI: PCI Interrupt Link [LNKF] (IRQs 10) *0, disabled.
[ 0.412238] ACPI: PCI Interrupt Link [LNKG] (IRQs *5)
[ 0.412336] ACPI: PCI Interrupt Link [LNKH] (IRQs *5)
[ 0.412464] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.412469] vgaarb: loaded
[ 0.412535] PCI: Using ACPI for IRQ routing
[ 0.412537] PCI: pci_cache_line_size set to 64 bytes
[ 0.412618] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.412621] reserve RAM buffer: 000000007fea0000 - 000000007fffffff
[ 0.412706] NetLabel: Initializing
[ 0.412708] NetLabel: domain hash size = 128
[ 0.412709] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.412721] NetLabel: unlabeled traffic allowed by default
[ 0.412727] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.412734] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.412738] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.416018] Switching to clocksource tsc
[ 0.417370] AppArmor: AppArmor Filesystem Enabled
[ 0.417385] pnp: PnP ACPI init
[ 0.417398] ACPI: bus type pnp registered
[ 0.419736] pnp: PnP ACPI: found 11 devices
[ 0.419739] ACPI: ACPI bus type pnp unregistered
[ 0.419742] PnPBIOS: Disabled by ACPI PNP
[ 0.419754] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.419757] system 00:01: [mem 0xf0000000-0xf0003fff] has been reserved
[ 0.419760] system 00:01: [mem 0xf0004000-0xf0004fff] has been reserved
[ 0.419763] system 00:01: [mem 0xf0005000-0xf0005fff] has been reserved
[ 0.419765] system 00:01: [mem 0xf0008000-0xf000bfff] has been reserved
[ 0.419768] system 00:01: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 0.419775] system 00:06: [io 0x0680-0x06df] has been reserved
[ 0.419778] system 00:06: [io 0x06f0-0x06ff] has been reserved
[ 0.419780] system 00:06: [io 0x0800-0x080f] has been reserved
[ 0.419783] system 00:06: [io 0x0900-0x090f] has been reserved
[ 0.419786] system 00:06: [io 0x1000-0x107f] has been reserved
[ 0.419788] system 00:06: [io 0x1180-0x11bf] has been reserved
[ 0.419791] system 00:06: [io 0x1640-0x164f] has been reserved
[ 0.454559] pci 0000:00:1e.0: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[ 0.454562] pci 0000:00:1e.0: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.454566] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0120000-0xc013ffff pref]
[ 0.454569] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.454572] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.454576] pci 0000:00:01.0: bridge window [mem 0xc0100000-0xc01fffff]
[ 0.454579] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd7ffffff pref]
[ 0.454583] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.454587] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.454593] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xc7ffffff]
[ 0.454598] pci 0000:00:1c.0: bridge window [mem 0xd8000000-0xdbffffff 64bit pref]
[ 0.454607] pci 0000:06:09.0: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[ 0.454610] pci 0000:06:09.0: BAR 16: assigned [mem 0x84000000-0x87ffffff]
[ 0.454613] pci 0000:06:09.0: BAR 0: assigned [mem 0xc8012000-0xc8012fff]
[ 0.454620] pci 0000:06:09.0: BAR 0: set to [mem 0xc8012000-0xc8012fff] (PCI address [0xc8012000-0xc8012fff]
[ 0.454623] pci 0000:06:09.0: BAR 13: assigned [io 0x5000-0x50ff]
[ 0.454625] pci 0000:06:09.0: BAR 14: assigned [io 0x5400-0x54ff]
[ 0.454628] pci 0000:06:09.0: CardBus bridge to [bus 07-0a]
[ 0.454630] pci 0000:06:09.0: bridge window [io 0x5000-0x50ff]
[ 0.454635] pci 0000:06:09.0: bridge window [io 0x5400-0x54ff]
[ 0.454641] pci 0000:06:09.0: bridge window [mem 0x80000000-0x83ffffff pref]
[ 0.454647] pci 0000:06:09.0: bridge window [mem 0x84000000-0x87ffffff]
[ 0.454653] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
[ 0.454656] pci 0000:00:1e.0: bridge window [io 0x5000-0x5fff]
[ 0.454662] pci 0000:00:1e.0: bridge window [mem 0xc8000000-0xc80fffff]
[ 0.454667] pci 0000:00:1e.0: bridge window [mem 0x80000000-0x83ffffff pref]
[ 0.454681] alloc irq_desc for 16 on node -1
[ 0.454683] alloc kstat_irqs on node -1
[ 0.454688] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.454693] pci 0000:00:01.0: setting latency timer to 64
[ 0.454755] pci 0000:00:1c.0: power state changed by ACPI to D0
[ 0.454791] pci 0000:00:1c.0: power state changed by ACPI to D0
[ 0.454797] alloc irq_desc for 17 on node -1
[ 0.454798] alloc kstat_irqs on node -1
[ 0.454802] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.454807] pci 0000:00:1c.0: setting latency timer to 64
[ 0.454814] pci 0000:00:1e.0: setting latency timer to 64
[ 0.454852] pci 0000:06:09.0: power state changed by ACPI to D0
[ 0.454889] pci 0000:06:09.0: power state changed by ACPI to D0
[ 0.454896] pci 0000:06:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.454903] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.454905] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[ 0.454908] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.454910] pci_bus 0000:01: resource 1 [mem 0xc0100000-0xc01fffff]
[ 0.454913] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd7ffffff pref]
[ 0.454915] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.454917] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xc7ffffff]
[ 0.454920] pci_bus 0000:02: resource 2 [mem 0xd8000000-0xdbffffff 64bit pref]
[ 0.454922] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
[ 0.454925] pci_bus 0000:06: resource 1 [mem 0xc8000000-0xc80fffff]
[ 0.454927] pci_bus 0000:06: resource 2 [mem 0x80000000-0x83ffffff pref]
[ 0.454929] pci_bus 0000:06: resource 4 [io 0x0000-0xffff]
[ 0.454932] pci_bus 0000:06: resource 5 [mem 0x00000000-0xffffffff]
[ 0.454934] pci_bus 0000:07: resource 0 [io 0x5000-0x50ff]
[ 0.454937] pci_bus 0000:07: resource 1 [io 0x5400-0x54ff]
[ 0.454939] pci_bus 0000:07: resource 2 [mem 0x80000000-0x83ffffff pref]
[ 0.454942] pci_bus 0000:07: resource 3 [mem 0x84000000-0x87ffffff]
[ 0.454979] NET: Registered protocol family 2
[ 0.455040] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.455285] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.456183] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.456761] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.456765] TCP reno registered
[ 0.456770] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.456792] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.456953] NET: Registered protocol family 1
[ 0.457086] pci 0000:01:00.0: Boot video device
[ 0.457107] PCI: CLS 32 bytes, default 64
[ 0.457333] Simple Boot Flag at 0x36 set to 0x1
[ 0.457512] Scanning for low memory corruption every 60 seconds
[ 0.457637] audit: initializing netlink socket (disabled)
[ 0.457650] type=2000 audit(1290552619.455:1): initialized
[ 0.471814] highmem bounce pool size: 64 pages
[ 0.471821] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.471926] VFS: Disk quotas dquot_6.5.2
[ 0.471951] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.472079] msgmni has been set to 431
[ 0.472174] alg: No test for stdrng (krng)
[ 0.472219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 0.472223] io scheduler noop registered
[ 0.472225] io scheduler deadline registered
[ 0.472238] io scheduler cfq registered (default)
[ 0.472389] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.472411] alloc irq_desc for 24 on node -1
[ 0.472413] alloc kstat_irqs on node -1
[ 0.472423] pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
[ 0.472474] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.472514] alloc irq_desc for 25 on node -1
[ 0.472515] alloc kstat_irqs on node -1
[ 0.472523] pcieport 0000:00:1c.0: irq 25 for MSI/MSI-X
[ 0.472617] pcieport 0000:00:01.0: Requesting control of PCIe PME from ACPI BIOS
[ 0.472623] pcieport 0000:00:01.0: Failed to receive control of PCIe PME service: no _OSC support
[ 0.472628] pcie_pme: probe of 0000:00:01.0:pcie01 failed with error -13
[ 0.472632] pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
[ 0.472635] pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: no _OSC support
[ 0.472638] pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
[ 0.472662] pci-stub: invalid id string ""
[ 0.472806] vesafb: framebuffer at 0xd0000000, mapped to 0xf8080000, using 1875k, total 16384k
[ 0.472809] vesafb: mode is 800x600x16, linelength=1600, pages=16
[ 0.472811] vesafb: protected mode interface info at c000:af18
[ 0.472814] vesafb: pmi: set display start = c00cafa6, set palette = c00cafe6
[ 0.472816] vesafb: scrolling: redraw
[ 0.472819] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[ 0.473370] bootsplash 3.1.6-2004/03/31: looking for picture...
[ 0.473374] bootsplash: silentjpeg size 200657 bytes
[ 0.509021] bootsplash: silentjpeg size 127397 bytes
[ 0.520097] bootsplash: ...found (800x600, 63072 bytes, v3).
[ 0.556773] Console: switching to colour frame buffer device 96x33
[ 0.592891] fb0: VESA VGA frame buffer device
[ 0.592959] isapnp: Scanning for PnP cards...
[ 0.903408] isapnp: No Plug & Play device found
[ 0.904877] Non-volatile memory driver v1.3
[ 0.904879] Linux agpgart interface v0.103
[ 0.904908] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 0.905352] alloc irq_desc for 20 on node -1
[ 0.905355] alloc kstat_irqs on node -1
[ 0.905365] serial 0000:00:1e.3: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 0.905372] serial 0000:00:1e.3: PCI INT B disabled
[ 0.905434] Fixed MDIO Bus: probed
[ 0.905478] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.908418] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 0.909836] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.909842] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.909845] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.909847] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.909850] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.909902] mice: PS/2 mouse device common for all mice
[ 0.910024] cpuidle: using governor ladder
[ 0.910026] cpuidle: using governor menu
[ 1.072832] TCP cubic registered
[ 1.072867] NET: Registered protocol family 10
[ 1.073161] lo: Disabled Privacy Extensions
[ 1.073369] Using IPI No-Shortcut mode
[ 1.073437] PM: Checking image partition /dev/mapper/cr_sda10
[ 1.087738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.896031] Synaptics Touchpad, model: 1, fw: 6.1, id: 0x2580b1, caps: 0xa04713/0x200000/0x0
[ 1.931156] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input1
[ 2.122177] PM: Resume from disk failed.
[ 2.122193] registered taskstats version 1
[ 2.122443] Magic number: 2:881:856
[ 2.122600] Freeing unused kernel memory: 408k freed
[ 2.122808] Write protecting the kernel text: 3852k
[ 2.122848] Write protecting the kernel read-only data: 2600k
[ 2.164891] SCSI subsystem initialized
[ 2.187748] libata version 3.00 loaded.
[ 2.192766] ahci 0000:00:1f.2: version 3.0
[ 2.192789] alloc irq_desc for 19 on node -1
[ 2.192791] alloc kstat_irqs on node -1
[ 2.192800] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.192814] ahci 0000:00:1f.2: PCI INT B disabled
[ 2.192817] ahci: probe of 0000:00:1f.2 failed with error -22
[ 2.200098] thermal LNXTHERM:01: registered as thermal_zone0
[ 2.200112] ACPI: Thermal Zone [THRM] (72 C)
[ 2.211863] processor_driver-0392 [00] processor_get_info : Bus mastering arbitration control present
[ 2.211888] processor_driver-0474 [00] processor_get_info : Processor [0:0]
[ 2.211899] processor_throttling-1141 [00] processor_get_throttli: pblk_address[0x00001010] duty_offset[3] duty_width[1]
[ 2.211906] processor_throttling-1187 [00] processor_get_throttli: Found 2 throttling states
[ 2.211912] processor_throttling-0657 [00] processor_get_throttli: Throttling state is T0 (1000% throttling applied)
[ 2.212065] processor_idle-0526 [00] processor_get_power_in: Found 3 power states
[ 2.212070] Marking TSC unstable due to TSC halts in idle
[ 2.212220] processor_throttling-0218 [00] processor_throttling_i: Assume no T-state coordination
[ 2.212593] Switching to clocksource hpet
[ 2.214785] ACPI: Fan [FAN1] (on)
[ 2.224625] device-mapper: uevent: version 1.0.3
[ 2.224731] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[ 2.234628] udev: starting version 157
[ 2.285309] usbcore: registered new interface driver usbfs
[ 2.285338] usbcore: registered new interface driver hub
[ 2.433490] ata_piix 0000:00:1f.2: version 2.13
[ 2.433512] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.433518] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[ 2.433562] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 2.477584] [drm] Initialized drm 1.1.0 20060810
[ 2.477843] scsi0 : ata_piix
[ 2.480239] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 2.480276] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.480780] scsi1 : ata_piix
[ 2.482025] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x18e0 irq 14
[ 2.482028] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18e8 irq 15
[ 2.482604] usbcore: registered new device driver usb
[ 2.493828] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.493865] alloc irq_desc for 23 on node -1
[ 2.493867] alloc kstat_irqs on node -1
[ 2.493875] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 2.493892] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 2.493895] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 2.493920] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 2.493950] ehci_hcd 0000:00:1d.7: debug port 1
[ 2.497851] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 2.497871] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc0000000
[ 2.512035] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 2.512079] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.512082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.512085] usb usb1: Product: EHCI Host Controller
[ 2.512087] usb usb1: Manufacturer: Linux 2.6.34-12-default ehci_hcd
[ 2.512089] usb usb1: SerialNumber: 0000:00:1d.7
[ 2.512214] hub 1-0:1.0: USB hub found
[ 2.512219] hub 1-0:1.0: 8 ports detected
[ 2.539655] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.539710] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 2.539719] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 2.539723] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 2.539736] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 2.539767] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001800
[ 2.539808] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.539811] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.539813] usb usb2: Product: UHCI Host Controller
[ 2.539815] usb usb2: Manufacturer: Linux 2.6.34-12-default uhci_hcd
[ 2.539817] usb usb2: SerialNumber: 0000:00:1d.0
[ 2.539927] hub 2-0:1.0: USB hub found
[ 2.539932] hub 2-0:1.0: 2 ports detected
[ 2.539991] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.540026] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 2.540029] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 2.540037] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 2.540075] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[ 2.540105] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.540107] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.540110] usb usb3: Product: UHCI Host Controller
[ 2.540112] usb usb3: Manufacturer: Linux 2.6.34-12-default uhci_hcd
[ 2.540114] usb usb3: SerialNumber: 0000:00:1d.1
[ 2.540189] hub 3-0:1.0: USB hub found
[ 2.540193] hub 3-0:1.0: 2 ports detected
[ 2.540247] alloc irq_desc for 18 on node -1
[ 2.540249] alloc kstat_irqs on node -1
[ 2.540256] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 2.540262] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 2.540266] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 2.540272] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 2.540304] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[ 2.540334] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.540337] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.540339] usb usb4: Product: UHCI Host Controller
[ 2.540341] usb usb4: Manufacturer: Linux 2.6.34-12-default uhci_hcd
[ 2.540343] usb usb4: SerialNumber: 0000:00:1d.2
[ 2.540423] hub 4-0:1.0: USB hub found
[ 2.540427] hub 4-0:1.0: 2 ports detected
[ 2.540476] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 2.540483] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 2.540487] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 2.540492] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 2.540526] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860
[ 2.540557] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.540559] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.540561] usb usb5: Product: UHCI Host Controller
[ 2.540563] usb usb5: Manufacturer: Linux 2.6.34-12-default uhci_hcd
[ 2.540565] usb usb5: SerialNumber: 0000:00:1d.3
[ 2.540640] hub 5-0:1.0: USB hub found
[ 2.540644] hub 5-0:1.0: 2 ports detected
[ 2.644729] ata2.00: ATAPI: MATSHITADVD-RAM UJ-822S, 1.00, max UDMA/33
[ 2.645241] ata1.00: failed to set max address (err_mask=0x1)
[ 2.645244] ata1.00: device aborted resize (155490289 -> 156301488), skipping HPA handling
[ 2.645250] ata1.00: ATA-7: FUJITSU MHT2080BH, 0000104A, max UDMA/100
[ 2.645253] ata1.00: 155490289 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.660584] ata2.00: configured for UDMA/33
[ 2.660676] ata1.00: configured for UDMA/100
[ 2.660804] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHT2080B 0000 PQ: 0 ANSI: 5
[ 2.663195] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-822S 1.00 PQ: 0 ANSI: 5
[ 2.687073] sd 0:0:0:0: [sda] 155490289 512-byte logical blocks: (79.6 GB/74.1 GiB)
[ 2.687144] sd 0:0:0:0: [sda] Write Protect is off
[ 2.687147] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.687167] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.687292] sda:
[ 2.713586] [drm] radeon defaulting to kernel modesetting.
[ 2.713590] [drm] radeon kernel modesetting enabled.
[ 2.713658] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2.713663] radeon 0000:01:00.0: setting latency timer to 64
[ 2.715743] [drm] initializing kernel modesetting (RV410 0x1002:0x5652).
[ 2.716537] [drm] register mmio base: 0xC0100000
[ 2.716540] [drm] register mmio size: 65536
[ 2.716690] ATOM BIOS: Samsung
[ 2.716911] [drm] GPU reset succeed (RBBM_STATUS=0x00000140)
[ 2.716920] [drm] Possible LM63 thermal controller at 0x4c
[ 2.716965] [drm] 3 Power State(s)
[ 2.716967] [drm] State 0 Battery
[ 2.716969] [drm] 1 PCIE Lanes
[ 2.716970] [drm] 1 Clock Mode(s)
[ 2.716972] [drm] 0 engine/memory: 105000/120000
[ 2.716974] [drm] State 1 Battery
[ 2.716975] [drm] 1 PCIE Lanes
[ 2.716977] [drm] 1 Clock Mode(s)
[ 2.716979] [drm] 0 engine/memory: 210000/183000
[ 2.716980] [drm] State 2 Default (default)
[ 2.716982] [drm] 16 PCIE Lanes
[ 2.716983] [drm] 1 Clock Mode(s)
[ 2.716985] [drm] 0 engine/memory: 350000/330000
[ 2.716996] [drm] radeon: power management initialized
[ 2.717000] [drm] Generation 2 PCI interface, using max accessible memory
[ 2.717005] radeon 0000:01:00.0: VRAM: 128M 0xD0000000 - 0xD7FFFFFF (128M used)
[ 2.717008] radeon 0000:01:00.0: GTT: 512M 0xB0000000 - 0xCFFFFFFF
[ 2.717058] alloc irq_desc for 26 on node -1
[ 2.717061] alloc kstat_irqs on node -1
[ 2.717072] radeon 0000:01:00.0: irq 26 for MSI/MSI-X
[ 2.717077] [drm] radeon: using MSI.
[ 2.717105] [drm] radeon: irq initialized.
[ 2.718003] [drm] Detected VRAM RAM=128M, BAR=128M
[ 2.718007] [drm] RAM width 128bits DDR
[ 2.718357] [TTM] Zone kernel: Available graphics memory: 441920 kiB.
[ 2.718360] [TTM] Zone highmem: Available graphics memory: 1035140 kiB.
[ 2.718379] [drm] radeon: 128M of VRAM memory ready
[ 2.718381] [drm] radeon: 512M of GTT memory ready.
[ 2.718394] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 2.720337] [drm] PCIE GART of 512M enabled (table at 0xD0040000).
[ 2.720348] [drm] radeon: 2 quad pipes, 1 z pipes initialized.
[ 2.720359] [drm] radeon: cp idle (0x10000C03)
[ 2.720388] [drm] Loading R400 Microcode
[ 2.720391] platform radeon_cp.0: firmware: requesting radeon/R420_cp.bin
[ 2.723056] [drm] radeon: ring at 0x00000000B0000000
[ 2.723079] [drm] ring test succeeded in 1 usecs
[ 2.723221] [drm] radeon: ib pool ready.
[ 2.723288] [drm] ib test succeeded in 0 usecs
[ 2.723324] [drm] Default TV standard: PAL
[ 2.723403] [drm] Default TV standard: PAL
[ 2.723458] [drm] Radeon Display Connectors
[ 2.723460] [drm] Connector 0:
[ 2.723461] [drm] VGA
[ 2.723464] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 2.723466] [drm] Encoders:
[ 2.723467] [drm] CRT1: INTERNAL_DAC1
[ 2.723469] [drm] Connector 1:
[ 2.723470] [drm] LVDS
[ 2.723471] [drm] Encoders:
[ 2.723472] [drm] LCD1: INTERNAL_LVDS
[ 2.723474] [drm] Connector 2:
[ 2.723475] [drm] S-video
[ 2.723476] [drm] Encoders:
[ 2.723478] [drm] TV1: INTERNAL_DAC2
[ 2.723479] [drm] Connector 3:
[ 2.723480] [drm] DVI-D
[ 2.723482] [drm] HPD1
[ 2.723484] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 2.723485] [drm] Encoders:
[ 2.723487] [drm] DFP1: INTERNAL_TMDS1
[ 2.876855] sda1 sda2 sda3 sda4 < sda5
[ 2.898764] [drm] fb mappable at 0xD00C0000
[ 2.898766] [drm] vram apper at 0xD0000000
[ 2.898768] [drm] size 7056000
[ 2.898770] [drm] fb depth is 24
[ 2.898771] [drm] pitch is 6720
[ 2.898777] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[ 2.898804] Console: switching to colour dummy device 80x25
[ 3.048012] sda6
[ 3.048240] usb 1-2: new high speed USB device using ehci_hcd and address 2
[ 3.369943] Console: switching to colour frame buffer device 206x61
[ 3.452030] fb0: radeondrmfb frame buffer device
[ 3.452034] registered panic notifier
[ 3.452043] [drm] Initialized radeon 2.3.0 20080528 for 0000:01:00.0 on minor 0
[ 3.452140] sda7 sda8 sda9 sda10 >
[ 3.503538] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.530675] usb 1-2: New USB device found, idVendor=04b4, idProduct=6830
[ 3.530680] usb 1-2: New USB device strings: Mfr=56, Product=58, SerialNumber=60
[ 3.530682] usb 1-2: Product:
[ 3.530684] usb 1-2: Manufacturer:
[ 3.530686] usb 1-2: SerialNumber: D
[ 3.992025] usb 3-2: new full speed USB device using uhci_hcd and address 2
[ 4.155107] usb 3-2: New USB device found, idVendor=08ff, idProduct=5711
[ 4.155111] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.155113] usb 3-2: Product: Fingerprint Sensor
[ 4.396030] usb 4-1: new full speed USB device using uhci_hcd and address 2
[ 4.428793] md: linear personality registered for level -1
[ 4.595347] usb 4-1: New USB device found, idVendor=04e8, idProduct=7021
[ 4.595351] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.905281] bootsplash: status on console 0 changed to on
[ 20.605735] bootsplash: status on console 0 changed to on
[ 20.692816] PM: Marking nosave pages: 000000000009f000 - 0000000000100000
[ 20.692822] PM: Basic memory bitmaps created
[ 20.706116] PM: Basic memory bitmaps freed
[ 20.814565] PM: Starting manual resume from disk
[ 20.814569] PM: Resume from partition 253:7
[ 20.814571] PM: Checking hibernation image.
[ 20.814919] PM: Error -22 checking image file
[ 20.814920] PM: Resume from disk failed.
[ 20.995551] EXT4-fs (dm-6): mounted filesystem with ordered data mode
[ 23.435689] preloadtrace: systemtap: 1.1/0.147, base: fa415000, memory: 24data/38text/6ctx/13net/260alloc kb, probes: 34
[ 25.971689] udev: starting version 157
[ 26.024223] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 26.119616] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 26.119624] ACPI: resource 0000:00:1f.3 [io 0x20a0-0x20bf] conflicts with ACPI region SMBI [??? 0x000020a0-0x000020af flags 0x49]
[ 26.119627] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 26.150489] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 26.223553] lib80211: common routines for IEEE802.11 drivers
[ 26.223557] lib80211_crypt: registered algorithm 'NULL'
[ 26.231892] Initializing USB Mass Storage driver...
[ 26.231968] usbcore: registered new interface driver usb-storage
[ 26.231970] USB Mass Storage support registered.
[ 26.238432] tg3.c:v3.108 (February 17, 2010)
[ 26.238458] alloc irq_desc for 22 on node -1
[ 26.238460] alloc kstat_irqs on node -1
[ 26.238469] tg3 0000:06:05.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 26.257099] Bluetooth: Core ver 2.15
[ 26.296073] intel_rng: FWH not detected
[ 26.311644] ACPI: Lid Switch [LID0]
[ 26.312464] ACPI: AC Adapter [ADP1] (on-line)
[ 26.315853] iTCO_vendor_support: vendor-support=0
[ 26.353077] ACPI: Battery Slot [BAT1] (battery present)
[ 26.353228] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 26.353279] ACPI: Power Button [PWRB]
[ 26.353322] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[ 26.353346] ACPI: Sleep Button [SLPB]
[ 26.353396] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[ 26.353420] ACPI: Power Button [PWRF]
[ 26.438006] tg3 0000:06:05.0: eth0: Tigon3 [partno(BCM95788A50) rev 3003] (PCI:33MHz:32-bit) MAC address 00:13:77:01:ab:92
[ 26.438012] tg3 0000:06:05.0: eth0: attached PHY is 5705 (10/100/1000Base-T Ethernet) (WireSpeed[0])
[ 26.438015] tg3 0000:06:05.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 26.438018] tg3 0000:06:05.0: eth0: dma_rwctrl[763f0000] dma_mask[32-bit]
[ 26.467970] NET: Registered protocol family 31
[ 26.467973] Bluetooth: HCI device and connection manager initialized
[ 26.467976] Bluetooth: HCI socket layer initialized
[ 26.469978] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 26.470062] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
[ 26.470111] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 26.473765] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 26.473792] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[ 26.494602] cfg80211: Calling CRDA to update world regulatory domain
[ 26.587227] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 26.587332] usbcore: registered new interface driver btusb
[ 26.600499] cfg80211: World regulatory domain updated:
[ 26.600502] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 26.600505] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 26.600508] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 26.600511] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 26.600513] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 26.600516] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 26.605470] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 26.605473] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[ 26.618689] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kdmprq
[ 26.618693] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 26.618789] ipw2200 0000:06:07.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 26.619354] ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
[ 26.619405] ipw2200 0000:06:07.0: firmware: requesting ipw2200-bss.fw
[ 26.761877] tpm_inf_pnp 00:08: Found TPM with ID IFX0101
[ 26.761928] tpm_inf_pnp 00:08: TPM found: config base 0x4e, data base 0x6e0, chip version 0x0006, vendor id 0x15d1 (Infineon), product id 0x0006 (SLD 9630 TT 1.1)
[ 26.765960] Intel ICH Modem 0000:00:1e.3: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 26.765978] Intel ICH Modem 0000:00:1e.3: setting latency timer to 64
[ 26.778545] sdhci: Secure Digital Host Controller Interface driver
[ 26.778548] sdhci: Copyright(c) Pierre Ossman
[ 26.787355] scsi2 : usb-storage 1-2:1.0
[ 26.799272] Intel ICH 0000:00:1e.2: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 26.799315] Intel ICH 0000:00:1e.2: setting latency timer to 64
[ 26.801546] usbcore: registered new interface driver ums-cypress
[ 26.808321] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 26.808326] Uniform CD-ROM driver Revision: 3.20
[ 26.808441] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 26.854944] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input7
[ 26.855003] ACPI: Video Device [ATIM] (multi-head: yes rom: no post: no)
[ 26.869304] ipw2200: Detected geography ZZE (13 802.11bg channels, 19 802.11a channels)
[ 26.869502] ohci1394 0000:06:09.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 26.926083] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[17] MMIO=[c8011000-c80117ff] Max Packet=[2048] IR/IT contexts=[4/4]
[ 26.940176] yenta_cardbus 0000:06:09.0: CardBus bridge found [144d:c018]
[ 27.068793] yenta_cardbus 0000:06:09.0: ISA IRQ mask 0x0cb8, PCI irq 16
[ 27.068798] yenta_cardbus 0000:06:09.0: Socket status: 30000006
[ 27.068802] pci_bus 0000:06: Raising subordinate bus# of parent bus (#06) from #06 to #0a
[ 27.068811] yenta_cardbus 0000:06:09.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
[ 27.068814] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff: excluding 0x5000-0x50ff 0x5400-0x54ff
[ 27.074430] yenta_cardbus 0000:06:09.0: pcmcia: parent PCI bridge window: [mem 0xc8000000-0xc80fffff]
[ 27.074433] pcmcia_socket pcmcia_socket0: cs: memory probe 0xc8000000-0xc80fffff: excluding 0xc8000000-0xc801ffff
[ 27.074445] yenta_cardbus 0000:06:09.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
[ 27.074448] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff: excluding 0x80000000-0x83ffffff
[ 27.074830] sdhci-pci 0000:06:09.2: SDHCI controller found [1180:0822] (rev 17)
[ 27.074854] sdhci-pci 0000:06:09.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 27.074914] sdhci-pci 0000:06:09.2: Will use DMA mode even though HW doesn't fully claim to support it.
[ 27.074943] Registered led device: mmc0::
[ 27.074974] mmc0: SDHCI controller on PCI [0000:06:09.2] using DMA
[ 27.087467] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
[ 27.089479] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f0-0x3f7 0x4d0-0x4d7
[ 27.090217] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
[ 27.090827] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
[ 27.091501] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[ 27.091557] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 27.091611] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[ 27.091668] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
[ 27.724041] intel8x0_measure_ac97_clock: measured 55473 usecs (2673 samples)
[ 27.724044] intel8x0: clocking to 48000
[ 27.802456] scsi 2:0:0:0: Direct-Access FUJITSU MHV2080AT 0000 PQ: 0 ANSI: 0
[ 27.802613] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 27.806058] sd 2:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 27.806930] sd 2:0:0:0: [sdb] Write Protect is off
[ 27.806933] sd 2:0:0:0: [sdb] Mode Sense: 27 00 00 00
[ 27.806935] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 27.808429] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 27.808437] sdb: sdb1 sdb2 sdb3
[ 28.172678] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 28.172689] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 28.212127] ieee1394: Host added: ID:BUS[0-00:1023] GUID[0000f04120050c8c]
[ 29.000974] Adding 2031188k swap on /dev/mapper/cr_sda10. Priority:-1 extents:1 across:2031188k
[ 30.399027] loop: module loaded
[ 31.788430] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[ 31.951426] bootsplash: status on console 0 changed to on
[ 43.682360] bootsplash: status on console 0 changed to on
[ 48.482755] kjournald starting. Commit interval 15 seconds
[ 48.483181] EXT3-fs (sda6): using internal journal
[ 48.483186] EXT3-fs (sda6): mounted filesystem with ordered data mode
[ 48.527333] kjournald starting. Commit interval 15 seconds
[ 48.527339] EXT3-fs (dm-8): warning: maximal mount count reached, running e2fsck is recommended
[ 48.527890] EXT3-fs (dm-8): using internal journal
[ 48.527894] EXT3-fs (dm-8): mounted filesystem with ordered data mode
[ 48.560843] kjournald starting. Commit interval 15 seconds
[ 48.560848] EXT3-fs (dm-5): mounted filesystem with ordered data mode
[ 48.576657] kjournald starting. Commit interval 15 seconds
[ 48.577086] EXT3-fs (dm-2): using internal journal
[ 48.577089] EXT3-fs (dm-2): mounted filesystem with ordered data mode
[ 48.590188] kjournald starting. Commit interval 15 seconds
[ 48.590591] EXT3-fs (dm-1): using internal journal
[ 48.590594] EXT3-fs (dm-1): mounted filesystem with ordered data mode
[ 48.598525] fuse init (API version 7.13)
[ 50.201250] type=1505 audit(1290549069.200:2): operation="profile_load" pid=1653 name=/bin/ping
[ 50.262519] type=1505 audit(1290549069.260:3): operation="profile_load" pid=1654 name=/sbin/klogd
[ 50.445114] type=1505 audit(1290549069.444:4): operation="profile_load" pid=1655 name=/sbin/syslog-ng
[ 50.579602] type=1505 audit(1290549069.576:5): operation="profile_load" pid=1681 name=/sbin/syslogd
[ 50.698001] type=1505 audit(1290549069.696:6): operation="profile_load" pid=1686 name=/usr/sbin/avahi-daemon
[ 50.806671] type=1505 audit(1290549069.804:7): operation="profile_load" pid=1687 name=/usr/sbin/identd
[ 50.934842] type=1505 audit(1290549069.932:8): operation="profile_load" pid=1688 name=/usr/sbin/mdnsd
[ 51.068171] type=1505 audit(1290549070.068:9): operation="profile_load" pid=1699 name=/usr/sbin/nscd
[ 51.260566] type=1505 audit(1290549070.260:10): operation="profile_load" pid=1700 name=/usr/sbin/ntpd
[ 51.358668] type=1505 audit(1290549070.356:11): operation="profile_load" pid=1701 name=/usr/sbin/traceroute
[ 51.711051] powernow: This module only works with AMD K7 CPUs
[ 51.752820] processor_perflib-0349 [00] processor_get_performa: Found 6 performance states
[ 51.752826] processor_perflib-0367 [00] processor_get_performa: Extracting state 0
[ 51.752830] processor_perflib-0385 [00] processor_get_performa: State [0]: core_frequency[2133] power[27000] transition_latency[10] bus_master_latency[10] control[0x1029] status[0x1029]
[ 51.752837] processor_perflib-0367 [00] processor_get_performa: Extracting state 1
[ 51.752841] processor_perflib-0385 [00] processor_get_performa: State [1]: core_frequency[1867] power[24000] transition_latency[10] bus_master_latency[10] control[0xe25] status[0xe25]
[ 51.752847] processor_perflib-0367 [00] processor_get_performa: Extracting state 2
[ 51.752851] processor_perflib-0385 [00] processor_get_performa: State [2]: core_frequency[1600] power[21000] transition_latency[10] bus_master_latency[10] control[0xc20] status[0xc20]
[ 51.752857] processor_perflib-0367 [00] processor_get_performa: Extracting state 3
[ 51.752861] processor_perflib-0385 [00] processor_get_performa: State [3]: core_frequency[1333] power[19000] transition_latency[10] bus_master_latency[10] control[0xa1c] status[0xa1c]
[ 51.752867] processor_perflib-0367 [00] processor_get_performa: Extracting state 4
[ 51.752871] processor_perflib-0385 [00] processor_get_performa: State [4]: core_frequency[1067] power[16000] transition_latency[10] bus_master_latency[10] control[0x817] status[0x817]
[ 51.752877] processor_perflib-0367 [00] processor_get_performa: Extracting state 5
[ 51.752881] processor_perflib-0385 [00] processor_get_performa: State [5]: core_frequency[800] power[13000] transition_latency[10] bus_master_latency[10] control[0x612] status[0x612]
[ 51.752940] processor_perflib-0486 [00] processor_notify_smm : No SMI port or pstate_control
[ 51.799849] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 51.984643] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 52.004758] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 54.423859] Bluetooth: L2CAP ver 2.14
[ 54.423863] Bluetooth: L2CAP socket layer initialized
[ 54.518839] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 54.518842] Bluetooth: BNEP filters: protocol multicast
[ 54.589038] Bridge firewalling registered
[ 54.709379] Bluetooth: SCO (Voice Link) ver 0.6
[ 54.709382] Bluetooth: SCO socket layer initialized
[ 54.936492] tg3 0000:06:05.0: firmware: requesting tigon/tg3_tso5.bin
[ 55.224448] Bluetooth: RFCOMM TTY layer initialized
[ 55.224454] Bluetooth: RFCOMM socket layer initialized
[ 55.224456] Bluetooth: RFCOMM ver 1.11
[ 55.470735] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 55.744244] NET: Registered protocol family 17
[ 58.324873] tg3 0000:06:05.0: eth0: Link is up at 1000 Mbps, full duplex
[ 58.324882] tg3 0000:06:05.0: eth0: Flow control is on for TX and on for RX
[ 58.325332] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 63.992168] bootsplash: status on console 0 changed to on
[ 66.086989] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold
[ 96.556512] kjournald starting. Commit interval 15 seconds
[ 96.556537] EXT3-fs (sdb3): warning: maximal mount count reached, running e2fsck is recommended
[ 96.557232] EXT3-fs (sdb3): using internal journal
[ 96.557321] EXT3-fs (sdb3): mounted filesystem with ordered data mode
[ 192.080979] show_signal_msg: 3 callbacks suppressed
[ 192.080990] npviewer.bin[3758]: segfault at 0 ip (null) sp bfcf274c error 4 in npviewer.bin[8048000+2a000]
[ 192.416445] npviewer.bin[3769]: segfault at 0 ip (null) sp bffec35c error 4 in npviewer.bin[8048000+2a000]
[ 192.767261] npviewer.bin[3779]: segfault at 0 ip (null) sp bfc6c65c error 4 in npviewer.bin[8048000+2a000]
[ 193.180127] npviewer.bin[3789]: segfault at 0 ip (null) sp bfb642dc error 4 in npviewer.bin[8048000+2a000]
[ 4606.597434] SFW2-OUT-ERROR IN= OUT=eth0 SRC=192.168.1.33 DST=195.4.92.212 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=12063 DF PROTO=TCP SPT=49606 DPT=993 WINDOW=182 RES=0x00 ACK FIN URGP=0 OPT (0101080A00106DA9331FA4C5)
[ 4606.820060] SFW2-OUT-ERROR IN= OUT=eth0 SRC=192.168.1.33 DST=195.4.92.212 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=12064 DF PROTO=TCP SPT=49606 DPT=993 WINDOW=182 RES=0x00 ACK FIN URGP=0 OPT (0101080A00106DE1331FA4C5)
[ 4607.268086] SFW2-OUT-ERROR IN= OUT=eth0 SRC=192.168.1.33 DST=195.4.92.212 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=12065 DF PROTO=TCP SPT=49606 DPT=993 WINDOW=182 RES=0x00 ACK FIN URGP=0 OPT (0101080A00106E51331FA4C5)
[ 4608.164094] SFW2-OUT-ERROR IN= OUT=eth0 SRC=192.168.1.33 DST=195.4.92.212 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=12066 DF PROTO=TCP SPT=49606 DPT=993 WINDOW=182 RES=0x00 ACK FIN URGP=0 OPT (0101080A00106F31331FA4C5)
[ 4609.956056] SFW2-OUT-ERROR IN= OUT=eth0 SRC=192.168.1.33 DST=195.4.92.212 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=12067 DF PROTO=TCP SPT=49606 DPT=993 WINDOW=182 RES=0x00 ACK FIN URGP=0 OPT (0101080A001070F1331FA4C5)
[ 4635.044067] SFW2-OUT-ERROR IN= OUT=eth0 SRC=192.168.1.33 DST=195.4.92.212 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=12070 DF PROTO=TCP SPT=49606 DPT=993 WINDOW=182 RES=0x00 ACK FIN URGP=0 OPT (0101080A00108971331FA4C5)
[ 4663.716061] SFW2-OUT-ERROR IN= OUT=eth0 SRC=192.168.1.33 DST=195.4.92.212 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=12071 DF PROTO=TCP SPT=49606 DPT=993 WINDOW=182 RES=0x00 ACK FIN URGP=0 OPT (0101080A0010A571331FA4C5)
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2010-11-23 23:16 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-08 20:04 system freeze when processor.ko is loaded during boot Martin Wilck
2010-10-20 6:57 ` Jan Beulich
2010-11-04 14:57 ` Jiang, Yunhong
2010-11-23 23:16 ` Martin Wilck [this message]
2011-01-10 15:37 ` Liu, Jinsong
2011-01-13 21:29 ` Martin Wilck
2011-01-14 7:53 ` Liu, Jinsong
2011-03-18 3:40 ` Liu, Jinsong
2011-01-11 14:29 ` Liu, Jinsong
2011-03-28 22:31 ` Martin Wilck
2011-03-28 22:48 ` Martin Wilck
2011-03-31 11:48 ` Jan Beulich
2011-04-01 2:26 ` Liu, Jinsong
2011-03-31 6:23 ` Haitao Shan
2011-04-03 13:46 ` Martin Wilck
2011-04-04 9:22 ` Jan Beulich
2011-04-06 9:58 ` Jan Beulich
2011-04-12 13:59 ` Keir Fraser
2011-04-12 14:12 ` Jan Beulich
2011-03-31 9:52 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CEC4B45.4010901@arcor.de \
--to=mwilck@arcor.de \
--cc=JBeulich@novell.com \
--cc=xen-devel@lists.xensource.com \
--cc=yunhong.jiang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.