Re: reading on-die temperature sensor of AMD A10 5700 processor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Wed, Aug 14, 2013 at 2:29 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
On Wed, Aug 14, 2013 at 01:20:57PM -0400, Dev, Kapil wrote:
> On Wed, Aug 14, 2013 at 1:30 AM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> > On 08/13/2013 10:17 PM, Kapil Dev wrote:
> >
> >>
> >> On Aug 14, 2013, at 12:56 AM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
> >>
> >>  On 08/13/2013 08:09 PM, Dev, Kapil wrote:
> >>>
> >>>>
> >>>>
> >>>> On Tue, Aug 13, 2013 at 11:02 PM, Guenter Roeck <linux@xxxxxxxxxxxx<mailto:
> >>>> linux@xxxxxxxxxxxx>> wrote:
> >>>>
> >>>>     On 08/13/2013 07:41 PM, Dev, Kapil wrote:
> >>>>
> >>>>         Thanks again Guenter!
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>         On Tue, Aug 13, 2013 at 5:51 PM, Guenter Roeck <
> >>>> linux@xxxxxxxxxxxx <mailto:linux@xxxxxxxxxxxx> <mailto:
> >>>> linux@xxxxxxxxxxxx <mailto:linux@xxxxxxxxxxxx>>> wrote:
> >>>>
> >>>>              On Tue, Aug 13, 2013 at 05:11:31PM -0400, Dev, Kapil wrote:
> >>>>               > Thanks for the response Guenter!
> >>>>               >
> >>>>               > I put the system on load and I noticed their value
> >>>> hardly changes. To my
> >>>>               > surprise, I ran a benchmark for 3 minutes and none of
> >>>> temp*  values changed
> >>>>               > during execution. The highest reported temperature is
> >>>> always 48C.
> >>>>               >
> >>>>               > I was expecting that the internal temperature would
> >>>> have "sensor = thermal
> >>>>               > diode" or "sensor = core" as a keyword. I thought
> >>>> "sensor=thermistor" means
> >>>>               > the corresponding sensor is on the motherboard and not
> >>>> the internal
> >>>>               > die-sensor.
> >>>>               >
> >>>>              Sure, but who knows if they put a sensor below the CPU for
> >>>> some reason ...
> >>>>
> >>>>              I am not familiar with the A10 CPUs. Are those similar to
> >>>> K10 ?
> >>>>              If so, maybe the k10temp driver works or could be extended
> >>>> to support it.
> >>>>              Can you give it a try ?
> >>>>
> >>>>              If it does not work out of the box, can you send me the
> >>>> output of "lspci -nn" ?
> >>>>
> >>>>
> >>>>         Kapil: I believe K10 corresponds to A8 seried, and A10 has
> >>>> Bulldozer architecture (http://www.cpu-world.com/__**
> >>>> CPUs/Bulldozer/TYPE-A10-__**Series.html<http://www.cpu-world.com/__CPUs/Bulldozer/TYPE-A10-__Series.html><
> >>>> http://www.cpu-world.com/**CPUs/Bulldozer/TYPE-A10-**Series.html<http://www.cpu-world.com/CPUs/Bulldozer/TYPE-A10-Series.html>>).
> >>>> I am not sure how different they are though. I tried K10, but it did not
> >>>> work out of the box. I am looking into k10temp.c driver now. Also,I am
> >>>> attaching the output of "lspci -nn" command herewith; you might have to
> >>>> open it using wordpad for proper formatting..
> >>>>
> >>>>
> >>>>     Your lspci output includes
> >>>>
> >>>>     00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Device
> >>>> [1022:1403]
> >>>>
> >>>>     which is supported by the latest k10temp driver. Support was added
> >>>> early last year.
> >>>>     What is your kernel version, and can you switch to a more recent
> >>>> version ?
> >>>>
> >>>>
> >>>> Kapil: I have 2.6.39-020639-generic kernel. Is it too old kernel for
> >>>> k10temp driver to work? Which stable kernel should I upgrade to?
> >>>>
> >>>>
> >>> You need 3.4 or later.
> >>>
> >>
> >> Kapil: I was trying to avoid updating the kernel because my current
> >> kernel is setup for running different type of benchmarks etc. Seems like I
> >> can't avoid updating the kernel; I will do it..
> >>
> >>  Alternative would be to back-port the k10temp driver from a later
> > kernel. Then you can keep running the old one.
> >
> >
> Kapil: Not sure how to do that. I am already taking the k10temp driver from
> here: http://khali.linux-fr.org/devel/lm-sensors/drivers/k10temp/ and
> compiling and using it.
>
That version should already have support for your chip unless I am missing
something. If you already use it, a newer kernel version will not help.

Do you get any kernel log message when you try to load it ?

Kapil: When I insert the module using: sudo insmod k10temp.ko, I don't get any message on terminal. However, when I compile ktemp10.c file using make, I get following warnings; I am not sure if they are acceptable.
----------------------------------------------------------------------------
make[1]: Entering directory `/usr/src/linux-headers-2.6.39-020639-generic'
  CC [M]  /home/amd_a10/k10temp_driver/k10temp.o
/home//amd_a10/k10temp_driver/k10temp.c:232: warning: data definition has no type or storage class
/home//amd_a10/k10temp_driver/k10temp.c:232: warning: type defaults to ‘int’ in declaration of ‘module_pci_driver’
/home//amd_a10/k10temp_driver/k10temp.c:232: warning: parameter names (without types) in function declaration
/home//amd_a10/k10temp_driver/k10temp.c:225: warning: ‘k10temp_driver’ defined but not used
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/amd_a10/k10temp_driver/k10temp.mod.o
  LD [M]  /home/amd_a10/k10temp_driver/k10temp.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.39-020639-generic'

I am also attaching the output of "dmesg" command herewith for your reference.

Thanks,
Kapil
 

Thanks,
Guenter

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.39-020639-generic (root@zinc) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #201105190911 SMP Thu May 19 09:14:05 UTC 2011
[    0.000000] Command line: root=UUID=0ce88e3c-aac7-4516-9912-773de2bf44a9 ro quiet splash  crashkernel=384M-2G:64M@16M,2G-:128M@16M
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000005bb8c000 (usable)
[    0.000000]  BIOS-e820: 000000005bb8c000 - 000000005be67000 (reserved)
[    0.000000]  BIOS-e820: 000000005be67000 - 000000005c22b000 (usable)
[    0.000000]  BIOS-e820: 000000005c22b000 - 000000005c6d3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000005c6d3000 - 000000005d90f000 (reserved)
[    0.000000]  BIOS-e820: 000000005d90f000 - 000000005d910000 (usable)
[    0.000000]  BIOS-e820: 000000005d910000 - 000000005db16000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000005db16000 - 000000005dc6e000 (usable)
[    0.000000]  BIOS-e820: 000000005dc6e000 - 000000005e432000 (reserved)
[    0.000000]  BIOS-e820: 000000005e432000 - 000000005e470000 (usable)
[    0.000000]  BIOS-e820: 000000005e470000 - 000000005e7f1000 (reserved)
[    0.000000]  BIOS-e820: 000000005e7f1000 - 000000005e800000 (usable)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.7 present.
[    0.000000] DMI: ECS A75F2-A2/A75F2-A2, BIOS 4.6.5 05/08/2013
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x5e800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 00005E800000 mask FFFFFF800000 uncachable
[    0.000000]   2 base 00005F000000 mask FFFFFF000000 uncachable
[    0.000000]   3 base 000060000000 mask FFFFE0000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000fd910] fd910
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-000000005e800000
[    0.000000]  0000000000 - 0040000000 page 1G
[    0.000000]  0040000000 - 005e800000 page 2M
[    0.000000] kernel direct mapping tables up to 5e800000 @ 5e7fe000-5e800000
[    0.000000] RAMDISK: 3762d000 - 37ff0000
[    0.000000] crashkernel reservation failed - memory is in use.
[    0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 000000005c2bb078 0006C (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 000000005c2c4448 0010C (v05 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating length 268 to 244 (20110316/tbfadt-288)
[    0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20110316/tbfadt-560)
[    0.000000] ACPI: DSDT 000000005c2bb178 092CD (v02 ALASKA    A M I 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 000000005c6c8080 00040
[    0.000000] ACPI: APIC 000000005c2c4558 00072 (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 000000005c2c45d0 00044 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 000000005c2c4618 0003C (v01 ALASKA    A M I 01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 000000005c2c4658 00038 (v01 ALASKA    A M I 01072009 AMI  00000005)
[    0.000000] ACPI: IVRS 000000005c2c4690 00070 (v02    AMD ANNAPURN 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 000000005c2c4700 006B2 (v01    AMD ANNAPURN 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 000000005c2c4db8 004B7 (v02    AMD ANNAPURN 00000001 MSFT 04000000)
[    0.000000] ACPI: CRAT 000000005c2c5270 001A8 (v01    AMD ANNAPURN 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000005e800000
[    0.000000] NUMA: Using 63 for the hash shift.
[    0.000000] Initmem setup node 0 0000000000000000-000000005e800000
[    0.000000]   NODE_DATA [000000005e7f9000 - 000000005e7fdfff]
[    0.000000]  [ffffea0000000000-ffffea00015fffff] PMD -> [ffff880059a00000-ffff88005affffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[7] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0005bb8c
[    0.000000]     0: 0x0005be67 -> 0x0005c22b
[    0.000000]     0: 0x0005d90f -> 0x0005d910
[    0.000000]     0: 0x0005db16 -> 0x0005dc6e
[    0.000000]     0: 0x0005e432 -> 0x0005e470
[    0.000000]     0: 0x0005e7f1 -> 0x0005e800
[    0.000000] On node 0 totalpages: 376965
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3922 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5236 pages used for memmap
[    0.000000]   DMA32 zone: 367746 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x15] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x03] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 3, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000005bb8c000 - 000000005be67000
[    0.000000] PM: Registered nosave memory: 000000005c22b000 - 000000005c6d3000
[    0.000000] PM: Registered nosave memory: 000000005c6d3000 - 000000005d90f000
[    0.000000] PM: Registered nosave memory: 000000005d910000 - 000000005db16000
[    0.000000] PM: Registered nosave memory: 000000005dc6e000 - 000000005e432000
[    0.000000] PM: Registered nosave memory: 000000005e470000 - 000000005e7f1000
[    0.000000] Allocating PCI resources starting at 5e800000 (gap: 5e800000:a0400000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88005c000000 s85056 r8192 d21440 u524288
[    0.000000] pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 371668
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=UUID=0ce88e3c-aac7-4516-9912-773de2bf44a9 ro quiet splash  crashkernel=384M-2G:64M@16M,2G-:128M@16M
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1461300k/1548288k available (6019k kernel code, 40428k absent, 46560k reserved, 4946k data, 1068k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] NR_IRQS:16640 nr_irqs:712 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 12582912 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 3400.287 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.57 BogoMIPS (lpj=34002870)
[    0.000006] pid_max: default: 32768 minimum: 301
[    0.000026] Security Framework initialized
[    0.000039] AppArmor: AppArmor initialized
[    0.000236] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000841] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.001100] Mount-cache hash table entries: 256
[    0.001204] Initializing cgroup subsys ns
[    0.001207] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.001209] Initializing cgroup subsys cpuacct
[    0.001212] Initializing cgroup subsys memory
[    0.001219] Initializing cgroup subsys devices
[    0.001221] Initializing cgroup subsys freezer
[    0.001222] Initializing cgroup subsys net_cls
[    0.001224] Initializing cgroup subsys blkio
[    0.001230] Initializing cgroup subsys perf_event
[    0.001253] tseg: 005e800000
[    0.001254] CPU: Physical Processor ID: 0
[    0.001255] CPU: Processor Core ID: 0
[    0.001257] mce: CPU supports 7 MCE banks
[    0.011574] ACPI: Core revision 20110316
[    0.020016] ftrace: allocating 28675 entries in 113 pages
[    0.030062] Setting APIC routing to flat
[    0.030330] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.134579] CPU0: AMD A10-5700 APU with Radeon(tm) HD Graphics    stepping 01
[    0.140000] Performance Events: AMD Family 15h PMU driver.
[    0.140000] ... version:                0
[    0.140000] ... bit width:              48
[    0.140000] ... generic registers:      6
[    0.140000] ... value mask:             0000ffffffffffff
[    0.140000] ... max period:             00007fffffffffff
[    0.140000] ... fixed-purpose events:   0
[    0.140000] ... event mask:             000000000000003f
[    0.140000] Booting Node   0, Processors  #1
[    0.140000] smpboot cpu 1: start_ip = 9a000
[    0.300013] Brought up 2 CPUs
[    0.300017] Total of 2 processors activated (13600.99 BogoMIPS).
[    0.300365] devtmpfs: initialized
[    0.300365] PM: Registering ACPI NVS region at 5c22b000 (4882432 bytes)
[    0.300365] PM: Registering ACPI NVS region at 5d910000 (2121728 bytes)
[    0.300862] print_constraints: dummy: 
[    0.300881] Time: 10:16:09  Date: 08/14/13
[    0.300909] NET: Registered protocol family 16
[    0.301056] Extended Config Space enabled on 0 nodes
[    0.301075] ACPI: bus type pci registered
[    0.301120] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.301123] PCI: not using MMCONFIG
[    0.301125] PCI: Using configuration type 1 for base access
[    0.301126] PCI: Using configuration type 1 for extended access
[    0.301693] bio: create slab <bio-0> at 0
[    0.301693] ACPI: EC: Look up EC in DSDT
[    0.302602] ACPI: Executed 1 blocks of module-level executable AML code
[    0.306328] ACPI: Interpreter enabled
[    0.306331] ACPI: (supports S0 S3 S4 S5)
[    0.306362] ACPI: Using IOAPIC for interrupt routing
[    0.306382] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.306419] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.550162] ACPI: No dock devices found.
[    0.550166] HEST: Table not found.
[    0.550169] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.550494] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.550786] pci_root PNP0A03:00: host bridge window [io  0x0000-0x03af]
[    0.550788] pci_root PNP0A03:00: host bridge window [io  0x03e0-0x0cf7]
[    0.550790] pci_root PNP0A03:00: host bridge window [io  0x03b0-0x03df]
[    0.550792] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.550795] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.550797] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
[    0.550799] pci_root PNP0A03:00: host bridge window [mem 0x7f000000-0xffffffff]
[    0.550810] pci 0000:00:00.0: [1022:1410] type 0 class 0x000600
[    0.550840] pci 0000:00:00.2: [1022:1419] type 0 class 0x000806
[    0.550889] pci 0000:00:01.0: [1002:9901] type 0 class 0x000300
[    0.550897] pci 0000:00:01.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
[    0.550902] pci 0000:00:01.0: reg 14: [io  0xf000-0xf0ff]
[    0.550907] pci 0000:00:01.0: reg 18: [mem 0xfef00000-0xfef3ffff]
[    0.550932] pci 0000:00:01.0: supports D1 D2
[    0.550944] pci 0000:00:01.1: [1002:9902] type 0 class 0x000403
[    0.550951] pci 0000:00:01.1: reg 10: [mem 0xfef44000-0xfef47fff]
[    0.550982] pci 0000:00:01.1: supports D1 D2
[    0.551023] pci 0000:00:10.0: [1022:7812] type 0 class 0x000c03
[    0.551041] pci 0000:00:10.0: reg 10: [mem 0xfef4a000-0xfef4bfff 64bit]
[    0.551112] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.551116] pci 0000:00:10.0: PME# disabled
[    0.551150] pci 0000:00:10.1: [1022:7812] type 0 class 0x000c03
[    0.551167] pci 0000:00:10.1: reg 10: [mem 0xfef48000-0xfef49fff 64bit]
[    0.551239] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    0.551242] pci 0000:00:10.1: PME# disabled
[    0.551273] pci 0000:00:11.0: [1022:7800] type 0 class 0x000101
[    0.551287] pci 0000:00:11.0: reg 10: [io  0xf190-0xf197]
[    0.551295] pci 0000:00:11.0: reg 14: [io  0xf180-0xf183]
[    0.551303] pci 0000:00:11.0: reg 18: [io  0xf170-0xf177]
[    0.551311] pci 0000:00:11.0: reg 1c: [io  0xf160-0xf163]
[    0.551319] pci 0000:00:11.0: reg 20: [io  0xf150-0xf15f]
[    0.551327] pci 0000:00:11.0: reg 24: [mem 0xfef51000-0xfef517ff]
[    0.551344] pci 0000:00:11.0: set SATA to AHCI mode
[    0.551367] pci 0000:00:12.0: [1022:7807] type 0 class 0x000c03
[    0.551378] pci 0000:00:12.0: reg 10: [mem 0xfef50000-0xfef50fff]
[    0.551435] pci 0000:00:12.2: [1022:7808] type 0 class 0x000c03
[    0.551451] pci 0000:00:12.2: reg 10: [mem 0xfef4f000-0xfef4f0ff]
[    0.551508] pci 0000:00:12.2: supports D1 D2
[    0.551510] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.551513] pci 0000:00:12.2: PME# disabled
[    0.551533] pci 0000:00:13.0: [1022:7807] type 0 class 0x000c03
[    0.551544] pci 0000:00:13.0: reg 10: [mem 0xfef4e000-0xfef4efff]
[    0.551601] pci 0000:00:13.2: [1022:7808] type 0 class 0x000c03
[    0.551617] pci 0000:00:13.2: reg 10: [mem 0xfef4d000-0xfef4d0ff]
[    0.551674] pci 0000:00:13.2: supports D1 D2
[    0.551675] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.551679] pci 0000:00:13.2: PME# disabled
[    0.551696] pci 0000:00:14.0: [1022:780b] type 0 class 0x000c05
[    0.551753] pci 0000:00:14.1: [1022:780c] type 0 class 0x000101
[    0.551765] pci 0000:00:14.1: reg 10: [io  0xf140-0xf147]
[    0.551773] pci 0000:00:14.1: reg 14: [io  0xf130-0xf133]
[    0.551781] pci 0000:00:14.1: reg 18: [io  0xf120-0xf127]
[    0.551789] pci 0000:00:14.1: reg 1c: [io  0xf110-0xf113]
[    0.551797] pci 0000:00:14.1: reg 20: [io  0xf100-0xf10f]
[    0.551826] pci 0000:00:14.2: [1022:780d] type 0 class 0x000403
[    0.551844] pci 0000:00:14.2: reg 10: [mem 0xfef40000-0xfef43fff 64bit]
[    0.551891] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.551895] pci 0000:00:14.2: PME# disabled
[    0.551905] pci 0000:00:14.3: [1022:780e] type 0 class 0x000601
[    0.551966] pci 0000:00:14.4: [1022:780f] type 1 class 0x000604
[    0.551999] pci 0000:00:14.5: [1022:7809] type 0 class 0x000c03
[    0.552010] pci 0000:00:14.5: reg 10: [mem 0xfef4c000-0xfef4cfff]
[    0.552068] pci 0000:00:15.0: [1022:43a0] type 1 class 0x000604
[    0.552113] pci 0000:00:15.0: supports D1 D2
[    0.552134] pci 0000:00:15.1: [1022:43a1] type 1 class 0x000604
[    0.552179] pci 0000:00:15.1: supports D1 D2
[    0.552203] pci 0000:00:18.0: [1022:1400] type 0 class 0x000600
[    0.552218] pci 0000:00:18.1: [1022:1401] type 0 class 0x000600
[    0.552233] pci 0000:00:18.2: [1022:1402] type 0 class 0x000600
[    0.552248] pci 0000:00:18.3: [1022:1403] type 0 class 0x000600
[    0.552265] pci 0000:00:18.4: [1022:1404] type 0 class 0x000600
[    0.552279] pci 0000:00:18.5: [1022:1405] type 0 class 0x000600
[    0.552350] pci 0000:00:14.4: PCI bridge to [bus 01-01] (subtractive decode)
[    0.552355] pci 0000:00:14.4:   bridge window [io  0xf000-0x0000] (disabled)
[    0.552359] pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.552363] pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.552365] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    0.552367] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    0.552370] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    0.552372] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.552374] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.552376] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.552378] pci 0000:00:14.4:   bridge window [mem 0x7f000000-0xffffffff] (subtractive decode)
[    0.552419] pci 0000:00:15.0: PCI bridge to [bus 02-02]
[    0.552424] pci 0000:00:15.0:   bridge window [io  0xfff000-0x0000] (disabled)
[    0.552428] pci 0000:00:15.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.552433] pci 0000:00:15.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.552490] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
[    0.552506] pci 0000:03:00.0: reg 10: [io  0xe000-0xe0ff]
[    0.552534] pci 0000:03:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.552551] pci 0000:03:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.552601] pci 0000:03:00.0: supports D1 D2
[    0.552603] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.552607] pci 0000:03:00.0: PME# disabled
[    0.570053] pci 0000:00:15.1: PCI bridge to [bus 03-03]
[    0.570061] pci 0000:00:15.1:   bridge window [io  0xe000-0xefff]
[    0.570065] pci 0000:00:15.1:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.570071] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.570092] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.570347] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE20._PRT]
[    0.570379] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE21._PRT]
[    0.570440] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
[    0.570613]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.570786]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.576882] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
[    0.576944] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[    0.577008] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 *11 14 15)
[    0.577072] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 6 7 10 11 14 15)
[    0.577121] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.577159] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.577196] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.577233] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.577330] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.577340] vgaarb: loaded
[    0.577498] SCSI subsystem initialized
[    0.577515] libata version 3.00 loaded.
[    0.577515] usbcore: registered new interface driver usbfs
[    0.577515] usbcore: registered new interface driver hub
[    0.577515] usbcore: registered new device driver usb
[    0.577515] wmi: Mapper loaded
[    0.577515] PCI: Using ACPI for IRQ routing
[    0.577515] PCI: pci_cache_line_size set to 64 bytes
[    0.577515] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.577515] reserve RAM buffer: 000000005bb8c000 - 000000005bffffff 
[    0.577515] reserve RAM buffer: 000000005c22b000 - 000000005fffffff 
[    0.577515] reserve RAM buffer: 000000005d910000 - 000000005fffffff 
[    0.577515] reserve RAM buffer: 000000005dc6e000 - 000000005fffffff 
[    0.577515] reserve RAM buffer: 000000005e470000 - 000000005fffffff 
[    0.577515] reserve RAM buffer: 000000005e800000 - 000000005fffffff 
[    0.577515] NetLabel: Initializing
[    0.577515] NetLabel:  domain hash size = 128
[    0.577515] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.577515] NetLabel:  unlabeled traffic allowed by default
[    0.577515] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.577515] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.580013] Switching to clocksource hpet
[    0.585273] AppArmor: AppArmor Filesystem Enabled
[    0.585298] pnp: PnP ACPI init
[    0.585314] ACPI: bus type pnp registered
[    0.585507] pnp 00:00: [bus 00-ff]
[    0.585509] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.585511] pnp 00:00: [io  0x0000-0x03af window]
[    0.585513] pnp 00:00: [io  0x03e0-0x0cf7 window]
[    0.585515] pnp 00:00: [io  0x03b0-0x03df window]
[    0.585516] pnp 00:00: [io  0x0d00-0xffff window]
[    0.585518] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.585520] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    0.585522] pnp 00:00: [mem 0x7f000000-0xffffffff window]
[    0.585524] pnp 00:00: [mem 0x00000000 window]
[    0.585569] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.585602] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.585643] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.585646] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.585699] pnp 00:02: [mem 0x5f000000-0x7effffff]
[    0.585731] system 00:02: [mem 0x5f000000-0x7effffff] could not be reserved
[    0.585734] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.585787] pnp 00:03: [mem 0xfeb80000-0xfebfffff]
[    0.585818] system 00:03: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.585821] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.586062] pnp 00:04: [io  0x0010-0x001f]
[    0.586064] pnp 00:04: [io  0x0022-0x003f]
[    0.586065] pnp 00:04: [io  0x0063]
[    0.586067] pnp 00:04: [io  0x0065]
[    0.586070] pnp 00:04: [io  0x0067-0x006f]
[    0.586072] pnp 00:04: [io  0x0072-0x007f]
[    0.586073] pnp 00:04: [io  0x0080]
[    0.586075] pnp 00:04: [io  0x0084-0x0086]
[    0.586076] pnp 00:04: [io  0x0088]
[    0.586077] pnp 00:04: [io  0x008c-0x008e]
[    0.586079] pnp 00:04: [io  0x0090-0x009f]
[    0.586080] pnp 00:04: [io  0x00a2-0x00bf]
[    0.586082] pnp 00:04: [io  0x00b1]
[    0.586083] pnp 00:04: [io  0x00e0-0x00ef]
[    0.586084] pnp 00:04: [io  0x04d0-0x04d1]
[    0.586086] pnp 00:04: [io  0x040b]
[    0.586087] pnp 00:04: [io  0x04d6]
[    0.586088] pnp 00:04: [io  0x0c00-0x0c01]
[    0.586090] pnp 00:04: [io  0x0c14]
[    0.586091] pnp 00:04: [io  0x0c50-0x0c51]
[    0.586093] pnp 00:04: [io  0x0c52]
[    0.586094] pnp 00:04: [io  0x0c6c]
[    0.586095] pnp 00:04: [io  0x0c6f]
[    0.586097] pnp 00:04: [io  0x0cd0-0x0cd1]
[    0.586098] pnp 00:04: [io  0x0cd2-0x0cd3]
[    0.586099] pnp 00:04: [io  0x0cd4-0x0cd5]
[    0.586101] pnp 00:04: [io  0x0cd6-0x0cd7]
[    0.586102] pnp 00:04: [io  0x0cd8-0x0cdf]
[    0.586104] pnp 00:04: [io  0x0800-0x089f]
[    0.586105] pnp 00:04: [io  0x0000-0xffffffffffffffff disabled]
[    0.586107] pnp 00:04: [io  0x0000-0x000f]
[    0.586109] pnp 00:04: [io  0x0b20-0x0b3f]
[    0.586110] pnp 00:04: [io  0x0900-0x090f]
[    0.586111] pnp 00:04: [io  0x0910-0x091f]
[    0.586113] pnp 00:04: [io  0xfe00-0xfefe]
[    0.586114] pnp 00:04: [io  0x0060-0x005f disabled]
[    0.586116] pnp 00:04: [io  0x0064-0x0063 disabled]
[    0.586118] pnp 00:04: [mem 0xfec00000-0xfec00fff]
[    0.586119] pnp 00:04: [mem 0xfee00000-0xfee00fff]
[    0.586121] pnp 00:04: [mem 0xfed80000-0xfed8ffff]
[    0.586123] pnp 00:04: [mem 0xfed61000-0xfed70fff]
[    0.586124] pnp 00:04: [mem 0xfec10000-0xfec10fff]
[    0.586126] pnp 00:04: [mem 0xfed00000-0xfed00fff]
[    0.586127] pnp 00:04: [mem 0xff000000-0xffffffff]
[    0.586285] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.586287] system 00:04: [io  0x040b] has been reserved
[    0.586290] system 00:04: [io  0x04d6] has been reserved
[    0.586292] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.586294] system 00:04: [io  0x0c14] has been reserved
[    0.586296] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.586298] system 00:04: [io  0x0c52] has been reserved
[    0.586300] system 00:04: [io  0x0c6c] has been reserved
[    0.586302] system 00:04: [io  0x0c6f] has been reserved
[    0.586304] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.586307] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.586309] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.586311] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.586313] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.586315] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.586318] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.586323] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.586325] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.586327] system 00:04: [io  0xfe00-0xfefe] has been reserved
[    0.586331] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.586334] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.586336] system 00:04: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.586339] system 00:04: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.586341] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.586344] system 00:04: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.586347] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.586350] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.586447] pnp 00:05: [io  0x0000-0xffffffffffffffff disabled]
[    0.586449] pnp 00:05: [io  0x0a00-0x0a1f]
[    0.586453] pnp 00:05: [io  0x0e80-0x0e8f]
[    0.586487] system 00:05: [io  0x0a00-0x0a1f] has been reserved
[    0.586490] system 00:05: [io  0x0e80-0x0e8f] has been reserved
[    0.586492] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.586744] pnp 00:06: [io  0x03f8-0x03ff]
[    0.586755] pnp 00:06: [irq 4]
[    0.586756] pnp 00:06: [dma 0 disabled]
[    0.586799] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.587101] pnp 00:07: [io  0x0378-0x037f]
[    0.587105] pnp 00:07: [irq 5]
[    0.587107] pnp 00:07: [dma 3]
[    0.587216] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.587260] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.587279] pnp 00:09: [dma 4]
[    0.587280] pnp 00:09: [io  0x0000-0x000f]
[    0.587282] pnp 00:09: [io  0x0081-0x0083]
[    0.587284] pnp 00:09: [io  0x0087]
[    0.587285] pnp 00:09: [io  0x0089-0x008b]
[    0.587286] pnp 00:09: [io  0x008f]
[    0.587288] pnp 00:09: [io  0x00c0-0x00df]
[    0.587310] pnp 00:09: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.587319] pnp 00:0a: [io  0x0070-0x0071]
[    0.587323] pnp 00:0a: [irq 8]
[    0.587344] pnp 00:0a: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.587351] pnp 00:0b: [io  0x0061]
[    0.587372] pnp 00:0b: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.587397] pnp 00:0c: [io  0x0010-0x001f]
[    0.587398] pnp 00:0c: [io  0x0022-0x003f]
[    0.587400] pnp 00:0c: [io  0x0044-0x005f]
[    0.587402] pnp 00:0c: [io  0x0062-0x0063]
[    0.587403] pnp 00:0c: [io  0x0065-0x006f]
[    0.587405] pnp 00:0c: [io  0x0072-0x007f]
[    0.587406] pnp 00:0c: [io  0x0080]
[    0.587409] pnp 00:0c: [io  0x0084-0x0086]
[    0.587411] pnp 00:0c: [io  0x0088]
[    0.587412] pnp 00:0c: [io  0x008c-0x008e]
[    0.587413] pnp 00:0c: [io  0x0090-0x009f]
[    0.587415] pnp 00:0c: [io  0x00a2-0x00bf]
[    0.587416] pnp 00:0c: [io  0x00e0-0x00ef]
[    0.587418] pnp 00:0c: [io  0x04d0-0x04d1]
[    0.587471] system 00:0c: [io  0x04d0-0x04d1] has been reserved
[    0.587474] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.587481] pnp 00:0d: [io  0x00f0-0x00ff]
[    0.587486] pnp 00:0d: [irq 13]
[    0.587507] pnp 00:0d: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.587681] pnp 00:0e: [mem 0xfed00000-0xfed003ff]
[    0.587711] pnp 00:0e: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.587718] pnp: PnP ACPI: found 15 devices
[    0.587720] ACPI: ACPI bus type pnp unregistered
[    0.589872] Switched to NOHz mode on CPU #0
[    0.589964] Switched to NOHz mode on CPU #1
[    0.593416] pci 0000:00:14.4: PCI bridge to [bus 01-01]
[    0.593418] pci 0000:00:14.4:   bridge window [io  disabled]
[    0.593422] pci 0000:00:14.4:   bridge window [mem disabled]
[    0.593425] pci 0000:00:14.4:   bridge window [mem pref disabled]
[    0.593431] pci 0000:00:15.0: PCI bridge to [bus 02-02]
[    0.593432] pci 0000:00:15.0:   bridge window [io  disabled]
[    0.593436] pci 0000:00:15.0:   bridge window [mem disabled]
[    0.593439] pci 0000:00:15.0:   bridge window [mem pref disabled]
[    0.593444] pci 0000:00:15.1: PCI bridge to [bus 03-03]
[    0.593446] pci 0000:00:15.1:   bridge window [io  0xe000-0xefff]
[    0.593450] pci 0000:00:15.1:   bridge window [mem disabled]
[    0.593454] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.593473] pci 0000:00:15.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.593477] pci 0000:00:15.0: setting latency timer to 64
[    0.593482] pci 0000:00:15.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.593486] pci 0000:00:15.1: setting latency timer to 64
[    0.593489] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.593491] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.593493] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.593495] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.593497] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.593499] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.593501] pci_bus 0000:00: resource 10 [mem 0x7f000000-0xffffffff]
[    0.593503] pci_bus 0000:01: resource 4 [io  0x0000-0x03af]
[    0.593505] pci_bus 0000:01: resource 5 [io  0x03e0-0x0cf7]
[    0.593506] pci_bus 0000:01: resource 6 [io  0x03b0-0x03df]
[    0.593508] pci_bus 0000:01: resource 7 [io  0x0d00-0xffff]
[    0.593510] pci_bus 0000:01: resource 8 [mem 0x000a0000-0x000bffff]
[    0.593512] pci_bus 0000:01: resource 9 [mem 0x000c0000-0x000dffff]
[    0.593514] pci_bus 0000:01: resource 10 [mem 0x7f000000-0xffffffff]
[    0.593516] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.593518] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.593552] NET: Registered protocol family 2
[    0.593662] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.594330] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.595390] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.595629] TCP: Hash tables configured (established 262144 bind 65536)
[    0.595631] TCP reno registered
[    0.595638] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.595651] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.595736] NET: Registered protocol family 1
[    0.595751] pci 0000:00:01.0: Boot video device
[    0.680127] PCI: CLS 64 bytes, default 64
[    0.680172] Trying to unpack rootfs image as initramfs...
[    0.839291] Freeing initrd memory: 9996k freed
[    0.845158] pci 0000:00:00.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.845325] pci 0000:00:00.2: irq 40 for MSI/MSI-X
[    0.845347] AMD-Vi: Enabling IOMMU at 0000:00:00.2 cap 0x40
[    0.857021] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.857456] audit: initializing netlink socket (disabled)
[    0.857468] type=2000 audit(1376475369.850:1): initialized
[    0.874859] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.876535] VFS: Disk quotas dquot_6.5.2
[    0.876582] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.877122] fuse init (API version 7.16)
[    0.877194] msgmni has been set to 2873
[    0.877411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.877438] io scheduler noop registered
[    0.877440] io scheduler deadline registered
[    0.877476] io scheduler cfq registered (default)
[    0.877567] pcieport 0000:00:15.0: setting latency timer to 64
[    0.877611] pcieport 0000:00:15.0: irq 41 for MSI/MSI-X
[    0.877666] pcieport 0000:00:15.1: setting latency timer to 64
[    0.877702] pcieport 0000:00:15.1: irq 42 for MSI/MSI-X
[    0.877774] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[    0.877778] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[    0.877792] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[    0.877794] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.877797] pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
[    0.877810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.877828] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.877923] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.877929] ACPI: Power Button [PWRB]
[    0.877961] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.877964] ACPI: Power Button [PWRF]
[    0.878140] ACPI: acpi_idle registered with cpuidle
[    1.020544] ERST: Table is not found!
[    1.020615] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.041149] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.063219] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.063431] Linux agpgart interface v0.103
[    1.064239] brd: module loaded
[    1.064615] loop: module loaded
[    1.064783] pata_acpi 0000:00:14.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.064812] pata_acpi 0000:00:14.1: PCI INT B disabled
[    1.065039] Fixed MDIO Bus: probed
[    1.065061] PPP generic driver version 2.4.2
[    1.065086] tun: Universal TUN/TAP device driver, 1.6
[    1.065087] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    1.065147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.065157] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.065167] ehci_hcd 0000:00:12.2: EHCI Host Controller
[    1.065192] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.070120] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.070155] QUIRK: Enable AMD PLL fix
[    1.070165] ehci_hcd 0000:00:12.2: debug port 1
[    1.070188] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfef4f000
[    1.090106] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.090242] hub 1-0:1.0: USB hub found
[    1.090246] hub 1-0:1.0: 5 ports detected
[    1.090315] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.090331] ehci_hcd 0000:00:13.2: EHCI Host Controller
[    1.090366] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
[    1.090398] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.090421] ehci_hcd 0000:00:13.2: debug port 1
[    1.090435] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfef4d000
[    1.110106] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.110251] hub 2-0:1.0: USB hub found
[    1.110255] hub 2-0:1.0: 5 ports detected
[    1.110324] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.110350] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.110367] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    1.110397] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
[    1.120149] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfef50000
[    1.184249] hub 3-0:1.0: USB hub found
[    1.184257] hub 3-0:1.0: 5 ports detected
[    1.184325] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.184341] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    1.184370] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
[    1.184414] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfef4e000
[    1.244267] hub 4-0:1.0: USB hub found
[    1.244274] hub 4-0:1.0: 5 ports detected
[    1.244344] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.244360] ohci_hcd 0000:00:14.5: OHCI Host Controller
[    1.244395] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 5
[    1.250143] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfef4c000
[    1.314291] hub 5-0:1.0: USB hub found
[    1.314300] hub 5-0:1.0: 2 ports detected
[    1.314382] uhci_hcd: USB Universal Host Controller Interface driver
[    1.314473] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.314815] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.314822] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.314929] mousedev: PS/2 mouse device common for all mice
[    1.315035] rtc_cmos 00:0a: RTC can wake from S4
[    1.330231] rtc_cmos 00:0a: rtc core: registered rtc_cmos as rtc0
[    1.330255] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.330363] device-mapper: uevent: version 1.0.3
[    1.330432] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@xxxxxxxxxx
[    1.330499] device-mapper: multipath: version 1.3.0 loaded
[    1.330502] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.330598] cpuidle: using governor ladder
[    1.330652] cpuidle: using governor menu
[    1.330654] EFI Variables Facility v0.08 2004-May-17
[    1.330921] TCP cubic registered
[    1.331022] NET: Registered protocol family 10
[    1.331562] NET: Registered protocol family 17
[    1.331576] Registering the dns_resolver key type
[    1.331595] powernow-k8: Found 1 AMD A10-5700 APU with Radeon(tm) HD Graphics    (2 cpu cores) (version 2.20.00)
[    1.331606] powernow-k8: Core Performance Boosting: on.
[    1.331669] powernow-k8:    0 : pstate 0 (3400 MHz)
[    1.331671] powernow-k8:    1 : pstate 1 (3000 MHz)
[    1.331672] powernow-k8:    2 : pstate 2 (2600 MHz)
[    1.331673] powernow-k8:    3 : pstate 3 (2300 MHz)
[    1.331675] powernow-k8:    4 : pstate 4 (1900 MHz)
[    1.331676] powernow-k8:    5 : pstate 5 (1400 MHz)
[    1.331860] PM: Hibernation image not present or could not be loaded.
[    1.331870] registered taskstats version 1
[    1.332180]   Magic number: 9:841:274
[    1.332199] tty tty11: hash matches
[    1.332237] rtc_cmos 00:0a: setting system clock to 2013-08-14 10:16:10 UTC (1376475370)
[    1.332240] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.332241] EDD information not available.
[    1.334778] Freeing unused kernel memory: 1068k freed
[    1.335008] Write protecting the kernel read-only data: 10240k
[    1.335569] Freeing unused kernel memory: 104k freed
[    1.341170] Freeing unused kernel memory: 1364k freed
[    1.440286] udevd (155): /proc/155/oom_adj is deprecated, please use /proc/155/oom_score_adj instead.
[    1.508992] ahci 0000:00:11.0: version 3.0
[    1.509015] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.509087] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
[    1.509092] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.661823] scsi0 : ahci
[    1.666162] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.666189] r8169 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.666237] r8169 0000:03:00.0: setting latency timer to 64
[    1.666246] r8169 0000:03:00.0: (unregistered net_device): unknown MAC, using family default
[    1.666321] r8169 0000:03:00.0: irq 43 for MSI/MSI-X
[    1.666430] r8169 0000:03:00.0: eth0: Features changed: 0x00004980 -> 0x00004180
[    1.667028] r8169 0000:03:00.0: eth0: RTL8168b/8111b at 0xffffc90000320000, 74:27:ea:45:94:62, XID 0c900800 IRQ 43
[    1.667131] scsi1 : ahci
[    1.667339] ata1: DUMMY
[    1.667342] ata2: SATA max UDMA/133 abar m2048@0xfef51000 port 0xfef51180 irq 19
[    1.667425] pata_atiixp 0000:00:14.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.672020] scsi2 : pata_atiixp
[    1.680053] scsi3 : pata_atiixp
[    1.680918] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
[    1.680923] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
[    1.740070] usb 4-1: new full speed USB device number 2 using ohci_hcd
[    1.850023] Refined TSC clocksource calibration: 3400.254 MHz.
[    1.850029] Switching to clocksource tsc
[    2.040195] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:13.0/usb4/4-1/4-1:1.0/input/input2
[    2.040371] generic-usb 0003:046D:C52E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:13.0-1/input0
[    2.044500] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:13.0/usb4/4-1/4-1:1.1/input/input3
[    2.044926] generic-usb 0003:046D:C52E.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:13.0-1/input1
[    2.045045] usbcore: registered new interface driver usbhid
[    2.045048] usbhid: USB HID core driver
[    2.220113] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.221125] ata2.00: ATA-8: WDC WD2500AAJS-75B4A0, 01.03A01, max UDMA/133
[    2.221128] ata2.00: 488281250 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.222153] ata2.00: configured for UDMA/133
[    2.222259] scsi 1:0:0:0: Direct-Access     ATA      WDC WD2500AAJS-7 01.0 PQ: 0 ANSI: 5
[    2.222414] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.222505] sd 1:0:0:0: [sda] 488281250 512-byte logical blocks: (250 GB/232 GiB)
[    2.222554] sd 1:0:0:0: [sda] Write Protect is off
[    2.222557] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.222590] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.222758] sda: detected capacity change from 0 to 250000000000
[    2.257930]  sda: sda1 sda2 < sda5 >
[    2.258205] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.426123] PM: Starting manual resume from disk
[    2.426126] PM: Hibernation image partition 8:5 present
[    2.426127] PM: Looking for hibernation image.
[    2.426259] PM: Image not found (code -22)
[    2.426261] PM: Hibernation image not present or could not be loaded.
[    2.456436] EXT3-fs: barriers not enabled
[    2.477803] kjournald starting.  Commit interval 5 seconds
[    2.477889] EXT3-fs (sda1): mounted filesystem with ordered data mode
[    7.051633] udev: starting version 141
[    7.150909] udev: renamed network interface eth0 to eth16
[    7.156177] xhci_hcd 0000:00:10.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    7.156199] xhci_hcd 0000:00:10.0: setting latency timer to 64
[    7.156203] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    7.156315] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6
[    7.180396] xhci_hcd 0000:00:10.0: irq 18, io mem 0xfef4a000
[    7.180460] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
[    7.180465] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X
[    7.180470] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X
[    7.180652] xHCI xhci_add_endpoint called for root hub
[    7.180654] xHCI xhci_check_bandwidth called for root hub
[    7.180681] hub 6-0:1.0: USB hub found
[    7.180689] hub 6-0:1.0: 2 ports detected
[    7.180752] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    7.180799] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 7
[    7.220266] xHCI xhci_add_endpoint called for root hub
[    7.220269] xHCI xhci_check_bandwidth called for root hub
[    7.220309] hub 7-0:1.0: USB hub found
[    7.220317] hub 7-0:1.0: 2 ports detected
[    7.220395] xhci_hcd 0000:00:10.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    7.220417] xhci_hcd 0000:00:10.1: setting latency timer to 64
[    7.220421] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    7.220461] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 8
[    7.227552] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    7.240523] xhci_hcd 0000:00:10.1: irq 17, io mem 0xfef48000
[    7.240587] xhci_hcd 0000:00:10.1: irq 47 for MSI/MSI-X
[    7.240593] xhci_hcd 0000:00:10.1: irq 48 for MSI/MSI-X
[    7.240597] xhci_hcd 0000:00:10.1: irq 49 for MSI/MSI-X
[    7.240798] xHCI xhci_add_endpoint called for root hub
[    7.240800] xHCI xhci_check_bandwidth called for root hub
[    7.240827] hub 8-0:1.0: USB hub found
[    7.240835] hub 8-0:1.0: 2 ports detected
[    7.240905] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    7.240945] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 9
[    7.280452] xHCI xhci_add_endpoint called for root hub
[    7.280455] xHCI xhci_check_bandwidth called for root hub
[    7.280483] hub 9-0:1.0: USB hub found
[    7.280491] hub 9-0:1.0: 2 ports detected
[    7.280718] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    7.308351] parport_pc 00:07: reported by Plug and Play ACPI
[    7.308397] parport0: PC-style at 0x378, irq 5 [PCSPP]
[    7.422549] ppdev: user-space parallel port driver
[    7.689373] HDA Intel 0000:00:01.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    7.689426] HDA Intel 0000:00:01.1: irq 50 for MSI/MSI-X
[    7.689448] HDA Intel 0000:00:01.1: setting latency timer to 64
[    8.245900] HDMI: no space for converter 8
[    8.245946] HDMI: no space for converter 10
[    8.245993] HDMI: no space for converter 12
[    8.246482] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.511546] lp0: using parport0 (interrupt-driven).
[    8.741185] Adding 5952044k swap on /dev/sda5.  Priority:-1 extents:1 across:5952044k 
[   12.718834] EXT3-fs (sda1): warning: maximal mount count reached, running e2fsck is recommended
[   12.719061] EXT3-fs (sda1): using internal journal
[   14.061788] ipmi message handler version 39.2
[   14.089815] EINJ: Table is not found!
[   14.119064] GHES: HEST is not enabled!
[   15.863529] Bluetooth: Core ver 2.16
[   15.863553] NET: Registered protocol family 31
[   15.863555] Bluetooth: HCI device and connection manager initialized
[   15.863559] Bluetooth: HCI socket layer initialized
[   15.863560] Bluetooth: L2CAP socket layer initialized
[   15.864319] Bluetooth: SCO socket layer initialized
[   15.868955] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.868959] Bluetooth: BNEP filters: protocol multicast
[   15.878329] Bridge firewalling registered
[   16.243393] Bluetooth: RFCOMM TTY layer initialized
[   16.243406] Bluetooth: RFCOMM socket layer initialized
[   16.243411] Bluetooth: RFCOMM ver 1.11
[   22.020599] r8169 0000:03:00.0: eth16: link down
[   22.021124] ADDRCONF(NETDEV_UP): eth16: link is not ready
[  177.688549] hda-intel: Invalid position buffer, using LPIB read method instead.
[  177.721782] hda-intel: Invalid position buffer, using LPIB read method instead.
[  246.061579] f71882fg: Found f71869 chip at 0xe80, revision 17
[  246.061838] f71882fg f71882fg.3712: Auto pwm controlled by raw digital data, disabling pwm auto_point sysfs attributes
[  246.061849] f71882fg f71882fg.3712: Fan: 1 is in duty-cycle mode
[  246.061856] f71882fg f71882fg.3712: Fan: 2 is in duty-cycle mode
[  246.061863] f71882fg f71882fg.3712: Fan: 3 is in duty-cycle mode
[ 4889.245312] No module found in object
[ 4901.007955] No module found in object
_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux