linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BAR 14: can't assign mem (size 0x200000)
@ 2014-03-29  0:40 Parag Warudkar
  2014-03-29  1:16 ` Yinghai Lu
  0 siblings, 1 reply; 11+ messages in thread
From: Parag Warudkar @ 2014-03-29  0:40 UTC (permalink / raw)
  To: LKML; +Cc: yinghai, bhelgaas, Linus Torvalds

No issues with fresh boot, however after resume from suspend I see
these messages -

[11548.934625] pci_bus 0000:03: Allocating resources
[11548.934645] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to
[bus 03] add_size 1000
[11548.934648] pci 0000:02:00.0: bridge window [mem
0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[11548.934650] pci 0000:02:00.0: bridge window [mem
0x00100000-0x000fffff] to [bus 03] add_size 200000
[11548.934653] pci 0000:02:00.0: res[14]=[mem 0x00100000-0x000fffff]
get_res_add_size add_size 200000
[11548.934655] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x000fffff
64bit pref] get_res_add_size add_size 200000
[11548.934656] pci 0000:02:00.0: res[13]=[io  0x1000-0x0fff]
get_res_add_size add_size 1000
[11548.934659] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
[11548.934661] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
[11548.934662] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
[11548.934664] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
[11548.934666] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
[11548.934667] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
[11548.934669] pci 0000:02:00.0: PCI bridge to [bus 03]
[11548.934697] pci 0000:02:00.0: no hotplug settings from platform
[11548.934698] pci 0000:02:00.0: using default PCI settings

The device in question is -

02:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8893
(rev 52) (prog-if 01 [Subtractive decode])
    Physical Slot: 5
    Flags: bus master, fast devsel, latency 0
    Bus: primary=02, secondary=03, subordinate=03, sec-latency=64
    Capabilities: [90] Power Management version 2
    Capabilities: [a0] Subsystem: Hewlett-Packard Company Device 1905

After resume the sec-latency is set to 128 instead of 64.

This seems to be VTd related - as if I disable VTd in BIOS the message
doesn't appear.

I saw an older commit which to me looked liked it fixed a similar issue -

PCI : Calculate right add_size

    commit a4ac9fea016fc5c09227eb479bd35e34978323a4 upstream.

    During debug of one SRIOV enabled hotplug device, we found found that
    add_size is not passed properly.

I am running Ubuntu daily mainline build from couple days ago - I
think it should include the above commit.

Let me know if more info is needed - I don't see any issues because of
these but that may be because I am not using VTd for anything.


Parag

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-03-29  0:40 BAR 14: can't assign mem (size 0x200000) Parag Warudkar
@ 2014-03-29  1:16 ` Yinghai Lu
  2014-03-29  1:55   ` Parag Warudkar
  0 siblings, 1 reply; 11+ messages in thread
From: Yinghai Lu @ 2014-03-29  1:16 UTC (permalink / raw)
  To: Parag Warudkar; +Cc: LKML, Bjorn Helgaas, Linus Torvalds

On Fri, Mar 28, 2014 at 5:40 PM, Parag Warudkar <parag.lkml@gmail.com> wrote:
> No issues with fresh boot, however after resume from suspend I see
> these messages -
>
> [11548.934625] pci_bus 0000:03: Allocating resources
> [11548.934645] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to
> [bus 03] add_size 1000
> [11548.934648] pci 0000:02:00.0: bridge window [mem
> 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
> [11548.934650] pci 0000:02:00.0: bridge window [mem
> 0x00100000-0x000fffff] to [bus 03] add_size 200000
> [11548.934653] pci 0000:02:00.0: res[14]=[mem 0x00100000-0x000fffff]
> get_res_add_size add_size 200000
> [11548.934655] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x000fffff
> 64bit pref] get_res_add_size add_size 200000
> [11548.934656] pci 0000:02:00.0: res[13]=[io  0x1000-0x0fff]
> get_res_add_size add_size 1000
> [11548.934659] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
> [11548.934661] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
> [11548.934662] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
> [11548.934664] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
> [11548.934666] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
> [11548.934667] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
> [11548.934669] pci 0000:02:00.0: PCI bridge to [bus 03]
> [11548.934697] pci 0000:02:00.0: no hotplug settings from platform
> [11548.934698] pci 0000:02:00.0: using default PCI settings
>

>
> I am running Ubuntu daily mainline build from couple days ago - I
> think it should include the above commit.
>
> Let me know if more info is needed - I don't see any issues because of
> these but that may be because I am not using VTd for anything.

Can you send out whole boot log (include init booting and from resume) and
lspci -tv and lspci -vvxxxx ?

Thanks

Yinghai

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-03-29  1:16 ` Yinghai Lu
@ 2014-03-29  1:55   ` Parag Warudkar
  2014-03-29  7:11     ` Yinghai Lu
  0 siblings, 1 reply; 11+ messages in thread
From: Parag Warudkar @ 2014-03-29  1:55 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: LKML, Bjorn Helgaas, Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 3088 bytes --]

On Fri, Mar 28, 2014 at 9:16 PM, Yinghai Lu <yinghai@kernel.org> wrote:
> On Fri, Mar 28, 2014 at 5:40 PM, Parag Warudkar <parag.lkml@gmail.com> wrote:
>> No issues with fresh boot, however after resume from suspend I see
>> these messages -
>>
>> [11548.934625] pci_bus 0000:03: Allocating resources
>> [11548.934645] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to
>> [bus 03] add_size 1000
>> [11548.934648] pci 0000:02:00.0: bridge window [mem
>> 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
>> [11548.934650] pci 0000:02:00.0: bridge window [mem
>> 0x00100000-0x000fffff] to [bus 03] add_size 200000
>> [11548.934653] pci 0000:02:00.0: res[14]=[mem 0x00100000-0x000fffff]
>> get_res_add_size add_size 200000
>> [11548.934655] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x000fffff
>> 64bit pref] get_res_add_size add_size 200000
>> [11548.934656] pci 0000:02:00.0: res[13]=[io  0x1000-0x0fff]
>> get_res_add_size add_size 1000
>> [11548.934659] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
>> [11548.934661] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
>> [11548.934662] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
>> [11548.934664] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
>> [11548.934666] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
>> [11548.934667] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
>> [11548.934669] pci 0000:02:00.0: PCI bridge to [bus 03]
>> [11548.934697] pci 0000:02:00.0: no hotplug settings from platform
>> [11548.934698] pci 0000:02:00.0: using default PCI settings
>>
>

> Can you send out whole boot log (include init booting and from resume) and
> lspci -tv and lspci -vvxxxx ?

lspci -tv
-----------
~# lspci -tv
-[0000:00]-+-00.0  Intel Corporation Xeon E3-1200 v3 Processor DRAM Controller
           +-02.0  Intel Corporation Xeon E3-1200 v3 Processor
Integrated Graphics Controller
           +-03.0  Intel Corporation Xeon E3-1200 v3/4th Gen Core
Processor HD Audio Controller
           +-14.0  Intel Corporation 8 Series/C220 Series Chipset
Family USB xHCI
           +-16.0  Intel Corporation 8 Series/C220 Series Chipset
Family MEI Controller #1
           +-16.3  Intel Corporation 8 Series/C220 Series Chipset
Family KT Controller
           +-19.0  Intel Corporation Ethernet Connection I217-LM
           +-1a.0  Intel Corporation 8 Series/C220 Series Chipset
Family USB EHCI #2
           +-1b.0  Intel Corporation 8 Series/C220 Series Chipset High
Definition Audio Controller
           +-1c.0-[01]--
           +-1c.3-[02-03]----00.0-[03]--
           +-1c.4-[04-3c]--
           +-1d.0  Intel Corporation 8 Series/C220 Series Chipset
Family USB EHCI #1
           +-1f.0  Intel Corporation C226 Series Chipset Family Server
Advanced SKU LPC Controller
           +-1f.2  Intel Corporation 8 Series/C220 Series Chipset
Family 6-port SATA Controller 1 [AHCI mode]
           \-1f.3  Intel Corporation 8 Series/C220 Series Chipset
Family SMBus Controller

lspci -vvxxxx and dmesg output are kind of big, so attached.

Parag

[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 92285 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.0-999-generic (apw@gomeisa) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201403250450 SMP Tue Mar 25 08:51:48 UTC 2014
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.14.0-999-generic usbcore.autosuspend=3 root=UUID=2135f638-62d9-486c-9a44-9e58250eaeaf ro mtrr_gran_size=128M mtrr_chunk_size=128M quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000004efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000004f000-0x000000000004ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000050000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008995ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000089960000-0x0000000092f5ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000092f60000-0x0000000098004fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000098005000-0x000000009800bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009800c000-0x000000009845cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000009845d000-0x00000000987fafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000987fb000-0x0000000098ec4fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000098ec5000-0x0000000098f4cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000098f4d000-0x0000000098fd2fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000098fd3000-0x0000000099053fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099054000-0x0000000099059fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009905a000-0x000000009906ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000099070000-0x0000000099e62fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000099e63000-0x0000000099ea2fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099ea3000-0x0000000099ef3fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000099ef4000-0x0000000099f23fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099f24000-0x0000000099f24fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000099f25000-0x0000000099f2dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000099f2e000-0x0000000099f3dfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099f3e000-0x0000000099f4efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000099f4f000-0x0000000099f4ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099f50000-0x0000000099f60fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000099f61000-0x0000000099f8cfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099f8d000-0x0000000099f93fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000099f94000-0x0000000099fe3fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099fe4000-0x0000000099ffcfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000099ffd000-0x0000000099ffefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099fff000-0x0000000099ffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045edfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0x9905a000  ACPI 2.0=0x9905a000  SMBIOS=0x99ffd498  MPS=0xf4f00 
[    0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
[    0.000000] efi: mem01: type=7, attr=0xf, range=[0x0000000000008000-0x000000000004e000) (0MB)
[    0.000000] efi: mem02: type=4, attr=0xf, range=[0x000000000004e000-0x000000000004f000) (0MB)
[    0.000000] efi: mem03: type=0, attr=0xf, range=[0x000000000004f000-0x0000000000050000) (0MB)
[    0.000000] efi: mem04: type=3, attr=0xf, range=[0x0000000000050000-0x000000000009e000) (0MB)
[    0.000000] efi: mem05: type=0, attr=0xf, range=[0x000000000009e000-0x000000000009f000) (0MB)
[    0.000000] efi: mem06: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem07: type=3, attr=0xf, range=[0x0000000000100000-0x0000000000110000) (0MB)
[    0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000000110000-0x00000000006b3000) (5MB)
[    0.000000] efi: mem09: type=7, attr=0xf, range=[0x00000000006b3000-0x0000000035e70000) (855MB)
[    0.000000] efi: mem10: type=2, attr=0xf, range=[0x0000000035e70000-0x0000000035e73000) (0MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000035e73000-0x0000000035e76000) (0MB)
[    0.000000] efi: mem12: type=2, attr=0xf, range=[0x0000000035e76000-0x0000000036f33000) (16MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x0000000036f33000-0x0000000063452000) (709MB)
[    0.000000] efi: mem14: type=2, attr=0xf, range=[0x0000000063452000-0x0000000085e44000) (553MB)
[    0.000000] efi: mem15: type=4, attr=0xf, range=[0x0000000085e44000-0x0000000085fe8000) (1MB)
[    0.000000] efi: mem16: type=7, attr=0xf, range=[0x0000000085fe8000-0x0000000086088000) (0MB)
[    0.000000] efi: mem17: type=4, attr=0xf, range=[0x0000000086088000-0x000000008697a000) (8MB)
[    0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000008697a000-0x000000008697b000) (0MB)
[    0.000000] efi: mem19: type=4, attr=0xf, range=[0x000000008697b000-0x000000008697d000) (0MB)
[    0.000000] efi: mem20: type=7, attr=0xf, range=[0x000000008697d000-0x000000008697f000) (0MB)
[    0.000000] efi: mem21: type=4, attr=0xf, range=[0x000000008697f000-0x0000000086980000) (0MB)
[    0.000000] efi: mem22: type=7, attr=0xf, range=[0x0000000086980000-0x0000000086997000) (0MB)
[    0.000000] efi: mem23: type=4, attr=0xf, range=[0x0000000086997000-0x0000000086998000) (0MB)
[    0.000000] efi: mem24: type=7, attr=0xf, range=[0x0000000086998000-0x0000000086a3d000) (0MB)
[    0.000000] efi: mem25: type=4, attr=0xf, range=[0x0000000086a3d000-0x0000000086a3e000) (0MB)
[    0.000000] efi: mem26: type=7, attr=0xf, range=[0x0000000086a3e000-0x0000000086a6d000) (0MB)
[    0.000000] efi: mem27: type=4, attr=0xf, range=[0x0000000086a6d000-0x0000000086a82000) (0MB)
[    0.000000] efi: mem28: type=7, attr=0xf, range=[0x0000000086a82000-0x0000000086b14000) (0MB)
[    0.000000] efi: mem29: type=4, attr=0xf, range=[0x0000000086b14000-0x0000000086baf000) (0MB)
[    0.000000] efi: mem30: type=7, attr=0xf, range=[0x0000000086baf000-0x0000000086bb2000) (0MB)
[    0.000000] efi: mem31: type=4, attr=0xf, range=[0x0000000086bb2000-0x0000000086bb3000) (0MB)
[    0.000000] efi: mem32: type=7, attr=0xf, range=[0x0000000086bb3000-0x0000000086bb5000) (0MB)
[    0.000000] efi: mem33: type=4, attr=0xf, range=[0x0000000086bb5000-0x0000000086bb6000) (0MB)
[    0.000000] efi: mem34: type=7, attr=0xf, range=[0x0000000086bb6000-0x0000000086ca5000) (0MB)
[    0.000000] efi: mem35: type=4, attr=0xf, range=[0x0000000086ca5000-0x0000000086cba000) (0MB)
[    0.000000] efi: mem36: type=7, attr=0xf, range=[0x0000000086cba000-0x0000000086de3000) (1MB)
[    0.000000] efi: mem37: type=4, attr=0xf, range=[0x0000000086de3000-0x0000000086de5000) (0MB)
[    0.000000] efi: mem38: type=7, attr=0xf, range=[0x0000000086de5000-0x0000000086dea000) (0MB)
[    0.000000] efi: mem39: type=4, attr=0xf, range=[0x0000000086dea000-0x0000000086dec000) (0MB)
[    0.000000] efi: mem40: type=7, attr=0xf, range=[0x0000000086dec000-0x0000000086edc000) (0MB)
[    0.000000] efi: mem41: type=4, attr=0xf, range=[0x0000000086edc000-0x0000000086ef1000) (0MB)
[    0.000000] efi: mem42: type=7, attr=0xf, range=[0x0000000086ef1000-0x0000000087021000) (1MB)
[    0.000000] efi: mem43: type=4, attr=0xf, range=[0x0000000087021000-0x0000000087022000) (0MB)
[    0.000000] efi: mem44: type=7, attr=0xf, range=[0x0000000087022000-0x000000008702c000) (0MB)
[    0.000000] efi: mem45: type=4, attr=0xf, range=[0x000000008702c000-0x000000008702d000) (0MB)
[    0.000000] efi: mem46: type=7, attr=0xf, range=[0x000000008702d000-0x0000000087030000) (0MB)
[    0.000000] efi: mem47: type=4, attr=0xf, range=[0x0000000087030000-0x0000000087031000) (0MB)
[    0.000000] efi: mem48: type=7, attr=0xf, range=[0x0000000087031000-0x000000008711d000) (0MB)
[    0.000000] efi: mem49: type=4, attr=0xf, range=[0x000000008711d000-0x0000000087132000) (0MB)
[    0.000000] efi: mem50: type=7, attr=0xf, range=[0x0000000087132000-0x0000000087170000) (0MB)
[    0.000000] efi: mem51: type=4, attr=0xf, range=[0x0000000087170000-0x0000000087adb000) (9MB)
[    0.000000] efi: mem52: type=7, attr=0xf, range=[0x0000000087adb000-0x0000000087aff000) (0MB)
[    0.000000] efi: mem53: type=4, attr=0xf, range=[0x0000000087aff000-0x0000000087b01000) (0MB)
[    0.000000] efi: mem54: type=7, attr=0xf, range=[0x0000000087b01000-0x0000000087b02000) (0MB)
[    0.000000] efi: mem55: type=4, attr=0xf, range=[0x0000000087b02000-0x0000000087c49000) (1MB)
[    0.000000] efi: mem56: type=7, attr=0xf, range=[0x0000000087c49000-0x0000000087d1b000) (0MB)
[    0.000000] efi: mem57: type=4, attr=0xf, range=[0x0000000087d1b000-0x0000000087d1c000) (0MB)
[    0.000000] efi: mem58: type=7, attr=0xf, range=[0x0000000087d1c000-0x0000000087d33000) (0MB)
[    0.000000] efi: mem59: type=4, attr=0xf, range=[0x0000000087d33000-0x0000000087d34000) (0MB)
[    0.000000] efi: mem60: type=7, attr=0xf, range=[0x0000000087d34000-0x0000000087e24000) (0MB)
[    0.000000] efi: mem61: type=4, attr=0xf, range=[0x0000000087e24000-0x0000000087e39000) (0MB)
[    0.000000] efi: mem62: type=7, attr=0xf, range=[0x0000000087e39000-0x0000000087f59000) (1MB)
[    0.000000] efi: mem63: type=4, attr=0xf, range=[0x0000000087f59000-0x0000000087f5a000) (0MB)
[    0.000000] efi: mem64: type=7, attr=0xf, range=[0x0000000087f5a000-0x0000000087f5b000) (0MB)
[    0.000000] efi: mem65: type=4, attr=0xf, range=[0x0000000087f5b000-0x0000000087f5c000) (0MB)
[    0.000000] efi: mem66: type=7, attr=0xf, range=[0x0000000087f5c000-0x0000000087f69000) (0MB)
[    0.000000] efi: mem67: type=4, attr=0xf, range=[0x0000000087f69000-0x0000000087f6b000) (0MB)
[    0.000000] efi: mem68: type=7, attr=0xf, range=[0x0000000087f6b000-0x0000000087f7e000) (0MB)
[    0.000000] efi: mem69: type=4, attr=0xf, range=[0x0000000087f7e000-0x0000000087f7f000) (0MB)
[    0.000000] efi: mem70: type=7, attr=0xf, range=[0x0000000087f7f000-0x0000000087f81000) (0MB)
[    0.000000] efi: mem71: type=4, attr=0xf, range=[0x0000000087f81000-0x0000000087f82000) (0MB)
[    0.000000] efi: mem72: type=7, attr=0xf, range=[0x0000000087f82000-0x0000000088071000) (0MB)
[    0.000000] efi: mem73: type=4, attr=0xf, range=[0x0000000088071000-0x0000000088086000) (0MB)
[    0.000000] efi: mem74: type=7, attr=0xf, range=[0x0000000088086000-0x0000000088095000) (0MB)
[    0.000000] efi: mem75: type=1, attr=0xf, range=[0x0000000088095000-0x0000000088157000) (0MB)
[    0.000000] efi: mem76: type=7, attr=0xf, range=[0x0000000088157000-0x0000000088219000) (0MB)
[    0.000000] efi: mem77: type=4, attr=0xf, range=[0x0000000088219000-0x000000008821a000) (0MB)
[    0.000000] efi: mem78: type=7, attr=0xf, range=[0x000000008821a000-0x0000000088251000) (0MB)
[    0.000000] efi: mem79: type=4, attr=0xf, range=[0x0000000088251000-0x000000008828a000) (0MB)
[    0.000000] efi: mem80: type=7, attr=0xf, range=[0x000000008828a000-0x0000000088297000) (0MB)
[    0.000000] efi: mem81: type=4, attr=0xf, range=[0x0000000088297000-0x00000000883e5000) (1MB)
[    0.000000] efi: mem82: type=7, attr=0xf, range=[0x00000000883e5000-0x00000000883ea000) (0MB)
[    0.000000] efi: mem83: type=4, attr=0xf, range=[0x00000000883ea000-0x0000000088e80000) (10MB)
[    0.000000] efi: mem84: type=7, attr=0xf, range=[0x0000000088e80000-0x0000000088e86000) (0MB)
[    0.000000] efi: mem85: type=4, attr=0xf, range=[0x0000000088e86000-0x0000000089960000) (10MB)
[    0.000000] efi: mem86: type=6, attr=0x800000000000000f, range=[0x0000000089960000-0x0000000092f60000) (150MB)
[    0.000000] efi: mem87: type=4, attr=0xf, range=[0x0000000092f60000-0x0000000093208000) (2MB)
[    0.000000] efi: mem88: type=7, attr=0xf, range=[0x0000000093208000-0x0000000093209000) (0MB)
[    0.000000] efi: mem89: type=4, attr=0xf, range=[0x0000000093209000-0x000000009320b000) (0MB)
[    0.000000] efi: mem90: type=7, attr=0xf, range=[0x000000009320b000-0x000000009320d000) (0MB)
[    0.000000] efi: mem91: type=4, attr=0xf, range=[0x000000009320d000-0x0000000094817000) (22MB)
[    0.000000] efi: mem92: type=2, attr=0xf, range=[0x0000000094817000-0x0000000094917000) (1MB)
[    0.000000] efi: mem93: type=7, attr=0xf, range=[0x0000000094917000-0x0000000098005000) (54MB)
[    0.000000] efi: mem94: type=10, attr=0xf, range=[0x0000000098005000-0x000000009800c000) (0MB)
[    0.000000] efi: mem95: type=4, attr=0xf, range=[0x000000009800c000-0x0000000098163000) (1MB)
[    0.000000] efi: mem96: type=3, attr=0xf, range=[0x0000000098163000-0x0000000098411000) (2MB)
[    0.000000] efi: mem97: type=4, attr=0xf, range=[0x0000000098411000-0x0000000098417000) (0MB)
[    0.000000] efi: mem98: type=3, attr=0xf, range=[0x0000000098417000-0x000000009841b000) (0MB)
[    0.000000] efi: mem99: type=4, attr=0xf, range=[0x000000009841b000-0x000000009841d000) (0MB)
[    0.000000] efi: mem100: type=3, attr=0xf, range=[0x000000009841d000-0x0000000098421000) (0MB)
[    0.000000] efi: mem101: type=4, attr=0xf, range=[0x0000000098421000-0x000000009843a000) (0MB)
[    0.000000] efi: mem102: type=3, attr=0xf, range=[0x000000009843a000-0x0000000098454000) (0MB)
[    0.000000] efi: mem103: type=4, attr=0xf, range=[0x0000000098454000-0x000000009845d000) (0MB)
[    0.000000] efi: mem104: type=6, attr=0x800000000000000f, range=[0x000000009845d000-0x00000000987fb000) (3MB)
[    0.000000] efi: mem105: type=4, attr=0xf, range=[0x00000000987fb000-0x0000000098807000) (0MB)
[    0.000000] efi: mem106: type=7, attr=0xf, range=[0x0000000098807000-0x0000000098ec1000) (6MB)
[    0.000000] efi: mem107: type=2, attr=0xf, range=[0x0000000098ec1000-0x0000000098ec5000) (0MB)
[    0.000000] efi: mem108: type=10, attr=0xf, range=[0x0000000098ec5000-0x0000000098f4d000) (0MB)
[    0.000000] efi: mem109: type=3, attr=0xf, range=[0x0000000098f4d000-0x0000000098fd3000) (0MB)
[    0.000000] efi: mem110: type=6, attr=0x800000000000000f, range=[0x0000000098fd3000-0x0000000099054000) (0MB)
[    0.000000] efi: mem111: type=3, attr=0xf, range=[0x0000000099054000-0x000000009905a000) (0MB)
[    0.000000] efi: mem112: type=9, attr=0xf, range=[0x000000009905a000-0x0000000099070000) (0MB)
[    0.000000] efi: mem113: type=3, attr=0xf, range=[0x0000000099070000-0x0000000099e63000) (13MB)
[    0.000000] efi: mem114: type=0, attr=0xf, range=[0x0000000099e63000-0x0000000099ea3000) (0MB)
[    0.000000] efi: mem115: type=3, attr=0xf, range=[0x0000000099ea3000-0x0000000099ef4000) (0MB)
[    0.000000] efi: mem116: type=0, attr=0xf, range=[0x0000000099ef4000-0x0000000099ef7000) (0MB)
[    0.000000] efi: mem117: type=0, attr=0xf, range=[0x0000000099ef7000-0x0000000099f24000) (0MB)
[    0.000000] efi: mem118: type=9, attr=0xf, range=[0x0000000099f24000-0x0000000099f25000) (0MB)
[    0.000000] efi: mem119: type=10, attr=0xf, range=[0x0000000099f25000-0x0000000099f2e000) (0MB)
[    0.000000] efi: mem120: type=6, attr=0x800000000000000f, range=[0x0000000099f2e000-0x0000000099f30000) (0MB)
[    0.000000] efi: mem121: type=5, attr=0x800000000000000f, range=[0x0000000099f30000-0x0000000099f35000) (0MB)
[    0.000000] efi: mem122: type=6, attr=0x800000000000000f, range=[0x0000000099f35000-0x0000000099f3e000) (0MB)
[    0.000000] efi: mem123: type=10, attr=0xf, range=[0x0000000099f3e000-0x0000000099f4f000) (0MB)
[    0.000000] efi: mem124: type=6, attr=0x800000000000000f, range=[0x0000000099f4f000-0x0000000099f50000) (0MB)
[    0.000000] efi: mem125: type=10, attr=0xf, range=[0x0000000099f50000-0x0000000099f61000) (0MB)
[    0.000000] efi: mem126: type=5, attr=0x800000000000000f, range=[0x0000000099f61000-0x0000000099f69000) (0MB)
[    0.000000] efi: mem127: type=6, attr=0x800000000000000f, range=[0x0000000099f69000-0x0000000099f6b000) (0MB)
[    0.000000] efi: mem128: type=5, attr=0x800000000000000f, range=[0x0000000099f6b000-0x0000000099f6e000) (0MB)
[    0.000000] efi: mem129: type=6, attr=0x800000000000000f, range=[0x0000000099f6e000-0x0000000099f7b000) (0MB)
[    0.000000] efi: mem130: type=5, attr=0x800000000000000f, range=[0x0000000099f7b000-0x0000000099f8d000) (0MB)
[    0.000000] efi: mem131: type=10, attr=0xf, range=[0x0000000099f8d000-0x0000000099f94000) (0MB)
[    0.000000] efi: mem132: type=6, attr=0x800000000000000f, range=[0x0000000099f94000-0x0000000099f97000) (0MB)
[    0.000000] efi: mem133: type=5, attr=0x800000000000000f, range=[0x0000000099f97000-0x0000000099fa2000) (0MB)
[    0.000000] efi: mem134: type=6, attr=0x800000000000000f, range=[0x0000000099fa2000-0x0000000099fa4000) (0MB)
[    0.000000] efi: mem135: type=5, attr=0x800000000000000f, range=[0x0000000099fa4000-0x0000000099fa5000) (0MB)
[    0.000000] efi: mem136: type=6, attr=0x800000000000000f, range=[0x0000000099fa5000-0x0000000099faa000) (0MB)
[    0.000000] efi: mem137: type=5, attr=0x800000000000000f, range=[0x0000000099faa000-0x0000000099fb0000) (0MB)
[    0.000000] efi: mem138: type=6, attr=0x800000000000000f, range=[0x0000000099fb0000-0x0000000099fb4000) (0MB)
[    0.000000] efi: mem139: type=5, attr=0x800000000000000f, range=[0x0000000099fb4000-0x0000000099fe4000) (0MB)
[    0.000000] efi: mem140: type=7, attr=0xf, range=[0x0000000099fe4000-0x0000000099fe5000) (0MB)
[    0.000000] efi: mem141: type=4, attr=0xf, range=[0x0000000099fe5000-0x0000000099ffd000) (0MB)
[    0.000000] efi: mem142: type=6, attr=0x800000000000000f, range=[0x0000000099ffd000-0x0000000099fff000) (0MB)
[    0.000000] efi: mem143: type=4, attr=0xf, range=[0x0000000099fff000-0x000000009a000000) (0MB)
[    0.000000] efi: mem144: type=7, attr=0xf, range=[0x0000000100000000-0x000000045ee00000) (13806MB)
[    0.000000] efi: mem145: type=0, attr=0x0, range=[0x000000009b000000-0x000000009f200000) (66MB)
[    0.000000] efi: mem146: type=11, attr=0x8000000000000001, range=[0x00000000f0000000-0x00000000f8000000) (128MB)
[    0.000000] efi: mem147: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem148: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
[    0.000000] efi: mem149: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem150: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[    0.000000] efi: mem151: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP Z230 Tower Workstation/1905, BIOS L51 v01.18 01/23/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x45ee00 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 uncachable
[    0.000000]   C0000-D3FFF write-protect
[    0.000000]   D4000-E9FFF uncachable
[    0.000000]   EA000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 0400000000 mask 7FC0000000 write-back
[    0.000000]   2 base 0440000000 mask 7FE0000000 write-back
[    0.000000]   3 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   4 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   5 base 009C000000 mask 7FFC000000 uncachable
[    0.000000]   6 base 009B000000 mask 7FFF000000 uncachable
[    0.000000]   7 base 045F000000 mask 7FFF000000 uncachable
[    0.000000]   8 base 045EE00000 mask 7FFFE00000 uncachable
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 16GB, type WB
[    0.000000] reg 1, base: 16GB, range: 1GB, type WB
[    0.000000] reg 2, base: 17GB, range: 512MB, type WB
[    0.000000] reg 3, base: 3GB, range: 1GB, type UC
[    0.000000] reg 4, base: 2560MB, range: 512MB, type UC
[    0.000000] reg 5, base: 2496MB, range: 64MB, type UC
[    0.000000] reg 6, base: 2480MB, range: 16MB, type UC
[    0.000000] reg 7, base: 17904MB, range: 16MB, type UC
[    0.000000] reg 8, base: 17902MB, range: 2MB, type UC
[    0.000000] total RAM covered: 16286M
[    0.000000]  gran_size: 128M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 158M
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 256MB, type WB
[    0.000000] reg 2, base: 2304MB, range: 128MB, type WB
[    0.000000] reg 3, base: 4GB, range: 4GB, type WB
[    0.000000] reg 4, base: 8GB, range: 8GB, type WB
[    0.000000] reg 5, base: 16GB, range: 1GB, type WB
[    0.000000] reg 6, base: 17GB, range: 256MB, type WB
[    0.000000] reg 7, base: 17664MB, range: 128MB, type WB
[    0.000000] e820: update [mem 0x98000000-0xffffffff] usable ==> reserved
[    0.000000] e820: update [mem 0x458000000-0x45edfffff] usable ==> reserved
[    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 136MB of RAM.
[    0.000000] update e820 for mtrr
[    0.000000] e820: modified physical RAM map:
[    0.000000] modified: [mem 0x0000000000000000-0x0000000000000fff] reserved
[    0.000000] modified: [mem 0x0000000000001000-0x000000000004efff] usable
[    0.000000] modified: [mem 0x000000000004f000-0x000000000004ffff] reserved
[    0.000000] modified: [mem 0x0000000000050000-0x000000000009dfff] usable
[    0.000000] modified: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] modified: [mem 0x0000000000100000-0x000000008995ffff] usable
[    0.000000] modified: [mem 0x0000000089960000-0x0000000092f5ffff] reserved
[    0.000000] modified: [mem 0x0000000092f60000-0x0000000097ffffff] usable
[    0.000000] modified: [mem 0x0000000098000000-0x0000000098004fff] reserved
[    0.000000] modified: [mem 0x0000000098005000-0x000000009800bfff] ACPI NVS
[    0.000000] modified: [mem 0x000000009800c000-0x0000000098ec4fff] reserved
[    0.000000] modified: [mem 0x0000000098ec5000-0x0000000098f4cfff] ACPI NVS
[    0.000000] modified: [mem 0x0000000098f4d000-0x0000000099059fff] reserved
[    0.000000] modified: [mem 0x000000009905a000-0x000000009906ffff] ACPI data
[    0.000000] modified: [mem 0x0000000099070000-0x0000000099f23fff] reserved
[    0.000000] modified: [mem 0x0000000099f24000-0x0000000099f24fff] ACPI data
[    0.000000] modified: [mem 0x0000000099f25000-0x0000000099f2dfff] ACPI NVS
[    0.000000] modified: [mem 0x0000000099f2e000-0x0000000099f3dfff] reserved
[    0.000000] modified: [mem 0x0000000099f3e000-0x0000000099f4efff] ACPI NVS
[    0.000000] modified: [mem 0x0000000099f4f000-0x0000000099f4ffff] reserved
[    0.000000] modified: [mem 0x0000000099f50000-0x0000000099f60fff] ACPI NVS
[    0.000000] modified: [mem 0x0000000099f61000-0x0000000099f8cfff] reserved
[    0.000000] modified: [mem 0x0000000099f8d000-0x0000000099f93fff] ACPI NVS
[    0.000000] modified: [mem 0x0000000099f94000-0x0000000099ffffff] reserved
[    0.000000] modified: [mem 0x000000009b000000-0x000000009f1fffff] reserved
[    0.000000] modified: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] modified: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] modified: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] modified: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] modified: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] modified: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] modified: [mem 0x0000000100000000-0x0000000457ffffff] usable
[    0.000000] modified: [mem 0x0000000458000000-0x000000045edfffff] reserved
[    0.000000] e820: last_pfn = 0x458000 max_arch_pfn = 0x400000000
[    0.000000] e820: last_pfn = 0x98000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f4ef0-0x000f4eff] mapped at [ffff8800000f4ef0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01fd9000, 0x01fd9fff] PGTABLE
[    0.000000] BRK [0x01fda000, 0x01fdafff] PGTABLE
[    0.000000] BRK [0x01fdb000, 0x01fdbfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x457e00000-0x457ffffff]
[    0.000000]  [mem 0x457e00000-0x457ffffff] page 2M
[    0.000000] BRK [0x01fdc000, 0x01fdcfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x454000000-0x457dfffff]
[    0.000000]  [mem 0x454000000-0x457dfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x453ffffff]
[    0.000000]  [mem 0x400000000-0x43fffffff] page 1G
[    0.000000]  [mem 0x440000000-0x453ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x8995ffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0x897fffff] page 2M
[    0.000000]  [mem 0x89800000-0x8995ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x92f60000-0x97ffffff]
[    0.000000]  [mem 0x92f60000-0x92ffffff] page 4k
[    0.000000]  [mem 0x93000000-0x97ffffff] page 2M
[    0.000000] BRK [0x01fdd000, 0x01fddfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x35e76000-0x36f32fff]
[    0.000000] ACPI: RSDP 000000009905a000 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 000000009905a090 00009C (v01 HPQOEM SLIC-WKS 20130829 AMI  00010013)
[    0.000000] ACPI: FACP 0000000099065240 00010C (v05 HPQOEM SLIC-WKS 20130829 AMI  00010013)
[    0.000000] ACPI: DSDT 000000009905a1b8 00B084 (v02 HPQOEM SLIC-WKS 00000001 INTL 20091112)
[    0.000000] ACPI: FACS 0000000099f92080 000040
[    0.000000] ACPI: APIC 0000000099065350 000092 (v03 HPQOEM SLIC-WKS 20130829 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000990653e8 000044 (v01 HPQOEM SLIC-WKS 20130829 AMI  00010013)
[    0.000000] ACPI: SSDT 0000000099065430 000539 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0000000099065970 000AD8 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0000000099066448 0001C7 (v01  PmRef LakeTiny 00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 0000000099066610 00003C (v01 HPQOEM SLIC-WKS 20130829 MSFT 00000097)
[    0.000000] ACPI: HPET 0000000099066650 000038 (v01 HPQOEM SLIC-WKS 20130829 AMI. 00000005)
[    0.000000] ACPI: SSDT 0000000099066688 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000990669f8 002433 (v01 SaSsdt  SaSsdt  00003000 INTL 20091112)
[    0.000000] ACPI: SSDT 0000000099068e30 0065E4 (v01 COMPAQ      WMI 00000001 MSFT 03000001)
[    0.000000] ACPI: SLIC 000000009906f418 000176 (v01 HPQOEM SLIC-WKS 00000001      00000000)
[    0.000000] ACPI: MSDM 000000009906f590 000055 (v03 HPQOEM SLIC-WKS 20130829 HPQ  00010013)
[    0.000000] ACPI: ASF! 000000009906f5e8 0000A5 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: TCPA 000000009906f690 000032 (v02 APTIO4  NAPAASF 00000001 MSFT 01000013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000457ffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x457ffffff]
[    0.000000]   NODE_DATA [mem 0x457ff9000-0x457ffdfff]
[    0.000000]  [ffffea0000000000-ffffea00115fffff] PMD -> [ffff880447a00000-ffff8804575fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x457ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0004efff]
[    0.000000]   node   0: [mem 0x00050000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x8995ffff]
[    0.000000]   node   0: [mem 0x92f60000-0x97ffffff]
[    0.000000]   node   0: [mem 0x100000000-0x457ffffff]
[    0.000000] On node 0 totalpages: 4090268
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 39 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9064 pages used for memmap
[    0.000000]   DMA32 zone: 580096 pages, LIFO batch:31
[    0.000000]   Normal zone: 54784 pages used for memmap
[    0.000000]   Normal zone: 3506176 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0004f000-0x0004ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x89960000-0x92f5ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x98000000-0x98004fff]
[    0.000000] PM: Registered nosave memory: [mem 0x98005000-0x9800bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x9800c000-0x98ec4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x98ec5000-0x98f4cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x98f4d000-0x99059fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9905a000-0x9906ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x99070000-0x99f23fff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f24000-0x99f24fff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f25000-0x99f2dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f2e000-0x99f3dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f3e000-0x99f4efff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f4f000-0x99f4ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f50000-0x99f60fff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f61000-0x99f8cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f8d000-0x99f93fff]
[    0.000000] PM: Registered nosave memory: [mem 0x99f94000-0x99ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9a000000-0x9affffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9b000000-0x9f1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f200000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x9f200000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff880457c00000 s86528 r8192 d24064 u262144
[    0.000000] pcpu-alloc: s86528 r8192 d24064 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4026317
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14.0-999-generic usbcore.autosuspend=3 root=UUID=2135f638-62d9-486c-9a44-9e58250eaeaf ro mtrr_gran_size=128M mtrr_chunk_size=128M quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: 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: 15930368K/16361072K available (7640K kernel code, 1109K rwdata, 3592K rodata, 1356K init, 1432K bss, 430704K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-7.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:16640 nr_irqs:744 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 66060288 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] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3392.083 MHz processor
[    0.000021] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.16 BogoMIPS (lpj=13568332)
[    0.000023] pid_max: default: 32768 minimum: 301
[    0.000028] ACPI: Core revision 20131218
[    0.015119] ACPI: All ACPI Tables successfully acquired
[    0.038546] Security Framework initialized
[    0.038554] AppArmor: AppArmor initialized
[    0.038555] Yama: becoming mindful.
[    0.039291] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.041521] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.042469] Mount-cache hash table entries: 256
[    0.042601] Initializing cgroup subsys memory
[    0.042605] Initializing cgroup subsys devices
[    0.042606] Initializing cgroup subsys freezer
[    0.042607] Initializing cgroup subsys net_cls
[    0.042608] Initializing cgroup subsys blkio
[    0.042609] Initializing cgroup subsys perf_event
[    0.042610] Initializing cgroup subsys hugetlb
[    0.042628] CPU: Physical Processor ID: 0
[    0.042629] CPU: Processor Core ID: 0
[    0.042632] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.042632] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.043369] mce: CPU supports 9 MCE banks
[    0.043378] CPU0: Thermal monitoring enabled (TM1)
[    0.043388] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.043388] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.043388] tlb_flushall_shift: 6
[    0.043466] Freeing SMP alternatives memory: 28K (ffffffff81e6a000 - ffffffff81e71000)
[    0.045895] ftrace: allocating 31502 entries in 124 pages
[    0.055647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.095346] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1245 v3 @ 3.40GHz (fam: 06, model: 3c, stepping: 03)
[    0.095351] TSC deadline timer enabled
[    0.096607] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.096613] ... version:                3
[    0.096613] ... bit width:              48
[    0.096614] ... generic registers:      4
[    0.096615] ... value mask:             0000ffffffffffff
[    0.096615] ... max period:             0000ffffffffffff
[    0.096616] ... fixed-purpose events:   3
[    0.096617] ... event mask:             000000070000000f
[    0.097641] x86: Booting SMP configuration:
[    0.097642] .... node  #0, CPUs:      #1
[    0.111533] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.111592]  #2 #3 #4 #5 #6 #7
[    0.195152] x86: Booted up 1 node, 8 CPUs
[    0.195156] smpboot: Total of 8 processors activated (54273.32 BogoMIPS)
[    0.202905] devtmpfs: initialized
[    0.206121] EVM: security.selinux
[    0.206122] EVM: security.SMACK64
[    0.206123] EVM: security.ima
[    0.206124] EVM: security.capability
[    0.206160] PM: Registering ACPI NVS region [mem 0x98005000-0x9800bfff] (28672 bytes)
[    0.206161] PM: Registering ACPI NVS region [mem 0x98ec5000-0x98f4cfff] (557056 bytes)
[    0.206166] PM: Registering ACPI NVS region [mem 0x99f25000-0x99f2dfff] (36864 bytes)
[    0.206167] PM: Registering ACPI NVS region [mem 0x99f3e000-0x99f4efff] (69632 bytes)
[    0.206168] PM: Registering ACPI NVS region [mem 0x99f50000-0x99f60fff] (69632 bytes)
[    0.206170] PM: Registering ACPI NVS region [mem 0x99f8d000-0x99f93fff] (28672 bytes)
[    0.206677] pinctrl core: initialized pinctrl subsystem
[    0.206720] regulator-dummy: no parameters
[    0.206751] RTC time:  1:15:18, date: 03/29/14
[    0.206772] NET: Registered protocol family 16
[    0.206854] cpuidle: using governor ladder
[    0.206855] cpuidle: using governor menu
[    0.206887] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.206888] ACPI: bus type PCI registered
[    0.206889] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.206933] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.206934] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.217419] PCI: Using configuration type 1 for base access
[    0.218294] bio: create slab <bio-0> at 0
[    0.218391] ACPI: Added _OSI(Module Device)
[    0.218392] ACPI: Added _OSI(Processor Device)
[    0.218393] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.218394] ACPI: Added _OSI(Processor Aggregator Device)
[    0.221475] ACPI: Executed 1 blocks of module-level executable AML code
[    0.228903] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.238930] ACPI: SSDT 0000000099f18c18 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.239294] ACPI: Dynamic OEM Table Load:
[    0.239295] ACPI: SSDT           (null) 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.243110] ACPI: SSDT 0000000099f18618 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.243519] ACPI: Dynamic OEM Table Load:
[    0.243520] ACPI: SSDT           (null) 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.246878] ACPI: SSDT 0000000099f17d98 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.247243] ACPI: Dynamic OEM Table Load:
[    0.247244] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.252080] ACPI: Interpreter enabled
[    0.252085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
[    0.252089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[    0.252100] ACPI: (supports S0 S3 S4 S5)
[    0.252101] ACPI: Using IOAPIC for interrupt routing
[    0.252123] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.252252] ACPI: No dock devices found.
[    0.259574] ACPI: Power Resource [FN00] (off)
[    0.259631] ACPI: Power Resource [FN01] (off)
[    0.260532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.260535] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.260774] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.260943] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.261561] PCI host bridge to bus 0000:00
[    0.261563] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.261564] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.261565] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.261566] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.261567] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.261568] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.261569] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.261570] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.261571] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.261572] pci_bus 0000:00: root bus resource [mem 0x9f200000-0xfeafffff]
[    0.261577] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
[    0.261633] pci 0000:00:02.0: [8086:041a] type 00 class 0x030000
[    0.261641] pci 0000:00:02.0: reg 0x10: [mem 0xee400000-0xee7fffff 64bit]
[    0.261645] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.261649] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.261699] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.261704] pci 0000:00:03.0: reg 0x10: [mem 0xee834000-0xee837fff 64bit]
[    0.261771] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.261787] pci 0000:00:14.0: reg 0x10: [mem 0xee820000-0xee82ffff 64bit]
[    0.261839] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.261863] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.261890] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.261906] pci 0000:00:16.0: reg 0x10: [mem 0xee840000-0xee84000f 64bit]
[    0.261961] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.262006] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
[    0.262018] pci 0000:00:16.3: reg 0x10: [io  0xf0e0-0xf0e7]
[    0.262023] pci 0000:00:16.3: reg 0x14: [mem 0xee83e000-0xee83efff]
[    0.262113] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[    0.262128] pci 0000:00:19.0: reg 0x10: [mem 0xee800000-0xee81ffff]
[    0.262134] pci 0000:00:19.0: reg 0x14: [mem 0xee83d000-0xee83dfff]
[    0.262141] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    0.262192] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.262216] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.262243] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.262261] pci 0000:00:1a.0: reg 0x10: [mem 0xee83c000-0xee83c3ff]
[    0.262339] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.262375] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.262402] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.262412] pci 0000:00:1b.0: reg 0x10: [mem 0xee830000-0xee833fff 64bit]
[    0.262464] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.262489] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.262511] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.262569] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.262594] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.262618] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.262675] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.262701] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.262723] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.262787] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.262817] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.262848] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.262866] pci 0000:00:1d.0: reg 0x10: [mem 0xee83b000-0xee83b3ff]
[    0.262945] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.262979] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.263006] pci 0000:00:1f.0: [8086:8c56] type 00 class 0x060100
[    0.263138] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.263150] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    0.263156] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    0.263162] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    0.263168] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    0.263173] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.263179] pci 0000:00:1f.2: reg 0x24: [mem 0xee83a000-0xee83a7ff]
[    0.263211] pci 0000:00:1f.2: PME# supported from D3hot
[    0.263251] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.263263] pci 0000:00:1f.3: reg 0x10: [mem 0xee839000-0xee8390ff 64bit]
[    0.263280] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.263398] acpiphp: Slot [1] registered
[    0.263405] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.263498] pci 0000:02:00.0: [1283:8893] type 01 class 0x060401
[    0.263624] pci 0000:02:00.0: supports D1 D2
[    0.263625] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.263646] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.263665] pci 0000:00:1c.3: PCI bridge to [bus 02-03]
[    0.263791] pci 0000:02:00.0: PCI bridge to [bus 03] (subtractive decode)
[    0.263812] pci 0000:02:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.263813] pci 0000:02:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.263814] pci 0000:02:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.263815] pci 0000:02:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    0.263884] acpiphp: Slot [1-1] registered
[    0.263891] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
[    0.263895] pci 0000:00:1c.4:   bridge window [mem 0xd8000000-0xee0fffff]
[    0.263900] pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[    0.263912] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.264403] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.264451] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.264496] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.264540] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.264584] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.264629] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.264673] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.264717] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.264877] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.264944] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.264947] vgaarb: loaded
[    0.264947] vgaarb: bridge control possible 0000:00:02.0
[    0.265059] SCSI subsystem initialized
[    0.265087] libata version 3.00 loaded.
[    0.265100] ACPI: bus type USB registered
[    0.265112] usbcore: registered new interface driver usbfs
[    0.265117] usbcore: registered new interface driver hub
[    0.265139] usbcore: registered new device driver usb
[    0.265276] PCI: Using ACPI for IRQ routing
[    0.268031] PCI: pci_cache_line_size set to 64 bytes
[    0.268065] e820: reserve RAM buffer [mem 0x0004f000-0x0004ffff]
[    0.268066] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.268067] e820: reserve RAM buffer [mem 0x89960000-0x8bffffff]
[    0.268123] NetLabel: Initializing
[    0.268124] NetLabel:  domain hash size = 128
[    0.268124] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.268131] NetLabel:  unlabeled traffic allowed by default
[    0.268174] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.268178] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.270201] Switched to clocksource hpet
[    0.273874] AppArmor: AppArmor Filesystem Enabled
[    0.273887] pnp: PnP ACPI init
[    0.273895] ACPI: bus type PNP registered
[    0.273937] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.273939] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.273946] pnp 00:01: [dma 4]
[    0.273957] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.273969] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.274044] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.274075] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.274100] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.274101] system 00:05: [io  0xffff] has been reserved
[    0.274102] system 00:05: [io  0xffff] has been reserved
[    0.274103] system 00:05: [io  0xffff] has been reserved
[    0.274104] system 00:05: [io  0x0400-0x047f] has been reserved
[    0.274105] system 00:05: [io  0x0500-0x057f] has been reserved
[    0.274106] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.274108] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.274123] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.274153] system 00:07: [io  0x1854-0x1857] has been reserved
[    0.274155] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.275136] system 00:08: [io  0x0a20-0x0a3f] has been reserved
[    0.275137] system 00:08: [io  0x0a10-0x0a1f] has been reserved
[    0.275139] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.275162] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.275194] pnp 00:0a: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.275224] system 00:0b: [io  0x04d0-0x04d1] has been reserved
[    0.275226] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.275461] pnp 00:0c: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    0.275772] system 00:0d: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.275773] system 00:0d: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.275775] system 00:0d: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.275776] system 00:0d: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.275777] system 00:0d: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.275778] system 00:0d: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.275779] system 00:0d: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.275780] system 00:0d: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.275782] system 00:0d: [mem 0xff000000-0xffffffff] has been reserved
[    0.275783] system 00:0d: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.275784] system 00:0d: [mem 0xeffef000-0xeffeffff] has been reserved
[    0.275785] system 00:0d: [mem 0xefff0000-0xefff0fff] has been reserved
[    0.275787] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.276010] pnp: PnP ACPI: found 14 devices
[    0.276010] ACPI: bus type PNP unregistered
[    0.281728] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.281730] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.281731] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.281754] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 04-3c] add_size 1000
[    0.281757] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.281759] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.281760] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.281761] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.281764] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9f200000-0x9f3fffff]
[    0.281768] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9f400000-0x9f5fffff 64bit pref]
[    0.281770] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.281771] pci 0000:00:1c.4: BAR 13: assigned [io  0x3000-0x3fff]
[    0.281773] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.281774] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.281778] pci 0000:00:1c.0:   bridge window [mem 0x9f200000-0x9f3fffff]
[    0.281781] pci 0000:00:1c.0:   bridge window [mem 0x9f400000-0x9f5fffff 64bit pref]
[    0.281785] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.281803] pci 0000:00:1c.3: PCI bridge to [bus 02-03]
[    0.281811] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
[    0.281813] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.281817] pci 0000:00:1c.4:   bridge window [mem 0xd8000000-0xee0fffff]
[    0.281820] pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[    0.281824] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.281825] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.281827] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.281828] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.281829] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.281830] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[    0.281831] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000e3fff]
[    0.281831] pci_bus 0000:00: resource 11 [mem 0x000e4000-0x000e7fff]
[    0.281833] pci_bus 0000:00: resource 12 [mem 0x9f200000-0xfeafffff]
[    0.281834] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.281835] pci_bus 0000:01: resource 1 [mem 0x9f200000-0x9f3fffff]
[    0.281836] pci_bus 0000:01: resource 2 [mem 0x9f400000-0x9f5fffff 64bit pref]
[    0.281837] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.281838] pci_bus 0000:04: resource 1 [mem 0xd8000000-0xee0fffff]
[    0.281839] pci_bus 0000:04: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref]
[    0.281855] NET: Registered protocol family 2
[    0.281966] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.282118] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.282235] TCP: Hash tables configured (established 131072 bind 65536)
[    0.282247] TCP: reno registered
[    0.282260] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.282299] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.282359] NET: Registered protocol family 1
[    0.282365] pci 0000:00:02.0: Boot video device
[    0.322295] PCI: CLS 64 bytes, default 64
[    0.322326] Trying to unpack rootfs image as initramfs...
[    0.509327] Freeing initrd memory: 17140K (ffff880035e76000 - ffff880036f33000)
[    0.509331] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.509333] software IO TLB [mem 0x81e44000-0x85e44000] (64MB) mapped at [ffff880081e44000-ffff880085e43fff]
[    0.509535] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[    0.509569] Scanning for low memory corruption every 60 seconds
[    0.509792] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.509807] Initialise system trusted keyring
[    0.509837] audit: initializing netlink subsys (disabled)
[    0.509847] audit: type=2000 audit(1396055718.488:1): initialized
[    0.528298] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.529133] zbud: loaded
[    0.529224] VFS: Disk quotas dquot_6.5.2
[    0.529251] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.529538] fuse init (API version 7.22)
[    0.529587] msgmni has been set to 31287
[    0.529621] Key type big_key registered
[    0.529914] Key type asymmetric registered
[    0.529915] Asymmetric key parser 'x509' registered
[    0.529935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.529967] io scheduler noop registered
[    0.529968] io scheduler deadline registered (default)
[    0.529985] io scheduler cfq registered
[    0.530300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.530317] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.530349] efifb: probing for efifb
[    0.531065] efifb: framebuffer at 0xa0000000, mapped to 0xffffc90009b80000, using 8128k, total 8128k
[    0.531066] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.531066] efifb: scrolling: redraw
[    0.531067] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.533763] Console: switching to colour frame buffer device 240x67
[    0.536409] fb0: EFI VGA frame buffer device
[    0.536418] intel_idle: MWAIT substates: 0x42120
[    0.536419] intel_idle: v0.4 model 0x3C
[    0.536419] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.536650] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.536654] ACPI: Power Button [PWRB]
[    0.536678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.536680] ACPI: Power Button [PWRF]
[    0.536721] ACPI: Fan [FAN0] (off)
[    0.536740] ACPI: Fan [FAN1] (off)
[    0.536981] ACPI: Invalid active2 threshold
[    0.537077] thermal LNXTHERM:00: registered as thermal_zone0
[    0.537078] ACPI: Thermal Zone [TZ00] (28 C)
[    0.537302] thermal LNXTHERM:01: registered as thermal_zone1
[    0.537303] ACPI: Thermal Zone [TZ01] (30 C)
[    0.537319] GHES: HEST is not enabled!
[    0.537371] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.538245] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    0.558454] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[    0.558623] Linux agpgart interface v0.103
[    0.558770] tpm_tis 00:0c: 1.2 TPM (device-id 0xB, rev-id 16)
[    0.859345] brd: module loaded
[    0.859751] loop: module loaded
[    0.859986] libphy: Fixed MDIO Bus: probed
[    0.860040] tun: Universal TUN/TAP device driver, 1.6
[    0.860041] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.860079] PPP generic driver version 2.4.2
[    0.860105] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.860111] ehci-pci: EHCI PCI platform driver
[    0.860188] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.860192] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.860202] ehci-pci 0000:00:1a.0: debug port 2
[    0.864115] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.864126] ehci-pci 0000:00:1a.0: irq 16, io mem 0xee83c000
[    0.874463] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.874489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.874490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.874491] usb usb1: Product: EHCI Host Controller
[    0.874492] usb usb1: Manufacturer: Linux 3.14.0-999-generic ehci_hcd
[    0.874493] usb usb1: SerialNumber: 0000:00:1a.0
[    0.874563] hub 1-0:1.0: USB hub found
[    0.874567] hub 1-0:1.0: 3 ports detected
[    0.874713] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.874716] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.874725] ehci-pci 0000:00:1d.0: debug port 2
[    0.878618] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.878628] ehci-pci 0000:00:1d.0: irq 23, io mem 0xee83b000
[    0.890468] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.890488] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.890489] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.890490] usb usb2: Product: EHCI Host Controller
[    0.890491] usb usb2: Manufacturer: Linux 3.14.0-999-generic ehci_hcd
[    0.890492] usb usb2: SerialNumber: 0000:00:1d.0
[    0.890568] hub 2-0:1.0: USB hub found
[    0.890572] hub 2-0:1.0: 3 ports detected
[    0.890654] ehci-platform: EHCI generic platform driver
[    0.890659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.890661] ohci-pci: OHCI PCI platform driver
[    0.890666] ohci-platform: OHCI generic platform driver
[    0.890670] uhci_hcd: USB Universal Host Controller Interface driver
[    0.890745] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.890748] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.890817] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.890831] xhci_hcd 0000:00:14.0: irq 40 for MSI/MSI-X
[    0.890871] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.890872] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.890873] usb usb3: Product: xHCI Host Controller
[    0.890874] usb usb3: Manufacturer: Linux 3.14.0-999-generic xhci_hcd
[    0.890875] usb usb3: SerialNumber: 0000:00:14.0
[    0.890951] hub 3-0:1.0: USB hub found
[    0.890966] hub 3-0:1.0: 15 ports detected
[    0.893411] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.893413] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.893441] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.893442] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.893443] usb usb4: Product: xHCI Host Controller
[    0.893444] usb usb4: Manufacturer: Linux 3.14.0-999-generic xhci_hcd
[    0.893445] usb usb4: SerialNumber: 0000:00:14.0
[    0.893523] hub 4-0:1.0: USB hub found
[    0.893533] hub 4-0:1.0: 6 ports detected
[    0.894408] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.897483] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.897487] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.897677] mousedev: PS/2 mouse device common for all mice
[    0.897872] rtc_cmos 00:06: RTC can wake from S4
[    0.897998] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    0.898021] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.898064] device-mapper: uevent: version 1.0.3
[    0.898122] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    0.898127] Intel P-state driver initializing.
[    0.898133] Intel pstate controlling: cpu 0
[    0.898144] Intel pstate controlling: cpu 1
[    0.898152] Intel pstate controlling: cpu 2
[    0.898159] Intel pstate controlling: cpu 3
[    0.898167] Intel pstate controlling: cpu 4
[    0.898175] Intel pstate controlling: cpu 5
[    0.898185] Intel pstate controlling: cpu 6
[    0.898194] Intel pstate controlling: cpu 7
[    0.898212] ledtrig-cpu: registered to indicate activity on CPUs
[    0.898213] EFI Variables Facility v0.08 2004-May-17
[    0.941241] TCP: cubic registered
[    0.941300] NET: Registered protocol family 10
[    0.941394] NET: Registered protocol family 17
[    0.941399] Key type dns_resolver registered
[    0.941650] Loading compiled-in X.509 certificates
[    0.942108] Loaded X.509 cert 'Magrathea: Glacier signing key: a29da0c4d1a0cb4fdedc1cd5fae0d273da3fee4d'
[    0.942116] registered taskstats version 1
[    0.943602] Key type trusted registered
[    0.945226] Key type encrypted registered
[    0.946786] AppArmor: AppArmor sha1 policy hashing enabled
[    1.186680] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.319021] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[    1.319024] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.319285] hub 1-1:1.0: USB hub found
[    1.319386] hub 1-1:1.0: 6 ports detected
[    1.430752] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.506776] tsc: Refined TSC clocksource calibration: 3392.144 MHz
[    1.563136] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[    1.563138] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.563389] hub 2-1:1.0: USB hub found
[    1.563488] hub 2-1:1.0: 8 ports detected
[    1.655233] regulator-dummy: disabling
[    1.655372]   Magic number: 6:981:256
[    1.655505] rtc_cmos 00:06: setting system clock to 2014-03-29 01:15:20 UTC (1396055720)
[    1.655630] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.655631] EDD information not available.
[    1.655704] PM: Hibernation image not present or could not be loaded.
[    1.656464] Freeing unused kernel memory: 1356K (ffffffff81d17000 - ffffffff81e6a000)
[    1.656465] Write protecting the kernel read-only data: 12288k
[    1.657345] Freeing unused kernel memory: 540K (ffff880001779000 - ffff880001800000)
[    1.658085] Freeing unused kernel memory: 504K (ffff880001b82000 - ffff880001c00000)
[    1.668827] udevd[144]: starting version 175
[    1.695452] ahci 0000:00:1f.2: version 3.0
[    1.695570] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.695609] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 5 ports 6 Gbps 0x27 impl SATA mode
[    1.695612] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    1.699151] pps_core: LinuxPPS API ver. 1 registered
[    1.699153] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.699911] PTP clock support registered
[    1.702257] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.702259] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    1.719253] scsi0 : ahci
[    1.719352] scsi1 : ahci
[    1.719417] scsi2 : ahci
[    1.719479] scsi3 : ahci
[    1.719540] scsi4 : ahci
[    1.719603] scsi5 : ahci
[    1.719629] ata1: SATA max UDMA/133 abar m2048@0xee83a000 port 0xee83a100 irq 41
[    1.719630] ata2: SATA max UDMA/133 abar m2048@0xee83a000 port 0xee83a180 irq 41
[    1.719632] ata3: SATA max UDMA/133 abar m2048@0xee83a000 port 0xee83a200 irq 41
[    1.719633] ata4: DUMMY
[    1.719633] ata5: DUMMY
[    1.719635] ata6: SATA max UDMA/133 abar m2048@0xee83a000 port 0xee83a380 irq 41
[    1.719791] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.719808] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[    1.730852] usb 3-6: new full-speed USB device number 2 using xhci_hcd
[    1.861953] usb 3-6: New USB device found, idVendor=046d, idProduct=c52b
[    1.861956] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.861958] usb 3-6: Product: USB Receiver
[    1.861959] usb 3-6: Manufacturer: Logitech
[    1.866201] hidraw: raw HID events driver (C) Jiri Kosina
[    1.873960] usbcore: registered new interface driver usbhid
[    1.873962] usbhid: USB HID core driver
[    1.877646] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6/input2
[    1.888932] e1000e 0000:00:19.0 eth0: registered PHC clock
[    1.888934] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 74:46:a0:9d:b6:8b
[    1.888935] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.888971] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    1.933293] input: Logitech Unifying Device. Wireless PID:200a as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input4
[    1.933391] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:200a] on usb-0000:00:14.0-6:2
[    1.935233] input: Logitech Unifying Device. Wireless PID:400a as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/0003:046D:C52B.0003/0003:046D:C52B.0005/input/input5
[    1.935411] logitech-djdevice 0003:046D:C52B.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:400a] on usb-0000:00:14.0-6:3
[    2.039018] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.039036] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.039051] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.039066] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.039510] ata1.00: ATA-9: MTFDDAK128MAM-1J1, 070H, max UDMA/100
[    2.039513] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.039655] ata2.00: ATA-9: ST1000DM003-1CH162, HP34, max UDMA/100
[    2.039657] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.040075] ata1.00: configured for UDMA/100
[    2.040219] scsi 0:0:0:0: Direct-Access     ATA      MTFDDAK128MAM-1J 070H PQ: 0 ANSI: 5
[    2.040251] ata2.00: configured for UDMA/100
[    2.040378] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    2.040379] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.040504] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM003-1CH1 HP34 PQ: 0 ANSI: 5
[    2.040536] sd 0:0:0:0: [sda] Write Protect is off
[    2.040538] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.040583] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.040605] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.040607] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.040610] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.040693] sd 1:0:0:0: [sdb] Write Protect is off
[    2.040697] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.040731] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.041778] ata3.00: ATAPI: hp       DVDRAM GT80N, RA05, max UDMA/100
[    2.041882]  sda: sda1 sda2 sda3
[    2.042044] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.042046] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.042048] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.042197] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.043101] ata6.00: ATA-7: CORSAIR CMFSSD-256GBG2D, VBM19C1Q, max UDMA/100
[    2.043103] ata6.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.043972] ata3.00: configured for UDMA/100
[    2.044307] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    2.044309] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    2.044310] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    2.045280] scsi 2:0:0:0: CD-ROM            hp       DVDRAM GT80N     RA05 PQ: 0 ANSI: 5
[    2.046702] ata6.00: configured for UDMA/100
[    2.054574] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.054577] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.054722] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.054784] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    2.054983] scsi 5:0:0:0: Direct-Access     ATA      CORSAIR CMFSSD-2 VBM1 PQ: 0 ANSI: 5
[    2.055100] sd 5:0:0:0: [sdc] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    2.055123] sd 5:0:0:0: [sdc] Write Protect is off
[    2.055124] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.055132] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.055143] sd 5:0:0:0: Attached scsi generic sg3 type 0
[    2.056945]  sdc: sdc1
[    2.057118] sd 5:0:0:0: [sdc] Attached SCSI disk
[    2.087426]  sdb: sdb1
[    2.088053] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.119083] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.183212] random: init urandom read with 76 bits of entropy available
[    2.215437] init: ureadahead main process (399) terminated with status 5
[    2.340224] Adding 16435196k swap on /dev/sda3.  Priority:-1 extents:1 across:16435196k SSFS
[    2.349369] udevd[628]: starting version 175
[    2.367679] lp: driver loaded but no devices found
[    2.367903] random: nonblocking pool is initialized
[    2.397112] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20131218/utaddress-258)
[    2.397118] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.397122] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000053f (\GPRL) (20131218/utaddress-258)
[    2.397125] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x00000000000008ff (\GPR_) (20131218/utaddress-258)
[    2.397128] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.397129] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000053f (\GPRL) (20131218/utaddress-258)
[    2.397131] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x00000000000008ff (\GPR_) (20131218/utaddress-258)
[    2.397134] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.397135] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.398279] EXT4-fs (sda2): re-mounted. Opts: discard,errors=remount-ro
[    2.402112] wmi: Mapper loaded
[    2.411496] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
[    2.423888] [drm] Initialized drm 1.1.0 20060810
[    2.444889] [drm] Memory usable by graphics device = 2048M
[    2.444893] checking generic (a0000000 7f0000) vs hw (a0000000 10000000)
[    2.444895] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
[    2.444911] Console: switching to colour dummy device 80x25
[    2.453513] Bridge firewalling registered
[    2.454089] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    2.454217] device eth0 entered promiscuous mode
[    2.473266] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro
[    2.495200] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[    2.495209] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.495210] [drm] Driver supports precise vblank timestamp query.
[    2.495314] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.498926] ppdev: user-space parallel port driver
[    2.509089] Switched to clocksource tsc
[    2.509627] audit: type=1400 audit(1396055721.353:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=1105 comm="apparmor_parser"
[    2.509630] audit: type=1400 audit(1396055721.353:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1105 comm="apparmor_parser"
[    2.509633] audit: type=1400 audit(1396055721.353:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=1105 comm="apparmor_parser"
[    2.509638] audit: type=1400 audit(1396055721.353:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1075 comm="apparmor_parser"
[    2.509641] audit: type=1400 audit(1396055721.353:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1075 comm="apparmor_parser"
[    2.509643] audit: type=1400 audit(1396055721.353:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1075 comm="apparmor_parser"
[    2.509886] audit: type=1400 audit(1396055721.353:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1075 comm="apparmor_parser"
[    2.509888] audit: type=1400 audit(1396055721.353:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1075 comm="apparmor_parser"
[    2.509930] audit: type=1400 audit(1396055721.353:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1105 comm="apparmor_parser"
[    2.559585] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[    2.611283] input: HP WMI hotkeys as /devices/virtual/input/input7
[    2.663249] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[    2.663289] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    2.664084] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[    2.680769] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[    2.741788] Bluetooth: Core ver 2.18
[    2.741802] NET: Registered protocol family 31
[    2.741803] Bluetooth: HCI device and connection manager initialized
[    2.741808] Bluetooth: HCI socket layer initialized
[    2.741809] Bluetooth: L2CAP socket layer initialized
[    2.741815] Bluetooth: SCO socket layer initialized
[    2.745474] Bluetooth: RFCOMM TTY layer initialized
[    2.745481] Bluetooth: RFCOMM socket layer initialized
[    2.745484] Bluetooth: RFCOMM ver 1.11
[    2.745910] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.745911] Bluetooth: BNEP filters: protocol multicast
[    2.745915] Bluetooth: BNEP socket layer initialized
[    2.823845] fbcon: inteldrmfb (fb0) is primary device
[    3.155555] Console: switching to colour frame buffer device 240x67
[    3.158428] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.158430] i915 0000:00:02.0: registered panic notifier
[    3.158464] i915: No ACPI video bus found
[    3.158509] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    3.158709] snd_hda_intel 0000:00:03.0: enabling device (0100 -> 0102)
[    3.158832] snd_hda_intel 0000:00:1b.0: enabling device (0100 -> 0102)
[    3.159264] HDA driver get symbol successfully from i915 module
[    3.159292] snd_hda_intel 0000:00:03.0: irq 45 for MSI/MSI-X
[    3.159635] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[    3.170299] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
[    3.170356] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8
[    3.170368] SKU: Nid=0x1d sku_cfg=0x40400001
[    3.170370] SKU: port_connectivity=0x1
[    3.170371] SKU: enable_pcbeep=0x0
[    3.170371] SKU: check_sum=0x00000000
[    3.170372] SKU: customization=0x00000000
[    3.170373] SKU: external_amp=0x0
[    3.170374] SKU: platform_type=0x0
[    3.170375] SKU: swap=0x0
[    3.170376] SKU: override=0x1
[    3.170680] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.170682]    speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
[    3.170682]    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.170683]    mono: mono_out=0x0
[    3.170683]    inputs:
[    3.170684]      Front Mic=0x1a
[    3.170685]      Rear Mic=0x18
[    3.170686]      Line=0x1b
[    3.170687] realtek: No valid SSID, checking pincfg 0x40400001 for NID 0x1d
[    3.170687] realtek: Enabling init ASM_ID=0x0001 CODEC_ID=10ec0221
[    3.177120] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[    3.177247] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[    3.177304] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[    3.177394] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
[    3.177490] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[    3.811803] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    5.586059] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    5.586089] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    5.586115] br0: port 1(eth0) entered listening state
[    5.586120] br0: port 1(eth0) entered listening state
[   12.742967] init: failsafe main process (1238) killed by TERM signal
[   12.770021] audit_printk_skb: 18 callbacks suppressed
[   12.770024] audit: type=1400 audit(1396055731.605:17): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1398 comm="apparmor_parser"
[   12.770029] audit: type=1400 audit(1396055731.605:18): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1398 comm="apparmor_parser"
[   12.770032] audit: type=1400 audit(1396055731.605:19): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1398 comm="apparmor_parser"
[   12.770069] audit: type=1400 audit(1396055731.605:20): apparmor="STATUS" operation="profile_load" name="/usr/sbin/libvirtd" pid=1404 comm="apparmor_parser"
[   12.770396] audit: type=1400 audit(1396055731.605:21): apparmor="STATUS" operation="profile_load" name="/usr/lib/libvirt/virt-aa-helper" pid=1401 comm="apparmor_parser"
[   12.770402] audit: type=1400 audit(1396055731.605:22): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1398 comm="apparmor_parser"
[   12.770405] audit: type=1400 audit(1396055731.605:23): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1398 comm="apparmor_parser"
[   12.770588] audit: type=1400 audit(1396055731.605:24): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1398 comm="apparmor_parser"
[   12.771725] audit: type=1400 audit(1396055731.609:25): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1397 comm="apparmor_parser"
[   12.771729] audit: type=1400 audit(1396055731.609:26): apparmor="STATUS" operation="profile_load" name="chromium_browser" pid=1397 comm="apparmor_parser"
[   12.907374] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x17
[   12.908043] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x17
[   12.908054] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x17
[   12.908063] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x17
[   12.908071] microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x17
[   12.908081] microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x17
[   12.908090] microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x17
[   12.908101] microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x17
[   12.908139] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   13.113478] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.137970] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   13.153398] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
[   13.263698] device virbr1-nic entered promiscuous mode
[   13.375152] IPv6: ADDRCONF(NETDEV_UP): virbr1: link is not ready
[   13.629052] Ebtables v2.0 registered
[   13.636755] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   13.645899] cgroup: libvirtd (1585) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[   13.645901] cgroup: "memory" requires setting use_hierarchy to 1 on the root.
[   20.598716] br0: port 1(eth0) entered learning state
[   33.942025] audit_printk_skb: 132 callbacks suppressed
[   33.942027] audit: type=1400 audit(1396055752.769:71): apparmor="DENIED" operation="open" profile="/usr/lib/telepathy/mission-control-5" name="/usr/share/gvfs/remote-volume-monitors/" pid=2653 comm="mission-control" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   35.644970] br0: topology change detected, propagating
[   35.644980] br0: port 1(eth0) entered forwarding state
[   35.645018] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[  340.630275] PM: Syncing filesystems ... done.
[  340.632544] PM: Preparing system for mem sleep
[  340.632706] Freezing user space processes ... (elapsed 0.001 seconds) done.
[  340.634190] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  340.635272] PM: Entering mem sleep
[  340.635309] Suspending console(s) (use no_console_suspend to debug)
[  340.635476] sd 5:0:0:0: [sdc] Synchronizing SCSI cache
[  340.635515] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[  340.635532] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  340.635591] sd 0:0:0:0: [sda] Stopping disk
[  340.635593] sd 5:0:0:0: [sdc] Stopping disk
[  340.638271] sd 1:0:0:0: [sdb] Stopping disk
[  340.732370] i8042 aux 00:0a: System wakeup disabled by ACPI
[  340.732382] i8042 kbd 00:09: System wakeup enabled by ACPI
[  340.752639] br0: port 1(eth0) entered disabled state
[  341.444709] PM: suspend of devices complete after 808.955 msecs
[  341.444873] PM: late suspend of devices complete after 0.161 msecs
[  341.445082] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[  341.448727] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
[  341.452621] e1000e 0000:00:19.0: System wakeup enabled by ACPI
[  341.472626] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[  341.476642] PM: noirq suspend of devices complete after 31.755 msecs
[  341.476914] ACPI: Preparing to enter system sleep state S3
[  341.477352] PM: Saving platform NVS memory
[  341.533636] Disabling non-boot CPUs ...
[  341.534888] kvm: disabling virtualization on CPU1
[  341.636678] smpboot: CPU 1 is now offline
[  341.638125] kvm: disabling virtualization on CPU2
[  341.740718] smpboot: CPU 2 is now offline
[  341.753803] kvm: disabling virtualization on CPU3
[  341.856773] smpboot: CPU 3 is now offline
[  341.858194] kvm: disabling virtualization on CPU4
[  341.960807] smpboot: CPU 4 is now offline
[  342.104678] Broke affinity for irq 23
[  342.105679] kvm: disabling virtualization on CPU5
[  342.105684] smpboot: CPU 5 is now offline
[  342.649165] Broke affinity for irq 16
[  342.650176] kvm: disabling virtualization on CPU6
[  342.753138] smpboot: CPU 6 is now offline
[  342.905313] Broke affinity for irq 40
[  342.906314] kvm: disabling virtualization on CPU7
[  343.009251] smpboot: CPU 7 is now offline
[  343.010815] ACPI: Low-level resume complete
[  343.010850] PM: Restoring platform NVS memory
[  343.040262] Enabling non-boot CPUs ...
[  343.040299] x86: Booting SMP configuration:
[  343.040300] smpboot: Booting Node 0 Processor 1 APIC 0x2
[  343.052130] kvm: enabling virtualization on CPU1
[  343.054276] Intel pstate controlling: cpu 1
[  343.054330] CPU1 is up
[  343.054346] smpboot: Booting Node 0 Processor 2 APIC 0x4
[  343.066161] kvm: enabling virtualization on CPU2
[  343.068318] Intel pstate controlling: cpu 2
[  343.068358] CPU2 is up
[  343.068374] smpboot: Booting Node 0 Processor 3 APIC 0x6
[  343.080199] kvm: enabling virtualization on CPU3
[  343.082337] Intel pstate controlling: cpu 3
[  343.082377] CPU3 is up
[  343.082392] smpboot: Booting Node 0 Processor 4 APIC 0x1
[  343.094187] kvm: enabling virtualization on CPU4
[  343.096365] Intel pstate controlling: cpu 4
[  343.096398] CPU4 is up
[  343.096411] smpboot: Booting Node 0 Processor 5 APIC 0x3
[  343.108196] kvm: enabling virtualization on CPU5
[  343.110362] Intel pstate controlling: cpu 5
[  343.110391] CPU5 is up
[  343.110403] smpboot: Booting Node 0 Processor 6 APIC 0x5
[  343.122203] kvm: enabling virtualization on CPU6
[  343.124366] Intel pstate controlling: cpu 6
[  343.124397] CPU6 is up
[  343.124409] smpboot: Booting Node 0 Processor 7 APIC 0x7
[  343.136216] kvm: enabling virtualization on CPU7
[  343.138377] Intel pstate controlling: cpu 7
[  343.138407] CPU7 is up
[  343.145756] ACPI: Waking up from system sleep state S3
[  343.168100] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[  343.196118] ehci-pci 0000:00:1a.0: System wakeup disabled by ACPI
[  343.204119] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[  343.208243] PM: noirq resume of devices complete after 61.859 msecs
[  343.208355] PM: early resume of devices complete after 0.096 msecs
[  343.208391] e1000e 0000:00:19.0: System wakeup disabled by ACPI
[  343.208401] mei_me 0000:00:16.0: irq 42 for MSI/MSI-X
[  343.208428] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[  343.208463] snd_hda_intel 0000:00:03.0: irq 45 for MSI/MSI-X
[  343.208610] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[  343.208975] i8042 kbd 00:09: System wakeup disabled by ACPI
[  343.528250] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  343.528922] ata1.00: configured for UDMA/100
[  343.536258] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  343.540351] ata3.00: configured for UDMA/100
[  343.544258] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  343.544260] sd 0:0:0:0: [sda] Starting disk
[  343.608510] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[  343.608512] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[  343.608513] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[  343.785765] i915: No ACPI video bus found
[  343.800692] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[  343.800694] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[  343.800695] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[  343.801740] ata6.00: configured for UDMA/100
[  343.816341] sd 5:0:0:0: [sdc] Starting disk
[  345.008862] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[  346.326972] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  346.327004] br0: port 1(eth0) entered listening state
[  346.327011] br0: port 1(eth0) entered listening state
[  347.866087] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  347.867504] ata2.00: configured for UDMA/100
[  347.882148] sd 1:0:0:0: [sdb] Starting disk
[  347.904898] PM: resume of devices complete after 4694.580 msecs
[  347.905105] PM: Finishing wakeup.
[  347.905106] Restarting tasks ... 
[  347.905268] pci_bus 0000:03: Allocating resources
[  347.905286] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[  347.905292] pci 0000:02:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[  347.905296] pci 0000:02:00.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
[  347.905302] pci 0000:02:00.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[  347.905307] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[  347.905311] pci 0000:02:00.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[  347.905316] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
[  347.905321] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
[  347.905325] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
[  347.905330] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
[  347.905332] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
[  347.905334] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
[  347.905336] pci 0000:02:00.0: PCI bridge to [bus 03]
[  347.905363] pci 0000:02:00.0: no hotplug settings from platform
[  347.905365] pci 0000:02:00.0: using default PCI settings
[  347.905984] done.
[  361.379691] br0: port 1(eth0) entered learning state
[  376.425990] br0: topology change detected, propagating
[  376.426006] br0: port 1(eth0) entered forwarding state

