Forwarding without image attachment to get below message size limit of the mailing lists.

I've uploaded the image to:
http://www.users.on.net/~arthur.marsh/20150907539.jpg


-------- Forwarded Message --------
Subject: Re: eata fails to load on post 4.2 kernels
Date: Mon, 07 Sep 2015 15:56:02 +0930
From: Arthur Marsh <arthur.ma...@internode.on.net>
To: Jiang Liu <jiang....@linux.intel.com>
CC: Bjorn Helgaas <bhelg...@google.com>, t...@linutronix.de, linux-s...@vger.kernel.org, linux-kernel@vger.kernel.org



Jiang Liu wrote on 07/09/15 12:36:
On 2015/9/7 4:31, Arthur Marsh wrote:
Arthur Marsh wrote on 06/09/15 21:07:
Arthur Marsh wrote on 06/09/15 18:34:
Arthur Marsh wrote on 06/09/15 15:58:
Hi, I'm seeing the following on post 4.2 kernels, am currently
bisecting
to find where it started:

First kernel in the bisection that worked without needing irqpoll:

[   73.751482] EATA0: IRQ 10 mapped to IO-APIC IRQ 17.
[   73.776711] EATA/DMA 2.0x: Copyright (C) 1994-2003 Dario Ballabio.
[   73.802005] EATA config options -> tm:1, lc:y, mq:16, rs:y, et:n,
ip:n, ep:n, pp:y.
[   73.829175] EATA0: 2.0C, PCI 0xd890, IRQ 17, BMST, SG 122, MB 64.
[   73.855552] EATA0: wide SCSI support enabled, max_id 16, max_lun 8.
[   73.881125] EATA0: SCSI channel 0 enabled, host target ID 7.

After a git bisect, I get:

git bisect good
991de2e59090e55c65a7f59a049142e3c480f7bd is the first bad commit
commit 991de2e59090e55c65a7f59a049142e3c480f7bd
Author: Jiang Liu <jiang....@linux.intel.com>
Date:   Wed Jun 10 16:54:59 2015 +0800

     PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()

     To support IOAPIC hotplug, we need to allocate PCI IRQ resources on
demand
     and free them when not used anymore.

     Implement pcibios_alloc_irq() and pcibios_free_irq() to dynamically
     allocate and free PCI IRQs.

     Remove mp_should_keep_irq(), which is no longer used.

     [bhelgaas: changelog]
     Signed-off-by: Jiang Liu <jiang....@linux.intel.com>
     Signed-off-by: Bjorn Helgaas <bhelg...@google.com>
     Acked-by: Thomas Gleixner <t...@linutronix.de>

:040000 040000 765e2d5232d53247ec260b34b51589c3bccb36ae
f680234a27685e94b1a35ae2a7218f8eafa9071a M      arch
:040000 040000 d55a682bcde72682e883365e88ad1df6186fd54d
f82c470a04a6845fcf5e0aa934512c75628f798d M      drivers

I'm happy to supply more details if needed.
Hi Arthur,
        Thanks for reporting this. It seems to be an irq misrouting
issue. Could you please help to provide:
1) full dmesg with the latest code
2) full dmesg and /proc/interrupts with the latest code and
    kernel parameter "irqpoll" specified
Thanks!
Gerry

The pc locks up when loading the eata module so I've attached a photo of
the monitor screen.

Arthur.





[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.2.0+ (root@victoria) (gcc version 5.2.1 20150903 
(Debian 5.2.1-16) ) #29 SMP PREEMPT Mon Sep 7 07:10:45 ACST 2015
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffaffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003ffb0000-0x000000003ffbdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003ffbe000-0x000000003ffdffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003ffe0000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff780000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: 
non-PAE kernel!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: System manufacturer System Product Name/A8V-MX, BIOS 0503   
 12/06/2005
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3ffb0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 base 00D0000000 mask FFF0000000 write-combining
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at 
[c00ff780]
[    0.000000] initial memory mapped: [mem 0x00000000-0x023fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x35c00000-0x35ffffff]
[    0.000000]  [mem 0x35c00000-0x35ffffff] page 4M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x35bfffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x35bfffff] page 4M
[    0.000000] init_memory_mapping: [mem 0x36000000-0x377fdfff]
[    0.000000]  [mem 0x36000000-0x373fffff] page 4M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x02075000, 0x02075fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36152000-0x370a0fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FAC60 000024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 0x000000003FFB0100 00003C (v01 A M I  OEMXSDT  
12000506 MSFT 00000097)
[    0.000000] ACPI: FACP 0x000000003FFB0290 0000F4 (v03 A M I  OEMFACP  
12000506 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x000000003FFB03F0 0046F0 (v01 A0347  A0347001 
00000001 INTL 02002026)
[    0.000000] ACPI: FACS 0x000000003FFBE000 000040
[    0.000000] ACPI: FACS 0x000000003FFBE000 000040
[    0.000000] ACPI: APIC 0x000000003FFB0390 00005C (v01 A M I  OEMAPIC  
12000506 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x000000003FFBE040 000046 (v01 A M I  AMI_OEM  
12000506 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 135MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x02076000, 0x02076fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
[    0.000000]   HighMem  [mem 0x00000000377fe000-0x000000003ffaffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000003ffaffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffaffff]
[    0.000000] On node 0 totalpages: 261966
[    0.000000]   DMA zone: 36 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1962 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 34738 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 1, version 3, 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] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x40000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 18 pages/cpu @f5f06000 s41320 r0 d32408 u73728
[    0.000000] pcpu-alloc: s41320 r0 d32408 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 259968
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.2.0+ 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0003ffb0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 1004604K/1047864K available (5476K kernel code, 550K 
rwdata, 2080K rodata, 520K init, 8152K bss, 43260K reserved, 0K cma-reserved, 
138952K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
                   pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
                   vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
                     .init : 0xc17ee000 - 0xc1870000   ( 520 kB)
                     .data : 0xc155957a - 0xc17ecb00   (2637 kB)
                     .text : 0xc1000000 - 0xc155957a   (5477 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor 
mode...Ok.
[    0.000000] Running RCU self tests
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU lockdep checking is enabled.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:440 16
[    0.000000] CPU 0 irqstacks, hard=f5816000 soft=f5818000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] 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:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 4911 kB
[    0.000000]  per task-struct memory footprint: 1344 bytes
[    0.000000] ------------------------
[    0.000000] | Locking API testsuite:
[    0.000000] 
----------------------------------------------------------------------------
[    0.000000]                                  | spin |wlock |rlock |mutex | 
wsem | rsem |
[    0.000000]   
--------------------------------------------------------------------------
[    0.000000]                      A-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]                  A-B-B-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]              A-B-B-C-C-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]              A-B-C-A-B-C deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]          A-B-B-C-C-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]          A-B-C-D-B-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]          A-B-C-D-B-C-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]                     double unlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]                   initialize held:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]                  bad unlock order:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]   
--------------------------------------------------------------------------
[    0.000000]               recursive read-lock:             |  ok  |          
   |  ok  |
[    0.000000]            recursive read-lock #2:             |  ok  |          
   |  ok  |
[    0.000000]             mixed read-write-lock:             |  ok  |          
   |  ok  |
[    0.000000]             mixed write-read-lock:             |  ok  |          
   |  ok  |
