From: Manuel Huber <manuel.h87@gmail.com>
To: Jan Kiszka <jan.kiszka@siemens.com>,
Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] (Boot)-problems with (current) ipipe patch on AMD FX 61000 - 2.6.38.8 & 3.5.7
Date: Wed, 20 Feb 2013 21:42:05 +0100 [thread overview]
Message-ID: <5125351D.4070007@gmail.com> (raw)
In-Reply-To: <5123CD17.4020505@siemens.com>
Hi!
I havn't yet managed to compile the kernel with the patch (I will do
that tomorrow).
It worked to boot the kernel with noapic but it also failed once... it
don't understand this...
(I also don't understand what noapic does, but I thought maybe it helps
to tell you about this)
So I did a few things:
1. boot-generic.txt: Messages when booting the system with a generic
kernel...
2. proc-interrupts-generic.txt: Output of /proc/interrupts
3. I searched the message log (I don't want to post the full log (it's
very large); but boot-2.6.35.9-mp-table-bug.txt contains the
messages that got me curious) and found some errors regarding
mp-table. I already had this issue with another computer and
remembered that I found the instruction to set the noapic flag to
prevent this... But I don't have a clue what it does... I have to
check... I also think it doesn't really solve the problem, it just
doesn't happen "sometimes"...
4. So last file is the boot-success-patch4, which is the last version I
compiled with all the suggested flags disabled...
I just wanted to inform everybody; Tomorrow I test the suggested patch
and send you the results!
Thanks for your help!
On 2013-02-19 20:05, Jan Kiszka wrote:
> On 2013-02-19 19:52, Gilles Chanteperdrix wrote:
>> On 02/19/2013 07:48 PM, Jan Kiszka wrote:
>>
>>> On 2013-02-19 13:05, Jan Kiszka wrote:
>>>> On 2013-02-19 12:22, Manuel Huber wrote:
>>>>> Thanks for your reply and sorry for the delay ;)
>>>>> I have tried disabling the options and attached the logs. It still fails :(
>>>>>
>>>>> I hope it's okay to attach so many files... I can also add the config
>>>>> files for
>>>>> every build if that helps.
>>>> I'll try your config later, though in a different environment. If I'm
>>>> unable to reproduce, I'll provide further instrumentation suggestions.
>>> No luck in reproducing, even with enforced IRQ7 injection. I suppose
>>> there are more factors influencing this. Again my question: any
>>> indication on normal Linux kernels that there are spurious IRQs? What is
>>> associated with IRQ7 on your system?
>>
>> IRQ7 may be a PIC spurious interrupt:
>> http://wiki.osdev.org/Interrupts#Standard_ISA_IRQs
>> http://wiki.osdev.org/8259_PIC#Spurious_IRQs
> True. And the PIC may not deliver to all CPUs on all systems. Sometimes
> those IRQs only land on CPU0.
>
> I just stepped through start_secondary here. It starts with
>
> (gdb) p $lx_per_cpu("vector_irq")[0x37]
> $2 = -1
>
> But then, before executing local_irq_enable:
>
> (gdb) p $lx_per_cpu("vector_irq")[0x37]
> $10 = 7
>
> However:
>
> (gdb) p /x $eflags
> $11 = 0x46
>
> Thus IRQs hard disabled. I really don't understand what happens there.
>
> Jan
>
-------------- next part --------------
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32-44-generic (buildd@akateko) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ) #98-Ubuntu SMP Mon Sep 24 17:32:45 UTC 2012 (Ubuntu 2.6.32-44.98-generic 2.6.32.59+drm33.24)
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfda0000 (usable)
[ 0.000000] BIOS-e820: 00000000cfda0000 - 00000000cfdd1000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000cfdd1000 - 00000000cfe00000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cfe00000 - 00000000cff00000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0xcfda0 max_arch_pfn = 0x100000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000002000 (usable)
[ 0.000000] modified: 0000000000002000 - 0000000000006000 (reserved)
[ 0.000000] modified: 0000000000006000 - 000000000009f800 (usable)
[ 0.000000] modified: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 00000000cfda0000 (usable)
[ 0.000000] modified: 00000000cfda0000 - 00000000cfdd1000 (ACPI NVS)
[ 0.000000] modified: 00000000cfdd1000 - 00000000cfe00000 (ACPI data)
[ 0.000000] modified: 00000000cfe00000 - 00000000cff00000 (reserved)
[ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] modified: 0000000100000000 - 0000000430000000 (usable)
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] Using x86 segment limits to approximate NX protection
[ 0.000000] RAMDISK: 37813000 - 37fef039
[ 0.000000] Allocated new RAMDISK: 008ea000 - 010c6039
[ 0.000000] Move RAMDISK from 0000000037813000 - 0000000037fef038 to 008ea000 - 010c6038
[ 0.000000] ACPI: RSDP 000f6b10 00014 (v00 GBT )
[ 0.000000] ACPI: RSDT cfdd1000 00044 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: FACP cfdd1080 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: DSDT cfdd1100 07997 (v01 GBT GBTUACPI 00001000 MSFT 03000000)
[ 0.000000] ACPI: FACS cfda0000 00040
[ 0.000000] ACPI: MSDM cfdd8b80 00055 (v03 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: HPET cfdd8c00 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
[ 0.000000] ACPI: MCFG cfdd8c40 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: MATS cfdd8cc0 00034 (v01 GBT 00000000 00000000)
[ 0.000000] ACPI: TAMG cfdd8d30 00202 (v01 GBT GBT B0 5455312E BG?? 53450101)
[ 0.000000] ACPI: APIC cfdd8ac0 000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: MATS cfdd8f40 066B9 (v01 MATS RCM 80000001 INTL 20061109)
[ 0.000000] 2437MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] node 0 low ram: 00000000 - 377fe000
[ 0.000000] node 0 bootmap 00008000 - 0000ef00
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 00008e5ed8] TEXT DATA BSS ==> [0000100000 - 00008e5ed8]
[ 0.000000] #4 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
[ 0.000000] #5 [00008e6000 - 00008e90fe] BRK ==> [00008e6000 - 00008e90fe]
[ 0.000000] #6 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #7 [00008ea000 - 00010c6039] NEW RAMDISK ==> [00008ea000 - 00010c6039]
[ 0.000000] #8 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] found SMP MP-table at [c00f4bf0] f4bf0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x000cfda0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00000002
[ 0.000000] 0: 0x00000006 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000cfda0
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 33, 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 low level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 8 CPUs, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at cff00000 (gap: cff00000:10100000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @c2c00000 s36056 r0 d21288 u524288
[ 0.000000] pcpu-alloc: s36056 r0 d21288 u524288 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 844607
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-44-generic root=UUID=e722c833-7422-4a40-9602-8d589eacd32c ro console=tty0 console=ttyS0,19200n8
[ 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] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] allocated 17027200 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:000cfda0)
[ 0.000000] Memory: 3342936k/3405440k available (4699k kernel code, 60756k reserved, 2128k data, 664k init, 2496136k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff1d000 - 0xfffff000 ( 904 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 : 0xc07ab000 - 0xc0851000 ( 664 kB)
[ 0.000000] .data : 0xc0596d87 - 0xc07aafc8 (2128 kB)
[ 0.000000] .text : 0xc0100000 - 0xc0596d87 (4699 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:2304 nr_irqs:472
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 3322.169 MHz processor.
[ 0.008003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6644.33 BogoMIPS (lpj=13288676)
[ 0.016010] Security Framework initialized
[ 0.020011] AppArmor: AppArmor initialized
[ 0.024006] Mount-cache hash table entries: 512
[ 0.028079] Initializing cgroup subsys ns
[ 0.032004] Initializing cgroup subsys cpuacct
[ 0.036005] Initializing cgroup subsys memory
[ 0.040005] Initializing cgroup subsys devices
[ 0.044003] Initializing cgroup subsys freezer
[ 0.048003] Initializing cgroup subsys net_cls
[ 0.052013] CPU: L1 I Cache: 64K (64 bytes/line), D cache 16K (64 bytes/line)
[ 0.056004] CPU: L2 Cache: 2048K (64 bytes/line)
[ 0.060003] CPU: Physical Processor ID: 0
[ 0.064003] CPU: Processor Core ID: 0
[ 0.068004] mce: CPU supports 7 MCE banks
[ 0.072013] Performance Events: AMD PMU driver.
[ 0.080005] ... version: 0
[ 0.084002] ... bit width: 48
[ 0.088002] ... generic registers: 4
[ 0.092003] ... value mask: 0000ffffffffffff
[ 0.096003] ... max period: 00007fffffffffff
[ 0.100002] ... fixed-purpose events: 0
[ 0.104003] ... event mask: 000000000000000f
[ 0.108006] Checking 'hlt' instruction... OK.
[ 0.134584] ACPI: Core revision 20090903
[ 0.148014] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.152005] ftrace: allocating 21841 entries in 43 pages
[ 0.160048] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.164254] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.208999] CPU0: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.224001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.012000] Initializing CPU#1
[ 0.012000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 16K (64 bytes/line)
[ 0.012000] CPU: L2 Cache: 2048K (64 bytes/line)
[ 0.012000] CPU: Physical Processor ID: 0
[ 0.012000] CPU: Processor Core ID: 1
[ 0.316109] CPU1: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.328005] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.332075] Booting processor 2 APIC 0x2 ip 0x6000
[ 0.012000] Initializing CPU#2
[ 0.012000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 16K (64 bytes/line)
[ 0.012000] CPU: L2 Cache: 2048K (64 bytes/line)
[ 0.012000] CPU: Physical Processor ID: 0
[ 0.012000] CPU: Processor Core ID: 2
[ 0.428074] CPU2: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.440004] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[ 0.444048] Booting processor 3 APIC 0x3 ip 0x6000
[ 0.012000] Initializing CPU#3
[ 0.012000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 16K (64 bytes/line)
[ 0.012000] CPU: L2 Cache: 2048K (64 bytes/line)
[ 0.012000] CPU: Physical Processor ID: 0
[ 0.012000] CPU: Processor Core ID: 3
[ 0.540088] CPU3: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.552005] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[ 0.556046] Booting processor 4 APIC 0x4 ip 0x6000
[ 0.012000] Initializing CPU#4
[ 0.012000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 16K (64 bytes/line)
[ 0.012000] CPU: L2 Cache: 2048K (64 bytes/line)
[ 0.012000] CPU: Physical Processor ID: 0
[ 0.012000] CPU: Processor Core ID: 4
[ 0.652109] CPU4: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.664005] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[ 0.668049] Booting processor 5 APIC 0x5 ip 0x6000
[ 0.012000] Initializing CPU#5
[ 0.012000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 16K (64 bytes/line)
[ 0.012000] CPU: L2 Cache: 2048K (64 bytes/line)
[ 0.012000] CPU: Physical Processor ID: 0
[ 0.012000] CPU: Processor Core ID: 5
[ 0.764116] CPU5: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.776005] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[ 0.780010] Brought up 6 CPUs
[ 0.784004] Total of 6 processors activated (39865.28 BogoMIPS).
[ 0.792148] devtmpfs: initialized
[ 0.796149] regulator: core version 0.5
[ 0.800019] Time: 12:51:57 Date: 02/20/13
[ 0.804035] NET: Registered protocol family 16
[ 0.808093] EISA bus registered
[ 0.808062] Trying to unpack rootfs image as initramfs...
[ 0.812023] ACPI: bus type pci registered
[ 0.816051] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.820005] PCI: MCFG area at e0000000 reserved in E820
[ 0.824001] Freeing initrd memory: 8048k freed
[ 0.824004] PCI: Using MMCONFIG for extended config space
[ 0.828004] PCI: Using configuration type 1 for base access
[ 0.832036] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.836004] mtrr: probably your BIOS does not setup all CPUs.
[ 0.840004] mtrr: corrected configuration.
[ 0.844597] bio: create slab <bio-0> at 0
[ 0.856463] ACPI: Interpreter enabled
[ 0.860006] ACPI: (supports S0 S3 S4 S5)
[ 0.869681] ACPI: Using IOAPIC for interrupt routing
[ 0.878526] ACPI Warning: Incorrect checksum in table [TAMG] - 45, should be 44 (20090903/tbutils-314)
[ 0.888101] ACPI: No dock devices found.
[ 0.892090] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.896132] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.900005] pci 0000:00:02.0: PME# disabled
[ 0.904048] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[ 0.908005] pci 0000:00:09.0: PME# disabled
[ 0.912042] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[ 0.916005] pci 0000:00:0a.0: PME# disabled
[ 0.920079] pci 0000:00:11.0: set SATA to AHCI mode
[ 0.924153] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.928006] pci 0000:00:12.2: PME# disabled
[ 0.932131] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.936006] pci 0000:00:13.2: PME# disabled
[ 0.944071] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.948006] pci 0000:00:14.2: PME# disabled
[ 0.952496] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[ 0.956006] pci 0000:00:16.2: PME# disabled
[ 0.960399] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.964006] pci 0000:02:00.0: PME# disabled
[ 0.968132] pci 0000:03:00.0: PME# supported from D3hot
[ 0.972006] pci 0000:03:00.0: PME# disabled
[ 0.976150] pci 0000:04:06.0: PME# supported from D1 D2 D3hot D3cold
[ 0.980007] pci 0000:04:06.0: PME# disabled
[ 0.984114] pci 0000:04:0e.0: PME# supported from D2 D3hot D3cold
[ 0.988007] pci 0000:04:0e.0: PME# disabled
[ 0.992031] pci 0000:00:14.4: transparent bridge
[ 0.996150] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.000007] pci 0000:05:00.0: PME# disabled
[ 1.004184] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.008007] pci 0000:06:00.0: PME# disabled
[ 1.012169] pci 0000:07:00.0: PME# supported from D3hot
[ 1.016007] pci 0000:07:00.0: PME# disabled
[ 1.041668] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0
[ 1.057234] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0
[ 1.072079] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0
[ 1.088079] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0
[ 1.104077] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0
[ 1.124077] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0
[ 1.144056] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0
[ 1.163518] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0
[ 1.178908] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.180009] vgaarb: loaded
[ 1.184085] SCSI subsystem initialized
[ 1.188031] usbcore: registered new interface driver usbfs
[ 1.196009] usbcore: registered new interface driver hub
[ 1.200012] usbcore: registered new device driver usb
[ 1.204073] ACPI: WMI: Mapper loaded
[ 1.208006] PCI: Using ACPI for IRQ routing
[ 1.212011] pci 0000:00:00.0: BAR 3: address space collision on of device [0xe0000000-0xffffffff]
[ 1.216005] pci 0000:00:00.0: BAR 3: can't allocate resource
[ 1.224147] NetLabel: Initializing
[ 1.228005] NetLabel: domain hash size = 128
[ 1.232005] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.236012] NetLabel: unlabeled traffic allowed by default
[ 1.240050] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 1.250825] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 1.256023] Switching to clocksource tsc
[ 1.261341] AppArmor: AppArmor Filesystem Enabled
[ 1.289568] pnp: PnP ACPI init
[ 1.307920] ACPI: bus type pnp registered
[ 1.333859] pnp 00:0a: mem resource (0xcda00-0xcffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 1.393278] pnp 00:0a: mem resource (0xf0000-0xf7fff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 1.452715] pnp 00:0a: mem resource (0xf8000-0xfbfff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 1.512156] pnp 00:0a: mem resource (0xfc000-0xfffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 1.571593] pnp 00:0a: mem resource (0x0-0x9ffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 1.628950] pnp 00:0a: mem resource (0x100000-0xcfd9ffff) overlaps 0000:00:00.0 BAR 3 (0x0-0x1fffffff), disabling
[ 1.690556] pnp: PnP ACPI: found 11 devices
[ 1.715665] ACPI: ACPI bus type pnp unregistered
[ 1.743331] PnPBIOS: Disabled by ACPI PNP
[ 1.767413] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[ 1.805529] system 00:01: ioport range 0x220-0x225 has been reserved
[ 1.843648] system 00:01: ioport range 0x290-0x294 has been reserved
[ 1.881765] system 00:02: ioport range 0x900-0x91f has been reserved
[ 1.919881] system 00:02: ioport range 0x228-0x22f has been reserved
[ 1.958000] system 00:02: ioport range 0x40b-0x40b has been reserved
[ 1.996117] system 00:02: ioport range 0x4d6-0x4d6 has been reserved
[ 2.034240] system 00:02: ioport range 0xc00-0xc01 has been reserved
[ 2.072351] system 00:02: ioport range 0xc14-0xc14 has been reserved
[ 2.110468] system 00:02: ioport range 0xc50-0xc52 has been reserved
[ 2.148586] system 00:02: ioport range 0xc6c-0xc6d has been reserved
[ 2.186704] system 00:02: ioport range 0xc6f-0xc6f has been reserved
[ 2.224822] system 00:02: ioport range 0xcd0-0xcd1 has been reserved
[ 2.262938] system 00:02: ioport range 0xcd2-0xcd3 has been reserved
[ 2.301058] system 00:02: ioport range 0xcd4-0xcdf has been reserved
[ 2.339173] system 00:02: ioport range 0x800-0x8fe has been reserved
[ 2.377291] system 00:02: ioport range 0xa10-0xa17 has been reserved
[ 2.415409] system 00:02: ioport range 0xb00-0xb0f has been reserved
[ 2.453526] system 00:02: ioport range 0xb10-0xb1f has been reserved
[ 2.491643] system 00:02: ioport range 0xb20-0xb3f has been reserved
[ 2.529766] system 00:09: iomem range 0xe0000000-0xefffffff has been reserved
[ 2.572564] system 00:0a: iomem range 0xcfda0000-0xcfdfffff could not be reserved
[ 2.617454] system 00:0a: iomem range 0xffff0000-0xffffffff has been reserved
[ 2.660237] system 00:0a: iomem range 0xcfe00000-0xcfefffff has been reserved
[ 2.703034] system 00:0a: iomem range 0xcff00000-0xcfffffff could not be reserved
[ 2.747926] system 00:0a: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 2.792804] system 00:0a: iomem range 0xfee00000-0xfee00fff has been reserved
[ 2.835587] system 00:0a: iomem range 0xfff80000-0xfffeffff has been reserved
[ 2.913036] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
[ 2.948532] pci 0000:00:02.0: IO window: 0xe000-0xefff
[ 2.980411] pci 0000:00:02.0: MEM window: 0xfb000000-0xfcffffff
[ 3.016968] pci 0000:00:02.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
[ 3.062383] pci 0000:00:09.0: PCI bridge, secondary bus 0000:02
[ 3.097883] pci 0000:00:09.0: IO window: 0xd000-0xdfff
[ 3.129760] pci 0000:00:09.0: MEM window: 0xfd100000-0xfd1fffff
[ 3.166318] pci 0000:00:09.0: PREFETCH window: 0x000000fde00000-0x000000fdefffff
[ 3.213241] pci 0000:00:0a.0: PCI bridge, secondary bus 0000:03
[ 3.248740] pci 0000:00:0a.0: IO window: 0xc000-0xcfff
[ 3.280618] pci 0000:00:0a.0: MEM window: 0xfdb00000-0xfdbfffff
[ 3.317177] pci 0000:00:0a.0: PREFETCH window: 0x000000fd200000-0x000000fd2fffff
[ 3.362591] pci 0000:00:14.4: PCI bridge, secondary bus 0000:04
[ 3.398090] pci 0000:00:14.4: IO window: 0xb000-0xbfff
[ 3.429968] pci 0000:00:14.4: MEM window: 0xfdd00000-0xfddfffff
[ 3.466527] pci 0000:00:14.4: PREFETCH window: 0xfdc00000-0xfdcfffff
[ 3.505687] pci 0000:00:15.0: PCI bridge, secondary bus 0000:05
[ 3.541203] pci 0000:00:15.0: IO window: 0xa000-0xafff
[ 3.573079] pci 0000:00:15.0: MEM window: 0xfda00000-0xfdafffff
[ 3.609637] pci 0000:00:15.0: PREFETCH window: 0x000000fd900000-0x000000fd9fffff
[ 3.655052] pci 0000:00:15.1: PCI bridge, secondary bus 0000:06
[ 3.690551] pci 0000:00:15.1: IO window: 0x9000-0x9fff
[ 3.722428] pci 0000:00:15.1: MEM window: 0xfd800000-0xfd8fffff
[ 3.758986] pci 0000:00:15.1: PREFETCH window: 0x000000fd700000-0x000000fd7fffff
[ 3.804401] pci 0000:00:15.2: PCI bridge, secondary bus 0000:07
[ 3.839900] pci 0000:00:15.2: IO window: 0x8000-0x8fff
[ 3.871776] pci 0000:00:15.2: MEM window: 0xfd600000-0xfd6fffff
[ 3.908336] pci 0000:00:15.2: PREFETCH window: 0x000000fd500000-0x000000fd5fffff
[ 3.953751] pci 0000:00:15.3: PCI bridge, secondary bus 0000:08
[ 3.989248] pci 0000:00:15.3: IO window: 0x7000-0x7fff
[ 4.021126] pci 0000:00:15.3: MEM window: 0xfd400000-0xfd4fffff
[ 4.057686] pci 0000:00:15.3: PREFETCH window: 0x000000fd300000-0x000000fd3fffff
[ 4.103110] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.143289] pci 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.183482] pci 0000:00:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.223686] pci 0000:00:15.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.263879] pci 0000:00:15.1: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.304078] pci 0000:00:15.2: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.344278] pci 0000:00:15.3: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 4.384544] NET: Registered protocol family 2
[ 4.410737] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 4.453737] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 4.498325] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 4.538082] TCP: Hash tables configured (established 131072 bind 65536)
[ 4.577758] TCP reno registered
[ 4.596686] NET: Registered protocol family 1
[ 4.622856] pci 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.684041] pci 0000:00:12.0: PCI INT A disabled
[ 4.711723] pci 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 4.751927] pci 0000:00:12.2: PCI INT B disabled
[ 4.779629] pci 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.840035] pci 0000:00:13.0: PCI INT A disabled
[ 4.867731] pci 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 4.907932] pci 0000:00:13.2: PCI INT B disabled
[ 4.935641] pci 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 4.992038] pci 0000:00:14.5: PCI INT C disabled
[ 5.019733] pci 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 5.076036] pci 0000:00:16.0: PCI INT A disabled
[ 5.103770] pci 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 5.143969] pci 0000:00:16.2: PCI INT B disabled
[ 5.171697] pci 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 5.211882] pci 0000:02:00.0: PCI INT A disabled
[ 5.239595] pci 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 5.279799] pci 0000:06:00.0: PCI INT A disabled
[ 5.307862] cpufreq-nforce2: No nForce2 chipset.
[ 5.335598] Scanning for low memory corruption every 60 seconds
[ 5.371173] audit: initializing netlink socket (disabled)
[ 5.403553] type=2000 audit(1361364714.403:1): initialized
[ 5.442851] highmem bounce pool size: 64 pages
[ 5.469486] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 5.508839] VFS: Disk quotas dquot_6.5.2
[ 5.532394] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 5.571948] fuse init (API version 7.13)
[ 5.595546] msgmni has been set to 1672
[ 5.618838] alg: No test for stdrng (krng)
[ 5.643487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 5.687862] io scheduler noop registered
[ 5.711395] io scheduler anticipatory registered
[ 5.739063] io scheduler deadline registered
[ 5.764729] io scheduler cfq registered (default)
[ 5.793629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 5.827145] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 5.866843] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 5.916931] ACPI: Power Button [PWRB]
[ 5.938942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 5.983283] ACPI: Power Button [PWRF]
[ 6.005533] processor LNXCPU:00: registered as cooling_device0
[ 6.040549] processor LNXCPU:01: registered as cooling_device1
[ 6.075551] processor LNXCPU:02: registered as cooling_device2
[ 6.110551] processor LNXCPU:03: registered as cooling_device3
[ 6.145548] processor LNXCPU:04: registered as cooling_device4
[ 6.180545] processor LNXCPU:05: registered as cooling_device5
[ 6.217197] isapnp: Scanning for PnP cards...
[ 6.218103] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 6.243385] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 6.317076] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 6.322450] brd: module loaded
[ 6.323408] loop: module loaded
[ 6.323565] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[ 6.323863] pata_acpi 0000:00:14.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 6.323943] pata_acpi 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 6.323988] pata_acpi 0000:03:00.0: PCI INT A disabled
[ 6.324015] pata_acpi 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 6.324063] pata_acpi 0000:07:00.0: PCI INT A disabled
[ 6.324889] Fixed MDIO Bus: probed
[ 6.324975] PPP generic driver version 2.4.2
[ 6.325040] tun: Universal TUN/TAP device driver, 1.6
[ 6.325042] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 6.325212] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.325236] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 6.325249] ehci_hcd 0000:00:12.2: EHCI Host Controller
[ 6.325312] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 6.325332] ehci_hcd 0000:00:12.2: QUIRK: Enable exception for AMD Hudson ASPM
[ 6.325364] ehci_hcd 0000:00:12.2: debug port 1
[ 6.325397] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfdffd000
[ 6.340264] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 6.340427] usb usb1: configuration #1 chosen from 1 choice
[ 6.340483] hub 1-0:1.0: USB hub found
[ 6.340493] hub 1-0:1.0: 5 ports detected
[ 6.340578] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 6.340592] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 6.340647] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 6.340665] ehci_hcd 0000:00:13.2: QUIRK: Enable exception for AMD Hudson ASPM
[ 6.340693] ehci_hcd 0000:00:13.2: debug port 1
[ 6.340710] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfdffb000
[ 6.356262] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 6.356419] usb usb2: configuration #1 chosen from 1 choice
[ 6.356476] hub 2-0:1.0: USB hub found
[ 6.356484] hub 2-0:1.0: 5 ports detected
[ 6.356573] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 6.356586] ehci_hcd 0000:00:16.2: EHCI Host Controller
[ 6.356646] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 3
[ 6.356666] ehci_hcd 0000:00:16.2: QUIRK: Enable exception for AMD Hudson ASPM
[ 6.356694] ehci_hcd 0000:00:16.2: debug port 1
[ 6.356713] ehci_hcd 0000:00:16.2: irq 17, io mem 0xfdff8000
[ 6.372262] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 6.372408] usb usb3: configuration #1 chosen from 1 choice
[ 6.372459] hub 3-0:1.0: USB hub found
[ 6.372468] hub 3-0:1.0: 4 ports detected
[ 6.372559] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 6.372580] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 6.372593] ohci_hcd 0000:00:12.0: OHCI Host Controller
[ 6.372656] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
[ 6.372691] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfdffe000
[ 6.436405] usb usb4: configuration #1 chosen from 1 choice
[ 6.436461] hub 4-0:1.0: USB hub found
[ 6.436474] hub 4-0:1.0: 5 ports detected
[ 6.436566] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 6.436579] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 6.436642] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[ 6.436664] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfdffc000
[ 6.500409] usb usb5: configuration #1 chosen from 1 choice
[ 6.500467] hub 5-0:1.0: USB hub found
[ 6.500478] hub 5-0:1.0: 5 ports detected
[ 6.500571] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 6.500584] ohci_hcd 0000:00:14.5: OHCI Host Controller
[ 6.500647] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[ 6.500671] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfdffa000
[ 6.564384] usb usb6: configuration #1 chosen from 1 choice
[ 6.564435] hub 6-0:1.0: USB hub found
[ 6.564444] hub 6-0:1.0: 2 ports detected
[ 6.564524] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 6.564537] ohci_hcd 0000:00:16.0: OHCI Host Controller
[ 6.564600] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 7
[ 6.564624] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfdff9000
[ 6.628388] usb usb7: configuration #1 chosen from 1 choice
[ 6.628442] hub 7-0:1.0: USB hub found
[ 6.628451] hub 7-0:1.0: 4 ports detected
[ 6.628525] hub 3-0:1.0: unable to enumerate USB device on port 1
[ 6.628553] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.628704] PNP: No PS/2 controller found. Probing ports directly.
[ 6.661602] Failed to disable AUX port, but continuing anyway... Is this a SiS?
[ 6.661604] If AUX port is really absent please use the 'i8042.noaux' option.
[ 6.671132] isapnp: No Plug & Play device found
[ 6.916349] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 6.916511] mice: PS/2 mouse device common for all mice
[ 6.916730] rtc_cmos 00:05: RTC can wake from S4
[ 6.916796] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 6.916825] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 6.917130] device-mapper: uevent: version 1.0.3
[ 6.917330] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[ 6.917554] device-mapper: multipath: version 1.1.0 loaded
[ 6.917558] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 6.917838] EISA: Probing bus 0 at eisa.0
[ 6.917869] Cannot allocate resource for EISA slot 7
[ 6.917871] Cannot allocate resource for EISA slot 8
[ 6.917875] EISA: Detected 0 cards.
[ 6.918188] cpuidle: using governor ladder
[ 6.918190] cpuidle: using governor menu
[ 6.919775] TCP cubic registered
[ 6.920222] NET: Registered protocol family 10
[ 6.922959] NET: Registered protocol family 17
[ 6.960515] usb 7-1: new low speed USB device using ohci_hcd and address 2
[ 7.129365] usb 7-1: configuration #1 chosen from 1 choice
[ 7.264011] usb 7-2: new low speed USB device using ohci_hcd and address 3
[ 7.337999] powernow-k8: Found 1 AMD FX(tm)-6100 Six-Core Processor processors (6 cpu cores) (version 2.20.00)
[ 7.432350] usb 7-2: configuration #1 chosen from 1 choice
[ 9.636432] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found.
[ 9.636433] [Firmware Bug]: powernow-k8: Try again with latest BIOS.
[ 9.636483] Using IPI No-Shortcut mode
[ 9.636567] registered taskstats version 1
[ 9.637201] Magic number: 1:90:886
[ 9.736043] rtc_cmos 00:05: setting system clock to 2013-02-20 12:52:08 UTC (1361364728)
[ 9.736044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 9.736046] EDD information not available.
[ 9.995577] Freeing unused kernel memory: 664k freed
[ 10.025574] Write protecting the kernel text: 4700k
[ 10.054859] Write protecting the kernel read-only data: 1852k
Loading, please wait...
[ 10.104194] udev: starting version 151
Begin: Loading essential drivers[ 10.144263] scsi0 : pata_atiixp
... ...
[ 10.176115] scsi1 : pata_atiixp
[ 10.195943] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[ 10.223902] xor: automatically using best checksumming function: pIII_sse
[ 10.227398] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Done.
[ 10.227417] r8169 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Begin: Running /[ 10.227470] r8169 0000:05:00.0: unknown MAC, using family default
scripts/init-pre[ 10.228267] eth0: RTL8168b/8111b at 0xf810e000, 50:e5:49:45:4f:14, XID 0c900800 IRQ 31
mount ...
Done.[ 10.229068] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Begin: Mountin[ 10.229104] 8139cp 0000:04:06.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
g root file syst[ 10.240500] pIII_sse : 9791.000 MB/sec
em... ...
Begin[ 10.240502] xor: using function: pIII_sse (9791.000 MB/sec)
: Running /scrip[ 10.252238] usbcore: registered new interface driver hiddev
ts/local-top ...[ 10.254158] ohci1394 0000:04:0e.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Done.
[ 10.256438] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:16.0/usb7/7-1/7-1:1.0/input/input3
[ 10.256502] generic-usb 0003:046D:C03E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:16.0-1/input0
[ 10.261460] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:16.0/usb7/7-2/7-2:1.0/input/input4
[ 10.261503] generic-usb 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:16.0-2/input0
[ 10.268337] 8139too Fast Ethernet driver 0.9.28
[ 10.272402] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:16.0/usb7/7-2/7-2:1.1/input/input5
[ 10.272446] generic-usb 0003:046D:C31C.0003: input,hidraw2: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:16.0-2/input1
[ 10.272459] usbcore: registered new interface driver usbhid
[ 10.272461] usbhid: v2.6:USB HID core driver
[ 10.281507] device-mapper: dm-raid45: initialized v0.2594b
[ 10.314792] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fddfe000-fddfe7ff] Max Packet=[2048] IR/IT contexts=[4/8]
[ 10.319890] 8139too 0000:04:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 10.322670] eth1: RealTek RTL8139 at 0xbc00, 00:00:cb:59:e3:35, IRQ 20
[ 11.410588] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[ 11.452388] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 11.493205] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[ 11.541747] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[ 11.589905] scsi2 : ahci
[ 11.605161] scsi3 : ahci
[ 11.620441] scsi4 : ahci
[ 11.635729] scsi5 : ahci
[ 11.651056] ata3: SATA max UDMA/133 irq_stat 0x00400000, PHY RDY changed
[ 11.691222] ata4: SATA max UDMA/133 irq_stat 0x00400040, connection status changed
[ 11.736632] ata5: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff200 irq 19
[ 11.780994] ata6: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff280 irq 19
[ 12.144043] ata5: SATA link down (SStatus 0 SControl 300)
[ 12.144051] ata6: SATA link down (SStatus 0 SControl 300)
[ 12.712027] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 12.724033] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 12.724321] ata3.00: ATA-9: C300-CTFDDAC128MAG, 0002, max UDMA/100
[ 12.724327] ata3.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 12.724677] ata3.00: configured for UDMA/100
[ 12.740298] scsi 2:0:0:0: Direct-Access ATA C300-CTFDDAC128M 0002 PQ: 0 ANSI: 5
[ 12.740591] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 12.740685] sd 2:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 12.740859] sd 2:0:0:0: [sda] Write Protect is off
[ 12.740958] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.741451] sda: sda1 sda2 < sda5 sda6 >
[ 13.123937] sd 2:0:0:0: [sda] Attached SCSI disk
[ 13.169520] ata4.00: ATA-7: ST3320620AS, 3.AAE, max UDMA/133
[ 13.203450] ata4.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 13.277834] ata4.00: configured for UDMA/133
[ 13.316183] scsi 3:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5
[ 13.364823] sd 3:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 13.364846] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 13.441580] sd 3:0:0:0: [sdb] Write Protect is off
[ 13.470325] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 13.524647] sdb: sdb1
[ 13.554919] sd 3:0:0:0: [sdb] Attached SCSI disk
Begin: Running /scripts/local-premount ...
Done.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
fsck from util-linux-ng 2.17.2
udevd[438]: specified group 'xenomai' unknown
/dev/sda1: clean, 940417/7325696 files, 12107303/14648064 blocks
* Starting AppArmor profiles ^[[80G Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
\r^[[74G[ OK ]
* Setting sensors limits ^[[80G \r^[[74G[ OK ]
^[[33m*^[[39;49m Speech-dispatcher configured for user sessions
* Starting Common Unix Printing System: cupsd ^[[80G \r^[[74G[ OK ]
^[[33m*^[[39;49m PulseAudio configured for per-user sessions
* Enabling additional executable binary formats binfmt-support ^[[80G * Checking battery state... ^[[80G mountall: Disconnected from Plymouth
\r^[[74G[ OK ]
-------------- next part --------------
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5
0: 52 4 12 9 5 6 IO-APIC-edge timer
1: 1 0 0 0 0 1 IO-APIC-edge i8042
4: 1 1 0 0 0 0 IO-APIC-edge
7: 1 0 0 0 0 0 IO-APIC-edge
8: 0 0 1 0 0 0 IO-APIC-edge rtc0
9: 0 0 0 0 0 0 IO-APIC-fasteoi acpi
14: 0 0 0 0 0 0 IO-APIC-edge pata_atiixp
15: 0 0 0 0 0 0 IO-APIC-edge pata_atiixp
16: 213 225 620 242 214 250 IO-APIC-fasteoi HDA Intel
17: 1 0 2 0 1 1 IO-APIC-fasteoi ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3, xhci_hcd:usb8, xhci_hcd:usb9
18: 9 8 1927 10 11 8 IO-APIC-fasteoi ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
19: 48018 87160 144116 48035 48073 49259 IO-APIC-fasteoi ahci
20: 0 0 0 0 0 0 IO-APIC-fasteoi eth4
22: 0 0 2 0 0 1 IO-APIC-fasteoi ohci1394
31: 80667 14 38 12 12 14 PCI-MSI-edge eth0
NMI: 0 0 0 0 0 0 Non-maskable interrupts
LOC: 164517 125223 179169 75483 34138 27177 Local timer interrupts
SPU: 0 0 0 0 0 0 Spurious interrupts
PMI: 0 0 0 0 0 0 Performance monitoring interrupts
PND: 0 0 0 0 0 0 Performance pending work
RES: 119743 85672 15229 10609 7742 6443 Rescheduling interrupts
CAL: 421 417 367 446 440 454 Function call interrupts
TLB: 496 891 785 671 496 468 TLB shootdowns
TRM: 0 0 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 0 0 Threshold APIC interrupts
MCE: 0 0 0 0 0 0 Machine check exceptions
MCP: 41 41 41 41 41 41 Machine check polls
ERR: 1
MIS: 0
-------------- next part --------------
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35.9-xeno260-net8139 (root@kuka) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ) #1 SMP PREEMPT Tue Feb 12 17:41:30 CET 2013
[ 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: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfda0000 (usable)
[ 0.000000] BIOS-e820: 00000000cfda0000 - 00000000cfdd1000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000cfdd1000 - 00000000cfe00000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cfe00000 - 00000000cff00000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0x430000 max_arch_pfn = 0x1000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000001000 (reserved)
[ 0.000000] modified: 0000000000001000 - 0000000000002000 (usable)
[ 0.000000] modified: 0000000000002000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009f800 (usable)
[ 0.000000] modified: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 00000000cfda0000 (usable)
[ 0.000000] modified: 00000000cfda0000 - 00000000cfdd1000 (ACPI NVS)
[ 0.000000] modified: 00000000cfdd1000 - 00000000cfe00000 (ACPI data)
[ 0.000000] modified: 00000000cfe00000 - 00000000cff00000 (reserved)
[ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] modified: 0000000100000000 - 0000000430000000 (usable)
[ 0.000000] found SMP MP-table at [c00f4bf0] f4bf0
[ 0.000000] init_memory_mapping: 0000000000000000-0000000037bfe000
[ 0.000000] RAMDISK: 3781c000 - 37ff0000
[ 0.000000] Allocated new RAMDISK: 009c9000 - 0119c7d2
[ 0.000000] Move RAMDISK from 000000003781c000 - 0000000037fef7d1 to 009c9000 - 0119c7d1
[ 0.000000] 16260MB HIGHMEM available.
[ 0.000000] 891MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 37bfe000
[ 0.000000] low ram: 0 - 37bfe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000001 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x00037bfe
[ 0.000000] HighMem 0x00037bfe -> 0x00430000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[4] active PFN ranges
[ 0.000000] 0: 0x00000001 -> 0x00000002
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000cfda0
[ 0.000000] 0: 0x00100000 -> 0x00430000
[ 0.000000] Using APIC driver default
[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 0.000000] Virtual Wire compatibility mode.
[ 0.000000] MPTABLE: OEM ID: OEM00000
[ 0.000000] MPTABLE: Product ID: PROD00000000
[ 0.000000] MPTABLE: APIC at: 0xFEE00000
[ 0.000000] Processor #0 (Bootup-CPU)
[ 0.000000] Processor #1
[ 0.000000] Processor #2
[ 0.000000] Processor #3
[ 0.000000] Processor #4
[ 0.000000] Processor #5
[ 0.000000] I/O APIC #8 Version 17 at 0xFEC00000.
[ 0.000000] IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] Processors: 6
[ 0.000000] SMP: Allowing 6 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000010000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at cff00000 (gap: cff00000:10100000)
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 24 pages/cpu @c9800000 s75328 r0 d22976 u262144
[ 0.000000] pcpu-alloc: s75328 r0 d22976 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4159279
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35.9-xeno260-net8139 root=UUID=e722c833-7422-4a40-9602-8d589eacd32c ro console=tty0 console=ttyS0,19200n8
[ 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] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] allocated 87818220 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Subtract (53 early reservations)
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE
[ 0.000000] #2 [0000100000 - 00009c0a1c] TEXT DATA BSS
[ 0.000000] #3 [00009c1000 - 00009c80fe] BRK
[ 0.000000] #4 [00000f4c00 - 0000100000] BIOS reserved
[ 0.000000] #5 [00000f4bf0 - 00000f4c00] MP-table mpf
[ 0.000000] #6 [000009f800 - 00000f1b04] BIOS reserved
[ 0.000000] #7 [00000f1d10 - 00000f4bf0] BIOS reserved
[ 0.000000] #8 [00000f1b04 - 00000f1d10] MP-table mpc
[ 0.000000] #9 [0000010000 - 0000011000] TRAMPOLINE
[ 0.000000] #10 [0000011000 - 0000012000] PGTABLE
[ 0.000000] #11 [00009c9000 - 000119d000] NEW RAMDISK
[ 0.000000] #12 [000119d000 - 000119e000] BOOTMEM
[ 0.000000] #13 [000119e000 - 000979e000] BOOTMEM
[ 0.000000] #14 [000979e000 - 000979e004] BOOTMEM
[ 0.000000] #15 [000979e040 - 000979e100] BOOTMEM
[ 0.000000] #16 [000979e100 - 000979e1a8] BOOTMEM
[ 0.000000] #17 [000979e1c0 - 00097a11c0] BOOTMEM
[ 0.000000] #18 [00097a11c0 - 00097a1dac] BOOTMEM
[ 0.000000] #19 [00097a1dc0 - 00097addc0] BOOTMEM
[ 0.000000] #20 [00097addc0 - 00097addef] BOOTMEM
[ 0.000000] #21 [00097ade00 - 00097adfd4] BOOTMEM
[ 0.000000] #22 [00097ae000 - 00097ae040] BOOTMEM
[ 0.000000] #23 [00097ae040 - 00097ae080] BOOTMEM
[ 0.000000] #24 [00097ae080 - 00097ae0c0] BOOTMEM
[ 0.000000] #25 [00097ae0c0 - 00097ae100] BOOTMEM
[ 0.000000] #26 [00097ae100 - 00097ae140] BOOTMEM
[ 0.000000] #27 [00097ae140 - 00097ae180] BOOTMEM
[ 0.000000] #28 [00097ae180 - 00097ae1c0] BOOTMEM
[ 0.000000] #29 [00097ae1c0 - 00097ae200] BOOTMEM
[ 0.000000] #30 [00097ae200 - 00097ae240] BOOTMEM
[ 0.000000] #31 [00097ae240 - 00097ae280] BOOTMEM
[ 0.000000] #32 [00097ae280 - 00097ae290] BOOTMEM
[ 0.000000] #33 [00097ae2c0 - 00097ae2d0] BOOTMEM
[ 0.000000] #34 [00097ae300 - 00097ae387] BOOTMEM
[ 0.000000] #35 [00097ae3c0 - 00097ae447] BOOTMEM
[ 0.000000] #36 [0009800000 - 0009818000] BOOTMEM
[ 0.000000] #37 [0009840000 - 0009858000] BOOTMEM
[ 0.000000] #38 [0009880000 - 0009898000] BOOTMEM
[ 0.000000] #39 [00098c0000 - 00098d8000] BOOTMEM
[ 0.000000] #40 [0009900000 - 0009918000] BOOTMEM
[ 0.000000] #41 [0009940000 - 0009958000] BOOTMEM
[ 0.000000] #42 [00097b0480 - 00097b0484] BOOTMEM
[ 0.000000] #43 [00097b04c0 - 00097b04c4] BOOTMEM
[ 0.000000] #44 [00097b0500 - 00097b0518] BOOTMEM
[ 0.000000] #45 [00097b0540 - 00097b0558] BOOTMEM
[ 0.000000] #46 [00097b0580 - 00097b0610] BOOTMEM
[ 0.000000] #47 [00097b0640 - 00097b0670] BOOTMEM
[ 0.000000] #48 [00097b0680 - 00097b4680] BOOTMEM
[ 0.000000] #49 [0009958000 - 00099d8000] BOOTMEM
[ 0.000000] #50 [00097b4680 - 00097f4680] BOOTMEM
[ 0.000000] #51 [00097ae480 - 00097ae7c0] BOOTMEM
[ 0.000000] #52 [00099d8000 - 000ed97fec] BOOTMEM
[ 0.000000] Initializing HighMem for node 0 (00037bfe:00430000)
[ 0.000000] Memory: 16532900k/17563648k available (5029k kernel code, 241436k reserved, 2068k data, 608k init, 15861384k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff17000 - 0xfffff000 ( 928 kB)
[ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
[ 0.000000] .init : 0xc07ef000 - 0xc0887000 ( 608 kB)
[ 0.000000] .data : 0xc05e967e - 0xc07ee688 (2068 kB)
[ 0.000000] .text : 0xc0100000 - 0xc05e967e (5029 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:728
[ 0.000000] I-pipe 2.8-04: pipeline enabled.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 3322.061 MHz processor.
[ 0.008003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6644.12 BogoMIPS (lpj=13288244)
[ 0.016003] pid_max: default: 32768 minimum: 301
[ 0.020018] Security Framework initialized
[ 0.024003] SELinux: Disabled at boot.
[ 0.028008] Mount-cache hash table entries: 512
[ 0.032086] Initializing cgroup subsys ns
[ 0.036003] Initializing cgroup subsys cpuacct
[ 0.040004] Initializing cgroup subsys memory
[ 0.044007] Initializing cgroup subsys devices
[ 0.048002] Initializing cgroup subsys freezer
[ 0.052002] Initializing cgroup subsys net_cls
[ 0.056016] CPU: Physical Processor ID: 0
[ 0.060002] CPU: Processor Core ID: 0
[ 0.064002] mce: CPU supports 7 MCE banks
[ 0.068013] Performance Events: AMD PMU driver.
[ 0.076002] ... version: 0
[ 0.080002] ... bit width: 48
[ 0.084002] ... generic registers: 4
[ 0.088002] ... value mask: 0000ffffffffffff
[ 0.092002] ... max period: 00007fffffffffff
[ 0.096002] ... fixed-purpose events: 0
[ 0.100002] ... event mask: 000000000000000f
[ 0.108176] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.112004] ftrace: allocating 19694 entries in 39 pages
[ 0.120042] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.124045] ExtINT not setup in hardware but reported by MP table
[ 0.128228] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.132000] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[ 0.132000] ...trying to set up timer (IRQ0) through the 8259A ...
[ 0.132000] ..... (found apic 0 pin 0) ...
[ 0.176846] ....... works.
[ 0.180002] CPU0: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.320033] Booting Node 0, Processors #1
[ 0.012000] Initializing CPU#1
[ 0.432037] #2
[ 0.012000] Initializing CPU#2
[ 0.536035] #3
[ 0.012000] Initializing CPU#3
[ 0.644039] #4
[ 0.012000] Initializing CPU#4
[ 0.748025] #5 Ok.
[ 0.012000] Initializing CPU#5
[ 0.844009] Brought up 6 CPUs
[ 0.848003] Total of 6 processors activated (39867.91 BogoMIPS).
[ 0.856065] devtmpfs: initialized
[ 0.860109] regulator: core version 0.5
[ 0.864019] Time: 12:58:20 Date: 02/20/13
[ 0.868023] NET: Registered protocol family 16
[ 0.872077] EISA bus registered
[ 0.877362] PCI: PCI BIOS revision 3.00 entry at 0xfa550, last bus=8
[ 0.880002] PCI: Using configuration type 1 for base access
[ 0.884001] PCI: Using configuration type 1 for extended access
[ 0.888482] bio: create slab <bio-0> at 0
[ 0.892049] vgaarb: loaded
[ 0.896065] SCSI subsystem initialized
[ 0.900034] usbcore: registered new interface driver usbfs
[ 0.904009] usbcore: registered new interface driver hub
[ 0.908008] usbcore: registered new device driver usb
[ 0.912032] PCI: Probing PCI hardware
[ 0.920024] pci 0000:00:11.0: set SATA to AHCI mode
[ 0.925112] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 0.932079] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[ 0.936118] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
[ 0.940241] pci 0000:00:14.4: PCI bridge to [bus 04-04] (subtractive decode)
[ 0.944184] pci 0000:00:15.0: PCI bridge to [bus 05-05]
[ 0.948159] pci 0000:00:15.1: PCI bridge to [bus 06-06]
[ 0.952153] pci 0000:00:15.2: PCI bridge to [bus 07-07]
[ 0.956052] pci 0000:00:15.3: PCI bridge to [bus 08-08]
[ 0.960458] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.964534] pci 0000:00:00.0: default IRQ router [1002:5a14]
[ 0.968029] pci 0000:00:00.0: address space collision: [mem 0xe0000000-0xffffffff 64bit] conflicts with PCI Bus 0000:01 [mem 0xfb000000-0xfcffffff]
[ 0.976087] NetLabel: Initializing
[ 0.980002] NetLabel: domain hash size = 128
[ 0.984001] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.988009] NetLabel: unlabeled traffic allowed by default
[ 0.992043] Switching to clocksource tsc
[ 0.997277] PnPBIOS: Scanning system for PnP BIOS support...
[ 1.031427] PnPBIOS: Found PnP BIOS installation structure at 0xc00fb080
[ 1.071593] PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xb0b0, dseg 0xf0000
[ 1.114600] pnp 00:07: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 1.186542] pnp 00:07: disabling [mem 0x00100000-0xffffffffcfefffff disabled] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 1.267362] pnp 00:08: disabling [mem 0x000f0000-0x000f3fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 1.339274] pnp 00:08: disabling [mem 0x000f4000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 1.411195] pnp 00:08: disabling [mem 0x000f8000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 1.483118] pnp 00:08: disabling [mem 0x000cda00-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 1.555177] PnPBIOS: 11 nodes reported by PnP BIOS; 11 recorded by driver
[ 1.595897] system 00:07: [mem 0xfffffffffffe0000-0xffffffffffffffff] has been reserved
[ 1.643907] system 00:07: [mem 0xfffffffffff80000-0xfffffffffffdffff] has been reserved
[ 1.691907] system 00:07: [mem 0xfffffffffec00000-0xfffffffffec0ffff] has been reserved
[ 1.739906] system 00:07: [mem 0xfffffffffee00000-0xfffffffffee0ffff] has been reserved
[ 1.788867] pci 0000:01:00.0: BAR 6: assigned [mem 0xd8000000-0xd807ffff pref]
[ 1.832160] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 1.863501] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 1.900060] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfcffffff]
[ 1.940781] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 1.987235] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[ 2.018575] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff]
[ 2.055136] pci 0000:00:09.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 2.095856] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
[ 2.142312] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd200000-0xfd20ffff pref]
[ 2.185628] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
[ 2.216968] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff]
[ 2.253528] pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 2.294249] pci 0000:00:0a.0: bridge window [mem 0xfd200000-0xfd2fffff 64bit pref]
[ 2.340704] pci 0000:00:14.4: PCI bridge to [bus 04-04]
[ 2.372045] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
[ 2.408607] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff]
[ 2.449326] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff pref]
[ 2.492661] pci 0000:00:15.0: PCI bridge to [bus 05-05]
[ 2.524000] pci 0000:00:15.0: bridge window [io 0xa000-0xafff]
[ 2.560560] pci 0000:00:15.0: bridge window [mem 0xfda00000-0xfdafffff]
[ 2.601279] pci 0000:00:15.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[ 2.647735] pci 0000:00:15.1: PCI bridge to [bus 06-06]
[ 2.679073] pci 0000:00:15.1: bridge window [io 0x9000-0x9fff]
[ 2.715635] pci 0000:00:15.1: bridge window [mem 0xfd800000-0xfd8fffff]
[ 2.756355] pci 0000:00:15.1: bridge window [mem 0xfd700000-0xfd7fffff 64bit pref]
[ 2.802813] pci 0000:07:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[ 2.846127] pci 0000:00:15.2: PCI bridge to [bus 07-07]
[ 2.877469] pci 0000:00:15.2: bridge window [io 0x8000-0x8fff]
[ 2.914029] pci 0000:00:15.2: bridge window [mem 0xfd600000-0xfd6fffff]
[ 2.954749] pci 0000:00:15.2: bridge window [mem 0xfd500000-0xfd5fffff 64bit pref]
[ 3.001205] pci 0000:00:15.3: PCI bridge to [bus 08-08]
[ 3.032543] pci 0000:00:15.3: bridge window [io 0x7000-0x7fff]
[ 3.069105] pci 0000:00:15.3: bridge window [mem 0xfd400000-0xfd4fffff]
[ 3.109825] pci 0000:00:15.3: bridge window [mem 0xfd300000-0xfd3fffff 64bit pref]
[ 3.156288] pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 3.195426] pci 0000:00:09.0: PCI->APIC IRQ transform: INT A -> IRQ 17
[ 3.234585] pci 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 3.273751] pci 0000:00:15.0: can't find IRQ for PCI INT A; probably buggy MP table
[ 3.319681] pci 0000:00:15.1: can't find IRQ for PCI INT A; probably buggy MP table
[ 3.365601] pci 0000:00:15.2: can't find IRQ for PCI INT A; probably buggy MP table
[ 3.411520] pci 0000:00:15.3: can't find IRQ for PCI INT A; probably buggy MP table
[ 3.457515] NET: Registered protocol family 2
[ 3.483718] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 3.526638] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 3.571231] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 3.610988] TCP: Hash tables configured (established 131072 bind 65536)
[ 3.650660] TCP reno registered
[ 3.669533] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 3.705006] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 3.743178] NET: Registered protocol family 1
[ 3.886959] Trying to unpack rootfs image as initramfs...
[ 4.086616] Freeing initrd memory: 8016k freed
[ 4.115467] Scanning for low memory corruption every 60 seconds
[ 4.151061] audit: initializing netlink socket (disabled)
[ 4.183443] type=2000 audit(1361365096.180:1): initialized
[ 4.218848] I-pipe: Domain Xenomai registered.
[ 4.245814] Xenomai: hal/i386 started.
[ 4.268341] Xenomai: scheduling class idle registered.
[ 4.299145] Xenomai: scheduling class rt registered.
[ 4.329666] Xenomai: real-time nucleus v2.6.0 (Movin' On) loaded.
[ 4.366191] Xenomai: debug mode enabled.
[ 4.389988] Xenomai: starting native API services.
[ 4.418701] Xenomai: starting POSIX services.
[ 4.444877] Xenomai: starting RTDM services.
[ 4.471303] highmem bounce pool size: 64 pages
[ 4.497964] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 4.537218] VFS: Disk quotas dquot_6.5.2
[ 4.560817] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 4.600393] fuse init (API version 7.14)
[ 4.623969] msgmni has been set to 1327
[ 4.647267] alg: No test for stdrng (krng)
[ 4.671908] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 4.716284] io scheduler noop registered
[ 4.739822] io scheduler deadline registered
[ 4.765418] io scheduler cfq registered (default)
[ 4.793921] pcieport 0000:00:15.0: device [1002:43a0] has invalid IRQ; check vendor BIOS
[ 4.842536] pcieport 0000:00:15.1: device [1002:43a1] has invalid IRQ; check vendor BIOS
[ 4.891160] pcieport 0000:00:15.2: device [1002:43a2] has invalid IRQ; check vendor BIOS
[ 4.939784] pcieport 0000:00:15.3: device [1002:43a3] has invalid IRQ; check vendor BIOS
[ 4.988421] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 5.021887] pciehp 0000:00:15.0:pcie04: HPC vendor_id 1002 device_id 43a0 ss_vid 1002 ss_did 0
[ 5.073532] pciehp 0000:00:15.1:pcie04: HPC vendor_id 1002 device_id 43a1 ss_vid 1002 ss_did 0
[ 5.125221] pciehp 0000:00:15.2:pcie04: HPC vendor_id 1002 device_id 43a2 ss_vid 1002 ss_did 0
[ 5.176859] pciehp 0000:00:15.3:pcie04: HPC vendor_id 1002 device_id 43a3 ss_vid 1002 ss_did 0
[ 5.228499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 5.268195] isapnp: Scanning for PnP cards...
[ 5.437942] Clocksource tsc unstable (delta = 1071124118 ns)
[ 5.471929] Switching to clocksource jiffies
[ 5.647976] isapnp: No Plug & Play device found
[ 5.675231] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 5.712913] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 5.749332] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 5.784207] brd: module loaded
[ 5.803198] loop: module loaded
[ 5.822727] Fixed MDIO Bus: probed
[ 5.843185] PPP generic driver version 2.4.2
[ 5.868864] tun: Universal TUN/TAP device driver, 1.6
[ 5.899147] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 5.936318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.975451] ehci_hcd 0000:00:12.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 6.017209] ehci_hcd 0000:00:12.2: EHCI Host Controller
[ 6.048592] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 6.092954] ehci_hcd 0000:00:12.2: debug port 1
[ 6.120122] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfdffd000
[ 6.166105] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 6.170163] hub 1-0:1.0: USB hub found
[ 6.174084] hub 1-0:1.0: 5 ports detected
[ 6.178138] ehci_hcd 0000:00:13.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 6.182088] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 6.186103] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 6.190101] ehci_hcd 0000:00:13.2: debug port 1
[ 6.194089] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfdffb000
[ 6.210104] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 6.214157] hub 2-0:1.0: USB hub found
[ 6.218083] hub 2-0:1.0: 5 ports detected
[ 6.222138] ehci_hcd 0000:00:16.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 6.226088] ehci_hcd 0000:00:16.2: EHCI Host Controller
[ 6.230102] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 3
[ 6.234101] ehci_hcd 0000:00:16.2: debug port 1
[ 6.238089] ehci_hcd 0000:00:16.2: irq 17, io mem 0xfdff8000
[ 6.254103] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 6.258160] hub 3-0:1.0: USB hub found
[ 6.262083] hub 3-0:1.0: 4 ports detected
[ 6.266139] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 6.270089] ohci_hcd 0000:00:12.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 6.274098] ohci_hcd 0000:00:12.0: OHCI Host Controller
[ 6.278103] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
[ 6.282095] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfdffe000
[ 6.346264] hub 4-0:1.0: USB hub found
[ 6.350085] hub 4-0:1.0: 5 ports detected
[ 6.354138] ohci_hcd 0000:00:13.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 6.358089] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 6.362102] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[ 6.366094] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfdffc000
[ 6.430270] hub 5-0:1.0: USB hub found
[ 6.434085] hub 5-0:1.0: 5 ports detected
[ 6.438136] ohci_hcd 0000:00:14.5: PCI->APIC IRQ transform: INT C -> IRQ 18
[ 6.442088] ohci_hcd 0000:00:14.5: OHCI Host Controller
[ 6.446102] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[ 6.450092] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfdffa000
[ 6.514261] hub 6-0:1.0: USB hub found
[ 6.518084] hub 6-0:1.0: 2 ports detected
[ 6.522131] ohci_hcd 0000:00:16.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 6.526088] ohci_hcd 0000:00:16.0: OHCI Host Controller
[ 6.530103] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 7
[ 6.534093] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfdff9000
[ 6.598269] hub 7-0:1.0: USB hub found
[ 6.602086] hub 7-0:1.0: 4 ports detected
[ 6.606137] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.610135] PNP: PS/2 Controller [PNP0303] at 0x60,0x64 irq 1
[ 6.614082] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 6.618198] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 6.622127] mice: PS/2 mouse device common for all mice
[ 6.626129] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 6.630108] rtc0: alarms up to one day, 114 bytes nvram
[ 6.634162] device-mapper: uevent: version 1.0.3
[ 6.638134] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[ 6.642096] device-mapper: multipath: version 1.1.1 loaded
[ 6.646082] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 6.650133] EISA: Probing bus 0 at eisa.0
[ 6.654132] Cannot allocate resource for EISA slot 7
[ 6.658081] Cannot allocate resource for EISA slot 8
[ 6.662081] EISA: Detected 0 cards.
[ 6.666081] cpuidle: using governor ladder
[ 6.670081] cpuidle: using governor menu
[ 6.674310] TCP cubic registered
[ 6.678176] NET: Registered protocol family 10
[ 6.682347] lo: Disabled Privacy Extensions
[ 6.686244] NET: Registered protocol family 17
[ 6.690097] Using IPI No-Shortcut mode
[ 6.694135] registered taskstats version 1
[ 6.702141] Magic number: 1:193:987
[ 6.706129] rtc_cmos 00:03: setting system clock to 2013-02-20 12:58:30 UTC (1361365110)
[ 6.710081] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 6.714080] EDD information not available.
[ 6.718172] Freeing unused kernel memory: 608k freed
[ 6.750318] Write protecting the kernel text: 5032k
[ 6.778154] Write protecting the kernel read-only data: 1780k
Loading, please wait...
[ 6.831282] udev: starting version 151
Begin: Loading essential drivers... ...
Done.
Begin: Running /[ 6.872075] ahci 0000:00:11.0: PCI->APIC IRQ transform: INT A -> IRQ 19
scripts/init-pre[ 6.876151] ohci1394 0000:04:0e.0: PCI->APIC IRQ transform: INT A -> IRQ 22
mount ...
Done.[ 6.876057] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Begin: Mountin[ 6.876057] r8169 0000:05:00.0: PCI->APIC IRQ transform: INT A -> IRQ 17
g root file syst[ 6.876057] r8169 0000:05:00.0: (unregistered net_device): unknown MAC, using family default
[ 6.878098] r8169 0000:05:00.0: eth0: RTL8168b/8111b at 0xf8528000, 50:e5:49:45:4f:14, XID 0c900800 IRQ 47
em... ...
Begin[ 6.932112] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fddfe000-fddfe7ff] Max Packet=[2048] IR/IT contexts=[4/8]
: Running /scrip[ 7.226087] usb 7-1: new low speed USB device using ohci_hcd and address 2
ts/local-top ...[ 7.294180] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
Done.
[ 7.354082] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[ 7.407116] scsi0 : ahci
[ 7.422206] scsi1 : ahci
[ 7.434147] scsi2 : ahci
[ 7.450137] scsi3 : ahci
[ 7.466342] ata1: SATA max UDMA/133 irq_stat 0x00400000, PHY RDY changed
[ 7.482981] usbcore: registered new interface driver hiddev
[ 7.538102] ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed
[ 7.542231] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:16.0/usb7/7-1/7-1:1.0/input/input0
[ 7.542293] generic-usb 0003:046D:C03E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:16.0-1/input0
[ 7.542305] usbcore: registered new interface driver usbhid
[ 7.542307] usbhid: USB HID core driver
[ 7.706091] usb 7-2: new low speed USB device using ohci_hcd and address 3
[ 7.822092] ata3: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff200 irq 19
[ 7.866102] ata4: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff280 irq 19
[ 7.910106] pata_atiixp 0000:00:14.1: PCI->APIC IRQ transform: INT B -> IRQ 18
[ 7.954155] scsi4 : pata_atiixp
[ 7.974136] scsi5 : pata_atiixp
[ 7.982257] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:16.0/usb7/7-2/7-2:1.0/input/input1
[ 7.982325] generic-usb 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:16.0-2/input0
[ 8.122133] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[ 8.166119] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[ 8.166134] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:16.0/usb7/7-2/7-2:1.1/input/input2
[ 8.166183] generic-usb 0003:046D:C31C.0003: input,hidraw2: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:16.0-2/input1
[ 8.230105] ata3: SATA link down (SStatus 0 SControl 300)
[ 8.230109] ata4: SATA link down (SStatus 0 SControl 300)
[ 8.806110] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 8.806111] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 8.806107] ata2.00: ATA-7: ST3320620AS, 3.AAE, max UDMA/133
[ 8.806113] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 8.810089] ata1.00: ATA-9: C300-CTFDDAC128MAG, 0002, max UDMA/100
[ 8.838105] ata2.00: configured for UDMA/133
[ 8.870088] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 8.914102] ata1.00: configured for UDMA/100
[ 8.958153] scsi 0:0:0:0: Direct-Access ATA C300-CTFDDAC128M 0002 PQ: 0 ANSI: 5
[ 9.006218] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.006162] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 9.006162] sd 0:0:0:0: [sda] Write Protect is off
[ 9.006176] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.006216] sda: sda1 sda2 < sda5 sda6 >
[ 9.190157] scsi 1:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5
[ 9.190899] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.266134] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 9.266211] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 9.342123] sd 1:0:0:0: [sdb] Write Protect is off
[ 9.370100] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.426113] sdb: sdb1
[ 9.454436] sd 1:0:0:0: [sdb] Attached SCSI disk
Begin: Running /scripts/local-premount ...
Done.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
mountall: Disconnected from Plymouth
\x13
-------------- next part --------------
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.5.7-xeno2621-patch4 (root@kuka) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ) #3 SMP PREEMPT Tue Feb 19 10:23:36 CET 2013
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfd9ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cfda0000-0x00000000cfdd0fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cfdd1000-0x00000000cfdfffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cfe00000-0x00000000cfefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] e820: last_pfn = 0x430000 max_arch_pfn = 0x1000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [mem 0x000f4bf0-0x000f4bff] mapped at [c00f4bf0]
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x37bfdfff]
[ 0.000000] RAMDISK: [mem 0x377ef000-0x37feffff]
[ 0.000000] Allocated new RAMDISK: [mem 0x36fee000-0x377ee4f0]
[ 0.000000] Move RAMDISK from [mem 0x377ef000-0x37fef4f0] to [mem 0x36fee000-0x377ee4f0]
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000042fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x42fffffff]
[ 0.000000] NODE_DATA [mem 0x2e600000-0x2e601fff] (remapped)
[ 0.000000] 16260MB HIGHMEM available.
[ 0.000000] 891MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 37bfe000
[ 0.000000] low ram: 0 - 37bfe000
[ 0.000000] Node: 0, start_pfn: 10, end_pfn: 9f
[ 0.000000] Node: 0, start_pfn: 100, end_pfn: cfda0
[ 0.000000] Node: 0, start_pfn: 100000, end_pfn: 430000
334000 338000 33c000 340000 344000 348000 34c000 350000 354000 358000 35c000 360000 364000 368000 36c000 370000 374000 378000 37c000 380000 384000 388000 38c000 390000 394000 398000 39c000 3a0000 3a4000 3a8000 3ac000 3b0000 3b4000 3b8000 3bc000 3c0000 3c4000 3c8000 3cc000 3d0000 3d4000 3d8000 3dc000 3e0000 3e4000 3e8000 3ec000 3f0000 3f4000 3f8000 3fc000 400000 404000 408000 40c000 410000 414000 418000 41c000 420000 424000 428000 42c000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x37bfdfff]
[ 0.000000] HighMem [mem 0x37bfe000-0x2fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0xcfd9ffff]
[ 0.000000] node 0: [mem 0x00000000-0x2fffffff]
[ 0.000000] Using APIC driver default
[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 0.000000] Virtual Wire compatibility mode.
[ 0.000000] MPTABLE: OEM ID: OEM00000
[ 0.000000] MPTABLE: Product ID: PROD00000000
[ 0.000000] MPTABLE: APIC at: 0xFEE00000
[ 0.000000] Processor #0 (Bootup-CPU)
[ 0.000000] Processor #1
[ 0.000000] Processor #2
[ 0.000000] Processor #3
[ 0.000000] Processor #4
[ 0.000000] Processor #5
[ 0.000000] IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] Processors: 6
[ 0.000000] SMP: Allowing 6 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] e820: [mem 0xcff00000-0xdfffffff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 18 pages/cpu @f7b5b000 s49536 r0 d24192 u73728
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4159278
[ 0.000000] Policy zone: HighMem
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.7-xeno2621-patch4 root=UUID=e722c833-7422-4a40-9602-8d589eacd32c ro noapic console=tty0 console=ttyS0,19200n8
[ 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] __ex_table already sorted, skipping sort
[ 0.000000] Xenomai: forcing noxsave
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 35127168 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00037bfe:00430000)
[ 0.000000] Memory: 16438748k/17563648k available (5317k kernel code, 196320k reserved, 2133k data, 536k init, 15722120k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff17000 - 0xfffff000 ( 928 kB)
[ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
[ 0.000000] .init : 0xc0847000 - 0xc08cd000 ( 536 kB)
[ 0.000000] .data : 0xc06315fd - 0xc0846a80 (2133 kB)
[ 0.000000] .text : 0xc0100000 - 0xc06315fd (5317 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] NR_IRQS:2304 nr_irqs:728 16
[ 0.000000] Interrupt pipeline (release #3)
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 3551 kB
[ 0.000000] per task-struct memory footprint: 1152 bytes
[ 0.004000] Fast TSC calibration using PIT
[ 0.008000] Detected 3322.136 MHz processor.
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6644.27 BogoMIPS (lpj=13288544)
[ 0.064224] pid_max: default: 32768 minimum: 301
[ 0.091905] Security Framework initialized
[ 0.116450] SELinux: Disabled at boot.
[ 0.139488] Mount-cache hash table entries: 512
[ 0.167230] Initializing cgroup subsys cpuacct
[ 0.193874] Initializing cgroup subsys memory
[ 0.220036] Initializing cgroup subsys devices
[ 0.246668] Initializing cgroup subsys freezer
[ 0.273328] Initializing cgroup subsys net_cls
[ 0.300027] CPU: Physical Processor ID: 0
[ 0.324039] CPU: Processor Core ID: 0
[ 0.346020] mce: CPU supports 7 MCE banks
[ 0.370083] LVT offset 1 assigned for vector 0xf9
[ 0.399076] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.431454] CPU0: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.689019] Performance Events: AMD Family 15h PMU driver.
[ 0.721976] ... version: 0
[ 0.746031] ... bit width: 48
[ 0.770607] ... generic registers: 6
[ 0.794668] ... value mask: 0000ffffffffffff
[ 0.826522] ... max period: 00007fffffffffff
[ 0.858376] ... fixed-purpose events: 0
[ 0.882431] ... event mask: 000000000000003f
[ 0.925020] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.980875] lockdep: fixing up alternatives.
[ 1.006474] Booting Node 0, Processors #1[ 1.041897] Initializing CPU#1
lockdep: fixing up alternatives.
[ 1.086602] #2[ 1.106804] Initializing CPU#2
lockdep: fixing up alternatives.
[ 1.150515] #3[ 1.170718] Initializing CPU#3
lockdep: fixing up alternatives.
[ 1.214481] #4[ 1.234682] Initializing CPU#4
lockdep: fixing up alternatives.
[ 1.278447] #5 Ok.
[ 1.301761] Initializing CPU#5
[ 1.322137] Brought up 6 CPUs
[ 1.339922] ----------------
[ 1.357215] | NMI testsuite:
[ 1.374518] --------------------
[ 1.393848] remote IPI: ok |
[ 1.421446] local IPI: ok |
[ 1.460507] --------------------
[ 1.479850] Good, all 2 testcases passed! |
[ 1.505992] ---------------------------------
[ 1.532126] Total of 6 processors activated (39865.63 BogoMIPS).
[ 1.579205] devtmpfs: initialized
[ 1.600006] dummy:
[ 1.612683] RTC time: 12:19:15, date: 02/20/13
[ 1.639444] NET: Registered protocol family 16
[ 1.666364] EISA bus registered
[ 1.686994] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
[ 1.730279] PCI: PCI BIOS revision 3.00 entry at 0xfa550, last bus=8
[ 1.768350] PCI: Using configuration type 1 for base access
[ 1.801767] PCI: Using configuration type 1 for extended access
[ 1.839803] bio: create slab <bio-0> at 0
[ 1.864135] vgaarb: loaded
[ 1.880521] SCSI subsystem initialized
[ 1.903147] usbcore: registered new interface driver usbfs
[ 1.936055] usbcore: registered new interface driver hub
[ 1.967948] usbcore: registered new device driver usb
[ 1.998397] PCI: Probing PCI hardware
[ 2.020443] PCI host bridge to bus 0000:00
[ 2.045000] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.082052] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffffff]
[ 2.126100] pci 0000:00:11.0: set SATA to AHCI mode
[ 2.164050] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 2.203981] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[ 2.239951] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
[ 2.271746] pci 0000:00:14.4: PCI bridge to [bus 04-04] (subtractive decode)
[ 2.319917] pci 0000:00:15.0: PCI bridge to [bus 05-05]
[ 2.355871] pci 0000:00:15.1: PCI bridge to [bus 06-06]
[ 2.391850] pci 0000:00:15.2: PCI bridge to [bus 07-07]
[ 2.423281] pci 0000:00:15.3: PCI bridge to [bus 08-08]
[ 2.456251] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 2.505885] pci 0000:00:00.0: default IRQ router [1002:5a14]
[ 2.540039] pci 0000:00:00.0: address space collision: [mem 0xe0000000-0xffffffff 64bit] conflicts with PCI Bus 0000:01 [mem 0xfb000000-0xfcffffff]
[ 2.619748] NetLabel: Initializing
[ 2.641296] NetLabel: domain hash size = 128
[ 2.667408] NetLabel: protocols = UNLABELED CIPSOv4
[ 2.697224] NetLabel: unlabeled traffic allowed by default
[ 2.731017] PnPBIOS: Scanning system for PnP BIOS support...
[ 2.765189] PnPBIOS: Found PnP BIOS installation structure at 0xc00fb080
[ 2.805324] PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xb0b0, dseg 0xf0000
[ 2.848661] pnp 00:07: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 2.920547] pnp 00:07: disabling [mem 0x00100000-0xffffffffcfefffff disabled] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.001332] pnp 00:07: [Firmware Bug]: [mem 0x00100000-0xffffffffcfefffff disabled] covers only part of AMD MMCONFIG area [mem 0xe0000000-0xe00fffff]; adding more reservations
[ 3.095094] system 00:07: [mem 0xfffffffffffe0000-0xffffffffffffffff] could not be reserved
[ 3.145124] system 00:07: [mem 0xfffffffffff80000-0xfffffffffffdffff] could not be reserved
[ 3.195165] system 00:07: [mem 0xfffffffffec00000-0xfffffffffec0ffff] could not be reserved
[ 3.245205] system 00:07: [mem 0xfffffffffee00000-0xfffffffffee0ffff] could not be reserved
[ 3.295295] pnp 00:08: disabling [mem 0x000f0000-0x000f3fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.367168] pnp 00:08: disabling [mem 0x000f4000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.439030] pnp 00:08: disabling [mem 0x000f8000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.510897] pnp 00:08: disabling [mem 0x000cda00-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.583085] PnPBIOS: 11 nodes reported by PnP BIOS; 11 recorded by driver
[ 3.628467] pci 0000:01:00.0: BAR 6: assigned [mem 0xd8000000-0xd807ffff pref]
[ 3.671765] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 3.703082] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 3.739614] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfcffffff]
[ 3.780306] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 3.826723] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[ 3.858035] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff]
[ 3.894567] pci 0000:00:09.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 3.935255] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
[ 3.981678] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd200000-0xfd20ffff pref]
[ 4.024955] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
[ 4.056272] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff]
[ 4.092807] pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 4.133494] pci 0000:00:0a.0: bridge window [mem 0xfd200000-0xfd2fffff 64bit pref]
[ 4.179913] pci 0000:00:14.4: PCI bridge to [bus 04-04]
[ 4.211226] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
[ 4.247760] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff]
[ 4.288447] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff pref]
[ 4.331749] pci 0000:00:15.0: PCI bridge to [bus 05-05]
[ 4.363061] pci 0000:00:15.0: bridge window [io 0xa000-0xafff]
[ 4.399594] pci 0000:00:15.0: bridge window [mem 0xfda00000-0xfdafffff]
[ 4.440281] pci 0000:00:15.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[ 4.486704] pci 0000:00:15.1: PCI bridge to [bus 06-06]
[ 4.518016] pci 0000:00:15.1: bridge window [io 0x9000-0x9fff]
[ 4.554548] pci 0000:00:15.1: bridge window [mem 0xfd800000-0xfd8fffff]
[ 4.595234] pci 0000:00:15.1: bridge window [mem 0xfd700000-0xfd7fffff 64bit pref]
[ 4.641656] pci 0000:07:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[ 4.684935] pci 0000:00:15.2: PCI bridge to [bus 07-07]
[ 4.716251] pci 0000:00:15.2: bridge window [io 0x8000-0x8fff]
[ 4.752787] pci 0000:00:15.2: bridge window [mem 0xfd600000-0xfd6fffff]
[ 4.793474] pci 0000:00:15.2: bridge window [mem 0xfd500000-0xfd5fffff 64bit pref]
[ 4.839893] pci 0000:00:15.3: PCI bridge to [bus 08-08]
[ 4.871204] pci 0000:00:15.3: bridge window [io 0x7000-0x7fff]
[ 4.907738] pci 0000:00:15.3: bridge window [mem 0xfd400000-0xfd4fffff]
[ 4.948431] pci 0000:00:15.3: bridge window [mem 0xfd300000-0xfd3fffff 64bit pref]
[ 4.994886] pci 0000:00:15.0: can't find IRQ for PCI INT A; please try using pci=biosirq
[ 5.043387] pci 0000:00:15.1: can't find IRQ for PCI INT A; please try using pci=biosirq
[ 5.091867] pci 0000:00:15.2: can't find IRQ for PCI INT A; please try using pci=biosirq
[ 5.140355] pci 0000:00:15.3: can't find IRQ for PCI INT A; please try using pci=biosirq
[ 5.188941] NET: Registered protocol family 2
[ 5.215136] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 5.258108] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 5.302904] TCP bind hash table entries: 65536 (order: 9, 2359296 bytes)
[ 5.351669] TCP: Hash tables configured (established 131072 bind 65536)
[ 5.391312] TCP: reno registered
[ 5.410685] UDP hash table entries: 512 (order: 3, 40960 bytes)
[ 5.446311] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[ 5.484612] NET: Registered protocol family 1
[ 6.208463] Trying to unpack rootfs image as initramfs...
[ 6.448568] Freeing initrd memory: 8196k freed
[ 6.478390] LVT offset 0 assigned for vector 0x400
[ 6.507170] perf: AMD IBS detected (0x000000ff)
[ 6.534664] audit: initializing netlink socket (disabled)
[ 6.567050] type=2000 audit(1361362750.644:1): initialized
[ 6.600203] I-pipe: head domain Xenomai registered.
[ 6.629739] Xenomai: hal/i386 started.
[ 6.652283] Xenomai: scheduling class idle registered.
[ 6.683089] Xenomai: scheduling class rt registered.
[ 6.715255] Xenomai: real-time nucleus v2.6.2.1 (Day At The Beach) loaded.
[ 6.756464] Xenomai: debug mode enabled.
[ 6.782120] Xenomai: starting native API services.
[ 6.810821] Xenomai: starting POSIX services.
[ 6.837072] Xenomai: starting RTDM services.
[ 6.863610] highmem bounce pool size: 64 pages
[ 6.890274] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 6.932255] VFS: Disk quotas dquot_6.5.2
[ 6.955885] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 6.996422] fuse init (API version 7.19)
[ 7.020112] msgmni has been set to 1415
[ 7.043559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 7.087913] io scheduler noop registered
[ 7.111424] io scheduler deadline registered
[ 7.137052] io scheduler cfq registered (default)
[ 7.165259] start plist test
[ 7.183358] end plist test
[ 7.200127] pcieport 0000:00:15.0: device [1002:43a0] has invalid IRQ; check vendor BIOS
[ 7.248693] pcieport 0000:00:15.1: device [1002:43a1] has invalid IRQ; check vendor BIOS
[ 7.297225] pcieport 0000:00:15.2: device [1002:43a2] has invalid IRQ; check vendor BIOS
[ 7.345762] pcieport 0000:00:15.3: device [1002:43a3] has invalid IRQ; check vendor BIOS
[ 7.394322] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 7.427739] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 7.467539] isapnp: Scanning for PnP cards...
[ 7.846957] isapnp: No Plug & Play device found
[ 7.874216] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 7.932187] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 7.989483] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 8.026197] brd: module loaded
[ 8.046115] loop: module loaded
[ 8.066075] Fixed MDIO Bus: probed
[ 8.086533] tun: Universal TUN/TAP device driver, 1.6
[ 8.116784] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 8.153971] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 8.187788] r8169 0000:05:00.0: eth0: RTL8168evl/8111evl at 0xf844a000, 50:e5:49:45:4f:14, XID 0c900800 IRQ 40
[ 8.247702] r8169 0000:05:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 8.299365] PPP generic driver version 2.4.2
[ 8.325167] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 8.364323] ehci_hcd 0000:00:12.2: EHCI Host Controller
[ 8.395757] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 8.440067] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 8.492305] ehci_hcd 0000:00:12.2: debug port 1
[ 8.519456] ehci_hcd 0000:00:12.2: irq 10, io mem 0xfdffd000
[ 8.564753] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 8.599633] hub 1-0:1.0: USB hub found
[ 8.622125] hub 1-0:1.0: 5 ports detected
[ 8.646460] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 8.677879] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 8.722224] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 8.774369] ehci_hcd 0000:00:13.2: debug port 1
[ 8.801561] ehci_hcd 0000:00:13.2: irq 10, io mem 0xfdffb000
[ 8.844534] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 8.879237] hub 2-0:1.0: USB hub found
[ 8.901736] hub 2-0:1.0: 5 ports detected
[ 8.926022] ehci_hcd 0000:00:16.2: EHCI Host Controller
[ 8.957439] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 3
[ 9.001785] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 9.053931] ehci_hcd 0000:00:16.2: debug port 1
[ 9.081121] ehci_hcd 0000:00:16.2: irq 10, io mem 0xfdff8000
[ 9.124321] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 9.159022] hub 3-0:1.0: USB hub found
[ 9.181505] hub 3-0:1.0: 4 ports detected
[ 9.205776] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 9.244029] ohci_hcd 0000:00:12.0: OHCI Host Controller
[ 9.275448] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
[ 9.319893] ohci_hcd 0000:00:12.0: irq 5, io mem 0xfdffe000
[ 9.412739] hub 4-0:1.0: USB hub found
[ 9.435244] hub 4-0:1.0: 5 ports detected
[ 9.459514] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 9.490940] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[ 9.535304] ohci_hcd 0000:00:13.0: irq 5, io mem 0xfdffc000
[ 9.628511] hub 5-0:1.0: USB hub found
[ 9.650989] hub 5-0:1.0: 5 ports detected
[ 9.675284] ohci_hcd 0000:00:14.5: OHCI Host Controller
[ 9.706694] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[ 9.751053] ohci_hcd 0000:00:14.5: irq 5, io mem 0xfdffa000
[ 9.844337] hub 6-0:1.0: USB hub found
[ 9.866843] hub 6-0:1.0: 2 ports detected
[ 9.891104] ohci_hcd 0000:00:16.0: OHCI Host Controller
[ 9.922544] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 7
[ 9.966907] ohci_hcd 0000:00:16.0: irq 5, io mem 0xfdff9000
[ 10.003689] hub 3-0:1.0: unable to enumerate USB device on port 1
[ 10.060176] hub 7-0:1.0: USB hub found
[ 10.082681] Switching to clocksource tsc
[ 10.106187] hub 7-0:1.0: 4 ports detected
[ 10.130538] uhci_hcd: USB Universal Host Controller Interface driver
[ 10.168707] i8042: PNP: PS/2 Controller [PNP0303] at 0x60,0x64 irq 1
[ 10.206778] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 10.268526] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 10.298584] mousedev: PS/2 mouse device common for all mice
[ 10.332271] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 10.368855] rtc0: alarms up to one day, 114 bytes nvram
[ 10.400440] device-mapper: uevent: version 1.0.3
[ 10.428305] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 10.478982] device-mapper: multipath: version 1.4.0 loaded
[ 10.511863] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 10.551159] EISA: Probing bus 0 at eisa.0
[ 10.575243] Cannot allocate resource for EISA slot 7
[ 10.605020] Cannot allocate resource for EISA slot 8
[ 10.634794] EISA: Detected 0 cards.
[ 10.655742] cpuidle: using governor ladder
[ 10.680312] cpuidle: using governor menu
[ 10.704067] TCP: cubic registered
[ 10.724207] NET: Registered protocol family 10
[ 10.751258] NET: Registered protocol family 17
[ 10.777980] Key type dns_resolver registered
[ 10.803638] Using IPI No-Shortcut mode
[ 10.826352] registered taskstats version 1
[ 10.851620] Magic number: 1:22:330
[ 10.873052] tty tty51: hash matches
[ 10.894017] console [netcon0] enabled
[ 10.915964] netconsole: network logging started
[ 10.943170] rtc_cmos 00:03: setting system clock to 2013-02-20 12:19:24 UTC (1361362764)
[ 10.991643] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 11.027635] EDD information not available.
[ 11.052810] Freeing unused kernel memory: 536k freed
[ 11.082947] Write protecting the kernel text: 5320k
[ 11.112414] Write protecting the kernel read-only data: 1824k
[ 11.146842] NX-protecting the kernel data: 3896k
Loading, please wait...
[ 11.210287] udev: starting version 151
Begin: Loading e[ 11.232907] udevd (86): /proc/86/oom_adj is deprecated, please use /proc/86/oom_score_adj instead.
ssential drivers... ...
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file syst[ 11.346709] scsi0 : pata_atiixp
em... ...
Begin[ 11.356658] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
: Running /scrip[ 11.356734] 8139cp 0000:04:06.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
ts/local-top ...[ 11.357807] 8139too: 8139too Fast Ethernet driver 0.9.28
Done.
[ 11.359204] 8139too 0000:04:06.0: eth1: RealTek RTL8139 at 0x0001bc00, 00:00:cb:59:e3:35, IRQ 7
[ 11.382619] usb 7-1: new low-speed USB device number 2 using ohci_hcd
[ 11.622712] scsi1 : pata_atiixp
[ 11.641758] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[ 11.683476] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[ 11.686335] usb 7-2: new low-speed USB device number 3 using ohci_hcd
[ 11.763954] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[ 11.812454] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[ 11.861611] scsi2 : ahci
[ 11.877025] scsi3 : ahci
[ 11.890389] usbcore: registered new interface driver usbhid
[ 11.890390] usbhid: USB HID core driver
[ 11.948767] scsi4 : ahci
[ 11.964127] scsi5 : ahci
[ 11.979454] ata3: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff100 irq 11
[ 12.023784] ata4: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff180 irq 11
[ 12.068121] ata5: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff200 irq 11
[ 12.112432] ata6: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff280 irq 11
[ 12.157001] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl IDE mode
[ 12.204978] ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 12.254145] scsi6 : ahci
[ 12.269512] scsi7 : ahci
[ 12.284837] ata7: SATA max UDMA/133 abar m512@0xfdbff000 port 0xfdbff100 irq 41
[ 12.328649] ata8: SATA max UDMA/133 abar m512@0xfdbff000 port 0xfdbff180 irq 41
[ 12.372659] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl IDE mode
[ 12.420627] ahci 0000:07:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 12.469791] scsi8 : ahci
[ 12.473775] ata5: SATA link down (SStatus 0 SControl 300)
[ 12.473816] ata6: SATA link down (SStatus 0 SControl 300)
[ 12.549817] scsi9 : ahci
[ 12.565126] ata9: SATA max UDMA/133 abar m512@0xfd6ff000 port 0xfd6ff100 irq 42
[ 12.608937] ata10: SATA max UDMA/133 abar m512@0xfd6ff000 port 0xfd6ff180 irq 42
[ 12.645625] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 12.645689] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 12.645914] ata3.00: ATA-9: C300-CTFDDAC128MAG, 0002, max UDMA/100
[ 12.645917] ata3.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 12.646230] ata3.00: configured for UDMA/100
[ 12.646554] scsi 2:0:0:0: Direct-Access ATA C300-CTFDDAC128M 0002 PQ: 0 ANSI: 5
[ 12.646916] sd 2:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 12.647116] sd 2:0:0:0: [sda] Write Protect is off
[ 12.647145] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 12.647178] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.648118] sda: sda1 sda2 < sda5 sda6 >
[ 12.648952] sd 2:0:0:0: [sda] Attached SCSI disk
[ 12.689589] ata7: SATA link down (SStatus 0 SControl 300)
[ 12.689622] ata8: SATA link down (SStatus 0 SControl 300)
[ 12.690555] ata4.00: ATA-7: ST3320620AS, 3.AAE, max UDMA/133
[ 12.690557] ata4.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 12.748813] ata4.00: configured for UDMA/133
[ 12.749116] scsi 3:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5
[ 12.749398] sd 3:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 12.749532] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 12.749539] sd 3:0:0:0: [sdb] Write Protect is off
[ 12.749596] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.788491] sdb: sdb1
[ 12.788986] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 13.824747] ata10: SATA link down (SStatus 0 SControl 300)
[ 13.857718] ata9: SATA link down (SStatus 0 SControl 300)
Begin: Running /scripts/local-premount ...
Done.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
[ 19.504350] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 19.580656] kvm: disabled by bios
[ 19.629883] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 19.709254] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 19.733505] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 19.812334] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 19.867091] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 19.912460] kvm: disabled by bios
[ 19.961329] kvm: disabled by bios
[ 20.010674] kvm: disabled by bios
[ 20.040902] kvm: disabled by bios
mountall: Disconnected from Plymouth
next prev parent reply other threads:[~2013-02-20 20:42 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-14 12:05 [Xenomai] (Boot)-problems with (current) ipipe patch on AMD FX 61000 - 2.6.38.8 & 3.5.7 Manuel Huber
2013-02-14 20:13 ` Gilles Chanteperdrix
2013-02-19 11:13 ` Manuel Huber
2013-02-19 12:02 ` Gilles Chanteperdrix
2013-02-15 6:55 ` Jan Kiszka
2013-02-19 11:22 ` Manuel Huber
2013-02-19 12:05 ` Jan Kiszka
2013-02-19 12:07 ` Gilles Chanteperdrix
2013-02-19 12:22 ` Jan Kiszka
2013-02-19 12:30 ` Gilles Chanteperdrix
2013-02-19 12:40 ` Jan Kiszka
2013-02-19 12:12 ` Jan Kiszka
2013-02-19 18:48 ` Jan Kiszka
2013-02-19 18:52 ` Gilles Chanteperdrix
2013-02-19 19:05 ` Jan Kiszka
2013-02-20 20:42 ` Manuel Huber [this message]
2013-02-19 20:17 ` Jan Kiszka
2013-02-22 13:54 ` Manuel Huber
2013-02-22 14:06 ` Jan Kiszka
2013-02-25 17:08 ` Jan Kiszka
2013-02-25 19:07 ` Anders Blomdell
2013-02-25 19:10 ` Jan Kiszka
2013-02-25 20:09 ` Anders Blomdell
2013-02-25 22:02 ` Jan Kiszka
2013-02-26 15:57 ` Anders Blomdell
2013-02-26 15:58 ` Jan Kiszka
[not found] ` <512F92C3.1070003@control.lth.se>
2013-02-28 17:30 ` Jan Kiszka
2013-03-11 8:34 ` Anders Blomdell
2013-03-01 11:15 ` Manuel Huber
2013-03-01 13:48 ` Jan Kiszka
2013-04-09 22:09 ` Gilles Chanteperdrix
2013-04-10 7:02 ` Jan Kiszka
2013-04-10 7:05 ` Gilles Chanteperdrix
2013-04-10 7:09 ` Jan Kiszka
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=5125351D.4070007@gmail.com \
--to=manuel.h87@gmail.com \
--cc=gilles.chanteperdrix@xenomai.org \
--cc=jan.kiszka@siemens.com \
--cc=xenomai@xenomai.org \
/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.