[-- Attachment #3: lspcivvx.txt --]
[-- Type: text/plain, Size: 98970 bytes --]

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3 Processor DRAM Controller (rev 06)
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
00: 86 80 08 0c 06 01 90 20 06 00 00 06 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00
40: 01 90 d1 fe 00 00 00 00 01 00 d1 fe 00 00 00 00
50: 11 02 00 00 31 00 00 00 17 00 10 9f 01 00 00 9a
60: 03 00 00 f0 00 00 00 00 01 80 d1 fe 00 00 00 00
70: 00 00 00 fe 03 00 00 00 00 0c 00 fe 7f 00 00 00
80: 10 11 11 01 00 00 11 00 1a 00 00 00 00 00 00 00
90: 01 00 00 fe 03 00 00 00 01 00 d0 5e 04 00 00 00
a0: 01 00 00 00 04 00 00 00 01 00 e0 5e 04 00 00 00
b0: 01 00 20 9b 01 00 00 9b 01 00 00 9a 01 00 20 9f
c0: 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 09 00 0c 01 61 a2 04 60 d0 00 44 56 00 00 00 00
f0: 00 00 00 00 c8 0f 03 00 00 00 00 00 00 00 00 00

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3 Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 44
	Region 0: Memory at ee400000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at a0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 41c1
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: i915
	Kernel modules: i915
00: 86 80 1a 04 07 04 90 00 06 00 00 03 00 00 00 00
10: 04 00 40 ee 00 00 00 00 0c 00 00 a0 00 00 00 00
20: 01 f0 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 90 00 00 00 00 00 00 00 0b 01 00 00
40: 09 00 0c 01 61 a2 04 60 d0 00 44 56 00 00 00 00
50: 11 02 00 00 31 00 00 00 00 00 00 00 01 00 20 9b
60: 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 05 d0 01 00 0c 10 e0 fe c1 41 00 00 00 00 00 00
a0: 00 00 00 00 13 00 06 03 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 01 a4 22 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 06 00 18 d0 f8 99

00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 45
	Region 0: Memory at ee834000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: feeff00c  Data: 4182
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- RBE- FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd-hda-intel
00: 86 80 0c 0c 06 05 10 00 06 00 03 04 10 00 00 00
10: 04 40 83 ee 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 00
40: 00 00 00 00 61 a2 04 60 d0 00 44 56 31 00 00 00
50: 01 60 02 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 70 01 00 0c f0 ef fe 82 41 00 00 00 00 00 00
70: 10 00 91 00 c0 0f 00 10 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
230: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
290: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
300: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
310: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
320: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
330: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
340: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
350: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
360: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
370: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
380: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
390: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
410: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
420: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
430: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
440: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
450: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
460: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
470: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
490: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
510: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
520: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
530: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
540: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
550: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
560: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
600: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
610: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
620: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
630: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
640: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
650: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
660: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
670: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
690: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
700: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
710: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
720: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
730: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
740: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
750: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
760: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
770: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
780: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
790: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
800: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
810: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
820: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
830: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
840: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
850: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
860: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
870: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
880: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
890: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
900: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
910: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
920: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
930: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
940: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
950: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
960: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
970: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
980: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
990: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
aa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ab0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ac0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ad0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ae0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
af0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
be0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ca0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ce0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
da0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
db0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
de0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
df0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ea0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
eb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ec0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ed0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ee0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ef0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05) (prog-if 30 [XHCI])
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 40
	Region 0: Memory at ee820000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [70] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4171
	Kernel driver in use: xhci_hcd