[    0.000000]   
--------------------------------------------------------------------------
[    0.000000]      hard-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |
[    0.000000]      soft-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |
[    0.000000]      hard-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |
[    0.000000]      soft-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |
[    0.000000]        sirq-safe-A => hirqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]        sirq-safe-A => hirqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]          hard-safe-A + irqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]          soft-safe-A + irqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]          hard-safe-A + irqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]          soft-safe-A + irqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/123:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/123:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/132:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/132:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/213:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/213:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/231:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/231:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/312:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/312:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/321:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/321:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq read-recursion/123:  ok  |
[    0.000000]       soft-irq read-recursion/123:  ok  |
[    0.000000]       hard-irq read-recursion/132:  ok  |
[    0.000000]       soft-irq read-recursion/132:  ok  |
[    0.000000]       hard-irq read-recursion/213:  ok  |
[    0.000000]       soft-irq read-recursion/213:  ok  |
[    0.000000]       hard-irq read-recursion/231:  ok  |
[    0.000000]       soft-irq read-recursion/231:  ok  |
[    0.000000]       hard-irq read-recursion/312:  ok  |
[    0.000000]       soft-irq read-recursion/312:  ok  |
[    0.000000]       hard-irq read-recursion/321:  ok  |
[    0.000000]       soft-irq read-recursion/321:  ok  |
[    0.000000]   
--------------------------------------------------------------------------
[    0.000000]   | Wound/wait tests |
[    0.000000]   ---------------------
[    0.000000]                   ww api failures:  ok  |  ok  |  ok  |
[    0.000000]                ww contexts mixing:  ok  |  ok  |
[    0.000000]              finishing ww context:  ok  |  ok  |  ok  |  ok  |
[    0.000000]                locking mismatches:  ok  |  ok  |  ok  |
[    0.000000]                  EDEADLK handling:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]            spinlock nest unlocked:  ok  |
[    0.000000]   -----------------------------------------------------
[    0.000000]                                  |block | try  |context|
[    0.000000]   -----------------------------------------------------
[    0.000000]                           context:  ok  |  ok  |  ok  |
[    0.000000]                               try:  ok  |  ok  |  ok  |
[    0.000000]                             block:  ok  |  ok  |  ok  |
[    0.000000]                          spinlock:  ok  |  ok  |  ok  |
[    0.000000] -------------------------------------------------------
[    0.000000] Good, all 253 testcases passed! |
[    0.000000] ---------------------------------
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2000.131 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.008117] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 4000.26 BogoMIPS (lpj=8000524)
[    0.008233] pid_max: default: 32768 minimum: 301
[    0.008342] ACPI: Core revision 20150818
[    0.018815] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.019036] Security Framework initialized
[    0.019095] AppArmor: AppArmor disabled by boot time parameter
[    0.019153] Yama: becoming mindful.
[    0.019277] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.019337] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.020742] Initializing cgroup subsys blkio
[    0.020831] Initializing cgroup subsys memory
[    0.020911] Initializing cgroup subsys devices
[    0.021000] Initializing cgroup subsys freezer
[    0.021115] Initializing cgroup subsys net_cls
[    0.021177] Initializing cgroup subsys perf_event
[    0.021238] Initializing cgroup subsys net_prio
[    0.021332] mce: CPU supports 5 MCE banks
[    0.021423] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.021481] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[    0.027270] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.027949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.064000] smpboot: CPU0: AMD Athlon(tm) 64 Processor 3200+ (fam: 0f, 
model: 2f, stepping: 02)
[    0.064000] Performance Events: AMD PMU driver.
[    0.064000] ... version:                0
[    0.064000] ... bit width:              48
[    0.064000] ... generic registers:      4
[    0.064000] ... value mask:             0000ffffffffffff
[    0.064000] ... max period:             00007fffffffffff
[    0.064000] ... fixed-purpose events:   0
[    0.064000] ... event mask:             000000000000000f
[    0.084063] x86: Booted up 1 node, 1 CPUs
[    0.084124] smpboot: Total of 1 processors activated (4000.26 BogoMIPS)
[    0.084889] NMI watchdog: enabled on all CPUs, permanently consumes one 
hw-PMU counter.
[    0.089012] devtmpfs: initialized
[    0.092175] PM: Registering ACPI NVS region [mem 0x3ffbe000-0x3ffdffff] 
(139264 bytes)
[    0.092516] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    0.096120] pinctrl core: initialized pinctrl subsystem
[    0.097193] NET: Registered protocol family 16
[    0.108042] cpuidle: using governor ladder
[    0.120018] cpuidle: using governor menu
[    0.120081] node 0 link 0: io port [1000, ffffff]
[    0.120085] TOM: 0000000040000000 aka 1024M
[    0.120143] node 0 link 0: mmio [a0000, bffff]
[    0.120148] node 0 link 0: mmio [40000000, ffffffff]
[    0.120153] bus: [bus 00-ff] on node 0 link 0
[    0.120155] bus: 00 [io  0x0000-0xffff]
[    0.120158] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.120160] bus: 00 [mem 0x40000000-0xffffffff]
[    0.120277] ACPI: bus type PCI registered
[    0.120336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.121261] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[    0.121320] PCI: Using configuration type 1 for base access
[    0.156184] ACPI: Added _OSI(Module Device)
[    0.156245] ACPI: Added _OSI(Processor Device)
[    0.156303] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.156360] ACPI: Added _OSI(Processor Aggregator Device)
[    0.164649] ACPI: Executed 1 blocks of module-level executable AML code
[    0.170974] ACPI: Interpreter enabled
[    0.171053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S2_] (20150818/hwxface-580)
[    0.171210] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S3_] (20150818/hwxface-580)
[    0.171420] ACPI: (supports S0 S1 S4 S5)
[    0.171477] ACPI: Using IOAPIC for interrupt routing
[    0.171624] PCI: Ignoring host bridge windows from ACPI; if necessary, use 
"pci=use_crs" and report a bug
[    0.196417] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.196488] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.196652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.196913] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7 window] 
(ignored)
[    0.196917] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff window] 
(ignored)
[    0.196921] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff 
window] (ignored)
[    0.196924] acpi PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff 
window] (ignored)
[    0.196927] acpi PNP0A03:00: host bridge window [mem 0x40000000-0xffffffff 
window] (ignored)
[    0.196931] PCI: root bus 00: hardware-probed resources
[    0.196996] acpi PNP0A03:00: fail to add MMCONFIG information, can't access 
extended PCI configuration space under this bridge.
[    0.198181] PCI host bridge to bus 0000:00
[    0.198241] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.198300] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.198360] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.198420] pci_bus 0000:00: root bus resource [mem 0x40000000-0xffffffff]
[    0.198571] pci 0000:00:00.0: [1106:0204] type 00 class 0x060000
[    0.198604] pci 0000:00:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
[    0.199302] pci 0000:00:00.1: [1106:1204] type 00 class 0x060000
[    0.199676] pci 0000:00:00.2: [1106:2204] type 00 class 0x060000
[    0.200035] pci 0000:00:00.3: [1106:3204] type 00 class 0x060000
[    0.200409] pci 0000:00:00.4: [1106:4204] type 00 class 0x060000
[    0.200759] pci 0000:00:00.7: [1106:7204] type 00 class 0x060000
[    0.201110] pci 0000:00:01.0: [1106:b188] type 01 class 0x060400
[    0.201180] pci 0000:00:01.0: supports D1
[    0.201493] pci 0000:00:0f.0: [1106:0571] type 00 class 0x01018a
[    0.201562] pci 0000:00:0f.0: reg 0x20: [io  0xfc00-0xfc0f]
[    0.201590] pci 0000:00:0f.0: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.201651] pci 0000:00:0f.0: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.201711] pci 0000:00:0f.0: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.201772] pci 0000:00:0f.0: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.202127] pci 0000:00:10.0: [1106:3038] type 00 class 0x0c0300
[    0.202194] pci 0000:00:10.0: reg 0x20: [io  0xec00-0xec1f]
[    0.202243] pci 0000:00:10.0: supports D1 D2
[    0.202247] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.202531] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.202770] pci 0000:00:10.1: [1106:3038] type 00 class 0x0c0300
[    0.202837] pci 0000:00:10.1: reg 0x20: [io  0xe880-0xe89f]
[    0.202887] pci 0000:00:10.1: supports D1 D2
[    0.202890] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.203051] pci 0000:00:10.1: System wakeup disabled by ACPI
[    0.203291] pci 0000:00:10.2: [1106:3038] type 00 class 0x0c0300
[    0.203359] pci 0000:00:10.2: reg 0x20: [io  0xe800-0xe81f]
[    0.203408] pci 0000:00:10.2: supports D1 D2
[    0.203412] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.203572] pci 0000:00:10.2: System wakeup disabled by ACPI
[    0.203811] pci 0000:00:10.3: [1106:3038] type 00 class 0x0c0300
[    0.203877] pci 0000:00:10.3: reg 0x20: [io  0xe480-0xe49f]
[    0.203927] pci 0000:00:10.3: supports D1 D2
[    0.203930] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.204102] pci 0000:00:10.3: System wakeup disabled by ACPI
[    0.204345] pci 0000:00:10.4: [1106:3104] type 00 class 0x0c0320
[    0.204379] pci 0000:00:10.4: reg 0x10: [mem 0xff6ffc00-0xff6ffcff]
[    0.204469] pci 0000:00:10.4: supports D1 D2
[    0.204472] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.204634] pci 0000:00:10.4: System wakeup disabled by ACPI
[    0.204878] pci 0000:00:11.0: [1106:3287] type 00 class 0x060100
[    0.205301] pci 0000:00:11.7: [1106:287e] type 00 class 0x060000
[    0.205662] pci 0000:00:12.0: [1106:3065] type 00 class 0x020000
[    0.205693] pci 0000:00:12.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.205706] pci 0000:00:12.0: reg 0x14: [mem 0xff6ff800-0xff6ff8ff]
[    0.205785] pci 0000:00:12.0: supports D1 D2
[    0.205788] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.205950] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.206193] pci 0000:00:13.0: [1106:287b] type 01 class 0x060400
[    0.206518] pci 0000:00:13.1: [1106:287a] type 01 class 0x060400
[    0.206721] pci 0000:00:13.1: System wakeup disabled by ACPI
[    0.206976] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.207282] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.207584] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.207883] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.208312] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.208374] pci 0000:00:01.0:   bridge window [io  0xa000-0xcfff]
[    0.208380] pci 0000:00:01.0:   bridge window [mem 0xff400000-0xff4fffff]
[    0.208386] pci 0000:00:01.0:   bridge window [mem 0x7ff00000-0xbfefffff 
pref]
[    0.208404] pci 0000:01:00.0: [1002:4153] type 00 class 0x030000
[    0.208431] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[    0.208442] pci 0000:01:00.0: reg 0x14: [io  0xc000-0xc0ff]
[    0.208452] pci 0000:01:00.0: reg 0x18: [mem 0xff4f0000-0xff4fffff]
[    0.208484] pci 0000:01:00.0: reg 0x30: [mem 0xff4c0000-0xff4dffff pref]
[    0.208518] pci 0000:01:00.0: supports D1 D2
[    0.208678] pci 0000:01:00.1: [1002:4173] type 00 class 0x038000
[    0.208700] pci 0000:01:00.1: reg 0x10: [mem 0x90000000-0x9fffffff pref]
[    0.208710] pci 0000:01:00.1: reg 0x14: [mem 0xff4e0000-0xff4effff]
[    0.208777] pci 0000:01:00.1: supports D1 D2
[    0.209127] pci 0000:00:13.0: PCI bridge to [bus 02-04]
[    0.209212] pci 0000:02:00.0: [1106:287c] type 01 class 0x060400
[    0.209290] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.209354] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.209593] pci 0000:02:00.1: [1106:287d] type 01 class 0x060400
[    0.209671] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    0.209899] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You 
can enable it with 'pcie_aspm=force'
[    0.210144] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.210340] pci 0000:02:00.1: PCI bridge to [bus 04]
[    0.210540] pci 0000:00:13.1: PCI bridge to [bus 05]
[    0.210601] pci 0000:00:13.1:   bridge window [io  0xd000-0xdfff]
[    0.210607] pci 0000:00:13.1:   bridge window [mem 0xff500000-0xff5fffff]
[    0.210649] pci 0000:05:0b.0: [1102:0004] type 00 class 0x040100
[    0.210678] pci 0000:05:0b.0: reg 0x10: [io  0xd800-0xd83f]
[    0.210770] pci 0000:05:0b.0: supports D1 D2
[    0.210929] pci 0000:05:0b.1: [1102:7003] type 00 class 0x098000
[    0.210956] pci 0000:05:0b.1: reg 0x10: [io  0xdc00-0xdc07]
[    0.211047] pci 0000:05:0b.1: supports D1 D2
[    0.211207] pci 0000:05:0b.2: [1102:4001] type 00 class 0x0c0010
[    0.211238] pci 0000:05:0b.2: reg 0x10: [mem 0xff5ef800-0xff5effff]
[    0.211251] pci 0000:05:0b.2: reg 0x14: [mem 0xff5e8000-0xff5ebfff]
[    0.211338] pci 0000:05:0b.2: supports D1 D2
[    0.211341] pci 0000:05:0b.2: PME# supported from D0 D1 D2 D3hot
[    0.211541] pci 0000:05:0c.0: [1044:a400] type 00 class 0x010000
[    0.211562] pci 0000:05:0c.0: reg 0x10: [io  0xd880-0xd89f]
[    0.211624] pci 0000:05:0c.0: reg 0x30: [mem 0xff5f0000-0xff5f7fff pref]
[    0.211838] pci_bus 0000:00: on NUMA node 0
[    0.214581] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.215322] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.216048] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.216761] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.217476] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.218284] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.219093] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.219901] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.221551] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.221612] vgaarb: device added: 
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.221688] vgaarb: loaded
[    0.221743] vgaarb: bridge control possible 0000:01:00.0
[    0.224044] PCI: Using ACPI for IRQ routing
[    0.224105] PCI: pci_cache_line_size set to 64 bytes
[    0.224210] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.224222] e820: reserve RAM buffer [mem 0x3ffb0000-0x3fffffff]
[    0.225539] clocksource: Switched to clocksource refined-jiffies
[    0.245684] pnp: PnP ACPI init
[    0.246091] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.247338] pnp 00:01: [dma 3]
[    0.247684] pnp 00:01: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.248035] system 00:02: [io  0x0290-0x0297] has been reserved
[    0.248179] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.248604] system 00:03: [io  0x03e0-0x03e7] has been reserved
[    0.248666] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.248727] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.248787] system 00:03: [io  0x0400-0x041f] has been reserved
[    0.248849] system 00:03: [mem 0xff780000-0xffffffff] has been reserved
[    0.248910] system 00:03: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.248975] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.249258] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.249321] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.249386] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.249572] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b 
(active)
[    0.249802] pnp 00:06: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 
(active)
[    0.250422] pnp 00:07: [dma 0 disabled]
[    0.250600] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.250816] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.250882] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.251515] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.251579] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.251641] system 00:09: [mem 0x00100000-0x3fffffff] could not be reserved
[    0.251706] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.252075] pnp: PnP ACPI: found 10 devices
[    0.294783] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, 
max_idle_ns: 2085701024 ns
[    0.294886] clocksource: Switched to clocksource acpi_pm
[    0.294985] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.295046] pci 0000:00:01.0:   bridge window [io  0xa000-0xcfff]
[    0.295110] pci 0000:00:01.0:   bridge window [mem 0xff400000-0xff4fffff]
[    0.295110] pci 0000:00:01.0:   bridge window [mem 0x7ff00000-0xbfefffff 
pref]
[    0.295110] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.295110] pci 0000:02:00.1: PCI bridge to [bus 04]
[    0.295110] pci 0000:00:13.0: PCI bridge to [bus 02-04]
[    0.295110] pci 0000:00:13.1: PCI bridge to [bus 05]
[    0.295110] pci 0000:00:13.1:   bridge window [io  0xd000-0xdfff]
[    0.295110] pci 0000:00:13.1:   bridge window [mem 0xff500000-0xff5fffff]
[    0.295110] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.295110] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[    0.295110] pci_bus 0000:00: resource 6 [mem 0x40000000-0xffffffff]
[    0.295110] pci_bus 0000:01: resource 0 [io  0xa000-0xcfff]
[    0.295110] pci_bus 0000:01: resource 1 [mem 0xff400000-0xff4fffff]
[    0.295110] pci_bus 0000:01: resource 2 [mem 0x7ff00000-0xbfefffff pref]
[    0.295110] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    0.295110] pci_bus 0000:05: resource 1 [mem 0xff500000-0xff5fffff]
[    0.295110] NET: Registered protocol family 2
[    0.295110] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.295110] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[    0.295639] TCP: Hash tables configured (established 8192 bind 8192)
[    0.295816] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    0.295955] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    0.296350] NET: Registered protocol family 1
[    0.296447] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[    0.296529] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.296758] pci 0000:01:00.0: Video device with shadowed ROM
[    0.296784] PCI: CLS 64 bytes, default 64
[    0.297139] Unpacking initramfs...
[    0.797009] Freeing initrd memory: 15676K (f6152000 - f70a1000)
[    0.797217] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 
0x1cd4a9e1deb, max_idle_ns: 440795254256 ns
[    0.797362] microcode: AMD CPU family 0xf not supported
[    0.798543] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.798703] audit: initializing netlink subsys (disabled)
[    0.798872] audit: type=2000 audit(1441606077.795:1): initialized
[    0.799877] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.800391] VFS: Disk quotas dquot_6.6.0
[    0.800481] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.803296] bounce: pool size: 64 pages
[    0.803388] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
252)
[    0.807646] io scheduler noop registered
[    0.807705] io scheduler deadline registered
[    0.807786] io scheduler cfq registered (default)
[    0.808445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.808528] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.808711] GHES: HEST is not enabled!
[    0.808933] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.829832] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 
16550A
[    0.831668] Linux agpgart interface v0.103
[    0.831762] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
[    0.838896] agpgart-amd64 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.839781] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 
0x60,0x64 irq 1,12
[    0.840573] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.841194] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.841826] mousedev: PS/2 mouse device common for all mice
[    0.842313] rtc_cmos 00:00: RTC can wake from S4
[    0.842845] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.842944] rtc_cmos 00:00: alarms up to one year, y3k, 114 bytes nvram
[    0.843414] NET: Registered protocol family 10
[    0.848435] mip6: Mobile IPv6
[    0.848525] NET: Registered protocol family 17
[    0.848593] mpls_gso: MPLS GSO support
[    0.849132] Using IPI No-Shortcut mode
[    0.849745] registered taskstats version 1
[    0.859345] rtc_cmos 00:00: setting system clock to 2015-09-07 06:07:58 UTC 
(1441606078)
[    0.859698] PM: Hibernation image not present or could not be loaded.
[    0.860754] Freeing unused kernel memory: 520K (c17ee000 - c1870000)
[    0.860936] Write protecting the kernel text: 5480k
[    0.861152] Write protecting the kernel read-only data: 2084k
[    0.864816] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input0
[    0.953937] random: systemd-udevd urandom read with 0 bits of entropy 
available
[    1.101817] SCSI subsystem initialized
[    1.119147] ACPI: bus type USB registered
[    1.119328] usbcore: registered new interface driver usbfs
[    1.119522] usbcore: registered new interface driver hub
[    1.120856] via_rhine: v1.10-LK1.5.1 2010-10-09 Written by Donald Becker
[    1.122434] via-rhine 0000:00:12.0 eth0: VIA Rhine II at 0x1e000, 
00:13:d4:cc:9b:57, IRQ 23
[    1.123280] via-rhine 0000:00:12.0 eth0: MII PHY found at address 1, status 
0x786d advertising 01e1 Link 45e1
[    1.129417] usbcore: registered new device driver usb
[    1.130447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.130861] ehci-pci: EHCI PCI platform driver
[    1.131832] uhci_hcd: USB Universal Host Controller Interface driver
[    1.135549] ehci-pci 0000:00:10.4: EHCI Host Controller
[    1.135999] ehci-pci 0000:00:10.4: new USB bus registered, assigned bus 
number 1
[    1.137721] ehci-pci 0000:00:10.4: debug port 1
[    1.138014] ehci-pci 0000:00:10.4: irq 22, io mem 0xff6ffc00
[    1.139763] libata version 3.00 loaded.
[    1.148120] ehci-pci 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    1.149264] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.149327] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.149398] usb usb1: Product: EHCI Host Controller
[    1.149455] usb usb1: Manufacturer: Linux 4.2.0+ ehci_hcd
[    1.149513] usb usb1: SerialNumber: 0000:00:10.4
[    1.151307] hub 1-0:1.0: USB hub found
[    1.152477] hub 1-0:1.0: 8 ports detected
[    1.162404] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    1.162500] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus 
number 2
[    1.162580] uhci_hcd 0000:00:10.0: detected 2 ports
[    1.162686] uhci_hcd 0000:00:10.0: irq 20, io base 0x0000ec00
[    1.163034] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.163095] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.163166] usb usb2: Product: UHCI Host Controller
[    1.163223] usb usb2: Manufacturer: Linux 4.2.0+ uhci_hcd
[    1.163282] usb usb2: SerialNumber: 0000:00:10.0
[    1.163905] hub 2-0:1.0: USB hub found
[    1.163987] hub 2-0:1.0: 2 ports detected
[    1.164782] pata_via 0000:00:0f.0: version 0.3.4
[    1.172705] scsi host0: pata_via
[    1.178602] scsi host1: pata_via
[    1.178909] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14
[    1.178970] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 15
[    1.179937] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    1.180126] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus 
number 3
[    1.180210] uhci_hcd 0000:00:10.1: detected 2 ports
[    1.180293] uhci_hcd 0000:00:10.1: irq 22, io base 0x0000e880
[    1.180522] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.180583] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.180654] usb usb3: Product: UHCI Host Controller
[    1.180711] usb usb3: Manufacturer: Linux 4.2.0+ uhci_hcd
[    1.180769] usb usb3: SerialNumber: 0000:00:10.1
[    1.181390] hub 3-0:1.0: USB hub found
[    1.181470] hub 3-0:1.0: 2 ports detected
[    1.182250] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    1.182323] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus 
number 4
[    1.182401] uhci_hcd 0000:00:10.2: detected 2 ports
[    1.182502] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e800
[    1.183194] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.183256] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.183327] usb usb4: Product: UHCI Host Controller
[    1.183384] usb usb4: Manufacturer: Linux 4.2.0+ uhci_hcd
[    1.183442] usb usb4: SerialNumber: 0000:00:10.2
[    1.185338] hub 4-0:1.0: USB hub found
[    1.185935] hub 4-0:1.0: 2 ports detected
[    1.188759] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    1.188838] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus 
number 5
[    1.188917] uhci_hcd 0000:00:10.3: detected 2 ports
[    1.189023] uhci_hcd 0000:00:10.3: irq 23, io base 0x0000e480
[    1.191742] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.191808] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.191879] usb usb5: Product: UHCI Host Controller
[    1.191936] usb usb5: Manufacturer: Linux 4.2.0+ uhci_hcd
[    1.191994] usb usb5: SerialNumber: 0000:00:10.3
[    1.192433] firewire_ohci 0000:05:0b.2: added OHCI v1.10 device as card 0, 4 
IR + 8 IT contexts, quirks 0x2
[    1.195716] hub 5-0:1.0: USB hub found
[    1.196493] hub 5-0:1.0: 2 ports detected
[    1.353461] ata1.00: ATA-8: WDC WD3200AAJB-00WGA0, 00.02C01, max UDMA/100
[    1.353528] ata1.00: 625142448 sectors, multi 16: LBA48 
[    1.360693] ata1.00: configured for UDMA/100
[    1.366180] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200AAJB-0 2C01 
PQ: 0 ANSI: 5
[    1.468048] usb 1-5: new high-speed USB device number 2 using ehci-pci
[    1.540360] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-4163B, A103, max UDMA/33
[    1.540801] ata2.01: HPA detected: current 66055248, native 78242976
[    1.540861] ata2.01: ATA-6: SAMSUNG SP4002H, QU100-57, max UDMA/100
[    1.540921] ata2.01: 66055248 sectors, multi 16: LBA 
[    1.540983] ata2.01: limited to UDMA/33 due to 40-wire cable
[    1.556227] ata2.00: configured for UDMA/33
[    1.572621] ata2.01: configured for UDMA/33
[    1.596085] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-4163B A103 
PQ: 0 ANSI: 5
[    1.610163] usb 1-5: New USB device found, idVendor=13fe, idProduct=1e23
[    1.610228] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.610290] usb 1-5: Product: STORE N GO
[    1.610346] usb 1-5: Manufacturer: Verbatim
[    1.610403] usb 1-5: SerialNumber: 078A18B40293
[    1.612059] scsi 1:0:1:0: Direct-Access     ATA      SAMSUNG SP4002H  0-57 
PQ: 0 ANSI: 5
[    1.621633] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 
GiB)
[    1.621870] sd 0:0:0:0: [sda] Write Protect is off
[    1.621931] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.621999] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.625073] sd 1:0:1:0: [sdb] 66055248 512-byte logical blocks: (33.8 
GB/31.4 GiB)
[    1.625306] sd 1:0:1:0: [sdb] Write Protect is off
[    1.625366] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.625434] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.644479] uas: Unknown symbol usb_stor_adjust_quirks (err 0)
[    1.644595] uas: Unknown symbol usb_stor_sense_invalidCDB (err 0)
[    1.658638] sr 1:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw 
xa/form2 cdda tray
[    1.658717] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.660647] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.662318]  sda: sda1 sda2 < sda5 sda6 sda7 >
[    1.664814] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.681029]  sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 > sdb3
[    1.681524] sdb: p3 size 13333950 extends beyond EOD, enabling native 
capacity
[    1.683155] ata2: soft resetting link
[    1.693039] firewire_core 0000:05:0b.2: created device fw0: GUID 
00023c0153000612, S400
[    1.852365] ata2.01: n_sectors mismatch 66055248 != 78242976
[    1.852429] ata2.01: new n_sectors matches native, probably late HPA unlock, 
n_sectors updated
[    1.876237] ata2.00: configured for UDMA/33
[    1.892634] ata2.01: configured for UDMA/33
[    1.894835] ata2: EH complete
[    1.905963] sd 1:0:1:0: [sdb] 78242976 512-byte logical blocks: (40.0 
GB/37.3 GiB)
[    1.918092] sdb: detected capacity change from 33820286976 to 40060403712
[    1.989814]  sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 > sdb3
[    1.993592] sdb: detected capacity change from 0 to 40060403712
[    1.993969] sd 1:0:1:0: [sdb] Attached SCSI disk
[    2.790065] random: nonblocking pool is initialized
[    4.144472] floppy0: no floppy controllers found
[    4.175402] PM: Starting manual resume from disk
[    4.175487] PM: Hibernation image partition 8:5 present
[    4.175490] PM: Looking for hibernation image.
[    4.176370] PM: Image not found (code -22)
[    4.176374] PM: Hibernation image not present or could not be loaded.
[    4.183875] PM: Marking nosave pages: [mem 0x00000000-0x00000fff]
[    4.183882] PM: Marking nosave pages: [mem 0x0009f000-0x000fffff]
[    4.183886] PM: Basic memory bitmaps created
[    4.184651] PM: Basic memory bitmaps freed
[    5.327921] EXT4-fs (sda7): mounting ext3 file system using the ext4 
subsystem
[    5.354148] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: 
(null)
[    9.628573] input: Sleep Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    9.628660] ACPI: Sleep Button [SLPB]
[    9.629061] input: Power Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    9.629136] ACPI: Power Button [PWRB]
[    9.629395] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    9.629469] ACPI: Power Button [PWRF]
[    9.799583] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.899927] parport_pc 00:01: reported by Plug and Play ACPI
[    9.901635] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[    9.903768] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.903976] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    9.904304] sd 1:0:1:0: Attached scsi generic sg2 type 0
[   10.314531] gameport gameport0: EMU10K1 is pci0000:05:0b.1/gameport0, io 
0xdc00, speed 1209kHz
[   10.884508] EDAC MC: Ver: 3.0.0
[   10.916241] MCE: In-kernel MCE decoding enabled.
[   10.949284] AMD64 EDAC driver v3.4.0
[   10.949413] EDAC amd64: DRAM ECC enabled.
[   10.949472] EDAC amd64: K8 revE or earlier detected (node 0).
[   10.950828] EDAC MC0: Giving out device to module amd64_edac controller K8: 
DEV 0000:00:18.2 (INTERRUPT)
[   10.951258] EDAC PCI0: Giving out device to module amd64_edac controller 
EDAC PCI controller: DEV 0000:00:18.2 (POLLED)
[   10.951333] EDAC amd64: amd64_edac on 32-bit is unsupported. USE AT YOUR OWN 
RISK!
[   11.029289] [drm] Initialized drm 1.1.0 20060810
[   11.033973] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   11.175461] Error: Driver 'pcspkr' is already registered, aborting...
[   11.511350] powernow_k8: fid 0xc (2000 MHz), vid 0x6
[   11.511414] powernow_k8: fid 0xa (1800 MHz), vid 0x8
[   11.511472] powernow_k8: fid 0x2 (1000 MHz), vid 0x12
[   11.512802] powernow_k8: Found 1 AMD Athlon(tm) 64 Processor 3200+ (1 cpu 
cores) (version 2.20.00)
[   11.938963] ppdev: user-space parallel port driver
[   12.222070] snd_emu10k1 0000:05:0b.0: Installing spdif_bug patch: SB Audigy 
2 ZS [SB0350]
[   12.345290] [drm] radeon kernel modesetting enabled.
[   12.368418] [drm] initializing kernel modesetting (RV350 0x1002:0x4153 
0x1458:0x4050).
[   12.368560] [drm] register mmio base: 0xFF4F0000
[   12.368617] [drm] register mmio size: 65536
[   12.373626] agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
[   12.373717] agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
[   12.374677] radeon 0000:01:00.0: putting AGP V3 device into 8x mode
[   12.374780] radeon 0000:01:00.0: GTT: 256M 0xD0000000 - 0xDFFFFFFF
[   12.374842] [drm] Generation 2 PCI interface, using max accessible memory
[   12.374904] radeon 0000:01:00.0: VRAM: 256M 0x00000000A0000000 - 
0x00000000AFFFFFFF (256M used)
[   12.375033] [drm] Detected VRAM RAM=256M, BAR=256M
[   12.378052] [drm] RAM width 128bits DDR
[   12.384378] [TTM] Zone  kernel: Available graphics memory: 440924 kiB
[   12.384445] [TTM] Zone highmem: Available graphics memory: 510400 kiB
[   12.384504] [TTM] Initializing pool allocator
[   12.384611] [TTM] Initializing DMA pool allocator
[   12.385865] [drm] radeon: 256M of VRAM memory ready
[   12.385926] [drm] radeon: 256M of GTT memory ready.
[   12.386167] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
[   12.412230] radeon 0000:01:00.0: WB disabled
[   12.412469] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 
0x00000000d0000000 and cpu addr 0xf8022000
[   12.412550] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.412715] [drm] Driver supports precise vblank timestamp query.
[   12.413263] [drm] radeon: irq initialized.
[   12.413512] [drm] Loading R300 Microcode
[   12.481117] [drm] radeon: ring at 0x00000000D0001000
[   12.481329] [drm] ring test succeeded in 0 usecs
[   12.482135] [drm] ib test succeeded in 0 usecs
[   12.497774] [drm] Radeon Display Connectors
[   12.497837] [drm] Connector 0:
[   12.497892] [drm]   VGA-1
[   12.497948] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[   12.498006] [drm]   Encoders:
[   12.498060] [drm]     CRT1: INTERNAL_DAC1
[   12.498117] [drm] Connector 1:
[   12.498172] [drm]   DVI-I-1
[   12.498226] [drm]   HPD1
[   12.498280] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[   12.498338] [drm]   Encoders:
[   12.498392] [drm]     CRT2: INTERNAL_DAC2
[   12.498447] [drm]     DFP1: INTERNAL_TMDS1
[   12.498503] [drm] Connector 2:
[   12.498557] [drm]   SVIDEO-1
[   12.498611] [drm]   Encoders:
[   12.498665] [drm]     TV1: INTERNAL_DAC2
[   12.547688] usb-storage 1-5:1.0: USB Mass Storage device detected
[   12.552142] scsi host2: usb-storage 1-5:1.0
[   12.553109] usbcore: registered new interface driver usb-storage
[   12.608232] usbcore: registered new interface driver uas
[   12.888672] floppy0: no floppy controllers found
[   12.951298] input: ImPS/2 Generic Wheel Mouse as 
/devices/platform/i8042/serio1/input/input6
[   12.982549] [drm] fb mappable at 0xA0040000
[   12.982612] [drm] vram apper at 0xA0000000
[   12.982669] [drm] size 8294400
[   12.982723] [drm] fb depth is 24
[   12.982778] [drm]    pitch is 7680
[   12.988756] fbcon: radeondrmfb (fb0) is primary device
[   13.212056] Console: switching to colour frame buffer device 240x67
[   13.398700] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[   13.408070] [drm] Initialized radeon 2.43.0 20080528 for 0000:01:00.0 on 
minor 0
[   13.560481] scsi 2:0:0:0: Direct-Access     Verbatim STORE N GO       5.00 
PQ: 0 ANSI: 0 CCS
[   13.574447] sd 2:0:0:0: [sdc] 3911680 512-byte logical blocks: (2.00 GB/1.86 
GiB)
[   13.575810] sd 2:0:0:0: [sdc] Write Protect is off
[   13.576334] sd 2:0:0:0: [sdc] Mode Sense: 23 00 00 00
[   13.577063] sd 2:0:0:0: [sdc] No Caching mode page found
[   13.577550] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[   13.580471] sd 2:0:0:0: Attached scsi generic sg3 type 0
[   13.726747]  sdc: sdc1
[   13.730429] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[   15.281194] ata1.00: configured for UDMA/100
[   15.281581] ata1: EH complete
[   15.352301] ata2.00: configured for UDMA/33
[   15.360440] ata2.01: configured for UDMA/33
[   15.360827] ata2: EH complete
[   16.468441] Adding 2200868k swap on /dev/sda5.  Priority:-1 extents:1 
across:2200868k 
[   16.571690] EXT4-fs (sda7): re-mounted. Opts: (null)
[   17.046000] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro,data=ordered
[   18.087475] lp0: using parport0 (interrupt-driven).
[   18.250095] Loading iSCSI transport class v2.0-870.
[   18.316699] iscsi: registered transport (tcp)
[   18.515619] iscsi: registered transport (iser)
[   18.636136] fuse init (API version 7.23)
[   18.845865] tun: Universal TUN/TAP device driver, 1.6
[   18.874609] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com>
[   18.952150] w83627ehf: Found W83627EHG chip at 0x290
[   18.983526] ACPI Warning: SystemIO range 
0x0000000000000295-0x0000000000000296 conflicts with OpRegion 
0x0000000000000290-0x0000000000000299 (\_SB_.PCI0.SBRG.SIOR.HWRE) 
(20150818/utaddress-254)
[   19.012043] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   50.964536] EXT4-fs (sda1): mounting ext3 file system using the ext4 
subsystem
[   51.023170] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
(null)
[   51.107301] FAT-fs (sda6): utf8 is not a recommended IO charset for FAT 
filesystems, filesystem will be case sensitive!
[   51.196786] FAT-fs (sdc1): utf8 is not a recommended IO charset for FAT 
filesystems, filesystem will be case sensitive!
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.2.0+ (root@victoria) (gcc version 5.2.1 20150903 
(Debian 5.2.1-16) ) #29 SMP PREEMPT Mon Sep 7 07:10:45 ACST 2015
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffaffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003ffb0000-0x000000003ffbdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003ffbe000-0x000000003ffdffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003ffe0000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff780000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: 
non-PAE kernel!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: System manufacturer System Product Name/A8V-MX, BIOS 0503   
 12/06/2005
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3ffb0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 base 00D0000000 mask FFF0000000 write-combining
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at 
[c00ff780]
[    0.000000] initial memory mapped: [mem 0x00000000-0x023fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x35c00000-0x35ffffff]
[    0.000000]  [mem 0x35c00000-0x35ffffff] page 4M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x35bfffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x35bfffff] page 4M
[    0.000000] init_memory_mapping: [mem 0x36000000-0x377fdfff]
[    0.000000]  [mem 0x36000000-0x373fffff] page 4M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x02075000, 0x02075fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36152000-0x370a0fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FAC60 000024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 0x000000003FFB0100 00003C (v01 A M I  OEMXSDT  
12000506 MSFT 00000097)
[    0.000000] ACPI: FACP 0x000000003FFB0290 0000F4 (v03 A M I  OEMFACP  
12000506 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x000000003FFB03F0 0046F0 (v01 A0347  A0347001 
00000001 INTL 02002026)
[    0.000000] ACPI: FACS 0x000000003FFBE000 000040
[    0.000000] ACPI: FACS 0x000000003FFBE000 000040
[    0.000000] ACPI: APIC 0x000000003FFB0390 00005C (v01 A M I  OEMAPIC  
12000506 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x000000003FFBE040 000046 (v01 A M I  AMI_OEM  
12000506 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 135MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x02076000, 0x02076fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
[    0.000000]   HighMem  [mem 0x00000000377fe000-0x000000003ffaffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000003ffaffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffaffff]
[    0.000000] On node 0 totalpages: 261966
[    0.000000]   DMA zone: 36 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1962 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 34738 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 1, version 3, 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] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x40000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 18 pages/cpu @f5f06000 s41320 r0 d32408 u73728
[    0.000000] pcpu-alloc: s41320 r0 d32408 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 259968
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.2.0+ 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single irqpoll
[    0.000000] Misrouted IRQ fixup and polling support enabled
[    0.000000] This may significantly impact system performance
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0003ffb0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 1004604K/1047864K available (5476K kernel code, 550K 
rwdata, 2080K rodata, 520K init, 8152K bss, 43260K reserved, 0K cma-reserved, 
138952K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
                   pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
                   vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
                     .init : 0xc17ee000 - 0xc1870000   ( 520 kB)
                     .data : 0xc155957a - 0xc17ecb00   (2637 kB)
                     .text : 0xc1000000 - 0xc155957a   (5477 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor 
mode...Ok.
[    0.000000] Running RCU self tests
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU lockdep checking is enabled.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:440 16
[    0.000000] CPU 0 irqstacks, hard=f5816000 soft=f5818000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] 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:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 4911 kB
[    0.000000]  per task-struct memory footprint: 1344 bytes
[    0.000000] ------------------------
[    0.000000] | Locking API testsuite:
[    0.000000] 
----------------------------------------------------------------------------
[    0.000000]                                  | spin |wlock |rlock |mutex | 
wsem | rsem |
[    0.000000]   
--------------------------------------------------------------------------
[    0.000000]                      A-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]                  A-B-B-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]              A-B-B-C-C-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]              A-B-C-A-B-C deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]          A-B-B-C-C-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]          A-B-C-D-B-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]          A-B-C-D-B-C-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]                     double unlock:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]                   initialize held:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]                  bad unlock order:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |
[    0.000000]   
--------------------------------------------------------------------------
[    0.000000]               recursive read-lock:             |  ok  |          
   |  ok  |