00: 86 80 31 8c 06 05 90 02 05 30 03 0c 00 00 00 00
10: 04 00 82 ee 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 70 00 00 00 00 00 00 00 0b 01 00 00
40: fd 01 36 80 89 c6 0f 80 00 00 00 00 00 00 00 00
50: 9f 6e 88 07 00 00 00 00 00 00 00 00 00 00 00 00
60: 30 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 01 80 c2 c1 08 01 00 00 00 00 00 00 00 00 00 00
80: 05 00 87 00 0c 10 e0 fe 00 00 00 00 71 41 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 40 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 0f 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 0f 00 00 f0 00 0f 00 30 03 00 00 0c 00 30 00 00
d0: ff 7f 00 00 ff 7f 00 00 3f 00 00 00 3f 00 00 00
e0: 80 00 00 00 00 00 00 00 08 00 00 00 d8 d8 d8 08
f0: 00 00 00 00 00 00 00 00 b1 0f 06 08 00 00 00 00

00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 42
	Region 0: Memory at ee840000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000feeff00c  Data: 4162
	Kernel driver in use: mei_me
	Kernel modules: mei-me
00: 86 80 3a 8c 06 04 10 00 04 00 80 07 00 00 80 00
10: 04 00 84 ee 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 00
40: 45 02 00 1e 20 00 01 80 06 23 00 60 e0 3f 00 10
50: 01 8c 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
60: 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 05 00 81 00
90: 0c f0 ef fe 00 00 00 00 62 41 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 c0
c0: 38 4d 4b 22 ca 7b 4e 51 86 df e7 60 e8 09 18 bb
d0: de 21 b9 8d 18 26 40 7a d9 50 04 db a9 53 5f ff
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:16.3 Serial controller: Intel Corporation 8 Series/C220 Series Chipset Family KT Controller (rev 04) (prog-if 02 [16550])
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 19
	Region 0: I/O ports at f0e0 [size=8]
	Region 1: Memory at ee83e000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [c8] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Kernel driver in use: serial
00: 86 80 3d 8c 03 00 b0 00 04 02 00 07 00 00 00 00
10: e1 f0 00 00 00 e0 83 ee 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 c8 00 00 00 00 00 00 00 0a 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 01 d0 23 00 08 00 00 00
d0: 05 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 05)
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at ee800000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at ee83d000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at f080 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000feeff00c  Data: 4172
	Capabilities: [e0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: e1000e
	Kernel modules: e1000e
00: 86 80 3a 15 07 05 10 00 05 00 00 02 00 00 00 00
10: 00 00 80 ee 00 d0 83 ee 81 f0 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 c8 00 00 00 00 00 00 00 05 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 46 08 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 01 d0 22 c8 00 20 00 07
d0: 05 e0 81 00 0c f0 ef fe 00 00 00 00 72 41 00 00
e0: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at ee83c000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
00: 86 80 2d 8c 06 01 90 02 05 20 03 0c 00 00 00 00
10: 00 c0 83 ee 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 00
40: 00 00 00 00 db 05 5e 13 00 00 00 00 00 00 00 00
50: 01 58 c2 c9 00 00 00 00 0a 98 a0 20 00 00 00 00
60: 20 20 81 07 00 00 00 00 01 00 00 01 00 00 00 c0
70: 00 00 ff 3f 00 0f 00 30 4b 01 00 00 8c 40 03 00
80: 00 00 80 00 11 88 0c 93 70 0d 00 24 01 04 02 00
90: 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 aa ff 00 00 00 b0 ad 27 00 00 00
e0: 00 00 00 00 ff ff ff ff ff ff ff ff a0 ad 73 25
f0: 00 00 00 00 88 85 80 00 b1 0f 06 08 08 17 1a 20

00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 46
	Region 0: Memory at ee830000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000feeff00c  Data: 4192
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=2 ArbSelect=Fixed TC/VC=04
			Status:	NegoPending- InProgress-
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd-hda-intel
00: 86 80 20 8c 06 05 10 00 05 00 03 04 10 00 00 00
10: 04 00 83 ee 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 50 00 00 00 00 00 00 00 03 01 00 00
40: 03 00 00 17 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 60 42 c8 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 70 81 00 0c f0 ef fe 00 00 00 00 92 41 00 00
70: 10 00 91 00 00 00 00 10 00 00 10 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 04 02 01 00 60 00 00 00 0c 85 82 10 00 33 02
d0: 00 0c 85 02 10 00 33 02 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 b1 0f 06 08 00 00 00 00
100: 02 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00
110: 00 00 00 00 01 00 00 80 00 00 00 00 00 00 00 00
120: 04 00 00 82 00 00 00 00 00 00 00 00 00 00 00 00
130: 05 00 01 00 00 01 00 0f 00 00 00 00 00 00 00 00
140: 01 00 00 00 00 00 00 00 00 c0 d1 fe 00 00 00 00
150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
230: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
290: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
300: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
310: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
320: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
330: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
340: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
350: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
360: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
370: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
380: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
390: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
410: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
420: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
430: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
440: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
450: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
460: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
470: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
490: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
510: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
520: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
530: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
540: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
550: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
560: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
600: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
610: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
620: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
630: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
640: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
650: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
660: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
670: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
690: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
700: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
710: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
720: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
730: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
740: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
750: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
760: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
770: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
780: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
790: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
800: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
810: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
820: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
830: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
840: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
850: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
860: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
870: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
880: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
890: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
900: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
910: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
920: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
930: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
940: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
950: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
960: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
970: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
980: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
990: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
aa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ab0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ac0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ad0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ae0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
af0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
be0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ca0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ce0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
da0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
db0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
de0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
df0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ea0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
eb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ec0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ed0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ee0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ef0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: 9f200000-9f3fffff
	Prefetchable memory behind bridge: 000000009f400000-000000009f5fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Hewlett-Packard Company Device 1905
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00: 86 80 10 8c 07 01 10 00 d5 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 01 01 00 20 20 00 20
20: 20 9f 30 9f 41 9f 51 9f 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
40: 10 80 42 00 00 80 00 00 00 00 10 00 12 4c 31 01
50: 00 00 01 10 60 00 04 00 00 00 40 00 00 00 00 00
60: 00 00 00 00 17 08 08 00 00 04 00 00 00 00 00 00
70: 02 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 0d a0 00 00 3c 10 05 19 00 00 00 00 00 00 00 00
a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 01 02 08 00 00 02 00 11 09 00 00 00 00
e0: 00 3f 00 00 00 00 00 00 01 00 00 00 00 00 00 00
f0: 50 00 00 00 80 f5 00 00 b1 0f 06 08 01 28 1a 01
100: 00 00 00 00 00 00 00 00 00 00 00 00 11 00 06 00
110: 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00
120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
230: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
290: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
300: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
310: 00 00 00 00 13 2a 26 54 00 00 0c 0c 31 17 42 00
320: 5b 60 09 00 28 20 00 0a 00 00 00 01 ff 0f 00 00
330: 16 00 00 28 bc b5 bc 4a 00 00 00 04 85 4f 96 00
340: 00 00 00 00 00 00 00 00 30 00 0c 00 00 00 00 00
350: 00 00 00 00 01 00 08 00 00 00 00 00 00 00 00 00
360: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
370: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
380: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
390: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400: 00 00 00 00 00 00 00 00 22 14 01 0c 00 00 00 00
410: 16 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00
420: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
430: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
440: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
450: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
460: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
470: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
490: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
510: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
520: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
530: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
540: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
550: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
560: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
600: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
610: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
620: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
630: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
640: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
650: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
660: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
670: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
690: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
700: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
710: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
720: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
730: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
740: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
750: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
760: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
770: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
780: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
790: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
800: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
810: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
820: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
830: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
840: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
850: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
860: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
870: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
880: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
890: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
900: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
910: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
920: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
930: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
940: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
950: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
960: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
970: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
980: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
990: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
aa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ab0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ac0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ad0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ae0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
af0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
be0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ca0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ce0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
da0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
db0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
de0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
df0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ea0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
eb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ec0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ed0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ee0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ef0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM unknown, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Hewlett-Packard Company Device 1905
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00: 86 80 16 8c 07 01 10 00 d5 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 02 03 00 f0 00 00 20
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 04 12 00
40: 10 80 42 01 00 80 00 00 00 00 10 00 12 40 32 04
50: 00 00 11 30 00 b2 1c 00 00 00 40 01 00 00 00 00
60: 00 00 00 00 17 08 00 00 00 04 00 00 00 00 00 00
70: 02 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 0d a0 00 00 3c 10 05 19 00 00 00 00 00 00 00 00
a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 01 42 18 00 00 08 80 11 8b 00 00 00 00
e0: 00 03 00 00 00 00 00 00 01 00 00 00 00 00 00 00
f0: 50 00 00 00 40 00 00 0c b1 0f 06 08 00 28 00 04
100: 00 00 00 00 00 00 00 00 00 00 00 00 11 00 06 00
110: 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00
120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
230: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
290: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
300: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
310: 00 00 00 00 1b 36 3a 74 00 00 14 14 31 17 42 00
320: 5b 60 09 00 28 20 00 0a 32 18 50 35 31 08 2f 08
330: 16 00 00 28 bc b5 bc 4a 00 00 00 00 74 4c 85 00
340: 03 00 03 00 13 00 0b 00 30 00 0c 00 2c 00 2f 00
350: 32 00 37 00 01 00 08 00 00 00 00 00 00 00 00 00
360: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
370: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
380: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
390: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400: 00 00 00 00 00 00 00 00 22 14 01 04 00 00 00 00
410: 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00
420: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
430: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
440: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
450: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
460: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
470: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
490: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
510: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
520: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
530: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
540: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
550: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
560: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
600: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
610: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
620: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
630: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
640: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
650: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
660: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
670: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
690: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
700: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
710: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
720: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
730: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
740: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
750: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
760: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
770: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
780: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
790: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
800: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
810: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
820: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
830: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
840: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
850: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
860: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
870: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
880: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
890: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
900: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
910: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
920: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
930: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
940: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
950: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
960: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
970: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
980: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
990: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
aa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ab0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ac0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ad0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ae0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
af0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
be0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ca0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ce0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
da0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
db0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
de0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
df0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ea0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
eb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ec0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ed0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ee0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ef0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=3c, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: d8000000-ee0fffff
	Prefetchable memory behind bridge: 00000000b0000000-00000000d1ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 5GT/s, Width x4, ASPM unknown, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #4, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Hewlett-Packard Company Device 1905
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00: 86 80 18 8c 07 01 10 00 d5 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 04 3c 00 30 30 00 20
20: 00 d8 00 ee 01 b0 f1 d1 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 12 00
40: 10 80 42 01 00 80 00 00 00 00 10 00 42 40 32 05
50: 00 00 01 10 60 fd 24 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 17 08 00 00 00 04 00 00 00 00 00 00
70: 02 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 0d a0 00 00 3c 10 05 19 00 00 00 00 00 00 00 00
a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 01 42 18 00 00 0a 80 11 cb 00 00 00 00
e0: 00 3f 00 00 00 00 00 00 01 00 00 00 00 00 00 00
f0: 50 00 00 00 40 00 00 00 b1 0f 06 08 00 e8 00 05
100: 00 00 00 00 00 00 00 00 00 40 00 00 11 00 06 00
110: 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00
120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
230: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
290: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
300: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
310: 00 00 00 00 1b 36 3a 74 00 00 14 14 31 17 42 00
320: 5b 60 09 00 28 20 00 0a 00 00 00 01 ff 0f 00 00
330: 16 00 00 28 bc b5 bc 4a 00 00 00 00 74 4c 85 00
340: 00 00 00 00 00 00 00 00 c0 00 30 00 00 00 00 00
350: 00 00 00 00 01 00 20 00 00 00 00 00 00 00 00 00
360: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
370: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
380: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
390: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400: 00 00 00 00 00 00 00 00 22 14 01 04 00 00 00 00
410: 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00
420: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
430: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
440: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
450: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
460: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
470: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
490: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
510: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
520: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
530: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
540: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
550: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
560: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
600: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
610: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
620: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
630: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
640: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
650: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
660: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
670: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
680: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
690: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
6f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
700: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
710: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
720: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
730: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
740: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
750: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
760: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
770: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
780: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
790: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
7f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
800: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
810: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
820: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
830: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
840: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
850: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
860: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
870: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
880: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
890: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
8f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
900: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
910: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
920: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
930: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
940: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
950: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
960: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
970: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
980: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
990: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
9f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
aa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ab0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ac0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ad0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ae0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
af0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
be0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
bf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ca0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ce0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
cf0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
da0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
db0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
dd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
de0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
df0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ea0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
eb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ec0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ed0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ee0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ef0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at ee83b000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
00: 86 80 26 8c 06 01 90 02 05 20 03 0c 00 00 00 00
10: 00 b0 83 ee 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 50 00 00 00 00 00 00 00 04 01 00 00
40: 00 00 00 00 db 05 36 13 00 00 00 00 00 00 00 00
50: 01 58 c2 c9 00 00 00 00 0a 98 a0 20 00 00 00 00
60: 20 20 01 06 00 00 00 00 01 00 00 01 00 00 00 c0
70: 00 00 ff 3f 0f 00 00 f0 4b 01 00 00 8c 40 03 00
80: 00 00 80 00 11 88 0c 93 70 0d 00 24 01 04 02 00
90: 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 aa ff 00 00 00 ff ff 27 00 00 00
e0: 00 00 00 00 ff ff ff ff ff ff ff ff 74 0f 1f 4c
f0: 00 00 00 00 88 85 80 00 b1 0f 06 08 08 17 1a 20

00:1f.0 ISA bridge: Intel Corporation C226 Series Chipset Family Server Advanced SKU LPC Controller (rev 05)
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00: 86 80 56 8c 07 01 10 02 05 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00
40: 01 04 00 00 80 00 00 00 01 05 00 00 11 00 00 00
50: f8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 0b 80 0b 0a 90 00 00 00 05 80 03 04 f8 f0 00 00
70: 78 f0 78 f0 78 f0 78 f0 78 f0 78 f0 78 f0 78 f0
80: 10 00 0c 14 01 0a fc 00 01 08 fc 00 00 00 00 00
90: 00 00 00 00 00 0f 00 00 00 00 00 00 00 00 00 00
a0: 38 5e a0 18 09 38 06 00 00 46 00 00 00 00 01 80
b0: 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 33 22 11 00 67 45 00 00 cf ff 00 00 2a 00 00 00
e0: 09 00 0c 10 00 00 00 00 01 e8 00 91 00 00 00 00
f0: 01 c0 d1 fe 00 00 00 00 b1 0f 06 08 00 00 00 00

00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05) (prog-if 01 [AHCI 1.0])
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 41
	Region 0: I/O ports at f0d0 [size=8]
	Region 1: I/O ports at f0c0 [size=4]
	Region 2: I/O ports at f0b0 [size=8]
	Region 3: I/O ports at f0a0 [size=4]
	Region 4: I/O ports at f060 [size=32]
	Region 5: Memory at ee83a000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4181
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Kernel driver in use: ahci
	Kernel modules: ahci