[    0.000000]            recursive read-lock #2:             |  ok  |          
   |  ok  |
[    0.000000]             mixed read-write-lock:             |  ok  |          
   |  ok  |
[    0.000000]             mixed write-read-lock:             |  ok  |          
   |  ok  |
[    0.000000]   
--------------------------------------------------------------------------
[    0.000000]      hard-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |
[    0.000000]      soft-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |
[    0.000000]      hard-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |
[    0.000000]      soft-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |
[    0.000000]        sirq-safe-A => hirqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]        sirq-safe-A => hirqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]          hard-safe-A + irqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]          soft-safe-A + irqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]          hard-safe-A + irqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]          soft-safe-A + irqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/123:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/123:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/132:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/132:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/213:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/213:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/231:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/231:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/312:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/312:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/321:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/321:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq read-recursion/123:  ok  |
[    0.000000]       soft-irq read-recursion/123:  ok  |
[    0.000000]       hard-irq read-recursion/132:  ok  |
[    0.000000]       soft-irq read-recursion/132:  ok  |
[    0.000000]       hard-irq read-recursion/213:  ok  |
[    0.000000]       soft-irq read-recursion/213:  ok  |
[    0.000000]       hard-irq read-recursion/231:  ok  |
[    0.000000]       soft-irq read-recursion/231:  ok  |
[    0.000000]       hard-irq read-recursion/312:  ok  |
[    0.000000]       soft-irq read-recursion/312:  ok  |
[    0.000000]       hard-irq read-recursion/321:  ok  |
[    0.000000]       soft-irq read-recursion/321:  ok  |
[    0.000000]   
--------------------------------------------------------------------------
[    0.000000]   | Wound/wait tests |
[    0.000000]   ---------------------
[    0.000000]                   ww api failures:  ok  |  ok  |  ok  |
[    0.000000]                ww contexts mixing:  ok  |  ok  |
[    0.000000]              finishing ww context:  ok  |  ok  |  ok  |  ok  |
[    0.000000]                locking mismatches:  ok  |  ok  |  ok  |
[    0.000000]                  EDEADLK handling:  ok  |  ok  |  ok  |  ok  |  
ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]            spinlock nest unlocked:  ok  |
[    0.000000]   -----------------------------------------------------
[    0.000000]                                  |block | try  |context|
[    0.000000]   -----------------------------------------------------
[    0.000000]                           context:  ok  |  ok  |  ok  |
[    0.000000]                               try:  ok  |  ok  |  ok  |
[    0.000000]                             block:  ok  |  ok  |  ok  |
[    0.000000]                          spinlock:  ok  |  ok  |  ok  |
[    0.000000] -------------------------------------------------------
[    0.000000] Good, all 253 testcases passed! |
[    0.000000] ---------------------------------
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2000.015 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.008117] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 4000.03 BogoMIPS (lpj=8000060)
[    0.008233] pid_max: default: 32768 minimum: 301
[    0.008341] ACPI: Core revision 20150818
[    0.018220] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.018441] Security Framework initialized
[    0.018500] AppArmor: AppArmor disabled by boot time parameter
[    0.018558] Yama: becoming mindful.
[    0.018681] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.018743] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.020157] Initializing cgroup subsys blkio
[    0.020247] Initializing cgroup subsys memory
[    0.020326] Initializing cgroup subsys devices
[    0.020415] Initializing cgroup subsys freezer
[    0.020529] Initializing cgroup subsys net_cls
[    0.020591] Initializing cgroup subsys perf_event
[    0.020653] Initializing cgroup subsys net_prio
[    0.020747] mce: CPU supports 5 MCE banks
[    0.020838] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.020896] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[    0.026696] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.027373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.068000] smpboot: CPU0: AMD Athlon(tm) 64 Processor 3200+ (fam: 0f, 
model: 2f, stepping: 02)
[    0.068000] Performance Events: AMD PMU driver.
[    0.068000] ... version:                0
[    0.068000] ... bit width:              48
[    0.068000] ... generic registers:      4
[    0.068000] ... value mask:             0000ffffffffffff
[    0.068000] ... max period:             00007fffffffffff
[    0.068000] ... fixed-purpose events:   0
[    0.068000] ... event mask:             000000000000000f
[    0.088063] x86: Booted up 1 node, 1 CPUs
[    0.088124] smpboot: Total of 1 processors activated (4000.03 BogoMIPS)
[    0.088892] NMI watchdog: enabled on all CPUs, permanently consumes one 
hw-PMU counter.
[    0.093012] devtmpfs: initialized
[    0.096178] PM: Registering ACPI NVS region [mem 0x3ffbe000-0x3ffdffff] 
(139264 bytes)
[    0.096519] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    0.100120] pinctrl core: initialized pinctrl subsystem
[    0.101192] NET: Registered protocol family 16
[    0.112041] cpuidle: using governor ladder
[    0.124018] cpuidle: using governor menu
[    0.124081] node 0 link 0: io port [1000, ffffff]
[    0.124085] TOM: 0000000040000000 aka 1024M
[    0.124144] node 0 link 0: mmio [a0000, bffff]
[    0.124149] node 0 link 0: mmio [40000000, ffffffff]
[    0.124153] bus: [bus 00-ff] on node 0 link 0
[    0.124155] bus: 00 [io  0x0000-0xffff]
[    0.124158] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.124160] bus: 00 [mem 0x40000000-0xffffffff]
[    0.124282] ACPI: bus type PCI registered
[    0.124340] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.125266] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[    0.125325] PCI: Using configuration type 1 for base access
[    0.160184] ACPI: Added _OSI(Module Device)
[    0.160244] ACPI: Added _OSI(Processor Device)
[    0.160302] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.160359] ACPI: Added _OSI(Processor Aggregator Device)
[    0.168647] ACPI: Executed 1 blocks of module-level executable AML code
[    0.174970] ACPI: Interpreter enabled
[    0.175048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S2_] (20150818/hwxface-580)
[    0.175205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S3_] (20150818/hwxface-580)
[    0.175416] ACPI: (supports S0 S1 S4 S5)
[    0.175473] ACPI: Using IOAPIC for interrupt routing
[    0.175620] PCI: Ignoring host bridge windows from ACPI; if necessary, use 
"pci=use_crs" and report a bug
[    0.200389] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.200460] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.200625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.200886] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7 window] 
(ignored)
[    0.200890] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff window] 
(ignored)
[    0.200893] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff 
window] (ignored)
[    0.200896] acpi PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff 
window] (ignored)
[    0.200900] acpi PNP0A03:00: host bridge window [mem 0x40000000-0xffffffff 
window] (ignored)
[    0.200903] PCI: root bus 00: hardware-probed resources
[    0.200968] acpi PNP0A03:00: fail to add MMCONFIG information, can't access 
extended PCI configuration space under this bridge.
[    0.202154] PCI host bridge to bus 0000:00
[    0.202213] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.202273] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.202332] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.202393] pci_bus 0000:00: root bus resource [mem 0x40000000-0xffffffff]
[    0.202544] pci 0000:00:00.0: [1106:0204] type 00 class 0x060000
[    0.202577] pci 0000:00:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
[    0.203273] pci 0000:00:00.1: [1106:1204] type 00 class 0x060000
[    0.203648] pci 0000:00:00.2: [1106:2204] type 00 class 0x060000
[    0.204006] pci 0000:00:00.3: [1106:3204] type 00 class 0x060000
[    0.204380] pci 0000:00:00.4: [1106:4204] type 00 class 0x060000
[    0.204729] pci 0000:00:00.7: [1106:7204] type 00 class 0x060000
[    0.205082] pci 0000:00:01.0: [1106:b188] type 01 class 0x060400
[    0.205151] pci 0000:00:01.0: supports D1
[    0.205464] pci 0000:00:0f.0: [1106:0571] type 00 class 0x01018a
[    0.205532] pci 0000:00:0f.0: reg 0x20: [io  0xfc00-0xfc0f]
[    0.205559] pci 0000:00:0f.0: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.205621] pci 0000:00:0f.0: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.205681] pci 0000:00:0f.0: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.205741] pci 0000:00:0f.0: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.206097] pci 0000:00:10.0: [1106:3038] type 00 class 0x0c0300
[    0.206165] pci 0000:00:10.0: reg 0x20: [io  0xec00-0xec1f]
[    0.206214] pci 0000:00:10.0: supports D1 D2
[    0.206217] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.206501] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.206740] pci 0000:00:10.1: [1106:3038] type 00 class 0x0c0300
[    0.206807] pci 0000:00:10.1: reg 0x20: [io  0xe880-0xe89f]
[    0.206856] pci 0000:00:10.1: supports D1 D2
[    0.206859] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.207020] pci 0000:00:10.1: System wakeup disabled by ACPI
[    0.207260] pci 0000:00:10.2: [1106:3038] type 00 class 0x0c0300
[    0.207327] pci 0000:00:10.2: reg 0x20: [io  0xe800-0xe81f]
[    0.207377] pci 0000:00:10.2: supports D1 D2
[    0.207380] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.207541] pci 0000:00:10.2: System wakeup disabled by ACPI
[    0.207780] pci 0000:00:10.3: [1106:3038] type 00 class 0x0c0300
[    0.207846] pci 0000:00:10.3: reg 0x20: [io  0xe480-0xe49f]
[    0.207895] pci 0000:00:10.3: supports D1 D2
[    0.207898] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.208070] pci 0000:00:10.3: System wakeup disabled by ACPI
[    0.208313] pci 0000:00:10.4: [1106:3104] type 00 class 0x0c0320
[    0.208347] pci 0000:00:10.4: reg 0x10: [mem 0xff6ffc00-0xff6ffcff]
[    0.208436] pci 0000:00:10.4: supports D1 D2
[    0.208440] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.208602] pci 0000:00:10.4: System wakeup disabled by ACPI
[    0.208846] pci 0000:00:11.0: [1106:3287] type 00 class 0x060100
[    0.209266] pci 0000:00:11.7: [1106:287e] type 00 class 0x060000
[    0.209627] pci 0000:00:12.0: [1106:3065] type 00 class 0x020000
[    0.209658] pci 0000:00:12.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.209671] pci 0000:00:12.0: reg 0x14: [mem 0xff6ff800-0xff6ff8ff]
[    0.209750] pci 0000:00:12.0: supports D1 D2
[    0.209753] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.209915] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.210158] pci 0000:00:13.0: [1106:287b] type 01 class 0x060400
[    0.210483] pci 0000:00:13.1: [1106:287a] type 01 class 0x060400
[    0.210686] pci 0000:00:13.1: System wakeup disabled by ACPI
[    0.210941] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.211246] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.211548] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.211847] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.212275] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.212337] pci 0000:00:01.0:   bridge window [io  0xa000-0xcfff]
[    0.212343] pci 0000:00:01.0:   bridge window [mem 0xff400000-0xff4fffff]
[    0.212349] pci 0000:00:01.0:   bridge window [mem 0x7ff00000-0xbfefffff 
pref]
[    0.212368] pci 0000:01:00.0: [1002:4153] type 00 class 0x030000
[    0.212394] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[    0.212405] pci 0000:01:00.0: reg 0x14: [io  0xc000-0xc0ff]
[    0.212415] pci 0000:01:00.0: reg 0x18: [mem 0xff4f0000-0xff4fffff]
[    0.212447] pci 0000:01:00.0: reg 0x30: [mem 0xff4c0000-0xff4dffff pref]
[    0.212481] pci 0000:01:00.0: supports D1 D2
[    0.212641] pci 0000:01:00.1: [1002:4173] type 00 class 0x038000
[    0.212664] pci 0000:01:00.1: reg 0x10: [mem 0x90000000-0x9fffffff pref]
[    0.212674] pci 0000:01:00.1: reg 0x14: [mem 0xff4e0000-0xff4effff]
[    0.212741] pci 0000:01:00.1: supports D1 D2
[    0.213090] pci 0000:00:13.0: PCI bridge to [bus 02-04]
[    0.213173] pci 0000:02:00.0: [1106:287c] type 01 class 0x060400
[    0.213252] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.213316] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.213555] pci 0000:02:00.1: [1106:287d] type 01 class 0x060400
[    0.213633] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    0.213860] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You 
can enable it with 'pcie_aspm=force'
[    0.214106] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.214302] pci 0000:02:00.1: PCI bridge to [bus 04]
[    0.214502] pci 0000:00:13.1: PCI bridge to [bus 05]
[    0.214563] pci 0000:00:13.1:   bridge window [io  0xd000-0xdfff]
[    0.214569] pci 0000:00:13.1:   bridge window [mem 0xff500000-0xff5fffff]
[    0.214612] pci 0000:05:0b.0: [1102:0004] type 00 class 0x040100
[    0.214641] pci 0000:05:0b.0: reg 0x10: [io  0xd800-0xd83f]
[    0.214733] pci 0000:05:0b.0: supports D1 D2
[    0.214892] pci 0000:05:0b.1: [1102:7003] type 00 class 0x098000
[    0.214919] pci 0000:05:0b.1: reg 0x10: [io  0xdc00-0xdc07]
[    0.215011] pci 0000:05:0b.1: supports D1 D2
[    0.215170] pci 0000:05:0b.2: [1102:4001] type 00 class 0x0c0010
[    0.215200] pci 0000:05:0b.2: reg 0x10: [mem 0xff5ef800-0xff5effff]
[    0.215214] pci 0000:05:0b.2: reg 0x14: [mem 0xff5e8000-0xff5ebfff]
[    0.215300] pci 0000:05:0b.2: supports D1 D2
[    0.215303] pci 0000:05:0b.2: PME# supported from D0 D1 D2 D3hot
[    0.215503] pci 0000:05:0c.0: [1044:a400] type 00 class 0x010000
[    0.215524] pci 0000:05:0c.0: reg 0x10: [io  0xd880-0xd89f]
[    0.215586] pci 0000:05:0c.0: reg 0x30: [mem 0xff5f0000-0xff5f7fff pref]
[    0.215799] pci_bus 0000:00: on NUMA node 0
[    0.218541] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.219282] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.220009] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.220722] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.221438] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.222246] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.223054] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.223862] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) 
*0, disabled.
[    0.225508] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.225569] vgaarb: device added: 
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.225645] vgaarb: loaded
[    0.225700] vgaarb: bridge control possible 0000:01:00.0
[    0.228044] PCI: Using ACPI for IRQ routing
[    0.228106] PCI: pci_cache_line_size set to 64 bytes
[    0.228209] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.228221] e820: reserve RAM buffer [mem 0x3ffb0000-0x3fffffff]
[    0.229541] clocksource: Switched to clocksource refined-jiffies
[    0.249689] pnp: PnP ACPI init
[    0.250095] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.251342] pnp 00:01: [dma 3]
[    0.251688] pnp 00:01: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.252035] system 00:02: [io  0x0290-0x0297] has been reserved
[    0.252179] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.252604] system 00:03: [io  0x03e0-0x03e7] has been reserved
[    0.252666] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.252727] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.252787] system 00:03: [io  0x0400-0x041f] has been reserved
[    0.252848] system 00:03: [mem 0xff780000-0xffffffff] has been reserved
[    0.252910] system 00:03: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.252975] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.253258] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.253321] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.253386] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.253571] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b 
(active)
[    0.253801] pnp 00:06: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 
(active)
[    0.254421] pnp 00:07: [dma 0 disabled]
[    0.254599] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.254815] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.254880] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.255513] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.255577] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.255639] system 00:09: [mem 0x00100000-0x3fffffff] could not be reserved
[    0.255705] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.256075] pnp: PnP ACPI: found 10 devices
[    0.298658] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, 
max_idle_ns: 2085701024 ns
[    0.299804] clocksource: Switched to clocksource acpi_pm
[    0.299903] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.299964] pci 0000:00:01.0:   bridge window [io  0xa000-0xcfff]
[    0.299964] pci 0000:00:01.0:   bridge window [mem 0xff400000-0xff4fffff]
[    0.299964] pci 0000:00:01.0:   bridge window [mem 0x7ff00000-0xbfefffff 
pref]
[    0.299964] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.299964] pci 0000:02:00.1: PCI bridge to [bus 04]
[    0.299964] pci 0000:00:13.0: PCI bridge to [bus 02-04]
[    0.299964] pci 0000:00:13.1: PCI bridge to [bus 05]
[    0.299964] pci 0000:00:13.1:   bridge window [io  0xd000-0xdfff]
[    0.299964] pci 0000:00:13.1:   bridge window [mem 0xff500000-0xff5fffff]
[    0.299964] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.299964] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[    0.299964] pci_bus 0000:00: resource 6 [mem 0x40000000-0xffffffff]
[    0.299964] pci_bus 0000:01: resource 0 [io  0xa000-0xcfff]
[    0.299964] pci_bus 0000:01: resource 1 [mem 0xff400000-0xff4fffff]
[    0.299964] pci_bus 0000:01: resource 2 [mem 0x7ff00000-0xbfefffff pref]
[    0.299964] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    0.299964] pci_bus 0000:05: resource 1 [mem 0xff500000-0xff5fffff]
[    0.299964] NET: Registered protocol family 2
[    0.299964] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.299964] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[    0.299964] TCP: Hash tables configured (established 8192 bind 8192)
[    0.299964] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    0.299964] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    0.299964] NET: Registered protocol family 1
[    0.299964] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[    0.299964] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.299964] pci 0000:01:00.0: Video device with shadowed ROM
[    0.299964] PCI: CLS 64 bytes, default 64
[    0.300118] Unpacking initramfs...
[    0.799897] Freeing initrd memory: 15676K (f6152000 - f70a1000)
[    0.800126] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 
0x1cd43c82186, max_idle_ns: 440795303188 ns
[    0.800270] microcode: AMD CPU family 0xf not supported
[    0.801452] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.801612] audit: initializing netlink subsys (disabled)
[    0.801781] audit: type=2000 audit(1441606292.799:1): initialized
[    0.802785] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.803274] VFS: Disk quotas dquot_6.6.0
[    0.803365] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.806217] bounce: pool size: 64 pages
[    0.806310] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
252)
[    0.810567] io scheduler noop registered
[    0.810626] io scheduler deadline registered
[    0.810707] io scheduler cfq registered (default)
[    0.811341] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.811423] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.811606] GHES: HEST is not enabled!
[    0.811817] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.832757] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 
16550A
[    0.834599] Linux agpgart interface v0.103
[    0.834693] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
[    0.841825] agpgart-amd64 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.842710] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 
0x60,0x64 irq 1,12
[    0.843484] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.844127] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.844756] mousedev: PS/2 mouse device common for all mice
[    0.845245] rtc_cmos 00:00: RTC can wake from S4
[    0.845803] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.845902] rtc_cmos 00:00: alarms up to one year, y3k, 114 bytes nvram
[    0.846374] NET: Registered protocol family 10
[    0.851332] mip6: Mobile IPv6
[    0.851421] NET: Registered protocol family 17
[    0.851489] mpls_gso: MPLS GSO support
[    0.852074] Using IPI No-Shortcut mode
[    0.852688] registered taskstats version 1
[    0.862255] rtc_cmos 00:00: setting system clock to 2015-09-07 06:11:33 UTC 
(1441606293)
[    0.862608] PM: Hibernation image not present or could not be loaded.
[    0.863636] Freeing unused kernel memory: 520K (c17ee000 - c1870000)
[    0.863817] Write protecting the kernel text: 5480k
[    0.864111] Write protecting the kernel read-only data: 2084k
[    0.867742] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input0
[    0.958967] random: udevadm urandom read with 0 bits of entropy available
[    1.107063] SCSI subsystem initialized
[    1.111680] ACPI: bus type USB registered
[    1.111857] usbcore: registered new interface driver usbfs
[    1.120164] usbcore: registered new interface driver hub
[    1.120894] usbcore: registered new device driver usb
[    1.125803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.126627] uhci_hcd: USB Universal Host Controller Interface driver
[    1.127429] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    1.127960] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus 
number 1
[    1.129021] ehci-pci: EHCI PCI platform driver
[    1.129574] uhci_hcd 0000:00:10.0: detected 2 ports
[    1.129772] uhci_hcd 0000:00:10.0: irq 20, io base 0x0000ec00
[    1.132848] via_rhine: v1.10-LK1.5.1 2010-10-09 Written by Donald Becker
[    1.134150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.134214] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.134284] usb usb1: Product: UHCI Host Controller
[    1.134342] usb usb1: Manufacturer: Linux 4.2.0+ uhci_hcd
[    1.134400] usb usb1: SerialNumber: 0000:00:10.0
[    1.140542] libata version 3.00 loaded.
[    1.142054] hub 1-0:1.0: USB hub found
[    1.143366] hub 1-0:1.0: 2 ports detected
[    1.159776] ehci-pci 0000:00:10.4: EHCI Host Controller
[    1.159886] ehci-pci 0000:00:10.4: new USB bus registered, assigned bus 
number 2
[    1.159980] ehci-pci 0000:00:10.4: debug port 1
[    1.160242] ehci-pci 0000:00:10.4: irq 22, io mem 0xff6ffc00
[    1.172112] ehci-pci 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    1.172609] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.172670] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.172741] usb usb2: Product: EHCI Host Controller
[    1.172798] usb usb2: Manufacturer: Linux 4.2.0+ ehci_hcd
[    1.172856] usb usb2: SerialNumber: 0000:00:10.4
[    1.173851] hub 2-0:1.0: USB hub found
[    1.173972] hub 2-0:1.0: 8 ports detected
[    1.196436] hub 1-0:1.0: USB hub found
[    1.196574] hub 1-0:1.0: 2 ports detected
[    1.198650] via-rhine 0000:00:12.0 eth0: VIA Rhine II at 0x1e000, 
00:13:d4:cc:9b:57, IRQ 23
[    1.199497] via-rhine 0000:00:12.0 eth0: MII PHY found at address 1, status 
0x786d advertising 01e1 Link 45e1
[    1.199747] pata_via 0000:00:0f.0: version 0.3.4
[    1.204744] firewire_ohci 0000:05:0b.2: added OHCI v1.10 device as card 0, 4 
IR + 8 IT contexts, quirks 0x2
[    1.208101] scsi host0: pata_via
[    1.214579] scsi host1: pata_via
[    1.214888] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14
[    1.214950] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 15
[    1.215852] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    1.215928] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus 
number 3
[    1.216097] uhci_hcd 0000:00:10.1: detected 2 ports
[    1.216180] uhci_hcd 0000:00:10.1: irq 22, io base 0x0000e880
[    1.216436] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.216497] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.216568] usb usb3: Product: UHCI Host Controller
[    1.216625] usb usb3: Manufacturer: Linux 4.2.0+ uhci_hcd
[    1.216683] usb usb3: SerialNumber: 0000:00:10.1
[    1.217435] hub 3-0:1.0: USB hub found
[    1.217515] hub 3-0:1.0: 2 ports detected
[    1.218331] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    1.218427] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus 
number 4
[    1.218509] uhci_hcd 0000:00:10.2: detected 2 ports
[    1.218612] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e800
[    1.218830] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.218891] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.218961] usb usb4: Product: UHCI Host Controller
[    1.219019] usb usb4: Manufacturer: Linux 4.2.0+ uhci_hcd
[    1.219077] usb usb4: SerialNumber: 0000:00:10.2
[    1.223414] hub 4-0:1.0: USB hub found
[    1.223507] hub 4-0:1.0: 2 ports detected
[    1.226175] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    1.226254] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus 
number 5
[    1.226334] uhci_hcd 0000:00:10.3: detected 2 ports
[    1.226440] uhci_hcd 0000:00:10.3: irq 23, io base 0x0000e480
[    1.231499] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.231565] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.231635] usb usb5: Product: UHCI Host Controller
[    1.231693] usb usb5: Manufacturer: Linux 4.2.0+ uhci_hcd
[    1.231751] usb usb5: SerialNumber: 0000:00:10.3
[    1.235950] hub 5-0:1.0: USB hub found
[    1.236636] hub 5-0:1.0: 2 ports detected
[    1.389490] ata1.00: ATA-8: WDC WD3200AAJB-00WGA0, 00.02C01, max UDMA/100
[    1.389556] ata1.00: 625142448 sectors, multi 16: LBA48 
[    1.397154] ata1.00: configured for UDMA/100
[    1.417415] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200AAJB-0 2C01 
PQ: 0 ANSI: 5
[    1.484047] usb 2-5: new high-speed USB device number 2 using ehci-pci
[    1.592360] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-4163B, A103, max UDMA/33
[    1.592783] ata2.01: HPA detected: current 66055248, native 78242976
[    1.592843] ata2.01: ATA-6: SAMSUNG SP4002H, QU100-57, max UDMA/100
[    1.592903] ata2.01: 66055248 sectors, multi 16: LBA 
[    1.592966] ata2.01: limited to UDMA/33 due to 40-wire cable
[    1.608245] ata2.00: configured for UDMA/33
[    1.624604] ata2.01: configured for UDMA/33
[    1.626143] usb 2-5: New USB device found, idVendor=13fe, idProduct=1e23
[    1.626205] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.626266] usb 2-5: Product: STORE N GO
[    1.626323] usb 2-5: Manufacturer: Verbatim
[    1.626380] usb 2-5: SerialNumber: 078A18B40293
[    1.642927] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 
GiB)
[    1.643166] sd 0:0:0:0: [sda] Write Protect is off
[    1.643226] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.643295] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.654079] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-4163B A103 
PQ: 0 ANSI: 5
[    1.667529] scsi 1:0:1:0: Direct-Access     ATA      SAMSUNG SP4002H  0-57 
PQ: 0 ANSI: 5
[    1.668549] sd 1:0:1:0: [sdb] 66055248 512-byte logical blocks: (33.8 
GB/31.4 GiB)
[    1.668781] sd 1:0:1:0: [sdb] Write Protect is off
[    1.668840] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.668909] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.681708]  sda: sda1 sda2 < sda5 sda6 sda7 >
[    1.685166] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.705060] firewire_core 0000:05:0b.2: created device fw0: GUID 
00023c0153000612, S400
[    1.711329]  sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 > sdb3
[    1.711792] sdb: p3 size 13333950 extends beyond EOD, enabling native 
capacity
[    1.712102] ata2: soft resetting link
[    1.884366] ata2.01: n_sectors mismatch 66055248 != 78242976
[    1.884426] ata2.01: new n_sectors matches native, probably late HPA unlock, 
n_sectors updated
[    1.908227] ata2.00: configured for UDMA/33
[    1.924587] ata2.01: configured for UDMA/33
[    1.926790] ata2: EH complete
[    1.927542] sd 1:0:1:0: [sdb] 78242976 512-byte logical blocks: (40.0 
GB/37.3 GiB)
[    1.929923] sdb: detected capacity change from 33820286976 to 40060403712
[    1.986709]  sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 > sdb3
[    1.990123] sd 1:0:1:0: [sdb] Attached SCSI disk
[    1.991830] uas: Unknown symbol usb_stor_adjust_quirks (err 0)
[    1.991945] uas: Unknown symbol usb_stor_sense_invalidCDB (err 0)
[    2.013013] sr 1:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw 
xa/form2 cdda tray
[    2.013093] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.014624] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.797383] random: nonblocking pool is initialized
[    4.136490] floppy0: no floppy controllers found
[    4.167567] PM: Starting manual resume from disk
[    4.167652] PM: Hibernation image partition 8:5 present
[    4.167654] PM: Looking for hibernation image.
[    4.168514] PM: Image not found (code -22)
[    4.168518] PM: Hibernation image not present or could not be loaded.
[    4.176107] PM: Marking nosave pages: [mem 0x00000000-0x00000fff]
[    4.176114] PM: Marking nosave pages: [mem 0x0009f000-0x000fffff]
[    4.176118] PM: Basic memory bitmaps created
[    4.176753] PM: Basic memory bitmaps freed
[    5.314103] EXT4-fs (sda7): mounting ext3 file system using the ext4 
subsystem
[    5.340393] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: 
(null)
[    9.556505] input: Sleep Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    9.556591] ACPI: Sleep Button [SLPB]
[    9.556854] input: Power Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    9.556929] ACPI: Power Button [PWRB]
[    9.557187] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    9.557260] ACPI: Power Button [PWRF]
[    9.720661] parport_pc 00:01: reported by Plug and Play ACPI
[    9.721075] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[    9.835629] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.886893] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.887126] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    9.887331] sd 1:0:1:0: Attached scsi generic sg2 type 0
[   10.347415] gameport gameport0: EMU10K1 is pci0000:05:0b.1/gameport0, io 
0xdc00, speed 1209kHz
[   10.978626] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   11.148338] [drm] Initialized drm 1.1.0 20060810
[   11.221041] EDAC MC: Ver: 3.0.0
[   11.244739] Error: Driver 'pcspkr' is already registered, aborting...
[   11.259682] MCE: In-kernel MCE decoding enabled.
[   11.362154] AMD64 EDAC driver v3.4.0
[   11.362286] EDAC amd64: DRAM ECC enabled.
[   11.362345] EDAC amd64: K8 revE or earlier detected (node 0).
[   11.365660] EDAC MC0: Giving out device to module amd64_edac controller K8: 
DEV 0000:00:18.2 (INTERRUPT)
[   11.372427] EDAC PCI0: Giving out device to module amd64_edac controller 
EDAC PCI controller: DEV 0000:00:18.2 (POLLED)
[   11.372508] EDAC amd64: amd64_edac on 32-bit is unsupported. USE AT YOUR OWN 
RISK!
[   11.588985] powernow_k8: fid 0xc (2000 MHz), vid 0x6
[   11.589049] powernow_k8: fid 0xa (1800 MHz), vid 0x8
[   11.589107] powernow_k8: fid 0x2 (1000 MHz), vid 0x12
[   11.591254] powernow_k8: Found 1 AMD Athlon(tm) 64 Processor 3200+ (1 cpu 
cores) (version 2.20.00)
[   11.733388] snd_emu10k1 0000:05:0b.0: Installing spdif_bug patch: SB Audigy 
2 ZS [SB0350]
[   12.261560] [drm] radeon kernel modesetting enabled.
[   12.289799] input: ImPS/2 Generic Wheel Mouse as 
/devices/platform/i8042/serio1/input/input6
[   12.292448] [drm] initializing kernel modesetting (RV350 0x1002:0x4153 
0x1458:0x4050).
[   12.292593] [drm] register mmio base: 0xFF4F0000
[   12.292650] [drm] register mmio size: 65536
[   12.293897] agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
[   12.293976] agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
[   12.301207] radeon 0000:01:00.0: putting AGP V3 device into 8x mode
[   12.301312] radeon 0000:01:00.0: GTT: 256M 0xD0000000 - 0xDFFFFFFF
[   12.301373] [drm] Generation 2 PCI interface, using max accessible memory
[   12.301436] radeon 0000:01:00.0: VRAM: 256M 0x00000000A0000000 - 
0x00000000AFFFFFFF (256M used)
[   12.301566] [drm] Detected VRAM RAM=256M, BAR=256M
[   12.301624] [drm] RAM width 128bits DDR
[   12.311341] [TTM] Zone  kernel: Available graphics memory: 440924 kiB
[   12.311407] [TTM] Zone highmem: Available graphics memory: 510400 kiB
[   12.311466] [TTM] Initializing pool allocator
[   12.311574] [TTM] Initializing DMA pool allocator
[   12.315904] [drm] radeon: 256M of VRAM memory ready
[   12.315971] [drm] radeon: 256M of GTT memory ready.
[   12.317955] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
[   12.330111] ppdev: user-space parallel port driver
[   12.334617] radeon 0000:01:00.0: WB disabled
[   12.334685] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 
0x00000000d0000000 and cpu addr 0xf81b6000
[   12.334765] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.334824] [drm] Driver supports precise vblank timestamp query.
[   12.335053] [drm] radeon: irq initialized.
[   12.335151] [drm] Loading R300 Microcode
[   12.872738] floppy0: no floppy controllers found
[   12.882778] [drm] radeon: ring at 0x00000000D0001000
[   12.883009] [drm] ring test succeeded in 0 usecs
[   12.883900] [drm] ib test succeeded in 0 usecs
[   12.896117] [drm] Radeon Display Connectors
[   12.896181] [drm] Connector 0:
[   12.896236] [drm]   VGA-1
[   12.896292] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[   12.896350] [drm]   Encoders:
[   12.896405] [drm]     CRT1: INTERNAL_DAC1
[   12.896461] [drm] Connector 1:
[   12.896516] [drm]   DVI-I-1
[   12.896570] [drm]   HPD1
[   12.896625] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[   12.896684] [drm]   Encoders:
[   12.896738] [drm]     CRT2: INTERNAL_DAC2
[   12.896794] [drm]     DFP1: INTERNAL_TMDS1
[   12.896850] [drm] Connector 2:
[   12.896905] [drm]   SVIDEO-1
[   12.896959] [drm]   Encoders:
[   12.897013] [drm]     TV1: INTERNAL_DAC2
[   13.090790] usb-storage 2-5:1.0: USB Mass Storage device detected
[   13.098912] [drm] fb mappable at 0xA0040000
[   13.098974] [drm] vram apper at 0xA0000000
[   13.099030] [drm] size 8294400
[   13.099085] [drm] fb depth is 24
[   13.099140] [drm]    pitch is 7680
[   13.101272] fbcon: radeondrmfb (fb0) is primary device
[   13.104694] scsi host2: usb-storage 2-5:1.0
[   13.105226] usbcore: registered new interface driver usb-storage
[   13.175770] usbcore: registered new interface driver uas
[   13.297365] Console: switching to colour frame buffer device 240x67
[   13.484537] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[   13.496955] [drm] Initialized radeon 2.43.0 20080528 for 0000:01:00.0 on 
minor 0
[   14.112836] scsi 2:0:0:0: Direct-Access     Verbatim STORE N GO       5.00 
PQ: 0 ANSI: 0 CCS
[   14.122875] sd 2:0:0:0: [sdc] 3911680 512-byte logical blocks: (2.00 GB/1.86 
GiB)
[   14.124262] sd 2:0:0:0: [sdc] Write Protect is off
[   14.124703] sd 2:0:0:0: [sdc] Mode Sense: 23 00 00 00
[   14.125363] sd 2:0:0:0: [sdc] No Caching mode page found
[   14.125848] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[   14.133011] sd 2:0:0:0: Attached scsi generic sg3 type 0
[   14.280297]  sdc: sdc1
[   14.283729] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[   15.288573] ata1.00: configured for UDMA/100
[   15.288967] ata1: EH complete
[   15.368253] ata2.00: configured for UDMA/33
[   15.376333] ata2.01: configured for UDMA/33
[   15.376707] ata2: EH complete
[   16.379644] Adding 2200868k swap on /dev/sda5.  Priority:-1 extents:1 
across:2200868k 
[   16.474822] EXT4-fs (sda7): re-mounted. Opts: (null)
[   16.990628] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro,data=ordered
[   18.041932] lp0: using parport0 (interrupt-driven).
[   18.217202] Loading iSCSI transport class v2.0-870.
[   18.286182] iscsi: registered transport (tcp)
[   18.464704] iscsi: registered transport (iser)
[   18.564158] fuse init (API version 7.23)
[   18.773873] tun: Universal TUN/TAP device driver, 1.6
[   18.801725] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com>
[   18.872125] w83627ehf: Found W83627EHG chip at 0x290
[   18.902539] ACPI Warning: SystemIO range 
0x0000000000000295-0x0000000000000296 conflicts with OpRegion 
0x0000000000000290-0x0000000000000299 (\_SB_.PCI0.SBRG.SIOR.HWRE) 
(20150818/utaddress-254)
[   18.931485] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   50.601762] EXT4-fs (sda1): mounting ext3 file system using the ext4 
subsystem
[   50.660438] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
(null)
[   50.744572] FAT-fs (sda6): utf8 is not a recommended IO charset for FAT 
filesystems, filesystem will be case sensitive!
[   50.815779] FAT-fs (sdc1): utf8 is not a recommended IO charset for FAT 
filesystems, filesystem will be case sensitive!
[   95.301954] EATA/DMA 2.0x: Copyright (C) 1994-2003 Dario Ballabio.
[   95.302530] EATA config options -> tm:1, lc:y, mq:16, rs:y, et:n, ip:n, 
ep:n, pp:y.
[   95.303226] EATA0: 2.0C, PCI 0xd890, IRQ 10, BMST, SG 122, MB 64.
[   95.303778] EATA0: wide SCSI support enabled, max_id 16, max_lun 8.
[   95.304430] EATA0: SCSI channel 0 enabled, host target ID 7.
[   95.304957] scsi host3: EATA/DMA 2.0x rev. 8.10.00 
[   96.869441] scsi 3:0:6:0: Direct-Access     IBM      DCAS-34330W      S65A 
PQ: 0 ANSI: 2
[   96.870191] scsi 3:0:6:0: cmds/lun 16, sorted, simple tags.
[   98.944791] sd 3:0:6:0: Attached scsi generic sg4 type 0
[   98.946384] sd 3:0:6:0: [sdd] 8466688 512-byte logical blocks: (4.33 GB/4.03 
GiB)
[   98.981881] sd 3:0:6:0: [sdd] Write Protect is off
[   98.982332] sd 3:0:6:0: [sdd] Mode Sense: b3 00 00 08
[   99.002590] sd 3:0:6:0: [sdd] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[   99.083991]  sdd: sdd1 sdd2 < sdd5 >
[   99.151142] sd 3:0:6:0: [sdd] Attached SCSI disk
           CPU0       
  0:         44   IO-APIC   2-edge      timer
  1:        365   IO-APIC   1-edge      i8042
  7:          1   IO-APIC   7-edge      parport0
  8:          1   IO-APIC   8-edge      rtc0
  9:          0   IO-APIC   9-fasteoi   acpi
 10:          0   IO-APIC  10-edge      EATA
 12:        157   IO-APIC  12-edge      i8042
 14:      13173   IO-APIC  14-edge      pata_via
 15:        682   IO-APIC  15-edge      pata_via
 16:        300   IO-APIC  16-fasteoi   snd_emu10k1, radeon
 17:        301   IO-APIC  17-fasteoi   firewire_ohci
 20:          0   IO-APIC  20-fasteoi   uhci_hcd:usb1
 21:          0   IO-APIC  21-fasteoi   uhci_hcd:usb4
 22:        933   IO-APIC  22-fasteoi   ehci_hcd:usb2, uhci_hcd:usb3
 23:        240   IO-APIC  23-fasteoi   uhci_hcd:usb5, eth0
NMI:          2   Non-maskable interrupts
LOC:      12596   Local timer interrupts
SPU:          0   Spurious interrupts
PMI:          2   Performance monitoring interrupts
IWI:          0   IRQ work interrupts
RTR:          0   APIC ICR read retries
RES:          0   Rescheduling interrupts
CAL:          0   Function call interrupts
TLB:          0   TLB shootdowns
TRM:          0   Thermal event interrupts
THR:          0   Threshold APIC interrupts
DFR:          0   Deferred Error APIC interrupts
MCE:          0   Machine check exceptions
MCP:          1   Machine check polls
ERR:          1
MIS:          0
PIN:          0   Posted-interrupt notification event
PIW:          0   Posted-interrupt wakeup event

Reply via email to