00: 86 80 02 8c 07 05 b0 02 05 01 06 01 00 00 00 00
10: d1 f0 00 00 c1 f0 00 00 b1 f0 00 00 a1 f0 00 00
20: 61 f0 00 00 00 a0 83 ee 00 00 00 00 3c 10 05 19
30: 00 00 00 00 80 00 00 00 00 00 00 00 0a 02 00 00
40: 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 01 a8 03 40 08 00 00 00 00 00 00 00 00 00 00 00
80: 05 70 01 00 0c 10 e0 fe 81 41 00 00 00 00 00 00
90: 60 18 27 a7 83 01 00 18 20 02 1c 20 20 00 00 80
a0: a8 00 00 00 39 00 00 00 12 00 10 00 48 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 b1 0f 06 08 00 00 00 00

00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
	Subsystem: Hewlett-Packard Company Device 1905
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 11
	Region 0: Memory at ee839000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]
	Kernel modules: i2c-i801
00: 86 80 22 8c 03 01 80 02 05 00 05 0c 00 00 00 00
10: 04 90 83 ee 00 00 00 00 00 00 00 00 00 00 00 00
20: 41 f0 00 00 00 00 00 00 00 00 00 00 3c 10 05 19
30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 03 00 00
40: 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 03 04 04 00 00 00 08 08 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 b1 0f 06 08 00 00 00 00

02:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8893 (rev 52) (prog-if 01 [Subtractive decode])
	Physical Slot: 5
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=02, secondary=03, subordinate=03, sec-latency=64
	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
	Capabilities: [90] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=55mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a0] Subsystem: Hewlett-Packard Company Device 1905
00: 83 12 93 88 07 00 10 00 52 01 04 06 08 00 01 00
10: 00 00 00 00 00 00 00 00 02 03 03 40 f1 01 20 22
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 90 00 00 00 00 00 00 00 0a 01 10 02
40: 08 10 00 00 08 86 0e 00 00 00 00 00 ff 00 00 00
50: f2 ab b9 01 00 00 00 00 20 c9 8e 00 00 00 00 00
60: 00 00 00 00 aa 1d 00 00 00 44 00 00 00 00 00 80
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 01 a0 42 fe 00 00 00 00 00 00 00 00 00 00 00 00
a0: 0d 00 00 00 3c 10 05 19 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 59 00 fe 3f 5f e2 fe af 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 1f 00 00 00 00 00 00 00 00 00 00


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-03-29  1:55   ` Parag Warudkar
@ 2014-03-29  7:11     ` Yinghai Lu
  2014-03-29 15:04       ` Parag Warudkar
  2014-03-29 16:41       ` Linus Torvalds
  0 siblings, 2 replies; 11+ messages in thread
From: Yinghai Lu @ 2014-03-29  7:11 UTC (permalink / raw)
  To: Parag Warudkar; +Cc: LKML, Bjorn Helgaas, Linus Torvalds

On Fri, Mar 28, 2014 at 6:55 PM, Parag Warudkar <parag.lkml@gmail.com> wrote:
>> Can you send out whole boot log (include init booting and from resume) and
>> lspci -tv and lspci -vvxxxx ?
>
> lspci -tv
> -----------
> ~# lspci -tv
> -[0000:00]-+-00.0  Intel Corporation Xeon E3-1200 v3 Processor DRAM Controller
>            +-02.0  Intel Corporation Xeon E3-1200 v3 Processor
> Integrated Graphics Controller
>            +-03.0  Intel Corporation Xeon E3-1200 v3/4th Gen Core
> Processor HD Audio Controller
>            +-14.0  Intel Corporation 8 Series/C220 Series Chipset
> Family USB xHCI
>            +-16.0  Intel Corporation 8 Series/C220 Series Chipset
> Family MEI Controller #1
>            +-16.3  Intel Corporation 8 Series/C220 Series Chipset
> Family KT Controller
>            +-19.0  Intel Corporation Ethernet Connection I217-LM
>            +-1a.0  Intel Corporation 8 Series/C220 Series Chipset
> Family USB EHCI #2
>            +-1b.0  Intel Corporation 8 Series/C220 Series Chipset High
> Definition Audio Controller
>            +-1c.0-[01]--
>            +-1c.3-[02-03]----00.0-[03]--
>            +-1c.4-[04-3c]--
>            +-1d.0  Intel Corporation 8 Series/C220 Series Chipset
> Family USB EHCI #1
>            +-1f.0  Intel Corporation C226 Series Chipset Family Server
> Advanced SKU LPC Controller
>            +-1f.2  Intel Corporation 8 Series/C220 Series Chipset
> Family 6-port SATA Controller 1 [AHCI mode]
>            \-1f.3  Intel Corporation 8 Series/C220 Series Chipset
> Family SMBus Controller
>
> lspci -vvxxxx and dmesg output are kind of big, so attached.

Hi, Parag,

For the boot path, kernel is right.
BIOS does not assign resource for
00:1c.0, (io, mmio, mmio pref), 00:1c.3(io, mmio, mmio pref), 00:1c.4 (io).

but 00:1c.0 00:1c.4 support hotplug either in acpiphp or pcie slot cap.

[    0.263398] acpiphp: Slot [1] registered
[    0.263405] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.263884] acpiphp: Slot [1-1] registered
[    0.263891] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]

so kernel assign new resource to them.

[    0.281764] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9f200000-0x9f3fffff]
[    0.281768] pci 0000:00:1c.0: BAR 15: assigned [mem
0x9f400000-0x9f5fffff 64bit pref]
[    0.281770] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.281771] pci 0000:00:1c.4: BAR 13: assigned [io  0x3000-0x3fff]

but 00:1c.3 ==> 02:00.0 (bus 03) does not support hotplug.
so kernel does not assign resource 00:1c.3.

Later during resuming, kernel try to assign resource 02:00.0 but it will fail
as parent bridge 00:1c.3 has no resource.
(Not sure how pci_configure_slot get called with this resume path).

so you will have

[11548.934659] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
[11548.934661] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
[11548.934662] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
[11548.934664] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
[11548.934666] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 0x200000)
[11548.934667] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-03-29  7:11     ` Yinghai Lu
@ 2014-03-29 15:04       ` Parag Warudkar
  2014-03-29 16:41       ` Linus Torvalds
  1 sibling, 0 replies; 11+ messages in thread
From: Parag Warudkar @ 2014-03-29 15:04 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: LKML, Bjorn Helgaas, Linus Torvalds

On Sat, Mar 29, 2014 at 3:11 AM, Yinghai Lu <yinghai@kernel.org> wrote:
>
> For the boot path, kernel is right.
> BIOS does not assign resource for
> 00:1c.0, (io, mmio, mmio pref), 00:1c.3(io, mmio, mmio pref), 00:1c.4 (io).
>
> but 00:1c.0 00:1c.4 support hotplug either in acpiphp or pcie slot cap.
>
> [    0.263398] acpiphp: Slot [1] registered
> [    0.263405] pci 0000:00:1c.0: PCI bridge to [bus 01]
> [    0.263884] acpiphp: Slot [1-1] registered
> [    0.263891] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
>
> so kernel assign new resource to them.
>
> [    0.281764] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9f200000-0x9f3fffff]
> [    0.281768] pci 0000:00:1c.0: BAR 15: assigned [mem
> 0x9f400000-0x9f5fffff 64bit pref]
> [    0.281770] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
> [    0.281771] pci 0000:00:1c.4: BAR 13: assigned [io  0x3000-0x3fff]

OK. I got that part.

> but 00:1c.3 ==> 02:00.0 (bus 03) does not support hotplug.
> so kernel does not assign resource 00:1c.3.
>
> Later during resuming, kernel try to assign resource 02:00.0 but it will fail
> as parent bridge 00:1c.3 has no resource.
> (Not sure how pci_configure_slot get called with this resume path).
>
Why are things different at resume time though? Is there a fix here -
to detect at resume time that parent bridge for 02:00.0 has no
resources and to skip trying to assign resources to it?
Or is it that pci_configure_slot should not be called at resume time
and that's what is causing this message?

Thanks for taking a look at this.

Parag

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-03-29  7:11     ` Yinghai Lu
  2014-03-29 15:04       ` Parag Warudkar
@ 2014-03-29 16:41       ` Linus Torvalds
  2014-03-29 17:19         ` Bjorn Helgaas
  1 sibling, 1 reply; 11+ messages in thread
From: Linus Torvalds @ 2014-03-29 16:41 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Parag Warudkar, LKML, Bjorn Helgaas

On Sat, Mar 29, 2014 at 12:11 AM, Yinghai Lu <yinghai@kernel.org> wrote:
>
> Later during resuming, kernel try to assign resource 02:00.0 but it will fail
> as parent bridge 00:1c.3 has no resource.
> (Not sure how pci_configure_slot get called with this resume path).

I think that last comment is the most pertinent one: why does resume
try to assign resources to PCI devices? It should be *restoring* them,
not re-assigning any resources.

Parag, can you add a WARN_ON_ONCE() to that message, so that we see
what the call chain is for it.

              Linus

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-03-29 16:41       ` Linus Torvalds
@ 2014-03-29 17:19         ` Bjorn Helgaas
  2014-03-30  0:14           ` Parag Warudkar
  0 siblings, 1 reply; 11+ messages in thread
From: Bjorn Helgaas @ 2014-03-29 17:19 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Yinghai Lu, Parag Warudkar, LKML, Rafael J. Wysocki, linux-pci,
	linux-acpi

[+cc Rafael, linux-pci, linux-acpi]

On Sat, Mar 29, 2014 at 09:41:20AM -0700, Linus Torvalds wrote:
> On Sat, Mar 29, 2014 at 12:11 AM, Yinghai Lu <yinghai@kernel.org> wrote:
> >
> > Later during resuming, kernel try to assign resource 02:00.0 but it will fail
> > as parent bridge 00:1c.3 has no resource.
> > (Not sure how pci_configure_slot get called with this resume path).
> 
> I think that last comment is the most pertinent one: why does resume
> try to assign resources to PCI devices? It should be *restoring* them,
> not re-assigning any resources.
> 
> Parag, can you add a WARN_ON_ONCE() to that message, so that we see
> what the call chain is for it.

I think we likely get a Bus Check notification when resuming, so we're
probably in this path:

    acpi_hotplug_notify_cb
      acpi_hotplug_execute(acpi_device_hotplug, ...)
	acpi_device_hotplug
	  acpi_scan_bus_check
	    acpi_pci_root_scan_dependent        # .hotplug.scan_dependent
	      acpiphp_check_host_bridge
		acpiphp_check_bridge    
		  enable_slot
		    pcibios_resource_survey_bus
		      dev_printk("Allocating resources")

It seems like we ought to do the equivalent of a Bus Check from the
root at boot-time, even if we don't receive an explicit Bus Check
notification then (ACPI 5.0, sec 5.6.6, says "OSPM will typically
perform a full enumeration automatically at boot time, but after
system initialization it is the responsibility of the ACPI AML code to
notify OSPM whenever a re-enumeration operation is required"), but I
don't think we do, which makes the resume path different from the boot
path.

Parag, would you mind collecting an acpidump and attaching it to the
bugzilla below?

Is this a regression?  I guess you said that the message (and the sec-
latency change, which I don't think is applicable to PCIe anyway) are
the only ill effects you see, so it might not be too serious even if
it is.

I am concerned about the VT-d connection and the sec-latency change.
I wouldn't be surprised to find that the resume path doesn't restore
sec-latency, but I don't know why VT-d would affect the resource
allocation.  I guess it's possible that enabling VT-d might change
the ACPI namespace; maybe you could collect *two* acpidumps: one with
VT-d enabled and another with it disabled.

Let's continue the discussion in email, but I did open
https://bugzilla.kernel.org/show_bug.cgi?id=73141 as a place to archive
your logs.

Bjorn

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-03-29 17:19         ` Bjorn Helgaas
@ 2014-03-30  0:14           ` Parag Warudkar
  2014-04-10 19:50             ` Bjorn Helgaas
  0 siblings, 1 reply; 11+ messages in thread
From: Parag Warudkar @ 2014-03-30  0:14 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, Yinghai Lu, LKML, Rafael J. Wysocki, linux-pci,
	linux-acpi

On Sat, Mar 29, 2014 at 1:19 PM, Bjorn Helgaas <bhelgaas@google.com> wrote:
> [+cc Rafael, linux-pci, linux-acpi]
>
> On Sat, Mar 29, 2014 at 09:41:20AM -0700, Linus Torvalds wrote:

>> Parag, can you add a WARN_ON_ONCE() to that message, so that we see
>> what the call chain is for it.
>
> I think we likely get a Bus Check notification when resuming, so we're
> probably in this path:
>
>     acpi_hotplug_notify_cb
>       acpi_hotplug_execute(acpi_device_hotplug, ...)
>         acpi_device_hotplug
>           acpi_scan_bus_check
>             acpi_pci_root_scan_dependent        # .hotplug.scan_dependent
>               acpiphp_check_host_bridge
>                 acpiphp_check_bridge
>                   enable_slot
>                     pcibios_resource_survey_bus
>                       dev_printk("Allocating resources")
>
> It seems like we ought to do the equivalent of a Bus Check from the
> root at boot-time, even if we don't receive an explicit Bus Check
> notification then (ACPI 5.0, sec 5.6.6, says "OSPM will typically
> perform a full enumeration automatically at boot time, but after
> system initialization it is the responsibility of the ACPI AML code to
> notify OSPM whenever a re-enumeration operation is required"), but I
> don't think we do, which makes the resume path different from the boot
> path.
>
> Parag, would you mind collecting an acpidump and attaching it to the
> bugzilla below?

I have attached a single acpidump to the bugzilla.

I realized that I misspoke when I said VTd makes a difference.
Actually on 3.14 exact same message appears on resume irrespective of
whether or not VTd is enabled.

However on 3.11 (3.11.0-18-generic Ubuntu LTS latest kernel) - I don't
see those messages irrespective of VTd status.
I must have accidentally booted into 3.11 kernel after disabling VTd
and thought the messages went away because of disabling VTd.

So we can ignore the VTd part.

>
> Is this a regression?  I guess you said that the message (and the sec-
> latency change, which I don't think is applicable to PCIe anyway) are
> the only ill effects you see, so it might not be too serious even if
> it is.

Not sure if Ubuntu includes any patches on top of 3.11 mainline that
make a difference to this issue - but in case they don't this might be
a regression.
About the seriousness part - I am not seeing any issues in my regular
use. Not sure what that bridge does and if there are any specific
devices involved - so it might just be that I am not using anything
that could be problematic due to this issue.

Thanks,

Parag

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-03-30  0:14           ` Parag Warudkar
@ 2014-04-10 19:50             ` Bjorn Helgaas
  2014-04-10 22:51               ` Parag Warudkar
  2014-04-11 20:04               ` Parag Warudkar
  0 siblings, 2 replies; 11+ messages in thread
From: Bjorn Helgaas @ 2014-04-10 19:50 UTC (permalink / raw)
  To: Parag Warudkar
  Cc: Linus Torvalds, Yinghai Lu, LKML, Rafael J. Wysocki, linux-pci,
	linux-acpi

On Sat, Mar 29, 2014 at 6:14 PM, Parag Warudkar <parag.lkml@gmail.com> wrote:
>> On Sat, Mar 29, 2014 at 09:41:20AM -0700, Linus Torvalds wrote:
>
>>> Parag, can you add a WARN_ON_ONCE() to that message, so that we see
>>> what the call chain is for it.

Parag, did you ever try this?

> ...
> Not sure if Ubuntu includes any patches on top of 3.11 mainline that
> make a difference to this issue - but in case they don't this might be
> a regression.

I doubt that Ubuntu includes any patches relevant to this issue.

Even though it doesn't seem to cause any problems, we're going to get
a lot of complaints about these scary-looking messages when resuming,
so I think we should figure this out and fix it.

Bjorn

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-04-10 19:50             ` Bjorn Helgaas
@ 2014-04-10 22:51               ` Parag Warudkar
  2014-04-11 20:04               ` Parag Warudkar
  1 sibling, 0 replies; 11+ messages in thread
From: Parag Warudkar @ 2014-04-10 22:51 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Parag Warudkar, Linus Torvalds, Yinghai Lu, LKML,
	Rafael J. Wysocki, linux-pci, linux-acpi



On Thu, 10 Apr 2014, Bjorn Helgaas wrote:

> On Sat, Mar 29, 2014 at 6:14 PM, Parag Warudkar <parag.lkml@gmail.com> wrote:
> >> On Sat, Mar 29, 2014 at 09:41:20AM -0700, Linus Torvalds wrote:
> >
> >>> Parag, can you add a WARN_ON_ONCE() to that message, so that we see
> >>> what the call chain is for it.
> 
> Parag, did you ever try this?

No I haven't so far - I assumed the call chain you posted initially was 
the only possibility. I will give it a try.

> I doubt that Ubuntu includes any patches relevant to this issue.
> 
> Even though it doesn't seem to cause any problems, we're going to get
> a lot of complaints about these scary-looking messages when resuming,
> so I think we should figure this out and fix it.

Sure, since the resource assignments aren't an issue during fresh boot, it 
might just be something worth fixing in the resume path.

Thanks,
Parag

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: BAR 14: can't assign mem (size 0x200000)
  2014-04-10 19:50             ` Bjorn Helgaas
  2014-04-10 22:51               ` Parag Warudkar
@ 2014-04-11 20:04               ` Parag Warudkar
  1 sibling, 0 replies; 11+ messages in thread
From: Parag Warudkar @ 2014-04-11 20:04 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Parag Warudkar, Linus Torvalds, Yinghai Lu, LKML,
	Rafael J. Wysocki, linux-pci, linux-acpi



On Thu, 10 Apr 2014, Bjorn Helgaas wrote:

> On Sat, Mar 29, 2014 at 6:14 PM, Parag Warudkar <parag.lkml@gmail.com> wrote:
> >> On Sat, Mar 29, 2014 at 09:41:20AM -0700, Linus Torvalds wrote:
> >
> >>> Parag, can you add a WARN_ON_ONCE() to that message, so that we see
> >>> what the call chain is for it.
> 
> Parag, did you ever try this?
> 

Below is the output of WARN_ON_ONCE(1) in drivers/pci/setup-res.c. 

Parag

[  339.142257] ACPI: \_SB_.PCI0.RP01: Bus check in hotplug_event()
[  339.142293] ACPI: \_SB_.PCI0.RP04: Bus check in hotplug_event()
[  339.142420] pci_bus 0000:03: Allocating resources
[  339.142437] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 
03] add_size 1000
[  339.142443] pci 0000:02:00.0: bridge window [mem 0x00100000-0x000fffff 
64bit pref] to [bus 03] add_size 200000
[  339.142448] pci 0000:02:00.0: bridge window [mem 0x00100000-0x000fffff] 
to [bus 03] add_size 200000
[  339.142454] pci 0000:02:00.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[  339.142456] pci 0000:02:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit 
pref] get_res_add_size add_size 200000
[  339.142457] pci 0000:02:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[  339.142459] ------------[ cut here ]------------
[  339.142467] WARNING: CPU: 7 PID: 4071 at drivers/pci/setup-res.c:255 
_pci_assign_resource+0x1a0/0x1c0()
[  339.142471] Modules linked in: xt_TCPMSS cuse ipt_MASQUERADE 
iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 
xt_conntrack nf_conntrack ipt_REJECT xt_CHECKSUM iptable_mangle xt_tcpudp 
ip6table_filter ip6_tables iptable_filter ip_tables ebtable_nat ebtables 
x_tables bridge stp llc snd_hda_codec_realtek snd_hda_codec_hdmi 
snd_hda_codec_generic rfcomm bnep bluetooth binfmt_misc i915 joydev 
x86_pkg_temp_thermal intel_powerclamp kvm_intel snd_hda_intel kvm 
snd_hda_controller snd_hda_codec hid_logitech_dj usbhid snd_hwdep hid 
nls_iso8859_1 snd_pcm video drm_kms_helper snd_seq_midi snd_seq_midi_event 
drm snd_rawmidi crct10dif_pclmul crc32_pclmul hp_wmi sparse_keymap 
ghash_clmulni_intel ppdev snd_seq aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd snd_seq_device psmouse snd_timer snd 
microcode mei_me serio_raw wmi mei lpc_ich parport_pc soundcore 
i2c_algo_bit tpm_infineon mac_hid coretemp lp parport e1000e ptp ahci 
pps_core libahci
[  339.142976] CPU: 7 PID: 4071 Comm: kworker/u16:2 Tainted: G        W     
3.14.0+ #4
[  339.142978] Hardware name: Hewlett-Packard HP Z230 Tower 
Workstation/1905, BIOS L51 v01.18 01/23/2014
[  339.142981] Workqueue: kacpi_hotplug acpi_hotplug_work_fn
[  339.142983]  0000000000000009 ffff88044378bac0 ffffffff81717fb4 
0000000000000000
[  339.142985]  ffff88044378baf8 ffffffff8106534d ffff8804451a8658 
000000009f200000
[  339.142987]  ffff8804451a8000 ffff880445553400 0000000000001000 
ffff88044378bb08
[  339.142989] Call Trace:
[  339.142994]  [<ffffffff81717fb4>] dump_stack+0x45/0x56
[  339.142997]  [<ffffffff8106534d>] warn_slowpath_common+0x7d/0xa0
[  339.142999]  [<ffffffff8106542a>] warn_slowpath_null+0x1a/0x20
[  339.143002]  [<ffffffff813a1280>] _pci_assign_resource+0x1a0/0x1c0
[  339.143005]  [<ffffffff815fa1d0>] ? powercap_register_zone+0x650/0x650
[  339.143007]  [<ffffffff813a15ec>] pci_assign_resource+0xac/0x240
[  339.143012]  [<ffffffff814810fd>] ? dev_printk+0x4d/0x50
[  339.143014]  [<ffffffff813a251c>] 
assign_requested_resources_sorted+0x6c/0xd0
[  339.143017]  [<ffffffff813a27f2>] __assign_resources_sorted+0x272/0x450
[  339.143019]  [<ffffffff813a2bc5>] ? __dev_sort_resources+0x1f5/0x270
[  339.143023]  [<ffffffff8170c0e1>] __pci_bus_assign_resources+0x61/0x110
[  339.143025]  [<ffffffff8170c5c4>] enable_slot+0x164/0x300
[  339.143030]  [<ffffffff8148e67c>] ? __pm_runtime_resume+0x5c/0x80
[  339.143033]  [<ffffffff813b55e8>] acpiphp_check_bridge.part.7+0xc8/0xf0
[  339.143035]  [<ffffffff813b5ec0>] acpiphp_hotplug_notify+0x170/0x1f0
[  339.143037]  [<ffffffff813b5d50>] ? acpiphp_post_dock_fixup+0xc0/0xc0
[  339.143040]  [<ffffffff813e1a09>] acpi_device_hotplug+0x3a0/0x3ed
[  339.143042]  [<ffffffff813dbbb0>] acpi_hotplug_work_fn+0x1e/0x29
[  339.143047]  [<ffffffff81080cf2>] process_one_work+0x182/0x450
[  339.143049]  [<ffffffff81081ab1>] worker_thread+0x121/0x410
[  339.143051]  [<ffffffff81081990>] ? rescuer_thread+0x3e0/0x3e0
[  339.143053]  [<ffffffff81088372>] kthread+0xd2/0xf0
[  339.143055]  [<ffffffff810882a0>] ? kthread_create_on_node+0x190/0x190
[  339.143058]  [<ffffffff8172903c>] ret_from_fork+0x7c/0xb0
[  339.143060]  [<ffffffff810882a0>] ? kthread_create_on_node+0x190/0x190
[  339.143061] ---[ end trace d0c4e4d8d8734d92 ]---
[  339.143064] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
[  339.143066] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 
0x200000)
[  339.143068] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
[  339.143070] pci 0000:02:00.0: BAR 14: can't assign mem (size 0x200000)
[  339.143072] pci 0000:02:00.0: BAR 15: can't assign mem pref (size 
0x200000)
[  339.143073] pci 0000:02:00.0: BAR 13: can't assign io (size 0x1000)
[  339.143075] pci 0000:02:00.0: PCI bridge to [bus 03]
[  339.143104] pci 0000:02:00.0: no hotplug settings from platform
[  339.143105] pci 0000:02:00.0: using default PCI settings
[  339.143128] ACPI: \_SB_.PCI0.RP05: Bus check in hotplug_event()
[  339.143300] done.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-04-11 20:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-29  0:40 BAR 14: can't assign mem (size 0x200000) Parag Warudkar
2014-03-29  1:16 ` Yinghai Lu
2014-03-29  1:55   ` Parag Warudkar
2014-03-29  7:11     ` Yinghai Lu
2014-03-29 15:04       ` Parag Warudkar
2014-03-29 16:41       ` Linus Torvalds
2014-03-29 17:19         ` Bjorn Helgaas
2014-03-30  0:14           ` Parag Warudkar
2014-04-10 19:50             ` Bjorn Helgaas
2014-04-10 22:51               ` Parag Warudkar
2014-04-11 20:04               ` Parag Warudkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).