All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
@ 2013-11-25 19:16 Mark Hurenkamp
  2013-11-25 21:43 ` Mark Hurenkamp
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Hurenkamp @ 2013-11-25 19:16 UTC (permalink / raw)
  To: xen-devel

Hi,


For several years, I've been hapily running Xen on my desktop/server PC, 
and so when i recently
got a Macbook i decided to give it a run on that platform as well.

To my happy surprise, most of the system seems working fine after 
booting Xen, it even seems that VT-d is supported on this platform. My 
macbook is quite usable, the desktop runs fine, including the intel 
graphics driver, also my keyboard & touchpad are working as expected and 
thunderbolt ethernet is also working.

However, i'm also running into some driver issues, which i posted 
earlier on xen-users, but after consideration, are probably better 
addressed here on xen-devel (please do let me know if this isn't the 
right place, I'll be happy to take this elsewhere).
Most noticably, the wireless driver is not working, which is quite a 
nuisance on a laptop.

Looking at the output of dmesg, there is a clear hint of what might be 
wrong; it lists several (>10) of the following messages:
[    3.957006] pcieport 0000:00:01.0: device [8086:0d01] has invalid 
IRQ; check vendor BIOS
[    3.957018] pcieport 0000:00:01.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq

This while booting the same kernel (3.13-rc1) without xen works fine.

I'm not sure where this problem originates, the suggestion to use 
'pci=biosirq' (which i also tried adding to the kernel commandline to no 
avail) seems to indicate that the Bios (or in this case EFI, or Xen?) is 
not setting up the proper interrupts for these devices. Note that I'm 
not using boot-camp, I'm booting xen.efi directly from refind.

Is there anything i can do to remedy this? I've built Xen from (recent) 
trunk, and would be happy to help debug/analyse this problem, just don't 
know quite where to start...

I can provide dmesg; xl dmesg, or lspci output if so desired, just let 
me know what is of interest.


Warm regards,
Mark.

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-25 19:16 Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS Mark Hurenkamp
@ 2013-11-25 21:43 ` Mark Hurenkamp
  2013-11-26  8:40   ` Jan Beulich
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Hurenkamp @ 2013-11-25 21:43 UTC (permalink / raw)
  To: xen-devel

On 2013-11-25 20:16, Mark Hurenkamp wrote:
> 
> Looking at the output of dmesg, there is a clear hint of what might be
> wrong; it lists several (>10) of the following messages:
> [    3.957006] pcieport 0000:00:01.0: device [8086:0d01] has invalid
> IRQ; check vendor BIOS
> [    3.957018] pcieport 0000:00:01.0: can't find IRQ for PCI INT A;
> please try using pci=biosirq

Additionally, i found some more strangeness in the dmesg output:
[    3.725793] pci 0000:06:00.0: BAR 15: can't assign mem pref (size 
0x200000)
[    3.725796] pci 0000:06:04.0: BAR 14: can't assign mem (size 
0x200000)
Also repeating several times for multiple devices.
Could this be related to the problems i see?

> This while booting the same kernel (3.13-rc1) without xen works fine.
> 
> I'm not sure where this problem originates, the suggestion to use
> 'pci=biosirq' (which i also tried adding to the kernel commandline to
> no avail) seems to indicate that the Bios (or in this case EFI, or
> Xen?) is not setting up the proper interrupts for these devices. Note
> that I'm not using boot-camp, I'm booting xen.efi directly from
> refind.
> 
> Is there anything i can do to remedy this? I've built Xen from
> (recent) trunk, and would be happy to help debug/analyse this problem,
> just don't know quite where to start...
> 
> I can provide dmesg; xl dmesg, or lspci output if so desired, just let
> me know what is of interest.
> 
> 
> Warm regards,
> Mark.

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-25 21:43 ` Mark Hurenkamp
@ 2013-11-26  8:40   ` Jan Beulich
  2013-11-26 21:38     ` Mark Hurenkamp
  0 siblings, 1 reply; 11+ messages in thread
From: Jan Beulich @ 2013-11-26  8:40 UTC (permalink / raw)
  To: Mark Hurenkamp; +Cc: xen-devel

>>> On 25.11.13 at 22:43, Mark Hurenkamp <mark.hurenkamp@xs4all.nl> wrote:
> On 2013-11-25 20:16, Mark Hurenkamp wrote:
>> 
>> Looking at the output of dmesg, there is a clear hint of what might be
>> wrong; it lists several (>10) of the following messages:
>> [    3.957006] pcieport 0000:00:01.0: device [8086:0d01] has invalid
>> IRQ; check vendor BIOS
>> [    3.957018] pcieport 0000:00:01.0: can't find IRQ for PCI INT A;
>> please try using pci=biosirq
> 
> Additionally, i found some more strangeness in the dmesg output:
> [    3.725793] pci 0000:06:00.0: BAR 15: can't assign mem pref (size 
> 0x200000)
> [    3.725796] pci 0000:06:04.0: BAR 14: can't assign mem (size 
> 0x200000)
> Also repeating several times for multiple devices.
> Could this be related to the problems i see?
> 
>> This while booting the same kernel (3.13-rc1) without xen works fine.

With all of the above - posting just snippets is not going to suffice
if you want any help with this. Please attach full logs at maximum
log level: hypervisor, dom0 kernel, and natively run kernel (either
the same binary as used for dom0, or making sure the configs are
sufficiently similar).

Jan

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-26  8:40   ` Jan Beulich
@ 2013-11-26 21:38     ` Mark Hurenkamp
  2013-11-26 21:46       ` Andrew Cooper
                         ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Mark Hurenkamp @ 2013-11-26 21:38 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

On 2013-11-26 09:40, Jan Beulich wrote:
>>>> On 25.11.13 at 22:43, Mark Hurenkamp <mark.hurenkamp@xs4all.nl> 
>>>> wrote:
>> On 2013-11-25 20:16, Mark Hurenkamp wrote:
>>> 
>>> Looking at the output of dmesg, there is a clear hint of what might 
>>> be
>>> wrong; it lists several (>10) of the following messages:
>>> [    3.957006] pcieport 0000:00:01.0: device [8086:0d01] has invalid
>>> IRQ; check vendor BIOS
>>> [    3.957018] pcieport 0000:00:01.0: can't find IRQ for PCI INT A;
>>> please try using pci=biosirq
>> 
>> Additionally, i found some more strangeness in the dmesg output:
>> [    3.725793] pci 0000:06:00.0: BAR 15: can't assign mem pref (size
>> 0x200000)
>> [    3.725796] pci 0000:06:04.0: BAR 14: can't assign mem (size
>> 0x200000)
>> Also repeating several times for multiple devices.
>> Could this be related to the problems i see?
>> 
>>> This while booting the same kernel (3.13-rc1) without xen works fine.
> 
> With all of the above - posting just snippets is not going to suffice
> if you want any help with this. Please attach full logs at maximum
> log level: hypervisor, dom0 kernel, and natively run kernel (either
> the same binary as used for dom0, or making sure the configs are
> sufficiently similar).
> 
> Jan

Thanks for your response, i wasn't sure if this was the right place to 
address this, so i kept my initial mail short. However I would indeed 
appreciate any help that can point me into the direction of a more 
useable xen installation on this system.
So brace yourself for some information ;-)

xen.cfg:
========
[global]
default=saucy

[saucy]
options=loglvl=all guest_loglvl=all sync_console console_to_ring
kernel=vmlinuz-3.13.0-031300rc1-generic 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
earlyprintk=xen debug loglevel=8
ramdisk=initrd.img-3.13.0-031300rc1-generic


output of xl dmesg:
Looks like the top part is already gone, and i've no way to capture this 
via serial port.
I can take some boot camera shots if that is usefull though.
================================================================
(XEN)  000006f051000-000006f077fff type=3 attr=000000000000000f
(XEN)  000006f078000-000006f09afff type=4 attr=000000000000000f
(XEN)  000006f09b000-000006f0a0fff type=3 attr=000000000000000f
(XEN)  000006f0a1000-000006f0aafff type=4 attr=000000000000000f
(XEN)  000006f0ab000-000006f0b8fff type=3 attr=000000000000000f
(XEN)  000006f0b9000-000006f0b9fff type=4 attr=000000000000000f
(XEN)  000006f0ba000-000006f0bcfff type=3 attr=000000000000000f
(XEN)  000006f0bd000-000006f0bffff type=4 attr=000000000000000f
(XEN)  000006f0c0000-000006f0cdfff type=3 attr=000000000000000f
(XEN)  000006f0ce000-000007416dfff type=4 attr=000000000000000f
(XEN)  000007416e000-0000074173fff type=3 attr=000000000000000f
(XEN)  0000074174000-0000074179fff type=4 attr=000000000000000f
(XEN)  000007417a000-000007417cfff type=3 attr=000000000000000f
(XEN)  000007417d000-000007417dfff type=4 attr=000000000000000f
(XEN)  000007417e000-0000074195fff type=3 attr=000000000000000f
(XEN)  0000074196000-0000074196fff type=4 attr=000000000000000f
(XEN)  0000074197000-00000741a5fff type=3 attr=000000000000000f
(XEN)  00000741a6000-00000741a9fff type=4 attr=000000000000000f
(XEN)  00000741aa000-00000741adfff type=3 attr=000000000000000f
(XEN)  00000741ae000-00000741b0fff type=4 attr=000000000000000f
(XEN)  00000741b1000-00000741b1fff type=3 attr=000000000000000f
(XEN)  00000741b2000-00000741b3fff type=4 attr=000000000000000f
(XEN)  00000741b4000-00000741bafff type=3 attr=000000000000000f
(XEN)  00000741bb000-00000741bcfff type=4 attr=000000000000000f
(XEN)  00000741bd000-00000741befff type=3 attr=000000000000000f
(XEN)  00000741bf000-00000741c1fff type=4 attr=000000000000000f
(XEN)  00000741c2000-00000741cdfff type=3 attr=000000000000000f
(XEN)  00000741ce000-00000741cffff type=4 attr=000000000000000f
(XEN)  00000741d0000-00000741d6fff type=3 attr=000000000000000f
(XEN)  00000741d7000-00000741d9fff type=4 attr=000000000000000f
(XEN)  00000741da000-00000741e0fff type=3 attr=000000000000000f
(XEN)  00000741e1000-00000741e1fff type=4 attr=000000000000000f
(XEN)  00000741e2000-00000741eafff type=3 attr=000000000000000f
(XEN)  00000741eb000-00000741ebfff type=4 attr=000000000000000f
(XEN)  00000741ec000-00000741f6fff type=3 attr=000000000000000f
(XEN)  00000741f7000-00000741f7fff type=4 attr=000000000000000f
(XEN)  00000741f8000-0000074205fff type=3 attr=000000000000000f
(XEN)  0000074206000-0000077507fff type=4 attr=000000000000000f
(XEN)  0000077508000-000007750cfff type=3 attr=000000000000000f
(XEN)  000007750d000-0000077514fff type=4 attr=000000000000000f
(XEN)  0000077515000-0000077519fff type=3 attr=000000000000000f
(XEN)  000007751a000-000007751bfff type=4 attr=000000000000000f
(XEN)  000007751c000-000007751cfff type=3 attr=000000000000000f
(XEN)  000007751d000-0000077994fff type=4 attr=000000000000000f
(XEN)  0000077995000-0000077999fff type=3 attr=000000000000000f
(XEN)  000007799a000-000007932efff type=4 attr=000000000000000f
(XEN)  000007932f000-0000079347fff type=3 attr=000000000000000f
(XEN)  0000079348000-000007941ffff type=4 attr=000000000000000f
(XEN)  0000079420000-000007942ffff type=3 attr=000000000000000f
(XEN)  0000079430000-0000079449fff type=4 attr=000000000000000f
(XEN)  000007944a000-000007944cfff type=3 attr=000000000000000f
(XEN)  000007944d000-000007944efff type=4 attr=000000000000000f
(XEN)  000007944f000-000007944ffff type=3 attr=000000000000000f
(XEN)  0000079450000-0000079450fff type=4 attr=000000000000000f
(XEN)  0000079451000-0000079458fff type=3 attr=000000000000000f
(XEN)  0000079459000-000007945bfff type=4 attr=000000000000000f
(XEN)  000007945c000-000007945dfff type=3 attr=000000000000000f
(XEN)  000007945e000-0000079460fff type=4 attr=000000000000000f
(XEN)  0000079461000-0000079468fff type=3 attr=000000000000000f
(XEN)  0000079469000-0000079470fff type=4 attr=000000000000000f
(XEN)  0000079471000-0000079475fff type=3 attr=000000000000000f
(XEN)  0000079476000-000007947dfff type=4 attr=000000000000000f
(XEN)  000007947e000-000007947efff type=3 attr=000000000000000f
(XEN)  000007947f000-000007948dfff type=4 attr=000000000000000f
(XEN)  000007948e000-0000079491fff type=3 attr=000000000000000f
(XEN)  0000079492000-0000079498fff type=4 attr=000000000000000f
(XEN)  0000079499000-00000794a4fff type=3 attr=000000000000000f
(XEN)  00000794a5000-00000794a5fff type=4 attr=000000000000000f
(XEN)  00000794a6000-00000794a6fff type=3 attr=000000000000000f
(XEN)  00000794a7000-00000794aafff type=4 attr=000000000000000f
(XEN)  00000794ab000-00000794acfff type=3 attr=000000000000000f
(XEN)  00000794ad000-00000794f4fff type=4 attr=000000000000000f
(XEN)  00000794f5000-00000794fdfff type=3 attr=000000000000000f
(XEN)  00000794fe000-0000079506fff type=4 attr=000000000000000f
(XEN)  0000079507000-0000079544fff type=3 attr=000000000000000f
(XEN)  0000079545000-000007956cfff type=4 attr=000000000000000f
(XEN)  000007956d000-000007957efff type=3 attr=000000000000000f
(XEN)  000007957f000-0000079590fff type=4 attr=000000000000000f
(XEN)  0000079591000-000007959cfff type=3 attr=000000000000000f
(XEN)  000007959d000-00000795a8fff type=4 attr=000000000000000f
(XEN)  00000795a9000-00000795b2fff type=3 attr=000000000000000f
(XEN)  00000795b3000-00000795bcfff type=4 attr=000000000000000f
(XEN)  00000795bd000-00000795ccfff type=3 attr=000000000000000f
(XEN)  00000795cd000-00000795d0fff type=4 attr=000000000000000f
(XEN)  00000795d1000-00000795d2fff type=3 attr=000000000000000f
(XEN)  00000795d3000-00000795d7fff type=4 attr=000000000000000f
(XEN)  00000795d8000-00000795d8fff type=3 attr=000000000000000f
(XEN)  00000795d9000-00000795dafff type=4 attr=000000000000000f
(XEN)  00000795db000-00000795e8fff type=3 attr=000000000000000f
(XEN)  00000795e9000-00000795e9fff type=4 attr=000000000000000f
(XEN)  00000795ea000-00000795eafff type=3 attr=000000000000000f
(XEN)  00000795eb000-00000795edfff type=4 attr=000000000000000f
(XEN)  00000795ee000-00000795eefff type=3 attr=000000000000000f
(XEN)  00000795ef000-00000795effff type=4 attr=000000000000000f
(XEN)  00000795f0000-00000795f0fff type=3 attr=000000000000000f
(XEN)  00000795f1000-00000795f2fff type=4 attr=000000000000000f
(XEN)  00000795f3000-00000795f5fff type=3 attr=000000000000000f
(XEN)  00000795f6000-00000795f8fff type=4 attr=000000000000000f
(XEN)  00000795f9000-0000079602fff type=3 attr=000000000000000f
(XEN)  0000079603000-0000079606fff type=4 attr=000000000000000f
(XEN)  0000079607000-0000079608fff type=3 attr=000000000000000f
(XEN)  0000079609000-000007960afff type=4 attr=000000000000000f
(XEN)  000007960b000-0000079614fff type=3 attr=000000000000000f
(XEN)  0000079615000-0000079615fff type=4 attr=000000000000000f
(XEN)  0000079616000-000007961bfff type=3 attr=000000000000000f
(XEN)  000007961c000-0000079623fff type=4 attr=000000000000000f
(XEN)  0000079624000-0000079626fff type=7 attr=000000000000000f
(XEN)  0000079627000-0000079640fff type=3 attr=000000000000000f
(XEN)  0000079641000-0000079642fff type=7 attr=000000000000000f
(XEN)  0000079643000-0000079647fff type=3 attr=000000000000000f
(XEN)  0000079648000-0000079650fff type=4 attr=000000000000000f
(XEN)  0000079651000-000007965efff type=3 attr=000000000000000f
(XEN)  000007965f000-0000079661fff type=4 attr=000000000000000f
(XEN)  0000079662000-0000079663fff type=3 attr=000000000000000f
(XEN)  0000079664000-0000079665fff type=4 attr=000000000000000f
(XEN)  0000079666000-0000079674fff type=3 attr=000000000000000f
(XEN)  0000079675000-0000079676fff type=4 attr=000000000000000f
(XEN)  0000079677000-000007967dfff type=3 attr=000000000000000f
(XEN)  000007967e000-000007967efff type=4 attr=000000000000000f
(XEN)  000007967f000-0000079682fff type=3 attr=000000000000000f
(XEN)  0000079683000-000007968bfff type=4 attr=000000000000000f
(XEN)  000007968c000-000007968efff type=3 attr=000000000000000f
(XEN)  000007968f000-0000079690fff type=4 attr=000000000000000f
(XEN)  0000079691000-0000079695fff type=3 attr=000000000000000f
(XEN)  0000079696000-0000079698fff type=4 attr=000000000000000f
(XEN)  0000079699000-000007969cfff type=3 attr=000000000000000f
(XEN)  000007969d000-000007969dfff type=4 attr=000000000000000f
(XEN)  000007969e000-00000796a0fff type=3 attr=000000000000000f
(XEN)  00000796a1000-00000796a4fff type=4 attr=000000000000000f
(XEN)  00000796a5000-00000796bdfff type=3 attr=000000000000000f
(XEN)  00000796be000-00000796befff type=4 attr=000000000000000f
(XEN)  00000796bf000-00000796bffff type=3 attr=000000000000000f
(XEN)  00000796c0000-00000796c1fff type=4 attr=000000000000000f
(XEN)  00000796c2000-00000796d0fff type=3 attr=000000000000000f
(XEN)  00000796d1000-00000796d3fff type=4 attr=000000000000000f
(XEN)  00000796d4000-00000796dcfff type=3 attr=000000000000000f
(XEN)  00000796dd000-00000796ddfff type=4 attr=000000000000000f
(XEN)  00000796de000-00000796e0fff type=3 attr=000000000000000f
(XEN)  00000796e1000-00000796e1fff type=4 attr=000000000000000f
(XEN)  00000796e2000-00000796e4fff type=3 attr=000000000000000f
(XEN)  00000796e5000-00000796e5fff type=4 attr=000000000000000f
(XEN)  00000796e6000-00000796ebfff type=3 attr=000000000000000f
(XEN)  00000796ec000-00000796edfff type=4 attr=000000000000000f
(XEN)  00000796ee000-00000796eefff type=3 attr=000000000000000f
(XEN)  00000796ef000-00000796f0fff type=4 attr=000000000000000f
(XEN)  00000796f1000-00000796f1fff type=3 attr=000000000000000f
(XEN)  00000796f2000-00000796f7fff type=4 attr=000000000000000f
(XEN)  00000796f8000-00000796f9fff type=3 attr=000000000000000f
(XEN)  00000796fa000-00000796fdfff type=4 attr=000000000000000f
(XEN)  00000796fe000-00000796fefff type=3 attr=000000000000000f
(XEN)  00000796ff000-00000796fffff type=4 attr=000000000000000f
(XEN)  0000079700000-0000079700fff type=3 attr=000000000000000f
(XEN)  0000079701000-0000079703fff type=4 attr=000000000000000f
(XEN)  0000079704000-0000079707fff type=3 attr=000000000000000f
(XEN)  0000079708000-000007970dfff type=4 attr=000000000000000f
(XEN)  000007970e000-000007970ffff type=3 attr=000000000000000f
(XEN)  0000079710000-0000079713fff type=4 attr=000000000000000f
(XEN)  0000079714000-0000079717fff type=3 attr=000000000000000f
(XEN)  0000079718000-000007971bfff type=4 attr=000000000000000f
(XEN)  000007971c000-000007971cfff type=3 attr=000000000000000f
(XEN)  000007971d000-0000079721fff type=4 attr=000000000000000f
(XEN)  0000079722000-0000079723fff type=3 attr=000000000000000f
(XEN)  0000079724000-0000079728fff type=4 attr=000000000000000f
(XEN)  0000079729000-0000079729fff type=3 attr=000000000000000f
(XEN)  000007972a000-000007972afff type=4 attr=000000000000000f
(XEN)  000007972b000-000007972bfff type=3 attr=000000000000000f
(XEN)  000007972c000-000007972efff type=4 attr=000000000000000f
(XEN)  000007972f000-000007972ffff type=3 attr=000000000000000f
(XEN)  0000079730000-0000079742fff type=4 attr=000000000000000f
(XEN)  0000079743000-0000079750fff type=3 attr=000000000000000f
(XEN)  0000079751000-0000079765fff type=4 attr=000000000000000f
(XEN)  0000079766000-0000079768fff type=3 attr=000000000000000f
(XEN)  0000079769000-000007979bfff type=4 attr=000000000000000f
(XEN)  000007979c000-00000797adfff type=3 attr=000000000000000f
(XEN)  00000797ae000-00000797aefff type=4 attr=000000000000000f
(XEN)  00000797af000-00000797b2fff type=3 attr=000000000000000f
(XEN)  00000797b3000-00000797bffff type=4 attr=000000000000000f
(XEN)  00000797c0000-00000797c5fff type=3 attr=000000000000000f
(XEN)  00000797c6000-00000797d7fff type=4 attr=000000000000000f
(XEN)  00000797d8000-00000797d9fff type=3 attr=000000000000000f
(XEN)  00000797da000-00000797ddfff type=4 attr=000000000000000f
(XEN)  00000797de000-00000797e4fff type=3 attr=000000000000000f
(XEN)  00000797e5000-00000797f1fff type=4 attr=000000000000000f
(XEN)  00000797f2000-00000797f2fff type=3 attr=000000000000000f
(XEN)  00000797f3000-00000797f3fff type=4 attr=000000000000000f
(XEN)  00000797f4000-00000797f4fff type=3 attr=000000000000000f
(XEN)  00000797f5000-00000797f7fff type=4 attr=000000000000000f
(XEN)  00000797f8000-00000797f9fff type=3 attr=000000000000000f
(XEN)  00000797fa000-0000079810fff type=4 attr=000000000000000f
(XEN)  0000079811000-0000079818fff type=3 attr=000000000000000f
(XEN)  0000079819000-0000079819fff type=4 attr=000000000000000f
(XEN)  000007981a000-000007981afff type=3 attr=000000000000000f
(XEN)  000007981b000-000007981ffff type=4 attr=000000000000000f
(XEN)  0000079820000-000007982ffff type=3 attr=000000000000000f
(XEN)  0000079830000-000007983dfff type=4 attr=000000000000000f
(XEN)  000007983e000-000007983efff type=3 attr=000000000000000f
(XEN)  000007983f000-000007983ffff type=4 attr=000000000000000f
(XEN)  0000079840000-0000079840fff type=3 attr=000000000000000f
(XEN)  0000079841000-0000079841fff type=4 attr=000000000000000f
(XEN)  0000079842000-0000079842fff type=3 attr=000000000000000f
(XEN)  0000079843000-0000079c68fff type=4 attr=000000000000000f
(XEN)  0000079c69000-0000079c6efff type=3 attr=000000000000000f
(XEN)  0000079c6f000-0000079c70fff type=4 attr=000000000000000f
(XEN)  0000079c71000-0000079c71fff type=3 attr=000000000000000f
(XEN)  0000079c72000-0000079c72fff type=4 attr=000000000000000f
(XEN)  0000079c73000-0000079c79fff type=3 attr=000000000000000f
(XEN)  0000079c7a000-0000079c7ffff type=4 attr=000000000000000f
(XEN)  0000079c80000-0000079c81fff type=3 attr=000000000000000f
(XEN)  0000079c82000-0000079c87fff type=4 attr=000000000000000f
(XEN)  0000079c88000-0000079c88fff type=3 attr=000000000000000f
(XEN)  0000079c89000-0000079d14fff type=4 attr=000000000000000f
(XEN)  0000079d15000-0000079d15fff type=3 attr=000000000000000f
(XEN)  0000079d16000-0000079d19fff type=4 attr=000000000000000f
(XEN)  0000079d1a000-0000079d1afff type=3 attr=000000000000000f
(XEN)  0000079d1b000-0000079d1bfff type=4 attr=000000000000000f
(XEN)  0000079d1c000-0000079d1ffff type=3 attr=000000000000000f
(XEN)  0000079d20000-0000079d20fff type=4 attr=000000000000000f
(XEN)  0000079d21000-0000079d21fff type=3 attr=000000000000000f
(XEN)  0000079d22000-0000079d25fff type=4 attr=000000000000000f
(XEN)  0000079d26000-0000079d26fff type=3 attr=000000000000000f
(XEN)  0000079d27000-000007ad02fff type=4 attr=000000000000000f
(XEN)  000007ad03000-000007ad13fff type=7 attr=000000000000000f
(XEN)  000007ad14000-000007ad52fff type=10 attr=000000000000000f
(XEN)  000007ad53000-000007ad5ffff type=7 attr=000000000000000f
(XEN)  000007ad60000-000007ad8efff type=9 attr=000000000000000f
(XEN)  000007ad8f000-000007ae2ffff type=7 attr=000000000000000f
(XEN)  000007ae30000-000007ae8efff type=6 attr=800000000000000f
(XEN)  000007ae8f000-000007aecffff type=7 attr=000000000000000f
(XEN)  000007aed0000-000007aefefff type=5 attr=800000000000000f
(XEN)  000007aeff000-000007af7afff type=7 attr=000000000000000f
(XEN)  000007af7b000-000007afe4fff type=0 attr=000000000000000f
(XEN)  000007afe5000-000007affffff type=4 attr=000000000000000f
(XEN)  0000100000000-000047f5fffff type=7 attr=000000000000000f
(XEN)  00000000a0000-00000000bffff type=0 attr=8000000000000000
(XEN) Unknown cachability for MFNs 0xa0-0xbf
(XEN)  000007b000000-000007f9fffff type=0 attr=8000000000000000
(XEN) Unknown cachability for MFNs 0x7b000-0x7f9ff
(XEN)  00000e00f8000-00000e00f8fff type=11 attr=8000000000000001
(XEN)  00000fed1c000-00000fed1ffff type=11 attr=8000000000000001
(XEN)  00000ffe10000-00000ffe3ffff type=11 attr=8000000000000001
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0x7
(XEN) mce_intel.c:717: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 
extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - 
9b
(XEN) PCI: Not using MCFG for segment 0000 bus 00-9b
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB.
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 64 KiB.
(XEN) mwait-idle: MWAIT substates: 0x42120
(XEN) mwait-idle: v0.4 model 0x46
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN)  - Unrestricted Guest
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) Brought up 8 CPUs
(XEN) ACPI sleep modes: S3
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN) elf_parse_binary: phdr: paddr=0x1000000 memsz=0xb7a000
(XEN) elf_parse_binary: phdr: paddr=0x1c00000 memsz=0x11c0f0
(XEN) elf_parse_binary: phdr: paddr=0x1d1d000 memsz=0x15180
(XEN) elf_parse_binary: phdr: paddr=0x1d33000 memsz=0x6cd000
(XEN) elf_parse_binary: memory: 0x1000000 -> 0x2400000
(XEN) elf_xen_parse_note: GUEST_OS = "linux"
(XEN) elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) elf_xen_parse_note: ENTRY = 0xffffffff81d331e0
(XEN) elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) elf_xen_parse_note: FEATURES = 
"!writable_page_tables|pae_pgdir_above_4gb"
(XEN) elf_xen_parse_note: PAE_MODE = "yes"
(XEN) elf_xen_parse_note: LOADER = "generic"
(XEN) elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) elf_xen_addr_calc_check: addresses:
(XEN)     virt_base        = 0xffffffff80000000
(XEN)     elf_paddr_offset = 0x0
(XEN)     virt_offset      = 0xffffffff80000000
(XEN)     virt_kstart      = 0xffffffff81000000
(XEN)     virt_kend        = 0xffffffff82400000
(XEN)     virt_entry       = 0xffffffff81d331e0
(XEN)     p2m_base         = 0xffffffffffffffff
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2400000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000468000000->0000000470000000 (4044933 pages 
to be allocated)
(XEN)  Init. ramdisk: 000000047e475000->000000047f5ff558
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff82400000
(XEN)  Init. ramdisk: ffffffff82400000->ffffffff8358a558
(XEN)  Phys-Mach map: ffffffff8358b000->ffffffff854b0080
(XEN)  Start info:    ffffffff854b1000->ffffffff854b14b4
(XEN)  Page tables:   ffffffff854b2000->ffffffff854e1000
(XEN)  Boot stack:    ffffffff854e1000->ffffffff854e2000
(XEN)  TOTAL:         ffffffff80000000->ffffffff85800000
(XEN)  ENTRY ADDRESS: ffffffff81d331e0
(XEN) Dom0 has maximum 8 VCPUs
(XEN) elf_load_binary: phdr 0 at 0xffffffff81000000 -> 
0xffffffff81b7a000
(XEN) elf_load_binary: phdr 1 at 0xffffffff81c00000 -> 
0xffffffff81d1c0f0
(XEN) elf_load_binary: phdr 2 at 0xffffffff81d1d000 -> 
0xffffffff81d32180
(XEN) elf_load_binary: phdr 3 at 0xffffffff81d33000 -> 
0xffffffff81e78000
(XEN) Scrubbing Free RAM: .done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) **********************************************
(XEN) ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) ******* This option is intended to aid debugging of Xen by 
ensuring
(XEN) ******* that all output is synchronously delivered on the serial 
line.
(XEN) ******* However it can introduce SIGNIFICANT latencies and affect
(XEN) ******* timekeeping. It is NOT recommended for production use!
(XEN) **********************************************
(XEN) 3... 2... 1...
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch 
input to Xen)
(XEN) Freed 280kB init memory.
mapping kernel into physical memory
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-031300rc1-generic (apw@gomeisa) (gcc 
version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201311221535 SMP Fri Nov 
22 20:36:51 UTC 2013
[    0.000000] Command line: 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
earlyprintk=xen debug loglevel=8
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Freeing 58-59 pfn range: 1 pages freed
[    0.000000] Freeing 8f-90 pfn range: 1 pages freed
[    0.000000] Freeing a0-100 pfn range: 96 pages freed
[    0.000000] Freeing 7ad14-7ad53 pfn range: 63 pages freed
[    0.000000] Freeing 7ad60-7ad8f pfn range: 47 pages freed
[    0.000000] Freeing 7ae30-7ae8f pfn range: 95 pages freed
[    0.000000] Freeing 7aed0-7aeff pfn range: 47 pages freed
[    0.000000] Freeing 7af7b-7afe5 pfn range: 106 pages freed
[    0.000000] Freeing 7b000-100000 pfn range: 544768 pages freed
[    0.000000] Released 545224 pages of unused memory
[    0.000000] Set 545224 page(s) to 1-1 mapping
[    0.000000] Populating 3e4a10-469bd8 pfn range: 545224 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] Xen: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] Xen: [mem 0x0000000000059000-0x000000000008efff] usable
[    0.000000] Xen: [mem 0x000000000008f000-0x000000000008ffff] reserved
[    0.000000] Xen: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000007ad13fff] usable
[    0.000000] Xen: [mem 0x000000007ad14000-0x000000007ad52fff] ACPI NVS
[    0.000000] Xen: [mem 0x000000007ad53000-0x000000007ad5ffff] usable
[    0.000000] Xen: [mem 0x000000007ad60000-0x000000007ad8efff] ACPI 
data
[    0.000000] Xen: [mem 0x000000007ad8f000-0x000000007ae2ffff] usable
[    0.000000] Xen: [mem 0x000000007ae30000-0x000000007ae8efff] reserved
[    0.000000] Xen: [mem 0x000000007ae8f000-0x000000007aecffff] usable
[    0.000000] Xen: [mem 0x000000007aed0000-0x000000007aefefff] reserved
[    0.000000] Xen: [mem 0x000000007aeff000-0x000000007af7afff] usable
[    0.000000] Xen: [mem 0x000000007af7b000-0x000000007afe4fff] reserved
[    0.000000] Xen: [mem 0x000000007afe5000-0x000000007affffff] usable
[    0.000000] Xen: [mem 0x000000007b000000-0x000000007f9fffff] reserved
[    0.000000] Xen: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000047f5fffff] usable
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    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 = 0x47f600 max_arch_pfn = 0x400000000
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 
24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x469800000-0x4699fffff]
[    0.000000]  [mem 0x469800000-0x4699fffff] page 4k
[    0.000000] BRK [0x0200c000, 0x0200cfff] PGTABLE
[    0.000000] BRK [0x0200d000, 0x0200dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x468000000-0x4697fffff]
[    0.000000]  [mem 0x468000000-0x4697fffff] page 4k
[    0.000000] BRK [0x0200e000, 0x0200efff] PGTABLE
[    0.000000] BRK [0x0200f000, 0x0200ffff] PGTABLE
[    0.000000] BRK [0x02010000, 0x02010fff] PGTABLE
[    0.000000] BRK [0x02011000, 0x02011fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x400000000-0x467ffffff]
[    0.000000]  [mem 0x400000000-0x467ffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7ad13fff]
[    0.000000]  [mem 0x00100000-0x7ad13fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ad53000-0x7ad5ffff]
[    0.000000]  [mem 0x7ad53000-0x7ad5ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ad8f000-0x7ae2ffff]
[    0.000000]  [mem 0x7ad8f000-0x7ae2ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ae8f000-0x7aecffff]
[    0.000000]  [mem 0x7ae8f000-0x7aecffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7aeff000-0x7af7afff]
[    0.000000]  [mem 0x7aeff000-0x7af7afff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7afe5000-0x7affffff]
[    0.000000]  [mem 0x7afe5000-0x7affffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x469a00000-0x47f5fffff]
[    0.000000]  [mem 0x469a00000-0x47f5fffff] page 4k
[    0.000000] RAMDISK: [mem 0x02400000-0x0358afff]
[    0.000000] ACPI BIOS Error (bug): A valid RSDP was not found 
(20130927/tbxfroot-211)
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 
0x0000000000000000-0x000000047f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x47f5fffff]
[    0.000000]   NODE_DATA [mem 0x469bd3000-0x469bd7fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x47f5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00057fff]
[    0.000000]   node   0: [mem 0x00059000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x7ad13fff]
[    0.000000]   node   0: [mem 0x7ad53000-0x7ad5ffff]
[    0.000000]   node   0: [mem 0x7ad8f000-0x7ae2ffff]
[    0.000000]   node   0: [mem 0x7ae8f000-0x7aecffff]
[    0.000000]   node   0: [mem 0x7aeff000-0x7af7afff]
[    0.000000]   node   0: [mem 0x7afe5000-0x7affffff]
[    0.000000]   node   0: [mem 0x100000000-0x47f5fffff]
[    0.000000] On node 0 totalpages: 4170807
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7803 pages used for memmap
[    0.000000]   DMA32 zone: 499354 pages, LIFO batch:31
[    0.000000]   Normal zone: 57304 pages used for memmap
[    0.000000]   Normal zone: 3667456 pages, LIFO batch:31
[    0.000000] SFI: Simple Firmware Interface v0.81 
http://simplefirmware.org
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ad14000-0x7ad52fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ad60000-0x7ad8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ae30000-0x7ae8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7aed0000-0x7aefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af7b000-0x7afe4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-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-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffe0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe40000-0xffffffff]
[    0.000000] e820: [mem 0x7fa00000-0xe00f7fff] available for PCI 
devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 
nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff880467800000 s86400 
r8192 d24192 u2097152
[    0.000000] pcpu-alloc: s86400 r8192 d24192 u2097152 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0
[    6.624636] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 4105615
[    6.624637] Policy zone: Normal
[    6.624639] Kernel command line: 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
earlyprintk=xen debug loglevel=8
[    6.625073] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    6.625103] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    6.646450] software IO TLB [mem 0x4512da000-0x4552da000] (64MB) 
mapped at [ffff8804512da000-ffff8804552d9fff]
[    6.700483] Memory: 15900616K/16683228K available (7615K kernel code, 
1135K rwdata, 3560K rodata, 1356K init, 1428K bss, 782612K reserved)
[    6.700542] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 
Nodes=1
[    6.700554] Hierarchical RCU implementation.
[    6.700556] 	RCU dyntick-idle grace-period acceleration is enabled.
[    6.700557] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
[    6.700558] 	Offload RCU callbacks from all CPUs
[    6.700560] 	Offload RCU callbacks from CPUs: 0.
[    6.701398] NR_IRQS:16640 nr_irqs:256 16
[    6.701520] Console: colour dummy device 80x25
[    6.701524] console [tty0] enabled
[    6.701527] bootconsole [xenboot0] disabled
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:01.0
(XEN) PCI add device 0000:00:02.0
(XEN) PCI add device 0000:00:03.0
(XEN) PCI add device 0000:00:14.0
(XEN) PCI add device 0000:00:16.0
(XEN) PCI add device 0000:00:1b.0
(XEN) PCI add device 0000:00:1c.0
(XEN) PCI add device 0000:00:1c.2
(XEN) PCI add device 0000:00:1c.3
(XEN) PCI add device 0000:00:1c.4
(XEN) PCI add device 0000:00:1f.0
(XEN) PCI add device 0000:00:1f.3
(XEN) PCI add device 0000:05:00.0
(XEN) PCI add device 0000:06:00.0
(XEN) PCI add device 0000:06:03.0
(XEN) PCI add device 0000:06:04.0
(XEN) PCI add device 0000:06:05.0
(XEN) PCI add device 0000:06:06.0
(XEN) PCI add device 0000:07:00.0
(XEN) PCI add device 0000:08:00.0
(XEN) PCI add device 0000:09:00.0
(XEN) PCI add device 0000:0a:00.0
(XEN) PCI add device 0000:02:00.0
(XEN) PCI add device 0000:03:00.0
(XEN) PCI add device 0000:04:00.0


Output of dmesg (dom0):
=======================
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-031300rc1-generic (apw@gomeisa) (gcc 
version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201311221535 SMP Fri Nov 
22 20:36:51 UTC 2013
[    0.000000] Command line: 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
earlyprintk=xen debug loglevel=8
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Freeing 58-59 pfn range: 1 pages freed
[    0.000000] 1-1 mapping on 58->59
[    0.000000] Freeing 8f-90 pfn range: 1 pages freed
[    0.000000] 1-1 mapping on 8f->90
[    0.000000] Freeing a0-100 pfn range: 96 pages freed
[    0.000000] 1-1 mapping on a0->100
[    0.000000] Freeing 7ad14-7ad53 pfn range: 63 pages freed
[    0.000000] 1-1 mapping on 7ad14->7ad53
[    0.000000] Freeing 7ad60-7ad8f pfn range: 47 pages freed
[    0.000000] 1-1 mapping on 7ad60->7ad8f
[    0.000000] Freeing 7ae30-7ae8f pfn range: 95 pages freed
[    0.000000] 1-1 mapping on 7ae30->7ae8f
[    0.000000] Freeing 7aed0-7aeff pfn range: 47 pages freed
[    0.000000] 1-1 mapping on 7aed0->7aeff
[    0.000000] Freeing 7af7b-7afe5 pfn range: 106 pages freed
[    0.000000] 1-1 mapping on 7af7b->7afe5
[    0.000000] Freeing 7b000-100000 pfn range: 544768 pages freed
[    0.000000] 1-1 mapping on 7b000->100000
[    0.000000] Released 545224 pages of unused memory
[    0.000000] Set 545224 page(s) to 1-1 mapping
[    0.000000] Populating 3e4a10-469bd8 pfn range: 545224 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] Xen: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] Xen: [mem 0x0000000000059000-0x000000000008efff] usable
[    0.000000] Xen: [mem 0x000000000008f000-0x000000000008ffff] reserved
[    0.000000] Xen: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000007ad13fff] usable
[    0.000000] Xen: [mem 0x000000007ad14000-0x000000007ad52fff] ACPI NVS
[    0.000000] Xen: [mem 0x000000007ad53000-0x000000007ad5ffff] usable
[    0.000000] Xen: [mem 0x000000007ad60000-0x000000007ad8efff] ACPI 
data
[    0.000000] Xen: [mem 0x000000007ad8f000-0x000000007ae2ffff] usable
[    0.000000] Xen: [mem 0x000000007ae30000-0x000000007ae8efff] reserved
[    0.000000] Xen: [mem 0x000000007ae8f000-0x000000007aecffff] usable
[    0.000000] Xen: [mem 0x000000007aed0000-0x000000007aefefff] reserved
[    0.000000] Xen: [mem 0x000000007aeff000-0x000000007af7afff] usable
[    0.000000] Xen: [mem 0x000000007af7b000-0x000000007afe4fff] reserved
[    0.000000] Xen: [mem 0x000000007afe5000-0x000000007affffff] usable
[    0.000000] Xen: [mem 0x000000007b000000-0x000000007f9fffff] reserved
[    0.000000] Xen: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000047f5fffff] usable
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    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 = 0x47f600 max_arch_pfn = 0x400000000
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 
24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x469800000-0x4699fffff]
[    0.000000]  [mem 0x469800000-0x4699fffff] page 4k
[    0.000000] BRK [0x0200c000, 0x0200cfff] PGTABLE
[    0.000000] BRK [0x0200d000, 0x0200dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x468000000-0x4697fffff]
[    0.000000]  [mem 0x468000000-0x4697fffff] page 4k
[    0.000000] BRK [0x0200e000, 0x0200efff] PGTABLE
[    0.000000] BRK [0x0200f000, 0x0200ffff] PGTABLE
[    0.000000] BRK [0x02010000, 0x02010fff] PGTABLE
[    0.000000] BRK [0x02011000, 0x02011fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x400000000-0x467ffffff]
[    0.000000]  [mem 0x400000000-0x467ffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7ad13fff]
[    0.000000]  [mem 0x00100000-0x7ad13fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ad53000-0x7ad5ffff]
[    0.000000]  [mem 0x7ad53000-0x7ad5ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ad8f000-0x7ae2ffff]
[    0.000000]  [mem 0x7ad8f000-0x7ae2ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ae8f000-0x7aecffff]
[    0.000000]  [mem 0x7ae8f000-0x7aecffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7aeff000-0x7af7afff]
[    0.000000]  [mem 0x7aeff000-0x7af7afff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7afe5000-0x7affffff]
[    0.000000]  [mem 0x7afe5000-0x7affffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x469a00000-0x47f5fffff]
[    0.000000]  [mem 0x469a00000-0x47f5fffff] page 4k
[    0.000000] RAMDISK: [mem 0x02400000-0x0358afff]
[    0.000000] ACPI BIOS Error (bug): A valid RSDP was not found 
(20130927/tbxfroot-211)
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 
0x0000000000000000-0x000000047f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x47f5fffff]
[    0.000000]   NODE_DATA [mem 0x469bd3000-0x469bd7fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x47f5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00057fff]
[    0.000000]   node   0: [mem 0x00059000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x7ad13fff]
[    0.000000]   node   0: [mem 0x7ad53000-0x7ad5ffff]
[    0.000000]   node   0: [mem 0x7ad8f000-0x7ae2ffff]
[    0.000000]   node   0: [mem 0x7ae8f000-0x7aecffff]
[    0.000000]   node   0: [mem 0x7aeff000-0x7af7afff]
[    0.000000]   node   0: [mem 0x7afe5000-0x7affffff]
[    0.000000]   node   0: [mem 0x100000000-0x47f5fffff]
[    0.000000] On node 0 totalpages: 4170807
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7803 pages used for memmap
[    0.000000]   DMA32 zone: 499354 pages, LIFO batch:31
[    0.000000]   Normal zone: 57304 pages used for memmap
[    0.000000]   Normal zone: 3667456 pages, LIFO batch:31
[    0.000000] SFI: Simple Firmware Interface v0.81 
http://simplefirmware.org
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ad14000-0x7ad52fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ad60000-0x7ad8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ae30000-0x7ae8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7aed0000-0x7aefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af7b000-0x7afe4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-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-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffe0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe40000-0xffffffff]
[    0.000000] e820: [mem 0x7fa00000-0xe00f7fff] available for PCI 
devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 
nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff880467800000 s86400 
r8192 d24192 u2097152
[    0.000000] pcpu-alloc: s86400 r8192 d24192 u2097152 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0
[    6.624636] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 4105615
[    6.624637] Policy zone: Normal
[    6.624639] Kernel command line: 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
earlyprintk=xen debug loglevel=8
[    6.625073] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    6.625103] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    6.646450] software IO TLB [mem 0x4512da000-0x4552da000] (64MB) 
mapped at [ffff8804512da000-ffff8804552d9fff]
[    6.700483] Memory: 15900616K/16683228K available (7615K kernel code, 
1135K rwdata, 3560K rodata, 1356K init, 1428K bss, 782612K reserved)
[    6.700542] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 
Nodes=1
[    6.700554] Hierarchical RCU implementation.
[    6.700556] 	RCU dyntick-idle grace-period acceleration is enabled.
[    6.700557] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
[    6.700558] 	Offload RCU callbacks from all CPUs
[    6.700560] 	Offload RCU callbacks from CPUs: 0.
[    6.701398] NR_IRQS:16640 nr_irqs:256 16
[    6.701520] Console: colour dummy device 80x25
[    6.701524] console [tty0] enabled
[    6.701527] bootconsole [xenboot0] disabled
[    6.710096] allocated 67108864 bytes of page_cgroup
[    6.710100] please try 'cgroup_disable=memory' option if you don't 
want memory cgroups
[    6.710146] Xen: using vcpuop timer interface
[    6.710153] installing Xen timer for CPU 0
[    6.710188] tsc: Detected 1995.433 MHz processor
[    6.710193] Calibrating delay loop (skipped), value calculated using 
timer frequency.. 3990.86 BogoMIPS (lpj=7981732)
[    6.710197] pid_max: default: 32768 minimum: 301
[    6.710227] Security Framework initialized
[    6.710249] AppArmor: AppArmor initialized
[    6.710251] Yama: becoming mindful.
[    6.712487] Dentry cache hash table entries: 2097152 (order: 12, 
16777216 bytes)
[    6.715744] Inode-cache hash table entries: 1048576 (order: 11, 
8388608 bytes)
[    6.716724] Mount-cache hash table entries: 256
[    6.716883] Initializing cgroup subsys memory
[    6.716888] Initializing cgroup subsys devices
[    6.716890] Initializing cgroup subsys freezer
[    6.716892] Initializing cgroup subsys blkio
[    6.716894] Initializing cgroup subsys perf_event
[    6.716896] Initializing cgroup subsys hugetlb
[    6.716943] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    6.716943] ENERGY_PERF_BIAS: View and update with 
x86_energy_perf_policy(8)
[    6.716948] CPU: Physical Processor ID: 0
[    6.716949] CPU: Processor Core ID: 0
[    6.717713] mce: CPU supports 2 MCE banks
[    6.717726] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    6.717726] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[    6.717726] tlb_flushall_shift: 6
[    6.744125] Freeing SMP alternatives memory: 28K (ffffffff81e70000 - 
ffffffff81e77000)
[    6.744860] ftrace: allocating 31276 entries in 123 pages
[    6.754618] cpu 0 spinlock event irq 17
[    6.762001] Performance Events: unsupported p6 CPU model 70 no PMU 
driver, software events only.
[    6.763154] x86: Booted up 1 node, 1 CPUs
[    6.763190] NMI watchdog: disabled (cpu0): hardware events not 
enabled
[    6.763238] devtmpfs: initialized
[    6.766240] EVM: security.selinux
[    6.766242] EVM: security.SMACK64
[    6.766243] EVM: security.capability
[    6.766272] PM: Registering ACPI NVS region [mem 
0x7ad14000-0x7ad52fff] (258048 bytes)
[    6.766763] pinctrl core: initialized pinctrl subsystem
[    6.766782] xen:grant_table: Grant tables using version 2 layout
[    6.766791] Grant table initialized
[    6.766815] regulator-dummy: no parameters
[    6.766858] RTC time: 20:46:31, date: 11/26/13
[    6.766879] NET: Registered protocol family 16
[    6.767080] PCI: Using configuration type 1 for base access
[    6.767632] bio: create slab <bio-0> at 0
[    6.767696] ACPI: Interpreter disabled.
[    6.767703] xen:balloon: Initialising balloon driver
[    6.768465] xen_balloon: Initialising balloon driver
[    6.768515] vgaarb: loaded
[    6.768609] SCSI subsystem initialized
[    6.768627] libata version 3.00 loaded.
[    6.768647] usbcore: registered new interface driver usbfs
[    6.768652] usbcore: registered new interface driver hub
[    6.768662] usbcore: registered new device driver usb
[    6.768710] PCI: Probing PCI hardware
[    6.768712] PCI: root bus 00: using default resources
[    6.768714] PCI: Probing PCI hardware (bus 00)
[    6.768727] PCI host bridge to bus 0000:00
[    6.768731] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    6.768733] pci_bus 0000:00: root bus resource [mem 
0x00000000-0x7fffffffff]
[    6.768735] pci_bus 0000:00: No busn resource found for root bus, 
will use [bus 00-ff]
[    6.768749] pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
[    6.768846] pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
[    6.768923] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    6.768982] pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
[    6.769005] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 
64bit]
[    6.769018] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 
64bit pref]
[    6.769028] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
[    6.769099] vgaarb: device added: 
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    6.769116] pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
[    6.769131] pci 0000:00:03.0: reg 0x10: [mem 0xa0a10000-0xa0a13fff 
64bit]
[    6.769283] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    6.769326] pci 0000:00:14.0: reg 0x10: [mem 0xa0a00000-0xa0a0ffff 
64bit]
[    6.769474] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    6.769533] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    6.769576] pci 0000:00:16.0: reg 0x10: [mem 0xa0a19100-0xa0a1910f 
64bit]
[    6.769724] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    6.769811] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    6.769842] pci 0000:00:1b.0: reg 0x10: [mem 0xa0a14000-0xa0a17fff 
64bit]
[    6.770000] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    6.770059] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    6.770208] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    6.770274] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    6.770440] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    6.770504] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    6.770667] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    6.770730] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    6.770907] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    6.770989] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[    6.771217] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    6.771251] pci 0000:00:1f.3: reg 0x10: [mem 0xa0a19000-0xa0a190ff 
64bit]
[    6.771299] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    6.771436] pci 0000:05:00.0: [8086:156d] type 01 class 0x060400
[    6.771539] pci 0000:05:00.0: supports D1 D2
[    6.771541] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.779005] pci 0000:00:01.0: PCI bridge to [bus 05-6b]
[    6.779011] pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
[    6.779015] pci 0000:00:01.0:   bridge window [mem 
0xa0b00000-0xacbfffff]
[    6.779021] pci 0000:00:01.0:   bridge window [mem 
0xacc00000-0xb8cfffff 64bit pref]
[    6.779108] pci 0000:06:00.0: [8086:156d] type 01 class 0x060400
[    6.779218] pci 0000:06:00.0: supports D1 D2
[    6.779219] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.779285] pci 0000:06:03.0: [8086:156d] type 01 class 0x060400
[    6.779394] pci 0000:06:03.0: supports D1 D2
[    6.779395] pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.779453] pci 0000:06:04.0: [8086:156d] type 01 class 0x060400
[    6.779552] pci 0000:06:04.0: supports D1 D2
[    6.779554] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.779612] pci 0000:06:05.0: [8086:156d] type 01 class 0x060400
[    6.779712] pci 0000:06:05.0: supports D1 D2
[    6.779713] pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.779773] pci 0000:06:06.0: [8086:156d] type 01 class 0x060400
[    6.779873] pci 0000:06:06.0: supports D1 D2
[    6.779874] pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.779950] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    6.779957] pci 0000:05:00.0:   bridge window [io  0x2000-0x3fff]
[    6.779962] pci 0000:05:00.0:   bridge window [mem 
0xa0b00000-0xa8bfffff]
[    6.779969] pci 0000:05:00.0:   bridge window [mem 
0xacc00000-0xb4cfffff 64bit pref]
[    6.780053] pci 0000:07:00.0: [8086:156c] type 00 class 0x088000
[    6.780071] pci 0000:07:00.0: reg 0x10: [mem 0xa0b00000-0xa0b3ffff]
[    6.780086] pci 0000:07:00.0: reg 0x14: [mem 0xa0b40000-0xa0b40fff]
[    6.780226] pci 0000:07:00.0: supports D1 D2
[    6.780227] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.780297] pci 0000:06:00.0: PCI bridge to [bus 07]
[    6.780307] pci 0000:06:00.0:   bridge window [mem 
0xa0b00000-0xa0bfffff]
[    6.780406] pci 0000:08:00.0: [8086:1549] type 01 class 0x060400
[    6.780579] pci 0000:08:00.0: supports D1 D2
[    6.780580] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.787196] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    6.787205] pci 0000:06:03.0:   bridge window [io  0x2000-0x2fff]
[    6.787211] pci 0000:06:03.0:   bridge window [mem 
0xa0c00000-0xa4bfffff]
[    6.787218] pci 0000:06:03.0:   bridge window [mem 
0xacc00000-0xb0cfffff 64bit pref]
[    6.787343] pci 0000:09:00.0: [8086:1549] type 01 class 0x060400
[    6.787524] pci 0000:09:00.0: supports D1 D2
[    6.787526] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.787671] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    6.787700] pci 0000:08:00.0:   bridge window [mem 
0xacc00000-0xaccfffff 64bit pref]
[    6.787848] pci 0000:0a:00.0: [14e4:1682] type 00 class 0x020000
[    6.787900] pci 0000:0a:00.0: reg 0x10: [mem 0xacc00000-0xacc0ffff 
64bit pref]
[    6.787945] pci 0000:0a:00.0: reg 0x18: [mem 0xacc10000-0xacc1ffff 
64bit pref]
[    6.788027] pci 0000:0a:00.0: reg 0x30: [mem 0xffff0000-0xffffffff 
pref]
[    6.788217] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    6.795448] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    6.795483] pci 0000:09:00.0:   bridge window [mem 
0xacc00000-0xaccfffff 64bit pref]
[    6.795593] pci 0000:06:04.0: PCI bridge to [bus 39]
[    6.795675] pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
[    6.795682] pci 0000:06:05.0:   bridge window [io  0x3000-0x3fff]
[    6.795687] pci 0000:06:05.0:   bridge window [mem 
0xa4c00000-0xa8bfffff]
[    6.795695] pci 0000:06:05.0:   bridge window [mem 
0xb0d00000-0xb4cfffff 64bit pref]
[    6.795757] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    6.795910] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    6.796109] pci 0000:02:00.0: [14e4:43a0] type 00 class 0x028000
[    6.796167] pci 0000:02:00.0: reg 0x10: [mem 0xa0600000-0xa0607fff 
64bit]
[    6.796214] pci 0000:02:00.0: reg 0x18: [mem 0xa0400000-0xa05fffff 
64bit]
[    6.796479] pci 0000:02:00.0: supports D1 D2
[    6.796481] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    6.803706] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    6.803726] pci 0000:00:1c.2:   bridge window [mem 
0xa0400000-0xa06fffff]
[    6.803895] pci 0000:03:00.0: [14e4:1570] type 00 class 0x048000
[    6.803930] pci 0000:03:00.0: reg 0x10: [mem 0xa0900000-0xa090ffff 
64bit]
[    6.803959] pci 0000:03:00.0: reg 0x18: [mem 0x80000000-0x8fffffff 
64bit pref]
[    6.803988] pci 0000:03:00.0: reg 0x20: [mem 0xa0800000-0xa08fffff 
64bit]
[    6.804110] pci 0000:03:00.0: supports D1
[    6.804111] pci 0000:03:00.0: PME# supported from D0 D3hot
[    6.804225] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    6.804235] pci 0000:00:1c.3:   bridge window [mem 
0xa0800000-0xa09fffff]
[    6.804246] pci 0000:00:1c.3:   bridge window [mem 
0x80000000-0x8fffffff 64bit pref]
[    6.804417] pci 0000:04:00.0: [144d:1600] type 00 class 0x010601
[    6.804525] pci 0000:04:00.0: reg 0x24: [mem 0xa0700000-0xa0701fff]
[    6.804544] pci 0000:04:00.0: reg 0x30: [mem 0xffff0000-0xffffffff 
pref]
[    6.804642] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    6.804739] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    6.804749] pci 0000:00:1c.4:   bridge window [mem 
0xa0700000-0xa07fffff]
[    6.804808] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 
6b
[    6.811017] PCI: pci_cache_line_size set to 64 bytes
[    6.811220] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    6.811222] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    6.811224] e820: reserve RAM buffer [mem 0x7ad14000-0x7bffffff]
[    6.811225] e820: reserve RAM buffer [mem 0x7ad60000-0x7bffffff]
[    6.811227] e820: reserve RAM buffer [mem 0x7ae30000-0x7bffffff]
[    6.811229] e820: reserve RAM buffer [mem 0x7aed0000-0x7bffffff]
[    6.811231] e820: reserve RAM buffer [mem 0x7af7b000-0x7bffffff]
[    6.811232] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    6.811234] e820: reserve RAM buffer [mem 0x47f600000-0x47fffffff]
[    6.811298] NetLabel: Initializing
[    6.811300] NetLabel:  domain hash size = 128
[    6.811301] NetLabel:  protocols = UNLABELED CIPSOv4
[    6.811311] NetLabel:  unlabeled traffic allowed by default
[    6.811377] Switched to clocksource xen
[    6.814067] AppArmor: AppArmor Filesystem Enabled
[    6.814078] pnp: PnP ACPI: disabled
[    6.814696] pci 0000:0a:00.0: no compatible bridge window for [mem 
0xffff0000-0xffffffff pref]
[    6.814700] pci 0000:04:00.0: no compatible bridge window for [mem 
0xffff0000-0xffffffff pref]
[    6.814717] pci 0000:06:00.0: bridge window [io  0x1000-0x0fff] to 
[bus 07] add_size 1000
[    6.814719] pci 0000:06:00.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000
[    6.814739] pci 0000:09:00.0: bridge window [io  0x1000-0x0fff] to 
[bus 0a] add_size 1000
[    6.814741] pci 0000:09:00.0: bridge window [mem 
0x00100000-0x001fffff] to [bus 0a] add_size 400000
[    6.814760] pci 0000:09:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    6.814762] pci 0000:08:00.0: bridge window [io  0x1000-0x0fff] to 
[bus 09-0a] add_size 1000
[    6.814764] pci 0000:09:00.0: res[14]=[mem 0x00100000-0x001fffff] 
get_res_add_size add_size 400000
[    6.814767] pci 0000:08:00.0: bridge window [mem 
0x00100000-0x001fffff] to [bus 09-0a] add_size 400000
[    6.814787] pci 0000:06:04.0: bridge window [io  0x1000-0x0fff] to 
[bus 39] add_size 1000
[    6.814790] pci 0000:06:04.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000
[    6.814792] pci 0000:06:04.0: bridge window [mem 
0x00100000-0x000fffff] to [bus 39] add_size 200000
[    6.814812] pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to 
[bus 6b] add_size 1000
[    6.814815] pci 0000:06:06.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000
[    6.814817] pci 0000:06:06.0: bridge window [mem 
0x00100000-0x000fffff] to [bus 6b] add_size 200000
[    6.814853] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
[    6.814855] pci 0000:00:1c.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    6.814857] pci 0000:00:1c.0: bridge window [mem 
0x00100000-0x000fffff] to [bus 01] add_size 200000
[    6.814907] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[    6.814909] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 
64bit pref] get_res_add_size add_size 200000
[    6.814912] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    6.814915] pci 0000:00:1c.0: BAR 14: assigned [mem 
0x7fa00000-0x7fbfffff]
[    6.814917] pci 0000:00:1c.0: BAR 15: assigned [mem 
0x7fc00000-0x7fdfffff 64bit pref]
[    6.814920] pci 0000:00:1c.4: BAR 15: assigned [mem 
0x7fe00000-0x7fefffff pref]
[    6.814923] pci 0000:00:1c.0: BAR 13: assigned [io  0x5000-0x5fff]
[    6.814928] pci 0000:06:00.0: res[15]=[mem 0x00100000-0x000fffff 
64bit pref] get_res_add_size add_size 200000
[    6.814931] pci 0000:06:04.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[    6.814933] pci 0000:06:04.0: res[15]=[mem 0x00100000-0x000fffff 
64bit pref] get_res_add_size add_size 200000
[    6.814935] pci 0000:06:06.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[    6.814938] pci 0000:06:06.0: res[15]=[mem 0x00100000-0x000fffff 
64bit pref] get_res_add_size add_size 200000
[    6.814940] pci 0000:06:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    6.814942] pci 0000:06:04.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    6.814944] pci 0000:06:06.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    6.814947] pci 0000:06:00.0: BAR 15: can't assign mem pref (size 
0x200000)
[    6.814949] pci 0000:06:04.0: BAR 14: can't assign mem (size 
0x200000)
[    6.814951] pci 0000:06:04.0: BAR 15: can't assign mem pref (size 
0x200000)
[    6.814953] pci 0000:06:06.0: BAR 14: can't assign mem (size 
0x200000)
[    6.814955] pci 0000:06:06.0: BAR 15: can't assign mem pref (size 
0x200000)
[    6.814957] pci 0000:06:00.0: BAR 13: can't assign io (size 0x1000)
[    6.814959] pci 0000:06:04.0: BAR 13: can't assign io (size 0x1000)
[    6.814961] pci 0000:06:06.0: BAR 13: can't assign io (size 0x1000)
[    6.814963] pci 0000:06:06.0: BAR 14: can't assign mem (size 
0x200000)
[    6.814965] pci 0000:06:06.0: BAR 15: can't assign mem pref (size 
0x200000)
[    6.814967] pci 0000:06:06.0: BAR 13: can't assign io (size 0x1000)
[    6.814969] pci 0000:06:04.0: BAR 14: can't assign mem (size 
0x200000)
[    6.814971] pci 0000:06:04.0: BAR 15: can't assign mem pref (size 
0x200000)
[    6.814973] pci 0000:06:04.0: BAR 13: can't assign io (size 0x1000)
[    6.814975] pci 0000:06:00.0: BAR 15: can't assign mem pref (size 
0x200000)
[    6.814977] pci 0000:06:00.0: BAR 13: can't assign io (size 0x1000)
[    6.814979] pci 0000:06:00.0: PCI bridge to [bus 07]
[    6.814986] pci 0000:06:00.0:   bridge window [mem 
0xa0b00000-0xa0bfffff]
[    6.814997] pci 0000:08:00.0: res[14]=[mem 0x00100000-0x001fffff] 
get_res_add_size add_size 400000
[    6.814999] pci 0000:08:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    6.815001] pci 0000:08:00.0: BAR 14: assigned [mem 
0xa0c00000-0xa10fffff]
[    6.815003] pci 0000:08:00.0: BAR 13: assigned [io  0x2000-0x2fff]
[    6.815006] pci 0000:09:00.0: res[14]=[mem 0x00100000-0x001fffff] 
get_res_add_size add_size 400000
[    6.815008] pci 0000:09:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    6.815010] pci 0000:09:00.0: BAR 14: assigned [mem 
0xa0c00000-0xa10fffff]
[    6.815012] pci 0000:09:00.0: BAR 13: assigned [io  0x2000-0x2fff]
[    6.815014] pci 0000:0a:00.0: BAR 6: assigned [mem 
0xacc20000-0xacc2ffff pref]
[    6.815017] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    6.815021] pci 0000:09:00.0:   bridge window [io  0x2000-0x2fff]
[    6.815031] pci 0000:09:00.0:   bridge window [mem 
0xa0c00000-0xa10fffff]
[    6.815038] pci 0000:09:00.0:   bridge window [mem 
0xacc00000-0xaccfffff 64bit pref]
[    6.815051] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    6.815055] pci 0000:08:00.0:   bridge window [io  0x2000-0x2fff]
[    6.815065] pci 0000:08:00.0:   bridge window [mem 
0xa0c00000-0xa10fffff]
[    6.815072] pci 0000:08:00.0:   bridge window [mem 
0xacc00000-0xaccfffff 64bit pref]
[    6.815085] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    6.815088] pci 0000:06:03.0:   bridge window [io  0x2000-0x2fff]
[    6.815094] pci 0000:06:03.0:   bridge window [mem 
0xa0c00000-0xa4bfffff]
[    6.815099] pci 0000:06:03.0:   bridge window [mem 
0xacc00000-0xb0cfffff 64bit pref]
[    6.815107] pci 0000:06:04.0: PCI bridge to [bus 39]
[    6.815122] pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
[    6.815125] pci 0000:06:05.0:   bridge window [io  0x3000-0x3fff]
[    6.815132] pci 0000:06:05.0:   bridge window [mem 
0xa4c00000-0xa8bfffff]
[    6.815136] pci 0000:06:05.0:   bridge window [mem 
0xb0d00000-0xb4cfffff 64bit pref]
[    6.815144] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    6.815160] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    6.815163] pci 0000:05:00.0:   bridge window [io  0x2000-0x3fff]
[    6.815169] pci 0000:05:00.0:   bridge window [mem 
0xa0b00000-0xa8bfffff]
[    6.815173] pci 0000:05:00.0:   bridge window [mem 
0xacc00000-0xb4cfffff 64bit pref]
[    6.815181] pci 0000:00:01.0: PCI bridge to [bus 05-6b]
[    6.815184] pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
[    6.815189] pci 0000:00:01.0:   bridge window [mem 
0xa0b00000-0xacbfffff]
[    6.815193] pci 0000:00:01.0:   bridge window [mem 
0xacc00000-0xb8cfffff 64bit pref]
[    6.815199] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    6.815207] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    6.815216] pci 0000:00:1c.0:   bridge window [mem 
0x7fa00000-0x7fbfffff]
[    6.815222] pci 0000:00:1c.0:   bridge window [mem 
0x7fc00000-0x7fdfffff 64bit pref]
[    6.815233] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    6.815242] pci 0000:00:1c.2:   bridge window [mem 
0xa0400000-0xa06fffff]
[    6.815257] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    6.815265] pci 0000:00:1c.3:   bridge window [mem 
0xa0800000-0xa09fffff]
[    6.815271] pci 0000:00:1c.3:   bridge window [mem 
0x80000000-0x8fffffff 64bit pref]
[    6.815283] pci 0000:04:00.0: BAR 6: assigned [mem 
0x7fe00000-0x7fe0ffff pref]
[    6.815285] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    6.815298] pci 0000:00:1c.4:   bridge window [mem 
0xa0700000-0xa07fffff]
[    6.815304] pci 0000:00:1c.4:   bridge window [mem 
0x7fe00000-0x7fefffff pref]
[    6.815316] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    6.815318] pci_bus 0000:00: resource 5 [mem 0x00000000-0x7fffffffff]
[    6.815320] pci_bus 0000:05: resource 0 [io  0x2000-0x4fff]
[    6.815321] pci_bus 0000:05: resource 1 [mem 0xa0b00000-0xacbfffff]
[    6.815323] pci_bus 0000:05: resource 2 [mem 0xacc00000-0xb8cfffff 
64bit pref]
[    6.815325] pci_bus 0000:06: resource 0 [io  0x2000-0x3fff]
[    6.815327] pci_bus 0000:06: resource 1 [mem 0xa0b00000-0xa8bfffff]
[    6.815329] pci_bus 0000:06: resource 2 [mem 0xacc00000-0xb4cfffff 
64bit pref]
[    6.815331] pci_bus 0000:07: resource 1 [mem 0xa0b00000-0xa0bfffff]
[    6.815333] pci_bus 0000:08: resource 0 [io  0x2000-0x2fff]
[    6.815335] pci_bus 0000:08: resource 1 [mem 0xa0c00000-0xa4bfffff]
[    6.815337] pci_bus 0000:08: resource 2 [mem 0xacc00000-0xb0cfffff 
64bit pref]
[    6.815339] pci_bus 0000:09: resource 0 [io  0x2000-0x2fff]
[    6.815341] pci_bus 0000:09: resource 1 [mem 0xa0c00000-0xa10fffff]
[    6.815342] pci_bus 0000:09: resource 2 [mem 0xacc00000-0xaccfffff 
64bit pref]
[    6.815345] pci_bus 0000:0a: resource 0 [io  0x2000-0x2fff]
[    6.815346] pci_bus 0000:0a: resource 1 [mem 0xa0c00000-0xa10fffff]
[    6.815348] pci_bus 0000:0a: resource 2 [mem 0xacc00000-0xaccfffff 
64bit pref]
[    6.815350] pci_bus 0000:3a: resource 0 [io  0x3000-0x3fff]
[    6.815352] pci_bus 0000:3a: resource 1 [mem 0xa4c00000-0xa8bfffff]
[    6.815354] pci_bus 0000:3a: resource 2 [mem 0xb0d00000-0xb4cfffff 
64bit pref]
[    6.815356] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    6.815358] pci_bus 0000:01: resource 1 [mem 0x7fa00000-0x7fbfffff]
[    6.815359] pci_bus 0000:01: resource 2 [mem 0x7fc00000-0x7fdfffff 
64bit pref]
[    6.815361] pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa06fffff]
[    6.815363] pci_bus 0000:03: resource 1 [mem 0xa0800000-0xa09fffff]
[    6.815365] pci_bus 0000:03: resource 2 [mem 0x80000000-0x8fffffff 
64bit pref]
[    6.815367] pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa07fffff]
[    6.815369] pci_bus 0000:04: resource 2 [mem 0x7fe00000-0x7fefffff 
pref]
[    6.815387] NET: Registered protocol family 2
[    6.815610] TCP established hash table entries: 131072 (order: 8, 
1048576 bytes)
[    6.815853] TCP bind hash table entries: 65536 (order: 8, 1048576 
bytes)
[    6.815967] TCP: Hash tables configured (established 131072 bind 
65536)
[    6.815980] TCP: reno registered
[    6.816013] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    6.816072] UDP-Lite hash table entries: 8192 (order: 6, 262144 
bytes)
[    6.816127] NET: Registered protocol family 1
[    6.816140] pci 0000:00:02.0: Boot video device
[    6.816161] pci 0000:00:14.0: can't find IRQ for PCI INT A; please 
try using pci=biosirq
[    6.816250] PCI: CLS mismatch (256 != 128), using 64 bytes
[    6.816298] Trying to unpack rootfs image as initramfs...
[    7.024572] Freeing initrd memory: 17964K (ffff880002400000 - 
ffff88000358b000)
[    7.024661] platform rtc_cmos: registered platform RTC device (no PNP 
device found)
[    7.024697] Scanning for low memory corruption every 60 seconds
[    7.024840] Initialise system trusted keyring
[    7.024868] audit: initializing netlink socket (disabled)
[    7.024877] type=2000 audit(1385498791.014:1): initialized
[    7.044745] bounce pool size: 64 pages
[    7.044754] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    7.045290] zbud: loaded
[    7.045377] VFS: Disk quotas dquot_6.5.2
[    7.045399] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    7.045652] fuse init (API version 7.22)
[    7.045690] msgmni has been set to 31091
[    7.045849] Key type asymmetric registered
[    7.045851] Asymmetric key parser 'x509' registered
[    7.045869] Block layer SCSI generic (bsg) driver version 0.4 loaded 
(major 252)
[    7.045883] io scheduler noop registered
[    7.045885] io scheduler deadline registered (default)
[    7.045899] io scheduler cfq registered
[    7.045940] pcieport 0000:00:01.0: device [8086:0d01] has invalid 
IRQ; check vendor BIOS
[    7.045952] pcieport 0000:00:01.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.046042] pcieport 0000:00:1c.0: device [8086:8c10] has invalid 
IRQ; check vendor BIOS
[    7.046054] pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
[    7.046063] pcieport 0000:00:1c.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.046221] pcieport 0000:00:1c.2: device [8086:8c14] has invalid 
IRQ; check vendor BIOS
[    7.046236] pcieport 0000:00:1c.2: can't find IRQ for PCI INT C; 
please try using pci=biosirq
[    7.046372] pcieport 0000:00:1c.3: device [8086:8c16] has invalid 
IRQ; check vendor BIOS
[    7.046387] pcieport 0000:00:1c.3: can't find IRQ for PCI INT D; 
please try using pci=biosirq
[    7.046532] pcieport 0000:00:1c.4: device [8086:8c18] has invalid 
IRQ; check vendor BIOS
[    7.046548] pcieport 0000:00:1c.4: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.046685] pcieport 0000:05:00.0: device [8086:156d] has invalid 
IRQ; check vendor BIOS
[    7.046693] pcieport 0000:05:00.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.046739] pcieport 0000:06:00.0: device [8086:156d] has invalid 
IRQ; check vendor BIOS
[    7.046748] pcieport 0000:06:00.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.046842] pcieport 0000:06:03.0: device [8086:156d] has invalid 
IRQ; check vendor BIOS
[    7.046850] pcieport 0000:06:03.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.046944] pcieport 0000:06:04.0: device [8086:156d] has invalid 
IRQ; check vendor BIOS
[    7.046953] pcieport 0000:06:04.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.047047] pcieport 0000:06:05.0: device [8086:156d] has invalid 
IRQ; check vendor BIOS
[    7.047053] pcieport 0000:06:05.0: enabling device (0000 -> 0003)
[    7.047059] pcieport 0000:06:05.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.047158] pcieport 0000:06:06.0: device [8086:156d] has invalid 
IRQ; check vendor BIOS
[    7.047166] pcieport 0000:06:06.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.047260] pcieport 0000:08:00.0: device [8086:1549] has invalid 
IRQ; check vendor BIOS
[    7.047273] pcieport 0000:08:00.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.047350] pcieport 0000:09:00.0: device [8086:1549] has invalid 
IRQ; check vendor BIOS
[    7.047366] pcieport 0000:09:00.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.047583] pcieport 0000:00:01.0: Signaling PME through PCIe PME 
interrupt
[    7.047585] pcieport 0000:05:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047587] pcieport 0000:06:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047589] pci 0000:07:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047591] pcieport 0000:06:03.0: Signaling PME through PCIe PME 
interrupt
[    7.047592] pcieport 0000:08:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047594] pcieport 0000:09:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047596] pci 0000:0a:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047598] pcieport 0000:06:04.0: Signaling PME through PCIe PME 
interrupt
[    7.047600] pcieport 0000:06:05.0: Signaling PME through PCIe PME 
interrupt
[    7.047601] pcieport 0000:06:06.0: Signaling PME through PCIe PME 
interrupt
[    7.047606] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme 
loaded
[    7.047641] pcieport 0000:00:1c.0: Signaling PME through PCIe PME 
interrupt
[    7.047651] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme 
loaded
[    7.047679] pcieport 0000:00:1c.2: Signaling PME through PCIe PME 
interrupt
[    7.047682] pci 0000:02:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047693] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme 
loaded
[    7.047721] pcieport 0000:00:1c.3: Signaling PME through PCIe PME 
interrupt
[    7.047723] pci 0000:03:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047735] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme 
loaded
[    7.047759] pcieport 0000:00:1c.4: Signaling PME through PCIe PME 
interrupt
[    7.047761] pci 0000:04:00.0: Signaling PME through PCIe PME 
interrupt
[    7.047772] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme 
loaded
[    7.047781] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.047835] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 
8c10 ss_vid 8086 ss_did 7270
[    7.047859] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    7.047872] pciehp 0000:06:00.0:pcie24: HPC vendor_id 8086 device_id 
156d ss_vid 2222 ss_did 1111
[    7.047900] pciehp 0000:06:00.0:pcie24: service driver pciehp loaded
[    7.047912] pciehp 0000:06:03.0:pcie24: HPC vendor_id 8086 device_id 
156d ss_vid 2222 ss_did 1111
[    7.047941] pciehp 0000:06:03.0:pcie24: service driver pciehp loaded
[    7.047953] pciehp 0000:06:04.0:pcie24: HPC vendor_id 8086 device_id 
156d ss_vid 2222 ss_did 1111
[    7.047982] pciehp 0000:06:04.0:pcie24: service driver pciehp loaded
[    7.047995] pciehp 0000:06:05.0:pcie24: HPC vendor_id 8086 device_id 
156d ss_vid 2222 ss_did 1111
[    7.048023] pciehp 0000:06:05.0:pcie24: service driver pciehp loaded
[    7.048035] pciehp 0000:06:06.0:pcie24: HPC vendor_id 8086 device_id 
156d ss_vid 2222 ss_did 1111
[    7.048063] pciehp 0000:06:06.0:pcie24: service driver pciehp loaded
[    7.048082] pciehp 0000:09:00.0:pcie24: HPC vendor_id 8086 device_id 
1549 ss_vid 0 ss_did 0
[    7.048123] pciehp 0000:09:00.0:pcie24: service driver pciehp loaded
[    7.048127] pciehp: PCI Express Hot Plug Controller Driver version: 
0.4
[    7.051903] simple-framebuffer simple-framebuffer.0: framebuffer at 
0x90000000, 0x1437000 bytes, mapped to 0xffffc90001b00000
[    7.051907] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, 
mode=2880x1800x32, linelength=11776
[    7.395029] Console: switching to colour frame buffer device 360x112
[    7.737573] simple-framebuffer simple-framebuffer.0: fb0: simplefb 
registered!
[    7.738288] intel_idle: MWAIT substates: 0x42120
[    7.738739] intel_idle: v0.4 model 0x46
[    7.739116] intel_idle: lapic_timer_reliable_states 0xffffffff
[    7.739687] intel_idle: intel_idle yielding to none
[    7.740396] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.741605] Linux agpgart interface v0.103
[    7.742556] brd: module loaded
[    7.743138] loop: module loaded
[    7.743635] libphy: Fixed MDIO Bus: probed
[    7.744077] tun: Universal TUN/TAP device driver, 1.6
[    7.744572] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    7.745211] PPP generic driver version 2.4.2
[    7.745648] xen_netfront: Initialising Xen virtual ethernet driver
[    7.746251] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) 
Driver
[    7.746887] ehci-pci: EHCI PCI platform driver
[    7.747325] ehci-platform: EHCI generic platform driver
[    7.747843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    7.748442] ohci-platform: OHCI generic platform driver
[    7.748950] uhci_hcd: USB Universal Host Controller Interface driver
[    7.749598] xhci_hcd 0000:00:14.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[    7.750464] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    7.750976] xhci_hcd 0000:00:14.0: new USB bus registered, assigned 
bus number 1
[    7.751819] xhci_hcd 0000:00:14.0: cache line size of 64 is not 
supported
[    7.752611] usb usb1: New USB device found, idVendor=1d6b, 
idProduct=0002
[    7.753270] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    7.753979] usb usb1: Product: xHCI Host Controller
[    7.754453] usb usb1: Manufacturer: Linux 3.13.0-031300rc1-generic 
xhci_hcd
[    7.755135] usb usb1: SerialNumber: 0000:00:14.0
[    7.755635] hub 1-0:1.0: USB hub found
[    7.756023] hub 1-0:1.0: 14 ports detected
[    7.756577] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    7.757091] xhci_hcd 0000:00:14.0: new USB bus registered, assigned 
bus number 2
[    7.757844] usb usb2: New USB device found, idVendor=1d6b, 
idProduct=0003
[    7.758496] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    7.759199] usb usb2: Product: xHCI Host Controller
[    7.759686] usb usb2: Manufacturer: Linux 3.13.0-031300rc1-generic 
xhci_hcd
[    7.760362] usb usb2: SerialNumber: 0000:00:14.0
[    7.760856] hub 2-0:1.0: USB hub found
[    7.761242] hub 2-0:1.0: 6 ports detected
[    7.761733] i8042: PNP: No PS/2 controller found. Probing ports 
directly.
[    8.901705] i8042: No controller found
[    8.902240] mousedev: PS/2 mouse device common for all mice
[    8.902928] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    8.903580] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    8.904223] device-mapper: uevent: version 1.0.3
[    8.904704] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) 
initialised: dm-devel@redhat.com
[    8.905536] Intel P-state driver initializing.
[    8.905981] ledtrig-cpu: registered to indicate activity on CPUs
[    8.906599] TCP: cubic registered
[    8.906971] NET: Registered protocol family 10
[    8.907514] NET: Registered protocol family 17
[    8.907955] Key type dns_resolver registered
[    8.908451] Loading compiled-in X.509 certificates
[    8.909453] Loaded X.509 cert 'Magrathea: Glacier signing key: 
82d8dec7ade8bfec8b62614cb08beef49d28212f'
[    8.910377] registered taskstats version 1
[    8.913701] Key type trusted registered
[    8.916857] Key type encrypted registered
[    8.920050] AppArmor: AppArmor sha1 policy hashing enabled
[    8.921262]   Magic number: 5:344:802
[    8.921687] rtc_cmos rtc_cmos: setting system clock to 2013-11-26 
20:46:33 UTC (1385498793)
[    8.922522] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[    8.923146] PM: Hibernation image not present or could not be loaded.
[    8.924157] Freeing unused kernel memory: 1356K (ffffffff81d1d000 - 
ffffffff81e70000)
[    8.924918] Write protecting the kernel read-only data: 12288k
[    8.928470] Freeing unused kernel memory: 564K (ffff880001773000 - 
ffff880001800000)
[    8.929387] Freeing unused kernel memory: 536K (ffff880001b7a000 - 
ffff880001c00000)
[    8.955649] systemd-udevd[94]: starting version 204
[    8.986352] pps_core: LinuxPPS API ver. 1 registered
[    8.986838] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 
Rodolfo Giometti <giometti@linux.it>
[    8.997754] ahci 0000:04:00.0: version 3.0
[    8.998184] ahci 0000:04:00.0: can't find IRQ for PCI INT A; please 
try using pci=biosirq
[    9.001985] PTP clock support registered
[    9.011404] tg3.c:v3.134 (Sep 16, 2013)
[    9.011810] tg3 0000:0a:00.0: can't find IRQ for PCI INT A; please 
try using pci=biosirq
[    9.012638] ahci 0000:04:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 
0x1 impl SATA mode
[    9.013423] ahci 0000:04:00.0: flags: 64bit ncq led clo only pio ccc
[    9.017308] scsi0 : ahci
[    9.017601] ata1: SATA max UDMA/133 abar m8192@0xa0700000 port 
0xa0700100 irq 39
[    9.053963] tg3 0000:0a:00.0 eth0: Tigon3 [partno(BCM957762) rev 
57766000] (PCI Express) MAC address 68:5b:35:7f:88:bf
[    9.055027] tg3 0000:0a:00.0 eth0: attached PHY is 57765 
(10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    9.056002] tg3 0000:0a:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] 
ASF[0] TSOcap[1]
[    9.056771] tg3 0000:0a:00.0 eth0: dma_rwctrl[00000001] 
dma_mask[64-bit]
[    9.111527] usb 1-8: new full-speed USB device number 2 using 
xhci_hcd
[    9.128747] usb 1-8: New USB device found, idVendor=0a5c, 
idProduct=4500
[    9.129407] usb 1-8: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    9.183092] usb 1-8: Product: BRCM20702 Hub
[    9.236598] usb 1-8: Manufacturer: Apple Inc.
[    9.290257] usb 1-8: ep 0x81 - rounding interval to 1024 microframes, 
ep desc says 2040 microframes
[    9.344504] hub 1-8:1.0: USB hub found
[    9.398057] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    9.451770] hub 1-8:1.0: 3 ports detected
[    9.505090] ata1.00: FORCE: horkage modified (noncq)
[    9.559112] ata1.00: ATA-8: APPLE SSD SM0256F, UXM2JA1Q, max UDMA/133
[    9.612517] ata1.00: 490234752 sectors, multi 16: LBA48 NCQ (not 
used)
[    9.666559] ata1.00: configured for UDMA/133
[    9.719786] usb 1-12: new full-speed USB device number 3 using 
xhci_hcd
[    9.773137] scsi 0:0:0:0: Direct-Access     ATA      APPLE SSD SM0256 
UXM2 PQ: 0 ANSI: 5
[    9.826859] sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 
GB/233 GiB)
[    9.880595] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    9.933993] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.987190] sd 0:0:0:0: [sda] Write Protect is off
[   10.040200] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   10.092969] sd 0:0:0:0: [sda] Write cache: enabled, read cache: 
enabled, doesn't support DPO or FUA
[   10.148549]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[   10.201805] sd 0:0:0:0: [sda] Attached SCSI disk
[   10.255551] usb 1-12: New USB device found, idVendor=05ac, 
idProduct=0263
[   10.308407] usb 1-12: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   10.361043] usb 1-12: Product: Apple Internal Keyboard / Trackpad
[   10.413356] usb 1-12: Manufacturer: Apple Inc.
[   10.471640] hidraw: raw HID events driver (C) Jiri Kosina
[   10.532621] usbcore: registered new interface driver usbhid
[   10.584400] usbhid: USB HID core driver
[   10.637512] input: Apple Inc. Apple Internal Keyboard / Trackpad as 
/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input0
[   10.691607] usb 2-4: new SuperSpeed USB device number 2 using 
xhci_hcd
[   10.745549] apple 0003:05AC:0263.0001: input,hidraw0: USB HID v1.11 
Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on 
usb-0000:00:14.0-12/input0
[   10.802272] apple 0003:05AC:0263.0002: hidraw1: USB HID v1.11 Device 
[Apple Inc. Apple Internal Keyboard / Trackpad] on 
usb-0000:00:14.0-12/input1
[   10.857477] usb 2-4: New USB device found, idVendor=05ac, 
idProduct=8406
[   10.912870] usb 2-4: New USB device strings: Mfr=3, Product=4, 
SerialNumber=5
[   10.968510] usb 2-4: Product: Card Reader
[   11.024070] usb 2-4: Manufacturer: Apple
[   11.079489] usb 2-4: SerialNumber: 000000000820
[   11.139267] usb-storage 2-4:1.0: USB Mass Storage device detected
[   11.194749] scsi1 : usb-storage 2-4:1.0
[   11.253592] usbcore: registered new interface driver usb-storage
[   11.379538] usb 1-8.1: new full-speed USB device number 4 using 
xhci_hcd
[   11.449628] usb 1-8.1: New USB device found, idVendor=05ac, 
idProduct=820a
[   11.505271] usb 1-8.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[   11.561424] usb 1-8.1: ep 0x81 - rounding interval to 64 microframes, 
ep desc says 80 microframes
[   11.620875] input: HID 05ac:820a as 
/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/input/input1
[   11.677652] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID 
v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-8.1/input0
[   11.803643] usb 1-8.2: new full-speed USB device number 5 using 
xhci_hcd
[   11.877807] usb 1-8.2: New USB device found, idVendor=05ac, 
idProduct=820b
[   11.934969] usb 1-8.2: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[   11.992613] usb 1-8.2: ep 0x81 - rounding interval to 64 microframes, 
ep desc says 80 microframes
[   12.052512] input: HID 05ac:820b as 
/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/input/input2
[   12.111372] hid-generic 0003:05AC:820B.0004: input,hidraw3: USB HID 
v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-8.2/input0
[   12.239625] usb 1-8.3: new full-speed USB device number 6 using 
xhci_hcd
[   12.300487] scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   
3.00 PQ: 0 ANSI: 6
[   12.360920] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   12.421743] usb 1-8.3: New USB device found, idVendor=05ac, 
idProduct=8289
[   12.481269] usb 1-8.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   12.540876] usb 1-8.3: Product: Bluetooth USB Host Controller
[   12.600469] usb 1-8.3: Manufacturer: Apple Inc.
[   13.148500] sd 1:0:0:0: [sdb] 2012160 512-byte logical blocks: (1.03 
GB/982 MiB)
[   13.209151] sd 1:0:0:0: [sdb] Write Protect is off
[   13.268592] sd 1:0:0:0: [sdb] Mode Sense: 23 00 00 00
[   13.328802] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: 
enabled, doesn't support DPO or FUA
[   13.398545] GPT:Primary header thinks Alt. header is not at the end 
of the disk.
[   13.458423] GPT:12807 != 2012159
[   13.518248] GPT:Alternate GPT header not at the end of the disk.
[   13.578264] GPT:12807 != 2012159
[   13.637891] GPT: Use GNU Parted to correct GPT errors.
[   13.697674]  sdb: sdb1
[   13.761364] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[   16.373199] PM: Marking nosave pages: [mem 0x00058000-0x00058fff]
[   16.373202] PM: Marking nosave pages: [mem 0x0008f000-0x0008ffff]
[   16.373203] PM: Marking nosave pages: [mem 0x000a0000-0x000fffff]
[   16.373204] PM: Marking nosave pages: [mem 0x7ad14000-0x7ad52fff]
[   16.373205] PM: Marking nosave pages: [mem 0x7ad60000-0x7ad8efff]
[   16.373207] PM: Marking nosave pages: [mem 0x7ae30000-0x7ae8efff]
[   16.373208] PM: Marking nosave pages: [mem 0x7aed0000-0x7aefefff]
[   16.373209] PM: Marking nosave pages: [mem 0x7af7b000-0x7afe4fff]
[   16.373210] PM: Marking nosave pages: [mem 0x7b000000-0xffffffff]
[   16.374012] PM: Basic memory bitmaps created
[   16.414558] PM: Basic memory bitmaps freed
[   16.420645] EXT4-fs (sda5): INFO: recovery required on readonly 
filesystem
[   16.480732] EXT4-fs (sda5): write access will be enabled during 
recovery
[   16.667269] EXT4-fs (sda5): recovery complete
[   16.729234] EXT4-fs (sda5): mounted filesystem with ordered data 
mode. Opts: (null)
[   16.803358] random: nonblocking pool is initialized
[   17.246095] Adding 7300824k swap on /dev/sda6.  Priority:-1 extents:1 
across:7300824k SSFS
[   17.472432] systemd-udevd[273]: starting version 204
[   17.616244] lp: driver loaded but no devices found
[   17.651946] mei_me 0000:00:16.0: can't find IRQ for PCI INT A; please 
try using pci=biosirq
[   17.662090] [drm] Initialized drm 1.1.0 20060810
[   17.780027] type=1400 audit(1385498802.357:2): apparmor="STATUS" 
operation="profile_load" name="/sbin/dhclient" pid=349 
comm="apparmor_parser"
[   17.780031] type=1400 audit(1385498802.357:3): apparmor="STATUS" 
operation="profile_load" 
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=349 
comm="apparmor_parser"
[   17.780033] type=1400 audit(1385498802.357:4): apparmor="STATUS" 
operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" 
pid=349 comm="apparmor_parser"
[   17.780400] type=1400 audit(1385498802.357:5): apparmor="STATUS" 
operation="profile_replace" 
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=349 
comm="apparmor_parser"
[   17.780403] type=1400 audit(1385498802.357:6): apparmor="STATUS" 
operation="profile_replace" 
name="/usr/lib/connman/scripts/dhclient-script" pid=349 
comm="apparmor_parser"
[   17.780582] type=1400 audit(1385498802.357:7): apparmor="STATUS" 
operation="profile_replace" 
name="/usr/lib/connman/scripts/dhclient-script" pid=349 
comm="apparmor_parser"
[   17.882849] cfg80211: Calling CRDA to update world regulatory domain
[   17.888436] i915 0000:00:02.0: can't find IRQ for PCI INT A; please 
try using pci=biosirq
[   17.888989] [drm] Found 128MB of eLLC
[   17.889397] [drm] Memory usable by graphics device = 2048M
[   17.889399] checking generic (90000000 1437000) vs hw (90000000 
10000000)
[   17.889400] fb: conflicting fb hw usage inteldrmfb vs simple - 
removing generic driver
[   17.889425] Console: switching to colour dummy device 80x25
[   17.927300] lib80211: common routines for IEEE802.11 drivers
[   17.927301] lib80211_crypt: registered algorithm 'NULL'
[   17.962314] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   17.975454] input: bcm5974 as 
/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input3
[   17.975585] usbcore: registered new interface driver bcm5974
[   18.015550] wl: module license 'MIXED/Proprietary' taints kernel.
[   18.015553] Disabling lock debugging due to kernel taint
[   18.016860] wl: module verification failed: signature and/or  
required key missing - tainting kernel
[   18.039601] wl 0000:02:00.0: can't find IRQ for PCI INT A; please try 
using pci=biosirq
[   18.083682] INFO @wl_cfg80211_attach : Registered CFG80211 phy
[   18.095687] lib80211_crypt: registered algorithm 'TKIP'
[   18.208205] Bluetooth: Core ver 2.17
[   18.214115] NET: Registered protocol family 31
[   18.214118] Bluetooth: HCI device and connection manager initialized
[   18.214124] Bluetooth: HCI socket layer initialized
[   18.214125] Bluetooth: L2CAP socket layer initialized
[   18.214129] Bluetooth: SCO socket layer initialized
[   18.262106] usbcore: registered new interface driver btusb
[   18.269941] usb 1-8.1: USB disconnect, device number 4
[   18.399662] usb 1-8.2: USB disconnect, device number 5
[   18.406204] Failed to add WC MTRR for 
[0000000090000000-000000009fffffff]; performance may suffer.
[   18.480176] [drm] Supports vblank timestamp caching Rev 2 
(21.10.2013).
[   18.480179] [drm] Driver supports precise vblank timestamp query.
[   18.480252] vgaarb: device changed decodes: 
PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   18.571569] microcode: CPU0 sig=0x40661, pf=0x20, revision=0xf
[   18.574766] platform microcode: Direct firmware load failed with 
error -2
[   18.574768] platform microcode: Falling back to user helper
[   18.593366] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.593368] Bluetooth: BNEP filters: protocol multicast
[   18.593374] Bluetooth: BNEP socket layer initialized
[   18.638183] Bluetooth: RFCOMM TTY layer initialized
[   18.638191] Bluetooth: RFCOMM socket layer initialized
[   18.638195] Bluetooth: RFCOMM ver 1.11
[   19.031537] init: avahi-cups-reload main process (556) terminated 
with status 1
[   19.041350] ppdev: user-space parallel port driver
[   19.044861] parport_pc parport_pc.956: Unable to set coherent dma 
mask: disabling DMA
[   19.045070] parport_pc parport_pc.888: Unable to set coherent dma 
mask: disabling DMA
[   19.046490] parport_pc parport_pc.632: Unable to set coherent dma 
mask: disabling DMA
[   19.069827] type=1400 audit(1385498803.645:8): apparmor="STATUS" 
operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=575 
comm="apparmor_parser"
[   19.069830] type=1400 audit(1385498803.645:9): apparmor="STATUS" 
operation="profile_load" name="/usr/sbin/cupsd" pid=575 
comm="apparmor_parser"
[   19.070201] type=1400 audit(1385498803.645:10): apparmor="STATUS" 
operation="profile_replace" name="/usr/sbin/cupsd" pid=575 
comm="apparmor_parser"
[   19.213316] eth1: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 
6.30.223.141 (r415941)
[   19.235456] [drm] GMBUS [i915 gmbus vga] timed out, falling back to 
bit banging on pin 2
[   19.813943] init: failsafe main process (632) killed by TERM signal
[   19.856113] systemd-udevd[717]: failed to execute 
'/lib/udev/socket:/org/xen/xend/udev_event' 
'socket:/org/xen/xend/udev_event': No such file or directory
[   19.903870] cfg80211: World regulatory domain updated:
[   19.903872] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[   19.903874] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[   19.903875] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[   19.903875] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 
mBi, 2000 mBm)
[   19.903876] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[   19.903877] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[   19.948289] microcode: Microcode Update Driver: v2.00 
<tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   20.331341] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   20.546778] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   22.405605] fbcon: inteldrmfb (fb0) is primary device
[   23.684739] tg3 0000:0a:00.0 eth0: Link is up at 1000 Mbps, full 
duplex
[   23.684740] tg3 0000:0a:00.0 eth0: Flow control is on for TX and on 
for RX
[   23.684741] tg3 0000:0a:00.0 eth0: EEE is disabled
[   23.684760] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   24.875514] Console: switching to colour frame buffer device 240x67
[   25.013051] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   25.013052] i915 0000:00:02.0: registered panic notifier
[   25.111456] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on 
minor 0
[   25.111771] ACPI Exception: AE_BAD_PARAMETER, Thread 1212276736 could 
not acquire Mutex [0x1] (20130927/utmutex-285)
[   25.111802] ACPI Exception: AE_BAD_PARAMETER, Thread 1212276736 could 
not acquire Mutex [0x1] (20130927/utmutex-285)
[   25.111804] ACPI Exception: AE_BAD_PARAMETER, Thread 1212276736 could 
not acquire Mutex [0x1] (20130927/utmutex-285)
[   25.115593] snd_hda_intel 0000:00:03.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[   25.115651] snd_hda_intel 0000:00:1b.0: can't find IRQ for PCI INT A; 
please try using pci=biosirq
[   25.135694] HDA driver get symbol successfully from i915 module
[   25.188169] input: HDA Intel HDMI HDMI/DP,pcm=8 as 
/devices/pci0000:00/0000:00:03.0/sound/card0/input6
[   25.188248] input: HDA Intel HDMI HDMI/DP,pcm=7 as 
/devices/pci0000:00/0000:00:03.0/sound/card0/input5
[   25.188312] input: HDA Intel HDMI HDMI/DP,pcm=3 as 
/devices/pci0000:00/0000:00:03.0/sound/card0/input4
[   25.209723] autoconfig: line_outs=2 (0x12/0x13/0x0/0x0/0x0) 
type:speaker
[   25.209725]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   25.209725]    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[   25.209726]    mono: mono_out=0x0
[   25.209727]    dig-out=0x21/0x0
[   25.209727]    inputs:
[   25.209728]      Internal Mic=0x1c
[   25.209729]      Mic=0x18
[   25.214343] input: HDA Intel PCH SPDIF as 
/devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[   25.214484] input: HDA Intel PCH Headphone as 
/devices/pci0000:00/0000:00:1b.0/sound/card1/input8
[   25.214608] input: HDA Intel PCH Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card1/input7
[   25.244486] systemd-udevd[310]: '/usr/sbin/alsactl restore ' [947] 
terminated by signal 17 (Child exited)
[   26.156328] type=1400 audit(1385498810.733:11): apparmor="STATUS" 
operation="profile_load" 
name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1020 
comm="apparmor_parser"
[   26.156333] type=1400 audit(1385498810.733:12): apparmor="STATUS" 
operation="profile_load" name="chromium_browser" pid=1020 
comm="apparmor_parser"
[   26.156590] type=1400 audit(1385498810.733:13): apparmor="STATUS" 
operation="profile_replace" name="chromium_browser" pid=1020 
comm="apparmor_parser"
[   26.160469] type=1400 audit(1385498810.737:14): apparmor="STATUS" 
operation="profile_load" 
name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper" 
pid=1021 comm="apparmor_parser"
[   26.160472] type=1400 audit(1385498810.737:15): apparmor="STATUS" 
operation="profile_load" name="chromium_browser" pid=1021 
comm="apparmor_parser"
[   26.160731] type=1400 audit(1385498810.737:16): apparmor="STATUS" 
operation="profile_replace" name="chromium_browser" pid=1021 
comm="apparmor_parser"
[   26.164907] type=1400 audit(1385498810.741:17): apparmor="STATUS" 
operation="profile_load" 
name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" 
pid=1022 comm="apparmor_parser"
[   26.164911] type=1400 audit(1385498810.741:18): apparmor="STATUS" 
operation="profile_load" name="chromium_browser" pid=1022 
comm="apparmor_parser"
[   26.165169] type=1400 audit(1385498810.741:19): apparmor="STATUS" 
operation="profile_replace" name="chromium_browser" pid=1022 
comm="apparmor_parser"
[   26.168345] type=1400 audit(1385498810.745:20): apparmor="STATUS" 
operation="profile_replace" name="/sbin/dhclient" pid=1023 
comm="apparmor_parser"
[  104.144226] ahci 0000:04:00.0: vpd r/w failed.  This is likely a 
firmware bug on this device.  Contact the card vendor for a firmware 
update.
[  145.421946] xen:xen_evtchn: Event-channel device installed
[  145.456305] xen_pciback: backend is vpci


Output of lspci -vvv (dom0)
===========================
00:00.0 Host bridge: Intel Corporation Crystal Well DRAM Controller (rev 
08)
	Subsystem: Apple Inc. Device 012e
	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:01.0 PCI bridge: Intel Corporation Crystal Well PCI Express x16 
Controller (rev 08) (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: 256 bytes
	Bus: primary=00, secondary=05, subordinate=6b, sec-latency=0
	I/O behind bridge: 00002000-00004fff
	Memory behind bridge: a0b00000-acbfffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000b8cfffff
	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: [88] Subsystem: Apple Inc. Device 012e
	Capabilities: [80] 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: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee001f8  Data: 0000
	Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 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 #2, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 
<256ns, L1 <8us
			ClockPM- Surprise- LLActRep- BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 75.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: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation Crystal Well 
Integrated Graphics Controller (rev 08) (prog-if 00 [VGA controller])
	Subsystem: Apple Inc. Device 012e
	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 41
	Region 0: Memory at a0000000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at 90000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at 1000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00018  Data: 0000
	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

00:03.0 Audio device: Intel Corporation Crystal Well HD Audio Controller 
(rev 08)
	Subsystem: Apple Inc. Device 012e
	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: 256 bytes
	Interrupt: pin A routed to IRQ 44
	Region 0: Memory at a0a10000 (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: fee003f8  Data: 0000
	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

00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset 
Family USB xHCI (rev 05) (prog-if 30 [XHCI])
	Subsystem: Intel Corporation Device 7270
	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 38
	Region 0: Memory at a0a00000 (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: 00000000fee00358  Data: 0000
	Kernel driver in use: xhci_hcd

00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series 
Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Intel Corporation Device 7270
	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 40
	Region 0: Memory at a0a19100 (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: 00000000fee00398  Data: 0000
	Kernel driver in use: mei_me

00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset 
High Definition Audio Controller (rev 05)
	Subsystem: Intel Corporation Device 7270
	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: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at a0a14000 (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: 00000000fee003d8  Data: 0000
	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-
	Kernel driver in use: snd_hda_intel

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: 256 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: 7fa00000-7fbfffff
	Prefetchable memory behind bridge: 000000007fc00000-000000007fdfffff
	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-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #0, PowerLimit 0.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00218  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device 7270
	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

00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset 
Family PCI Express Root Port #3 (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: 256 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: a0400000-a06fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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 #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM L0s L1 Enabled; 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 #2, 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: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00238  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device 7270
	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

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: 256 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: a0800000-a09fffff
	Prefetchable memory behind bridge: 0000000080000000-000000008fffffff
	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 L0s L1, Latency L0 
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 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: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00258  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device 7270
	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

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: 256 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: a0700000-a07fffff
	Prefetchable memory behind bridge: 000000007fe00000-000000007fefffff
	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 L0s L1, Latency L0 
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, 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: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00278  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device 7270
	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

00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 
05)
	Subsystem: Intel Corporation Device 7270
	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

00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family 
SMBus Controller (rev 05)
	Subsystem: Intel Corporation Device 7270
	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 0
	Region 0: Memory at a0a19000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at efa0 [size=32]

02:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac 
Wireless Network Adapter (rev 03)
	Subsystem: Apple Inc. Device 0134
	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: 256 bytes
	Interrupt: pin A routed to IRQ 0
	Region 0: Memory at a0600000 (64-bit, non-prefetchable) [size=32K]
	Region 2: Memory at a0400000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [48] 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=2 PME-
	Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] Vendor Specific Information: Len=44 <?>
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 1024 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 
<2us, L1 <32us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: wl

03:00.0 Multimedia controller: Broadcom Corporation Device 1570
	Subsystem: Broadcom Corporation Device 1570
	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: 256 bytes
	Interrupt: pin A routed to IRQ 0
	Region 0: Memory at a0900000 (64-bit, non-prefetchable) [size=64K]
	Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M]
	Region 4: Memory at a0800000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] 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=2 PME-
	Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] Vendor Specific Information: Len=44 <?>
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, 
L1 <32us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-

04:00.0 SATA controller: Samsung Electronics Co Ltd Device 1600 (rev 01) 
(prog-if 01 [AHCI 1.0])
	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: 256 bytes
	Interrupt: pin A routed to IRQ 39
	Region 5: Memory at a0700000 (32-bit, non-prefetchable) [size=8K]
	Expansion ROM at 7fe00000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/2 Maskable+ 64bit+
		Address: 00000000fee00378  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 
unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, 
L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		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: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [d0] Vital Product Data
		Not readable
	Kernel driver in use: ahci

05:00.0 PCI bridge: Intel Corporation Device 156d (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: 128 bytes
	Bus: primary=05, secondary=06, subordinate=6b, sec-latency=0
	I/O behind bridge: 00002000-00003fff
	Memory behind bridge: a0b00000-a8bfffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000b4cfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 75.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, 
L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

06:00.0 PCI bridge: Intel Corporation Device 156d (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: 128 bytes
	Bus: primary=06, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: a0b00000-a0bfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00298  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #0, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

06:03.0 PCI bridge: Intel Corporation Device 156d (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: 128 bytes
	Bus: primary=06, secondary=08, subordinate=38, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: a0c00000-a4bfffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000b0cfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee002b8  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #3, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #3, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

06:04.0 PCI bridge: Intel Corporation Device 156d (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: 128 bytes
	Bus: primary=06, secondary=39, subordinate=39, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee002d8  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #4, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

06:05.0 PCI bridge: Intel Corporation Device 156d (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: 128 bytes
	Bus: primary=06, secondary=3a, subordinate=6a, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: a4c00000-a8bfffff
	Prefetchable memory behind bridge: 00000000b0d00000-00000000b4cfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee002f8  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #5, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

06:06.0 PCI bridge: Intel Corporation Device 156d (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: 128 bytes
	Bus: primary=06, secondary=6b, subordinate=6b, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00318  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #6, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #6, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

07:00.0 System peripheral: Intel Corporation Device 156c
	Subsystem: Device 2222:1111
	Physical Slot: 0-1
	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: 128 bytes
	Interrupt: pin A routed to IRQ 0
	Region 0: Memory at a0b00000 (32-bit, non-prefetchable) [size=256K]
	Region 1: Memory at a0b40000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <2us, L1 <4us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, 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 x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range B, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI-X: Enable- Count=16 Masked-
		Vector table: BAR=1 offset=00000000
		PBA: BAR=1 offset=00000fa0

08:00.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Controller 
[Cactus Ridge] (prog-if 00 [Normal decode])
	Physical Slot: 3
	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: 128 bytes
	Bus: primary=08, secondary=09, subordinate=0a, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: a0c00000-a10fffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000accfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
unlimited, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

09:00.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Controller 
[Cactus Ridge] (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: 128 bytes
	Bus: primary=09, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: a0c00000-a10fffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000accfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00338  Data: 0000
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 
unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; 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 #9, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: pcieport

0a:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57762 
Gigabit Ethernet PCIe
	Subsystem: Apple Inc. Device 00f6
	Physical Slot: 9
	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: 128 bytes
	Interrupt: pin A routed to IRQ 0
	Region 0: Memory at acc00000 (64-bit, prefetchable) [size=64K]
	Region 2: Memory at acc10000 (64-bit, prefetchable) [size=64K]
	Expansion ROM at acc20000 [disabled] [size=64K]
	Capabilities: [48] 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=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: Thunderbolt Ethernet
		Read-only fields:
			[PN] Part number: BCM957762
			[EC] Engineering changes: 106679-15
			[SN] Serial number: 0123456789
			[MN] Manufacture ID: 31 34 65 34
			[RV] Reserved: checksum good, 53 byte(s) reserved
		Read/write fields:
			[YA] Asset tag: XYZ01234567
			[RW] Read-write area: 107 byte(s) free
		End
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [a0] MSI-X: Enable+ Count=6 Masked-
		Vector table: BAR=2 offset=00000000
		PBA: BAR=2 offset=00000120
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr+ NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 
<2us, L1 <64us
			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-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: tg3



Output of dmesg (normal linux boot)
===================================
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-031300rc1-generic (apw@gomeisa) (gcc 
version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201311221535 SMP Fri Nov 
22 20:36:51 UTC 2013
[    0.000000] Command line: 
BOOT_IMAGE=/boot/vmlinuz-3.13.0-031300rc1-generic 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
debug loglevel=8
[    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-0x0000000000057fff] 
usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008efff] 
usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] 
usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ad13fff] 
usable
[    0.000000] BIOS-e820: [mem 0x000000007ad14000-0x000000007ad52fff] 
ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ad53000-0x000000007ad5ffff] 
usable
[    0.000000] BIOS-e820: [mem 0x000000007ad60000-0x000000007ad8efff] 
ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ad8f000-0x000000007ae2ffff] 
usable
[    0.000000] BIOS-e820: [mem 0x000000007ae30000-0x000000007ae8efff] 
reserved
[    0.000000] BIOS-e820: [mem 0x000000007ae8f000-0x000000007aecffff] 
usable
[    0.000000] BIOS-e820: [mem 0x000000007aed0000-0x000000007aefefff] 
reserved
[    0.000000] BIOS-e820: [mem 0x000000007aeff000-0x000000007af7afff] 
usable
[    0.000000] BIOS-e820: [mem 0x000000007af7b000-0x000000007afe4fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x000000007afe5000-0x000000007affffff] 
usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007f9fffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] 
reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047f5fffff] 
usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v1.10 by Apple
[    0.000000] efi:  ACPI=0x7ad8e000  ACPI 2.0=0x7ad8e014  
SMBIOS=0x7ad15000
[    0.000000] efi: mem00: type=7, attr=0x80000000000000f, 
range=[0x0000000000000000-0x0000000000058000) (0MB)
[    0.000000] efi: mem01: type=0, attr=0x80000000000000f, 
range=[0x0000000000058000-0x0000000000059000) (0MB)
[    0.000000] efi: mem02: type=7, attr=0x80000000000000f, 
range=[0x0000000000059000-0x000000000008f000) (0MB)
[    0.000000] efi: mem03: type=0, attr=0x80000000000000f, 
range=[0x000000000008f000-0x0000000000090000) (0MB)
[    0.000000] efi: mem04: type=7, attr=0x80000000000000f, 
range=[0x0000000000090000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem05: type=2, attr=0xf, 
range=[0x0000000000100000-0x0000000001500000) (20MB)
[    0.000000] efi: mem06: type=7, attr=0xf, 
range=[0x0000000001500000-0x0000000002000000) (11MB)
[    0.000000] efi: mem07: type=2, attr=0xf, 
range=[0x0000000002000000-0x0000000003400000) (20MB)
[    0.000000] efi: mem08: type=7, attr=0xf, 
range=[0x0000000003400000-0x0000000035cda000) (808MB)
[    0.000000] efi: mem09: type=2, attr=0xf, 
range=[0x0000000035cda000-0x0000000036e65000) (17MB)
[    0.000000] efi: mem10: type=7, attr=0xf, 
range=[0x0000000036e65000-0x000000004dc1d000) (365MB)
[    0.000000] efi: mem11: type=2, attr=0xf, 
range=[0x000000004dc1d000-0x00000000682d2000) (422MB)
[    0.000000] efi: mem12: type=4, attr=0xf, 
range=[0x00000000682d2000-0x0000000069906000) (22MB)
[    0.000000] efi: mem13: type=7, attr=0xf, 
range=[0x0000000069906000-0x000000006a6d3000) (13MB)
[    0.000000] efi: mem14: type=4, attr=0xf, 
range=[0x000000006a6d3000-0x000000006b4a0000) (13MB)
[    0.000000] efi: mem15: type=7, attr=0xf, 
range=[0x000000006b4a0000-0x000000006bb4f000) (6MB)
[    0.000000] efi: mem16: type=1, attr=0xf, 
range=[0x000000006bb4f000-0x000000006bc2c000) (0MB)
[    0.000000] efi: mem17: type=7, attr=0xf, 
range=[0x000000006bc2c000-0x000000006bd09000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, 
range=[0x000000006bd09000-0x000000006bdad000) (0MB)
[    0.000000] efi: mem19: type=7, attr=0xf, 
range=[0x000000006bdad000-0x000000006bdff000) (0MB)
[    0.000000] efi: mem20: type=4, attr=0xf, 
range=[0x000000006bdff000-0x000000006be81000) (0MB)
[    0.000000] efi: mem21: type=7, attr=0xf, 
range=[0x000000006be81000-0x000000006be86000) (0MB)
[    0.000000] efi: mem22: type=4, attr=0xf, 
range=[0x000000006be86000-0x000000006be87000) (0MB)
[    0.000000] efi: mem23: type=7, attr=0xf, 
range=[0x000000006be87000-0x000000006be95000) (0MB)
[    0.000000] efi: mem24: type=4, attr=0xf, 
range=[0x000000006be95000-0x000000006be96000) (0MB)
[    0.000000] efi: mem25: type=7, attr=0xf, 
range=[0x000000006be96000-0x000000006be9c000) (0MB)
[    0.000000] efi: mem26: type=4, attr=0xf, 
range=[0x000000006be9c000-0x000000006beb1000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, 
range=[0x000000006beb1000-0x000000006bebc000) (0MB)
[    0.000000] efi: mem28: type=4, attr=0xf, 
range=[0x000000006bebc000-0x000000006bec2000) (0MB)
[    0.000000] efi: mem29: type=7, attr=0xf, 
range=[0x000000006bec2000-0x000000006becb000) (0MB)
[    0.000000] efi: mem30: type=4, attr=0xf, 
range=[0x000000006becb000-0x000000006bece000) (0MB)
[    0.000000] efi: mem31: type=7, attr=0xf, 
range=[0x000000006bece000-0x000000006bf07000) (0MB)
[    0.000000] efi: mem32: type=4, attr=0xf, 
range=[0x000000006bf07000-0x000000006bf0e000) (0MB)
[    0.000000] efi: mem33: type=7, attr=0xf, 
range=[0x000000006bf0e000-0x000000006bf17000) (0MB)
[    0.000000] efi: mem34: type=4, attr=0xf, 
range=[0x000000006bf17000-0x000000006bf1c000) (0MB)
[    0.000000] efi: mem35: type=7, attr=0xf, 
range=[0x000000006bf1c000-0x000000006bf57000) (0MB)
[    0.000000] efi: mem36: type=4, attr=0xf, 
range=[0x000000006bf57000-0x000000006bf5f000) (0MB)
[    0.000000] efi: mem37: type=7, attr=0xf, 
range=[0x000000006bf5f000-0x000000006bf60000) (0MB)
[    0.000000] efi: mem38: type=4, attr=0xf, 
range=[0x000000006bf60000-0x000000006bf63000) (0MB)
[    0.000000] efi: mem39: type=7, attr=0xf, 
range=[0x000000006bf63000-0x000000006bf7d000) (0MB)
[    0.000000] efi: mem40: type=4, attr=0xf, 
range=[0x000000006bf7d000-0x000000006bfa5000) (0MB)
[    0.000000] efi: mem41: type=7, attr=0xf, 
range=[0x000000006bfa5000-0x000000006bfa7000) (0MB)
[    0.000000] efi: mem42: type=4, attr=0xf, 
range=[0x000000006bfa7000-0x000000006bfac000) (0MB)
[    0.000000] efi: mem43: type=7, attr=0xf, 
range=[0x000000006bfac000-0x000000006bfaf000) (0MB)
[    0.000000] efi: mem44: type=4, attr=0xf, 
range=[0x000000006bfaf000-0x000000006bfb5000) (0MB)
[    0.000000] efi: mem45: type=7, attr=0xf, 
range=[0x000000006bfb5000-0x000000006bfb7000) (0MB)
[    0.000000] efi: mem46: type=4, attr=0xf, 
range=[0x000000006bfb7000-0x000000006bfbe000) (0MB)
[    0.000000] efi: mem47: type=7, attr=0xf, 
range=[0x000000006bfbe000-0x000000006bfc0000) (0MB)
[    0.000000] efi: mem48: type=4, attr=0xf, 
range=[0x000000006bfc0000-0x000000006bfc4000) (0MB)
[    0.000000] efi: mem49: type=7, attr=0xf, 
range=[0x000000006bfc4000-0x000000006bfc6000) (0MB)
[    0.000000] efi: mem50: type=4, attr=0xf, 
range=[0x000000006bfc6000-0x000000006bfcb000) (0MB)
[    0.000000] efi: mem51: type=7, attr=0xf, 
range=[0x000000006bfcb000-0x000000006bfcd000) (0MB)
[    0.000000] efi: mem52: type=4, attr=0xf, 
range=[0x000000006bfcd000-0x000000006bfd2000) (0MB)
[    0.000000] efi: mem53: type=7, attr=0xf, 
range=[0x000000006bfd2000-0x000000006bfd4000) (0MB)
[    0.000000] efi: mem54: type=4, attr=0xf, 
range=[0x000000006bfd4000-0x000000006bfda000) (0MB)
[    0.000000] efi: mem55: type=7, attr=0xf, 
range=[0x000000006bfda000-0x000000006bfdc000) (0MB)
[    0.000000] efi: mem56: type=4, attr=0xf, 
range=[0x000000006bfdc000-0x000000006bfe0000) (0MB)
[    0.000000] efi: mem57: type=7, attr=0xf, 
range=[0x000000006bfe0000-0x000000006bfe2000) (0MB)
[    0.000000] efi: mem58: type=4, attr=0xf, 
range=[0x000000006bfe2000-0x000000006bfe7000) (0MB)
[    0.000000] efi: mem59: type=7, attr=0xf, 
range=[0x000000006bfe7000-0x000000006bfe9000) (0MB)
[    0.000000] efi: mem60: type=4, attr=0xf, 
range=[0x000000006bfe9000-0x000000006bfee000) (0MB)
[    0.000000] efi: mem61: type=7, attr=0xf, 
range=[0x000000006bfee000-0x000000006bff0000) (0MB)
[    0.000000] efi: mem62: type=4, attr=0xf, 
range=[0x000000006bff0000-0x000000006bff5000) (0MB)
[    0.000000] efi: mem63: type=7, attr=0xf, 
range=[0x000000006bff5000-0x000000006bff7000) (0MB)
[    0.000000] efi: mem64: type=4, attr=0xf, 
range=[0x000000006bff7000-0x000000006bffb000) (0MB)
[    0.000000] efi: mem65: type=7, attr=0xf, 
range=[0x000000006bffb000-0x000000006bffd000) (0MB)
[    0.000000] efi: mem66: type=4, attr=0xf, 
range=[0x000000006bffd000-0x000000006c003000) (0MB)
[    0.000000] efi: mem67: type=7, attr=0xf, 
range=[0x000000006c003000-0x000000006c005000) (0MB)
[    0.000000] efi: mem68: type=4, attr=0xf, 
range=[0x000000006c005000-0x000000006c00a000) (0MB)
[    0.000000] efi: mem69: type=7, attr=0xf, 
range=[0x000000006c00a000-0x000000006c00c000) (0MB)
[    0.000000] efi: mem70: type=4, attr=0xf, 
range=[0x000000006c00c000-0x000000006c013000) (0MB)
[    0.000000] efi: mem71: type=7, attr=0xf, 
range=[0x000000006c013000-0x000000006c016000) (0MB)
[    0.000000] efi: mem72: type=4, attr=0xf, 
range=[0x000000006c016000-0x000000006c01c000) (0MB)
[    0.000000] efi: mem73: type=7, attr=0xf, 
range=[0x000000006c01c000-0x000000006c01f000) (0MB)
[    0.000000] efi: mem74: type=4, attr=0xf, 
range=[0x000000006c01f000-0x000000006c027000) (0MB)
[    0.000000] efi: mem75: type=7, attr=0xf, 
range=[0x000000006c027000-0x000000006c02a000) (0MB)
[    0.000000] efi: mem76: type=4, attr=0xf, 
range=[0x000000006c02a000-0x000000006c031000) (0MB)
[    0.000000] efi: mem77: type=7, attr=0xf, 
range=[0x000000006c031000-0x000000006c034000) (0MB)
[    0.000000] efi: mem78: type=4, attr=0xf, 
range=[0x000000006c034000-0x000000006c03b000) (0MB)
[    0.000000] efi: mem79: type=7, attr=0xf, 
range=[0x000000006c03b000-0x000000006c084000) (0MB)
[    0.000000] efi: mem80: type=4, attr=0xf, 
range=[0x000000006c084000-0x000000006c08d000) (0MB)
[    0.000000] efi: mem81: type=7, attr=0xf, 
range=[0x000000006c08d000-0x000000006c08f000) (0MB)
[    0.000000] efi: mem82: type=4, attr=0xf, 
range=[0x000000006c08f000-0x000000006c091000) (0MB)
[    0.000000] efi: mem83: type=7, attr=0xf, 
range=[0x000000006c091000-0x000000006c0e2000) (0MB)
[    0.000000] efi: mem84: type=4, attr=0xf, 
range=[0x000000006c0e2000-0x000000006c0e6000) (0MB)
[    0.000000] efi: mem85: type=7, attr=0xf, 
range=[0x000000006c0e6000-0x000000006c0e8000) (0MB)
[    0.000000] efi: mem86: type=4, attr=0xf, 
range=[0x000000006c0e8000-0x000000006c0fb000) (0MB)
[    0.000000] efi: mem87: type=7, attr=0xf, 
range=[0x000000006c0fb000-0x000000006c105000) (0MB)
[    0.000000] efi: mem88: type=4, attr=0xf, 
range=[0x000000006c105000-0x000000006c10e000) (0MB)
[    0.000000] efi: mem89: type=7, attr=0xf, 
range=[0x000000006c10e000-0x000000006c10f000) (0MB)
[    0.000000] efi: mem90: type=4, attr=0xf, 
range=[0x000000006c10f000-0x000000006c140000) (0MB)
[    0.000000] efi: mem91: type=7, attr=0xf, 
range=[0x000000006c140000-0x000000006c147000) (0MB)
[    0.000000] efi: mem92: type=4, attr=0xf, 
range=[0x000000006c147000-0x000000006c151000) (0MB)
[    0.000000] efi: mem93: type=7, attr=0xf, 
range=[0x000000006c151000-0x000000006c159000) (0MB)
[    0.000000] efi: mem94: type=4, attr=0xf, 
range=[0x000000006c159000-0x000000006c177000) (0MB)
[    0.000000] efi: mem95: type=7, attr=0xf, 
range=[0x000000006c177000-0x000000006c17c000) (0MB)
[    0.000000] efi: mem96: type=4, attr=0xf, 
range=[0x000000006c17c000-0x000000006c26c000) (0MB)
[    0.000000] efi: mem97: type=7, attr=0xf, 
range=[0x000000006c26c000-0x000000006c26d000) (0MB)
[    0.000000] efi: mem98: type=4, attr=0xf, 
range=[0x000000006c26d000-0x000000006c2dd000) (0MB)
[    0.000000] efi: mem99: type=7, attr=0xf, 
range=[0x000000006c2dd000-0x000000006c2f5000) (0MB)
[    0.000000] efi: mem100: type=4, attr=0xf, 
range=[0x000000006c2f5000-0x000000006c2f7000) (0MB)
[    0.000000] efi: mem101: type=7, attr=0xf, 
range=[0x000000006c2f7000-0x000000006c2fb000) (0MB)
[    0.000000] efi: mem102: type=4, attr=0xf, 
range=[0x000000006c2fb000-0x000000006c2fc000) (0MB)
[    0.000000] efi: mem103: type=7, attr=0xf, 
range=[0x000000006c2fc000-0x000000006c2fd000) (0MB)
[    0.000000] efi: mem104: type=4, attr=0xf, 
range=[0x000000006c2fd000-0x000000006c4f9000) (1MB)
[    0.000000] efi: mem105: type=7, attr=0xf, 
range=[0x000000006c4f9000-0x000000006c510000) (0MB)
[    0.000000] efi: mem106: type=2, attr=0xf, 
range=[0x000000006c510000-0x000000006c514000) (0MB)
[    0.000000] efi: mem107: type=4, attr=0xf, 
range=[0x000000006c514000-0x000000006ecfc000) (39MB)
[    0.000000] efi: mem108: type=3, attr=0xf, 
range=[0x000000006ecfc000-0x000000006ee28000) (1MB)
[    0.000000] efi: mem109: type=4, attr=0xf, 
range=[0x000000006ee28000-0x000000006efbb000) (1MB)
[    0.000000] efi: mem110: type=3, attr=0xf, 
range=[0x000000006efbb000-0x000000006efe2000) (0MB)
[    0.000000] efi: mem111: type=4, attr=0xf, 
range=[0x000000006efe2000-0x000000006f001000) (0MB)
[    0.000000] efi: mem112: type=3, attr=0xf, 
range=[0x000000006f001000-0x000000006f007000) (0MB)
[    0.000000] efi: mem113: type=4, attr=0xf, 
range=[0x000000006f007000-0x000000006f00e000) (0MB)
[    0.000000] efi: mem114: type=3, attr=0xf, 
range=[0x000000006f00e000-0x000000006f015000) (0MB)
[    0.000000] efi: mem115: type=4, attr=0xf, 
range=[0x000000006f015000-0x000000006f019000) (0MB)
[    0.000000] efi: mem116: type=3, attr=0xf, 
range=[0x000000006f019000-0x000000006f023000) (0MB)
[    0.000000] efi: mem117: type=4, attr=0xf, 
range=[0x000000006f023000-0x000000006f02a000) (0MB)
[    0.000000] efi: mem118: type=3, attr=0xf, 
range=[0x000000006f02a000-0x000000006f030000) (0MB)
[    0.000000] efi: mem119: type=4, attr=0xf, 
range=[0x000000006f030000-0x00000000740d2000) (80MB)
[    0.000000] efi: mem120: type=3, attr=0xf, 
range=[0x00000000740d2000-0x00000000740d3000) (0MB)
[    0.000000] efi: mem121: type=4, attr=0xf, 
range=[0x00000000740d3000-0x00000000740d4000) (0MB)
[    0.000000] efi: mem122: type=3, attr=0xf, 
range=[0x00000000740d4000-0x00000000740f7000) (0MB)
[    0.000000] efi: mem123: type=4, attr=0xf, 
range=[0x00000000740f7000-0x00000000740f9000) (0MB)
[    0.000000] efi: mem124: type=3, attr=0xf, 
range=[0x00000000740f9000-0x000000007410d000) (0MB)
[    0.000000] efi: mem125: type=4, attr=0xf, 
range=[0x000000007410d000-0x0000000074111000) (0MB)
[    0.000000] efi: mem126: type=3, attr=0xf, 
range=[0x0000000074111000-0x000000007411c000) (0MB)
[    0.000000] efi: mem127: type=4, attr=0xf, 
range=[0x000000007411c000-0x000000007411e000) (0MB)
[    0.000000] efi: mem128: type=3, attr=0xf, 
range=[0x000000007411e000-0x000000007411f000) (0MB)
[    0.000000] efi: mem129: type=4, attr=0xf, 
range=[0x000000007411f000-0x0000000074123000) (0MB)
[    0.000000] efi: mem130: type=3, attr=0xf, 
range=[0x0000000074123000-0x000000007412f000) (0MB)
[    0.000000] efi: mem131: type=4, attr=0xf, 
range=[0x000000007412f000-0x0000000074130000) (0MB)
[    0.000000] efi: mem132: type=3, attr=0xf, 
range=[0x0000000074130000-0x0000000074139000) (0MB)
[    0.000000] efi: mem133: type=4, attr=0xf, 
range=[0x0000000074139000-0x000000007413b000) (0MB)
[    0.000000] efi: mem134: type=3, attr=0xf, 
range=[0x000000007413b000-0x0000000074142000) (0MB)
[    0.000000] efi: mem135: type=4, attr=0xf, 
range=[0x0000000074142000-0x0000000074144000) (0MB)
[    0.000000] efi: mem136: type=3, attr=0xf, 
range=[0x0000000074144000-0x0000000074158000) (0MB)
[    0.000000] efi: mem137: type=4, attr=0xf, 
range=[0x0000000074158000-0x000000007415b000) (0MB)
[    0.000000] efi: mem138: type=3, attr=0xf, 
range=[0x000000007415b000-0x0000000074165000) (0MB)
[    0.000000] efi: mem139: type=4, attr=0xf, 
range=[0x0000000074165000-0x0000000074168000) (0MB)
[    0.000000] efi: mem140: type=3, attr=0xf, 
range=[0x0000000074168000-0x000000007416c000) (0MB)
[    0.000000] efi: mem141: type=4, attr=0xf, 
range=[0x000000007416c000-0x0000000077470000) (51MB)
[    0.000000] efi: mem142: type=3, attr=0xf, 
range=[0x0000000077470000-0x0000000077475000) (0MB)
[    0.000000] efi: mem143: type=4, attr=0xf, 
range=[0x0000000077475000-0x000000007747a000) (0MB)
[    0.000000] efi: mem144: type=3, attr=0xf, 
range=[0x000000007747a000-0x000000007747f000) (0MB)
[    0.000000] efi: mem145: type=4, attr=0xf, 
range=[0x000000007747f000-0x0000000077483000) (0MB)
[    0.000000] efi: mem146: type=3, attr=0xf, 
range=[0x0000000077483000-0x0000000077484000) (0MB)
[    0.000000] efi: mem147: type=4, attr=0xf, 
range=[0x0000000077484000-0x0000000077996000) (5MB)
[    0.000000] efi: mem148: type=3, attr=0xf, 
range=[0x0000000077996000-0x000000007799b000) (0MB)
[    0.000000] efi: mem149: type=4, attr=0xf, 
range=[0x000000007799b000-0x000000007932f000) (25MB)
[    0.000000] efi: mem150: type=3, attr=0xf, 
range=[0x000000007932f000-0x0000000079348000) (0MB)
[    0.000000] efi: mem151: type=4, attr=0xf, 
range=[0x0000000079348000-0x0000000079420000) (0MB)
[    0.000000] efi: mem152: type=3, attr=0xf, 
range=[0x0000000079420000-0x0000000079430000) (0MB)
[    0.000000] efi: mem153: type=4, attr=0xf, 
range=[0x0000000079430000-0x000000007944a000) (0MB)
[    0.000000] efi: mem154: type=3, attr=0xf, 
range=[0x000000007944a000-0x000000007944d000) (0MB)
[    0.000000] efi: mem155: type=4, attr=0xf, 
range=[0x000000007944d000-0x000000007944f000) (0MB)
[    0.000000] efi: mem156: type=3, attr=0xf, 
range=[0x000000007944f000-0x0000000079450000) (0MB)
[    0.000000] efi: mem157: type=4, attr=0xf, 
range=[0x0000000079450000-0x0000000079451000) (0MB)
[    0.000000] efi: mem158: type=3, attr=0xf, 
range=[0x0000000079451000-0x0000000079459000) (0MB)
[    0.000000] efi: mem159: type=4, attr=0xf, 
range=[0x0000000079459000-0x000000007945c000) (0MB)
[    0.000000] efi: mem160: type=3, attr=0xf, 
range=[0x000000007945c000-0x000000007945e000) (0MB)
[    0.000000] efi: mem161: type=4, attr=0xf, 
range=[0x000000007945e000-0x0000000079461000) (0MB)
[    0.000000] efi: mem162: type=3, attr=0xf, 
range=[0x0000000079461000-0x0000000079469000) (0MB)
[    0.000000] efi: mem163: type=4, attr=0xf, 
range=[0x0000000079469000-0x0000000079471000) (0MB)
[    0.000000] efi: mem164: type=3, attr=0xf, 
range=[0x0000000079471000-0x0000000079476000) (0MB)
[    0.000000] efi: mem165: type=4, attr=0xf, 
range=[0x0000000079476000-0x000000007947e000) (0MB)
[    0.000000] efi: mem166: type=3, attr=0xf, 
range=[0x000000007947e000-0x000000007947f000) (0MB)
[    0.000000] efi: mem167: type=4, attr=0xf, 
range=[0x000000007947f000-0x000000007948e000) (0MB)
[    0.000000] efi: mem168: type=3, attr=0xf, 
range=[0x000000007948e000-0x0000000079492000) (0MB)
[    0.000000] efi: mem169: type=4, attr=0xf, 
range=[0x0000000079492000-0x0000000079499000) (0MB)
[    0.000000] efi: mem170: type=3, attr=0xf, 
range=[0x0000000079499000-0x00000000794a5000) (0MB)
[    0.000000] efi: mem171: type=4, attr=0xf, 
range=[0x00000000794a5000-0x00000000794a6000) (0MB)
[    0.000000] efi: mem172: type=3, attr=0xf, 
range=[0x00000000794a6000-0x00000000794a7000) (0MB)
[    0.000000] efi: mem173: type=4, attr=0xf, 
range=[0x00000000794a7000-0x00000000794ab000) (0MB)
[    0.000000] efi: mem174: type=3, attr=0xf, 
range=[0x00000000794ab000-0x00000000794ad000) (0MB)
[    0.000000] efi: mem175: type=4, attr=0xf, 
range=[0x00000000794ad000-0x00000000794f5000) (0MB)
[    0.000000] efi: mem176: type=3, attr=0xf, 
range=[0x00000000794f5000-0x00000000794fe000) (0MB)
[    0.000000] efi: mem177: type=4, attr=0xf, 
range=[0x00000000794fe000-0x0000000079507000) (0MB)
[    0.000000] efi: mem178: type=3, attr=0xf, 
range=[0x0000000079507000-0x0000000079545000) (0MB)
[    0.000000] efi: mem179: type=4, attr=0xf, 
range=[0x0000000079545000-0x000000007956d000) (0MB)
[    0.000000] efi: mem180: type=3, attr=0xf, 
range=[0x000000007956d000-0x000000007957f000) (0MB)
[    0.000000] efi: mem181: type=4, attr=0xf, 
range=[0x000000007957f000-0x0000000079591000) (0MB)
[    0.000000] efi: mem182: type=3, attr=0xf, 
range=[0x0000000079591000-0x000000007959d000) (0MB)
[    0.000000] efi: mem183: type=4, attr=0xf, 
range=[0x000000007959d000-0x00000000795a9000) (0MB)
[    0.000000] efi: mem184: type=3, attr=0xf, 
range=[0x00000000795a9000-0x00000000795b3000) (0MB)
[    0.000000] efi: mem185: type=4, attr=0xf, 
range=[0x00000000795b3000-0x00000000795bd000) (0MB)
[    0.000000] efi: mem186: type=3, attr=0xf, 
range=[0x00000000795bd000-0x00000000795cd000) (0MB)
[    0.000000] efi: mem187: type=4, attr=0xf, 
range=[0x00000000795cd000-0x00000000795d1000) (0MB)
[    0.000000] efi: mem188: type=3, attr=0xf, 
range=[0x00000000795d1000-0x00000000795d3000) (0MB)
[    0.000000] efi: mem189: type=4, attr=0xf, 
range=[0x00000000795d3000-0x00000000795d8000) (0MB)
[    0.000000] efi: mem190: type=3, attr=0xf, 
range=[0x00000000795d8000-0x00000000795d9000) (0MB)
[    0.000000] efi: mem191: type=4, attr=0xf, 
range=[0x00000000795d9000-0x00000000795db000) (0MB)
[    0.000000] efi: mem192: type=3, attr=0xf, 
range=[0x00000000795db000-0x00000000795e9000) (0MB)
[    0.000000] efi: mem193: type=4, attr=0xf, 
range=[0x00000000795e9000-0x00000000795ea000) (0MB)
[    0.000000] efi: mem194: type=3, attr=0xf, 
range=[0x00000000795ea000-0x00000000795eb000) (0MB)
[    0.000000] efi: mem195: type=4, attr=0xf, 
range=[0x00000000795eb000-0x00000000795ee000) (0MB)
[    0.000000] efi: mem196: type=3, attr=0xf, 
range=[0x00000000795ee000-0x00000000795ef000) (0MB)
[    0.000000] efi: mem197: type=4, attr=0xf, 
range=[0x00000000795ef000-0x00000000795f0000) (0MB)
[    0.000000] efi: mem198: type=3, attr=0xf, 
range=[0x00000000795f0000-0x00000000795f1000) (0MB)
[    0.000000] efi: mem199: type=4, attr=0xf, 
range=[0x00000000795f1000-0x00000000795f3000) (0MB)
[    0.000000] efi: mem200: type=3, attr=0xf, 
range=[0x00000000795f3000-0x00000000795f6000) (0MB)
[    0.000000] efi: mem201: type=4, attr=0xf, 
range=[0x00000000795f6000-0x00000000795f9000) (0MB)
[    0.000000] efi: mem202: type=3, attr=0xf, 
range=[0x00000000795f9000-0x0000000079603000) (0MB)
[    0.000000] efi: mem203: type=4, attr=0xf, 
range=[0x0000000079603000-0x0000000079607000) (0MB)
[    0.000000] efi: mem204: type=3, attr=0xf, 
range=[0x0000000079607000-0x0000000079609000) (0MB)
[    0.000000] efi: mem205: type=4, attr=0xf, 
range=[0x0000000079609000-0x000000007960b000) (0MB)
[    0.000000] efi: mem206: type=3, attr=0xf, 
range=[0x000000007960b000-0x0000000079615000) (0MB)
[    0.000000] efi: mem207: type=4, attr=0xf, 
range=[0x0000000079615000-0x0000000079616000) (0MB)
[    0.000000] efi: mem208: type=3, attr=0xf, 
range=[0x0000000079616000-0x000000007961c000) (0MB)
[    0.000000] efi: mem209: type=4, attr=0xf, 
range=[0x000000007961c000-0x0000000079627000) (0MB)
[    0.000000] efi: mem210: type=3, attr=0xf, 
range=[0x0000000079627000-0x0000000079641000) (0MB)
[    0.000000] efi: mem211: type=4, attr=0xf, 
range=[0x0000000079641000-0x0000000079643000) (0MB)
[    0.000000] efi: mem212: type=3, attr=0xf, 
range=[0x0000000079643000-0x0000000079648000) (0MB)
[    0.000000] efi: mem213: type=4, attr=0xf, 
range=[0x0000000079648000-0x0000000079651000) (0MB)
[    0.000000] efi: mem214: type=3, attr=0xf, 
range=[0x0000000079651000-0x000000007965f000) (0MB)
[    0.000000] efi: mem215: type=4, attr=0xf, 
range=[0x000000007965f000-0x0000000079662000) (0MB)
[    0.000000] efi: mem216: type=3, attr=0xf, 
range=[0x0000000079662000-0x0000000079664000) (0MB)
[    0.000000] efi: mem217: type=4, attr=0xf, 
range=[0x0000000079664000-0x0000000079666000) (0MB)
[    0.000000] efi: mem218: type=3, attr=0xf, 
range=[0x0000000079666000-0x0000000079675000) (0MB)
[    0.000000] efi: mem219: type=4, attr=0xf, 
range=[0x0000000079675000-0x0000000079677000) (0MB)
[    0.000000] efi: mem220: type=3, attr=0xf, 
range=[0x0000000079677000-0x000000007967e000) (0MB)
[    0.000000] efi: mem221: type=4, attr=0xf, 
range=[0x000000007967e000-0x000000007967f000) (0MB)
[    0.000000] efi: mem222: type=3, attr=0xf, 
range=[0x000000007967f000-0x0000000079683000) (0MB)
[    0.000000] efi: mem223: type=4, attr=0xf, 
range=[0x0000000079683000-0x000000007968c000) (0MB)
[    0.000000] efi: mem224: type=3, attr=0xf, 
range=[0x000000007968c000-0x000000007968f000) (0MB)
[    0.000000] efi: mem225: type=4, attr=0xf, 
range=[0x000000007968f000-0x0000000079691000) (0MB)
[    0.000000] efi: mem226: type=3, attr=0xf, 
range=[0x0000000079691000-0x0000000079696000) (0MB)
[    0.000000] efi: mem227: type=4, attr=0xf, 
range=[0x0000000079696000-0x0000000079699000) (0MB)
[    0.000000] efi: mem228: type=3, attr=0xf, 
range=[0x0000000079699000-0x000000007969d000) (0MB)
[    0.000000] efi: mem229: type=4, attr=0xf, 
range=[0x000000007969d000-0x000000007969e000) (0MB)
[    0.000000] efi: mem230: type=3, attr=0xf, 
range=[0x000000007969e000-0x00000000796a1000) (0MB)
[    0.000000] efi: mem231: type=4, attr=0xf, 
range=[0x00000000796a1000-0x00000000796a5000) (0MB)
[    0.000000] efi: mem232: type=3, attr=0xf, 
range=[0x00000000796a5000-0x00000000796be000) (0MB)
[    0.000000] efi: mem233: type=4, attr=0xf, 
range=[0x00000000796be000-0x00000000796bf000) (0MB)
[    0.000000] efi: mem234: type=3, attr=0xf, 
range=[0x00000000796bf000-0x00000000796c0000) (0MB)
[    0.000000] efi: mem235: type=4, attr=0xf, 
range=[0x00000000796c0000-0x00000000796c2000) (0MB)
[    0.000000] efi: mem236: type=3, attr=0xf, 
range=[0x00000000796c2000-0x00000000796d1000) (0MB)
[    0.000000] efi: mem237: type=4, attr=0xf, 
range=[0x00000000796d1000-0x00000000796d4000) (0MB)
[    0.000000] efi: mem238: type=3, attr=0xf, 
range=[0x00000000796d4000-0x00000000796dd000) (0MB)
[    0.000000] efi: mem239: type=4, attr=0xf, 
range=[0x00000000796dd000-0x00000000796de000) (0MB)
[    0.000000] efi: mem240: type=3, attr=0xf, 
range=[0x00000000796de000-0x00000000796e1000) (0MB)
[    0.000000] efi: mem241: type=4, attr=0xf, 
range=[0x00000000796e1000-0x00000000796e2000) (0MB)
[    0.000000] efi: mem242: type=3, attr=0xf, 
range=[0x00000000796e2000-0x00000000796e5000) (0MB)
[    0.000000] efi: mem243: type=4, attr=0xf, 
range=[0x00000000796e5000-0x00000000796e6000) (0MB)
[    0.000000] efi: mem244: type=3, attr=0xf, 
range=[0x00000000796e6000-0x00000000796ec000) (0MB)
[    0.000000] efi: mem245: type=4, attr=0xf, 
range=[0x00000000796ec000-0x00000000796ee000) (0MB)
[    0.000000] efi: mem246: type=3, attr=0xf, 
range=[0x00000000796ee000-0x00000000796ef000) (0MB)
[    0.000000] efi: mem247: type=4, attr=0xf, 
range=[0x00000000796ef000-0x00000000796f1000) (0MB)
[    0.000000] efi: mem248: type=3, attr=0xf, 
range=[0x00000000796f1000-0x00000000796f2000) (0MB)
[    0.000000] efi: mem249: type=4, attr=0xf, 
range=[0x00000000796f2000-0x00000000796f8000) (0MB)
[    0.000000] efi: mem250: type=3, attr=0xf, 
range=[0x00000000796f8000-0x00000000796fa000) (0MB)
[    0.000000] efi: mem251: type=4, attr=0xf, 
range=[0x00000000796fa000-0x00000000796fe000) (0MB)
[    0.000000] efi: mem252: type=3, attr=0xf, 
range=[0x00000000796fe000-0x00000000796ff000) (0MB)
[    0.000000] efi: mem253: type=4, attr=0xf, 
range=[0x00000000796ff000-0x0000000079700000) (0MB)
[    0.000000] efi: mem254: type=3, attr=0xf, 
range=[0x0000000079700000-0x0000000079701000) (0MB)
[    0.000000] efi: mem255: type=4, attr=0xf, 
range=[0x0000000079701000-0x0000000079704000) (0MB)
[    0.000000] efi: mem256: type=3, attr=0xf, 
range=[0x0000000079704000-0x0000000079708000) (0MB)
[    0.000000] efi: mem257: type=4, attr=0xf, 
range=[0x0000000079708000-0x000000007970e000) (0MB)
[    0.000000] efi: mem258: type=3, attr=0xf, 
range=[0x000000007970e000-0x0000000079710000) (0MB)
[    0.000000] efi: mem259: type=4, attr=0xf, 
range=[0x0000000079710000-0x0000000079714000) (0MB)
[    0.000000] efi: mem260: type=3, attr=0xf, 
range=[0x0000000079714000-0x0000000079718000) (0MB)
[    0.000000] efi: mem261: type=4, attr=0xf, 
range=[0x0000000079718000-0x000000007971c000) (0MB)
[    0.000000] efi: mem262: type=3, attr=0xf, 
range=[0x000000007971c000-0x000000007971d000) (0MB)
[    0.000000] efi: mem263: type=4, attr=0xf, 
range=[0x000000007971d000-0x0000000079722000) (0MB)
[    0.000000] efi: mem264: type=3, attr=0xf, 
range=[0x0000000079722000-0x0000000079724000) (0MB)
[    0.000000] efi: mem265: type=4, attr=0xf, 
range=[0x0000000079724000-0x0000000079729000) (0MB)
[    0.000000] efi: mem266: type=3, attr=0xf, 
range=[0x0000000079729000-0x000000007972a000) (0MB)
[    0.000000] efi: mem267: type=4, attr=0xf, 
range=[0x000000007972a000-0x000000007972b000) (0MB)
[    0.000000] efi: mem268: type=3, attr=0xf, 
range=[0x000000007972b000-0x000000007972c000) (0MB)
[    0.000000] efi: mem269: type=4, attr=0xf, 
range=[0x000000007972c000-0x000000007972f000) (0MB)
[    0.000000] efi: mem270: type=3, attr=0xf, 
range=[0x000000007972f000-0x0000000079730000) (0MB)
[    0.000000] efi: mem271: type=4, attr=0xf, 
range=[0x0000000079730000-0x0000000079743000) (0MB)
[    0.000000] efi: mem272: type=3, attr=0xf, 
range=[0x0000000079743000-0x0000000079751000) (0MB)
[    0.000000] efi: mem273: type=4, attr=0xf, 
range=[0x0000000079751000-0x0000000079766000) (0MB)
[    0.000000] efi: mem274: type=3, attr=0xf, 
range=[0x0000000079766000-0x0000000079769000) (0MB)
[    0.000000] efi: mem275: type=4, attr=0xf, 
range=[0x0000000079769000-0x000000007979c000) (0MB)
[    0.000000] efi: mem276: type=3, attr=0xf, 
range=[0x000000007979c000-0x00000000797ae000) (0MB)
[    0.000000] efi: mem277: type=4, attr=0xf, 
range=[0x00000000797ae000-0x00000000797af000) (0MB)
[    0.000000] efi: mem278: type=3, attr=0xf, 
range=[0x00000000797af000-0x00000000797b3000) (0MB)
[    0.000000] efi: mem279: type=4, attr=0xf, 
range=[0x00000000797b3000-0x00000000797c0000) (0MB)
[    0.000000] efi: mem280: type=3, attr=0xf, 
range=[0x00000000797c0000-0x00000000797c6000) (0MB)
[    0.000000] efi: mem281: type=4, attr=0xf, 
range=[0x00000000797c6000-0x00000000797d8000) (0MB)
[    0.000000] efi: mem282: type=3, attr=0xf, 
range=[0x00000000797d8000-0x00000000797da000) (0MB)
[    0.000000] efi: mem283: type=4, attr=0xf, 
range=[0x00000000797da000-0x00000000797de000) (0MB)
[    0.000000] efi: mem284: type=3, attr=0xf, 
range=[0x00000000797de000-0x00000000797e5000) (0MB)
[    0.000000] efi: mem285: type=4, attr=0xf, 
range=[0x00000000797e5000-0x00000000797f2000) (0MB)
[    0.000000] efi: mem286: type=3, attr=0xf, 
range=[0x00000000797f2000-0x00000000797f3000) (0MB)
[    0.000000] efi: mem287: type=4, attr=0xf, 
range=[0x00000000797f3000-0x00000000797f4000) (0MB)
[    0.000000] efi: mem288: type=3, attr=0xf, 
range=[0x00000000797f4000-0x00000000797f5000) (0MB)
[    0.000000] efi: mem289: type=4, attr=0xf, 
range=[0x00000000797f5000-0x00000000797f8000) (0MB)
[    0.000000] efi: mem290: type=3, attr=0xf, 
range=[0x00000000797f8000-0x00000000797fa000) (0MB)
[    0.000000] efi: mem291: type=4, attr=0xf, 
range=[0x00000000797fa000-0x0000000079811000) (0MB)
[    0.000000] efi: mem292: type=3, attr=0xf, 
range=[0x0000000079811000-0x0000000079819000) (0MB)
[    0.000000] efi: mem293: type=4, attr=0xf, 
range=[0x0000000079819000-0x000000007981a000) (0MB)
[    0.000000] efi: mem294: type=3, attr=0xf, 
range=[0x000000007981a000-0x000000007981b000) (0MB)
[    0.000000] efi: mem295: type=4, attr=0xf, 
range=[0x000000007981b000-0x0000000079820000) (0MB)
[    0.000000] efi: mem296: type=3, attr=0xf, 
range=[0x0000000079820000-0x0000000079830000) (0MB)
[    0.000000] efi: mem297: type=4, attr=0xf, 
range=[0x0000000079830000-0x000000007983e000) (0MB)
[    0.000000] efi: mem298: type=3, attr=0xf, 
range=[0x000000007983e000-0x000000007983f000) (0MB)
[    0.000000] efi: mem299: type=4, attr=0xf, 
range=[0x000000007983f000-0x0000000079840000) (0MB)
[    0.000000] efi: mem300: type=3, attr=0xf, 
range=[0x0000000079840000-0x0000000079841000) (0MB)
[    0.000000] efi: mem301: type=4, attr=0xf, 
range=[0x0000000079841000-0x0000000079842000) (0MB)
[    0.000000] efi: mem302: type=3, attr=0xf, 
range=[0x0000000079842000-0x0000000079843000) (0MB)
[    0.000000] efi: mem303: type=4, attr=0xf, 
range=[0x0000000079843000-0x0000000079c69000) (4MB)
[    0.000000] efi: mem304: type=3, attr=0xf, 
range=[0x0000000079c69000-0x0000000079c6f000) (0MB)
[    0.000000] efi: mem305: type=4, attr=0xf, 
range=[0x0000000079c6f000-0x0000000079c71000) (0MB)
[    0.000000] efi: mem306: type=3, attr=0xf, 
range=[0x0000000079c71000-0x0000000079c72000) (0MB)
[    0.000000] efi: mem307: type=4, attr=0xf, 
range=[0x0000000079c72000-0x0000000079c73000) (0MB)
[    0.000000] efi: mem308: type=3, attr=0xf, 
range=[0x0000000079c73000-0x0000000079c7a000) (0MB)
[    0.000000] efi: mem309: type=4, attr=0xf, 
range=[0x0000000079c7a000-0x0000000079c80000) (0MB)
[    0.000000] efi: mem310: type=3, attr=0xf, 
range=[0x0000000079c80000-0x0000000079c82000) (0MB)
[    0.000000] efi: mem311: type=4, attr=0xf, 
range=[0x0000000079c82000-0x0000000079c88000) (0MB)
[    0.000000] efi: mem312: type=3, attr=0xf, 
range=[0x0000000079c88000-0x0000000079c89000) (0MB)
[    0.000000] efi: mem313: type=4, attr=0xf, 
range=[0x0000000079c89000-0x0000000079d15000) (0MB)
[    0.000000] efi: mem314: type=3, attr=0xf, 
range=[0x0000000079d15000-0x0000000079d16000) (0MB)
[    0.000000] efi: mem315: type=4, attr=0xf, 
range=[0x0000000079d16000-0x0000000079d1a000) (0MB)
[    0.000000] efi: mem316: type=3, attr=0xf, 
range=[0x0000000079d1a000-0x0000000079d1b000) (0MB)
[    0.000000] efi: mem317: type=4, attr=0xf, 
range=[0x0000000079d1b000-0x0000000079d1c000) (0MB)
[    0.000000] efi: mem318: type=3, attr=0xf, 
range=[0x0000000079d1c000-0x0000000079d20000) (0MB)
[    0.000000] efi: mem319: type=4, attr=0xf, 
range=[0x0000000079d20000-0x0000000079d21000) (0MB)
[    0.000000] efi: mem320: type=3, attr=0xf, 
range=[0x0000000079d21000-0x0000000079d22000) (0MB)
[    0.000000] efi: mem321: type=4, attr=0xf, 
range=[0x0000000079d22000-0x0000000079d26000) (0MB)
[    0.000000] efi: mem322: type=3, attr=0xf, 
range=[0x0000000079d26000-0x0000000079d27000) (0MB)
[    0.000000] efi: mem323: type=4, attr=0xf, 
range=[0x0000000079d27000-0x000000007ad03000) (15MB)
[    0.000000] efi: mem324: type=7, attr=0xf, 
range=[0x000000007ad03000-0x000000007ad14000) (0MB)
[    0.000000] efi: mem325: type=10, attr=0xf, 
range=[0x000000007ad14000-0x000000007ad53000) (0MB)
[    0.000000] efi: mem326: type=7, attr=0xf, 
range=[0x000000007ad53000-0x000000007ad60000) (0MB)
[    0.000000] efi: mem327: type=9, attr=0xf, 
range=[0x000000007ad60000-0x000000007ad8f000) (0MB)
[    0.000000] efi: mem328: type=7, attr=0xf, 
range=[0x000000007ad8f000-0x000000007ae30000) (0MB)
[    0.000000] efi: mem329: type=6, attr=0x800000000000000f, 
range=[0x000000007ae30000-0x000000007ae8f000) (0MB)
[    0.000000] efi: mem330: type=7, attr=0xf, 
range=[0x000000007ae8f000-0x000000007aed0000) (0MB)
[    0.000000] efi: mem331: type=5, attr=0x800000000000000f, 
range=[0x000000007aed0000-0x000000007aeff000) (0MB)
[    0.000000] efi: mem332: type=7, attr=0xf, 
range=[0x000000007aeff000-0x000000007af6d000) (0MB)
[    0.000000] efi: mem333: type=2, attr=0xf, 
range=[0x000000007af6d000-0x000000007af7b000) (0MB)
[    0.000000] efi: mem334: type=0, attr=0xf, 
range=[0x000000007af7b000-0x000000007afe5000) (0MB)
[    0.000000] efi: mem335: type=4, attr=0xf, 
range=[0x000000007afe5000-0x000000007b000000) (0MB)
[    0.000000] efi: mem336: type=7, attr=0xf, 
range=[0x0000000100000000-0x000000047f600000) (14326MB)
[    0.000000] efi: mem337: type=0, attr=0x8000000000000000, 
range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[    0.000000] efi: mem338: type=0, attr=0x8000000000000000, 
range=[0x000000007b000000-0x000000007fa00000) (74MB)
[    0.000000] efi: mem339: type=11, attr=0x8000000000000001, 
range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
[    0.000000] efi: mem340: type=11, attr=0x8000000000000001, 
range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem341: type=11, attr=0x8000000000000001, 
range=[0x00000000ffe10000-0x00000000ffe40000) (0MB)
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookPro11,2/Mac-3CBD00234E554E41, BIOS 
MBP112.88Z.0138.B02.1310181745 10/18/2013
[    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 = 0x47f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   2 base 007B800000 mask 7FFF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 
0x7010600070106
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 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 [0x02fde000, 0x02fdefff] PGTABLE
[    0.000000] BRK [0x02fdf000, 0x02fdffff] PGTABLE
[    0.000000] BRK [0x02fe0000, 0x02fe0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x47f400000-0x47f5fffff]
[    0.000000]  [mem 0x47f400000-0x47f5fffff] page 2M
[    0.000000] BRK [0x02fe1000, 0x02fe1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x47c000000-0x47f3fffff]
[    0.000000]  [mem 0x47c000000-0x47f3fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x47bffffff]
[    0.000000]  [mem 0x400000000-0x43fffffff] page 1G
[    0.000000]  [mem 0x440000000-0x47bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7ad13fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7abfffff] page 2M
[    0.000000]  [mem 0x7ac00000-0x7ad13fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ad53000-0x7ad5ffff]
[    0.000000]  [mem 0x7ad53000-0x7ad5ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ad8f000-0x7ae2ffff]
[    0.000000]  [mem 0x7ad8f000-0x7ae2ffff] page 4k
[    0.000000] BRK [0x02fe2000, 0x02fe2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ae8f000-0x7aecffff]
[    0.000000]  [mem 0x7ae8f000-0x7aecffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7aeff000-0x7af7afff]
[    0.000000]  [mem 0x7aeff000-0x7af7afff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7afe5000-0x7affffff]
[    0.000000]  [mem 0x7afe5000-0x7affffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x35cda000-0x36e64fff]
[    0.000000] ACPI: RSDP 000000007ad8e014 000024 (v02 APPLE )
[    0.000000] ACPI: XSDT 000000007ad8e1c0 00009C (v01 APPLE   Apple00 
00000000      01000013)
[    0.000000] ACPI: FACP 000000007ad8c000 0000F4 (v05 APPLE   Apple00 
00000000 Loki 0000005F)
[    0.000000] ACPI: DSDT 000000007ad80000 006BF9 (v03 APPLE  MacBookP 
00110002 INTL 20100915)
[    0.000000] ACPI: FACS 000000007ad1c000 000040
[    0.000000] ACPI: HPET 000000007ad8b000 000038 (v01 APPLE   Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000007ad8a000 0000BC (v02 APPLE   Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 000000007ad88000 000030 (v01 APPLE   Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 000000007ad87000 000053 (v01 APPLE   Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000007ad7f000 00010B (v01 APPLE  SataAhci 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000007ad7e000 000024 (v01 APPLE   SmcDppt 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000007ad7c000 000688 (v01 APPLE  SDUsbLpt 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000007ad6f000 005B76 (v01 APPLE  TbtPEG10 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000007ad64000 0000B8 (v01 APPLE      Sdxc 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000007ad63000 0003E0 (v01 APPLE  SaHdaCdc 
00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000007ad62000 000618 (v01  PmRef  Cpu0Ist 
00003000 INTL 20100915)
[    0.000000] ACPI: SSDT 000000007ad61000 000B83 (v01  PmRef    CpuPm 
00003000 INTL 20100915)
[    0.000000] ACPI: MCFG 000000007ad89000 00003C (v01 APPLE   Apple00 
00000001 Loki 0000005F)
[    0.000000] ACPI: DMAR 000000007ad60000 000088 (v01 APPLE      HSW  
00000001 AAPL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 
0x0000000000000000-0x000000047f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x47f5fffff]
[    0.000000]   NODE_DATA [mem 0x47f5f9000-0x47f5fdfff]
[    0.000000]  [ffffea0000000000-ffffea0011ffffff] PMD -> 
[ffff88046ec00000-ffff88047ebfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x47f5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00057fff]
[    0.000000]   node   0: [mem 0x00059000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x7ad13fff]
[    0.000000]   node   0: [mem 0x7ad53000-0x7ad5ffff]
[    0.000000]   node   0: [mem 0x7ad8f000-0x7ae2ffff]
[    0.000000]   node   0: [mem 0x7ae8f000-0x7aecffff]
[    0.000000]   node   0: [mem 0x7aeff000-0x7af7afff]
[    0.000000]   node   0: [mem 0x7afe5000-0x7affffff]
[    0.000000]   node   0: [mem 0x100000000-0x47f5fffff]
[    0.000000] On node 0 totalpages: 4170807
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 27 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7803 pages used for memmap
[    0.000000]   DMA32 zone: 499354 pages, LIFO batch:31
[    0.000000]   Normal zone: 57304 pages used for memmap
[    0.000000]   Normal zone: 3667456 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[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] 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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ad14000-0x7ad52fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ad60000-0x7ad8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ae30000-0x7ae8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7aed0000-0x7aefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af7b000-0x7afe4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffe0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe40000-0xffffffff]
[    0.000000] e820: [mem 0x7fa00000-0xe00f7fff] 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 @ffff88047f200000 s86400 
r8192 d24192 u262144
[    0.000000] pcpu-alloc: s86400 r8192 d24192 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: 4105609
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: 
BOOT_IMAGE=/boot/vmlinuz-3.13.0-031300rc1-generic 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
debug loglevel=8
[    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: 16039036K/16683228K available (7615K kernel code, 
1135K rwdata, 3560K rodata, 1356K init, 1428K bss, 644192K 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] NR_IRQS:16640 nr_irqs:744 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 67108864 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.004000] tsc: Detected 1995.322 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using 
timer frequency.. 3990.64 BogoMIPS (lpj=7981288)
[    0.000006] pid_max: default: 32768 minimum: 301
[    0.000029] init_memory_mapping: [mem 0x7ae30000-0x7ae8efff]
[    0.000031]  [mem 0x7ae30000-0x7ae8efff] page 4k
[    0.000040] init_memory_mapping: [mem 0x7aed0000-0x7aefefff]
[    0.000042]  [mem 0x7aed0000-0x7aefefff] page 4k
[    0.000076] init_memory_mapping: [mem 0x7b000000-0x7f9fffff]
[    0.000078]  [mem 0x7b000000-0x7f9fffff] page 2M
[    0.028636] Security Framework initialized
[    0.028647] AppArmor: AppArmor initialized
[    0.028648] Yama: becoming mindful.
[    0.029497] Dentry cache hash table entries: 2097152 (order: 12, 
16777216 bytes)
[    0.031909] Inode-cache hash table entries: 1048576 (order: 11, 
8388608 bytes)
[    0.032748] Mount-cache hash table entries: 256
[    0.032871] Initializing cgroup subsys memory
[    0.032876] Initializing cgroup subsys devices
[    0.032878] Initializing cgroup subsys freezer
[    0.032880] Initializing cgroup subsys blkio
[    0.032882] Initializing cgroup subsys perf_event
[    0.032885] Initializing cgroup subsys hugetlb
[    0.032903] CPU: Physical Processor ID: 0
[    0.032904] CPU: Processor Core ID: 0
[    0.032909] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.032909] ENERGY_PERF_BIAS: View and update with 
x86_energy_perf_policy(8)
[    0.033705] mce: CPU supports 10 MCE banks
[    0.033718] CPU0: Thermal monitoring enabled (TM1)
[    0.033729] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.033729] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[    0.033729] tlb_flushall_shift: 6
[    0.033812] Freeing SMP alternatives memory: 28K (ffffffff81e70000 - 
ffffffff81e77000)
[    0.034569] ACPI: Core revision 20130927
[    0.044523] ACPI: All ACPI Tables successfully acquired
[    0.052224] ftrace: allocating 31276 entries in 123 pages
[    0.062609] dmar: Host address width 39
[    0.062612] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[    0.062619] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap 
c0000020660462 ecap f0101a
[    0.062621] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[    0.062625] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap 
d2008020660462 ecap f010da
[    0.062628] dmar: RMRR base: 0x0000007b800000 end: 0x0000007f9fffff
[    0.062698] IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.062699] HPET id 0 under DRHD base 0xfed91000
[    0.062829] Enabled IRQ remapping in x2apic mode
[    0.062831] Enabling x2apic
[    0.062832] Enabled x2apic
[    0.062842] Switched APIC routing to cluster x2apic.
[    0.063282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.102951] smpboot: CPU0: Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz 
(fam: 06, model: 46, stepping: 01)
[    0.102964] TSC deadline timer enabled
[    0.104345] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell 
events, full-width counters, Intel PMU driver.
[    0.104352] ... version:                3
[    0.104354] ... bit width:              48
[    0.104355] ... generic registers:      4
[    0.104357] ... value mask:             0000ffffffffffff
[    0.104358] ... max period:             0000ffffffffffff
[    0.104359] ... fixed-purpose events:   3
[    0.104361] ... event mask:             000000070000000f
[    0.105620] x86: Booting SMP configuration:
[    0.123594] NMI watchdog: enabled on all CPUs, permanently consumes 
one hw-PMU counter.
[    0.105622] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.232278] x86: Booted up 1 node, 8 CPUs
[    0.232285] smpboot: Total of 8 processors activated (31925.15 
BogoMIPS)
[    0.317766] devtmpfs: initialized
[    0.321375] EVM: security.selinux
[    0.321377] EVM: security.SMACK64
[    0.321378] EVM: security.capability
[    0.321410] PM: Registering ACPI NVS region [mem 
0x7ad14000-0x7ad52fff] (258048 bytes)
[    0.321965] pinctrl core: initialized pinctrl subsystem
[    0.322009] regulator-dummy: no parameters
[    0.322041] RTC time: 20:41:39, date: 11/26/13
[    0.322065] NET: Registered protocol family 16
[    0.322135] cpuidle: using governor ladder
[    0.322137] cpuidle: using governor menu
[    0.322164] ACPI: bus type PCI registered
[    0.322166] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.322214] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 
0xe0000000-0xe9bfffff] (base 0xe0000000)
[    0.322217] PCI: not using MMCONFIG
[    0.322219] PCI: Using configuration type 1 for base access
[    0.322935] bio: create slab <bio-0> at 0
[    0.323057] ACPI: Added _OSI(Module Device)
[    0.323059] ACPI: Added _OSI(Processor Device)
[    0.323061] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.323062] ACPI: Added _OSI(Processor Aggregator Device)
[    0.325249] ACPI : EC: EC description table is found, configuring 
boot EC
[    0.331579] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.333700] ACPI: SSDT 000000007af7d890 0004F0 (v01  PmRef  Cpu0Cst 
00003001 INTL 20100915)
[    0.334509] ACPI: Dynamic OEM Table Load:
[    0.334513] ACPI: SSDT           (null) 0004F0 (v01  PmRef  Cpu0Cst 
00003001 INTL 20100915)
[    0.337878] ACPI: SSDT 000000007af7e190 00067C (v01  PmRef    ApIst 
00003000 INTL 20100915)
[    0.338780] ACPI: Dynamic OEM Table Load:
[    0.338784] ACPI: SSDT           (null) 00067C (v01  PmRef    ApIst 
00003000 INTL 20100915)
[    0.341684] ACPI: SSDT 000000007af7cd90 000119 (v01  PmRef    ApCst 
00003000 INTL 20100915)
[    0.342490] ACPI: Dynamic OEM Table Load:
[    0.342493] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 
00003000 INTL 20100915)
[    0.346831] ACPI: Interpreter enabled
[    0.346838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep 
State [\_S1_] (20130927/hwxface-580)
[    0.346846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep 
State [\_S2_] (20130927/hwxface-580)
[    0.346852] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep 
State [\_S3_] (20130927/hwxface-580)
[    0.346865] ACPI: (supports S0 S4 S5)
[    0.346867] ACPI: Using IOAPIC for interrupt routing
[    0.346889] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 
0xe0000000-0xe9bfffff] (base 0xe0000000)
[    0.347307] PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in 
ACPI motherboard resources
[    0.362721] PCI: Using host bridge windows from ACPI; if necessary, 
use "pci=nocrs" and report a bug
[    0.362887] ACPI: No dock devices found.
[    0.373572] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.373580] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM 
ClockPM Segments MSI]
[    0.373719] acpi PNP0A08:00: _OSC: platform does not support [PME]
[    0.373827] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER 
PCIeCapability]
[    0.374033] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 
0000 [bus 00-9b] only partially covers this bridge
[    0.374186] ACPI: \_SB_.PCI0.PDRC: can't evaluate _ADR (0x5)
[    0.374205] PCI host bridge to bus 0000:00
[    0.374208] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.374211] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.374215] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.374218] pci_bus 0000:00: root bus resource [mem 
0x000a0000-0x000bffff]
[    0.374221] pci_bus 0000:00: root bus resource [mem 
0x000c0000-0x000c3fff]
[    0.374224] pci_bus 0000:00: root bus resource [mem 
0x000c4000-0x000c7fff]
[    0.374227] pci_bus 0000:00: root bus resource [mem 
0x000c8000-0x000cbfff]
[    0.374230] pci_bus 0000:00: root bus resource [mem 
0x000cc000-0x000cffff]
[    0.374233] pci_bus 0000:00: root bus resource [mem 
0x000d0000-0x000d3fff]
[    0.374236] pci_bus 0000:00: root bus resource [mem 
0x000d4000-0x000d7fff]
[    0.374239] pci_bus 0000:00: root bus resource [mem 
0x000d8000-0x000dbfff]
[    0.374242] pci_bus 0000:00: root bus resource [mem 
0x000dc000-0x000dffff]
[    0.374245] pci_bus 0000:00: root bus resource [mem 
0x000e0000-0x000e3fff]
[    0.374248] pci_bus 0000:00: root bus resource [mem 
0x000e4000-0x000e7fff]
[    0.374251] pci_bus 0000:00: root bus resource [mem 
0x000e8000-0x000ebfff]
[    0.374254] pci_bus 0000:00: root bus resource [mem 
0x000ec000-0x000effff]
[    0.374257] pci_bus 0000:00: root bus resource [mem 
0x000f0000-0x000fffff]
[    0.374260] pci_bus 0000:00: root bus resource [mem 
0x7fa00000-0xfeafffff]
[    0.374263] pci_bus 0000:00: root bus resource [mem 
0xfed40000-0xfed44fff]
[    0.374273] pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
[    0.374360] pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
[    0.374400] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.374439] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.374479] pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
[    0.374493] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 
64bit]
[    0.374502] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 
64bit pref]
[    0.374509] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
[    0.374584] pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
[    0.374591] pci 0000:00:03.0: reg 0x10: [mem 0xa0a10000-0xa0a13fff 
64bit]
[    0.374665] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.374682] pci 0000:00:14.0: reg 0x10: [mem 0xa0a00000-0xa0a0ffff 
64bit]
[    0.374737] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.374761] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.374790] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.374808] pci 0000:00:16.0: reg 0x10: [mem 0xa0a19100-0xa0a1910f 
64bit]
[    0.374866] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.374925] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.374938] pci 0000:00:1b.0: reg 0x10: [mem 0xa0a14000-0xa0a17fff 
64bit]
[    0.374997] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.375022] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.375048] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.375108] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.375158] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.375222] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.375250] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.375276] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.375340] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.375368] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.375394] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.375458] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.375486] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.375517] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[    0.375649] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.375663] pci 0000:00:1f.3: reg 0x10: [mem 0xa0a19000-0xa0a190ff 
64bit]
[    0.375682] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.375785] pci 0000:05:00.0: [8086:156d] type 01 class 0x060400
[    0.375841] pci 0000:05:00.0: supports D1 D2
[    0.375843] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.381611] pci 0000:00:01.0: PCI bridge to [bus 05-6b]
[    0.381616] pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
[    0.381620] pci 0000:00:01.0:   bridge window [mem 
0xa0b00000-0xacbfffff]
[    0.381626] pci 0000:00:01.0:   bridge window [mem 
0xacc00000-0xb8cfffff 64bit pref]
[    0.381758] pci 0000:06:00.0: [8086:156d] type 01 class 0x060400
[    0.381831] pci 0000:06:00.0: supports D1 D2
[    0.381834] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.381897] pci 0000:06:03.0: [8086:156d] type 01 class 0x060400
[    0.381969] pci 0000:06:03.0: supports D1 D2
[    0.381972] pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.382032] pci 0000:06:04.0: [8086:156d] type 01 class 0x060400
[    0.382099] pci 0000:06:04.0: supports D1 D2
[    0.382101] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.382161] pci 0000:06:05.0: [8086:156d] type 01 class 0x060400
[    0.382227] pci 0000:06:05.0: supports D1 D2
[    0.382229] pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.382289] pci 0000:06:06.0: [8086:156d] type 01 class 0x060400
[    0.382355] pci 0000:06:06.0: supports D1 D2
[    0.382358] pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.382429] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.382436] pci 0000:05:00.0:   bridge window [io  0x2000-0x3fff]
[    0.382440] pci 0000:05:00.0:   bridge window [mem 
0xa0b00000-0xa8bfffff]
[    0.382447] pci 0000:05:00.0:   bridge window [mem 
0xacc00000-0xb4cfffff 64bit pref]
[    0.382514] pci 0000:07:00.0: [8086:156c] type 00 class 0x088000
[    0.382530] pci 0000:07:00.0: reg 0x10: [mem 0xa0b00000-0xa0b3ffff]
[    0.382543] pci 0000:07:00.0: reg 0x14: [mem 0xa0b40000-0xa0b40fff]
[    0.382643] pci 0000:07:00.0: supports D1 D2
[    0.382646] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.389616] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.389625] pci 0000:06:00.0:   bridge window [mem 
0xa0b00000-0xa0bfffff]
[    0.389709] pci 0000:08:00.0: [8086:1549] type 01 class 0x060400
[    0.389852] pci 0000:08:00.0: supports D1 D2
[    0.389854] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.397619] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    0.397626] pci 0000:06:03.0:   bridge window [io  0x2000-0x2fff]
[    0.397631] pci 0000:06:03.0:   bridge window [mem 
0xa0c00000-0xa4bfffff]
[    0.397638] pci 0000:06:03.0:   bridge window [mem 
0xacc00000-0xb0cfffff 64bit pref]
[    0.397752] pci 0000:09:00.0: [8086:1549] type 01 class 0x060400
[    0.397900] pci 0000:09:00.0: supports D1 D2
[    0.397903] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.398034] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.398058] pci 0000:08:00.0:   bridge window [mem 
0xacc00000-0xaccfffff 64bit pref]
[    0.398193] pci 0000:0a:00.0: [14e4:1682] type 00 class 0x020000
[    0.398243] pci 0000:0a:00.0: reg 0x10: [mem 0xacc00000-0xacc0ffff 
64bit pref]
[    0.398284] pci 0000:0a:00.0: reg 0x18: [mem 0xacc10000-0xacc1ffff 
64bit pref]
[    0.398358] pci 0000:0a:00.0: reg 0x30: [mem 0xffff0000-0xffffffff 
pref]
[    0.432709] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.443840] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.443865] pci 0000:09:00.0:   bridge window [mem 
0xacc00000-0xaccfffff 64bit pref]
[    0.443944] pci 0000:06:04.0: PCI bridge to [bus 39]
[    0.444007] pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
[    0.444014] pci 0000:06:05.0:   bridge window [io  0x3000-0x3fff]
[    0.444019] pci 0000:06:05.0:   bridge window [mem 
0xa4c00000-0xa8bfffff]
[    0.444026] pci 0000:06:05.0:   bridge window [mem 
0xb0d00000-0xb4cfffff 64bit pref]
[    0.444074] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.444167] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.444325] pci 0000:02:00.0: [14e4:43a0] type 00 class 0x028000
[    0.444409] pci 0000:02:00.0: reg 0x10: [mem 0xa0600000-0xa0607fff 
64bit]
[    0.444483] pci 0000:02:00.0: reg 0x18: [mem 0xa0400000-0xa05fffff 
64bit]
[    0.444649] pci 0000:02:00.0: supports D1 D2
[    0.444651] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot 
D3cold
[    0.444741] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.451884] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.451891] pci 0000:00:1c.2:   bridge window [mem 
0xa0400000-0xa06fffff]
[    0.451987] pci 0000:03:00.0: [14e4:1570] type 00 class 0x048000
[    0.452014] pci 0000:03:00.0: reg 0x10: [mem 0xa0900000-0xa090ffff 
64bit]
[    0.452035] pci 0000:03:00.0: reg 0x18: [mem 0x80000000-0x8fffffff 
64bit pref]
[    0.452057] pci 0000:03:00.0: reg 0x20: [mem 0xa0800000-0xa08fffff 
64bit]
[    0.452132] pci 0000:03:00.0: supports D1
[    0.452134] pci 0000:03:00.0: PME# supported from D0 D3hot
[    0.459850] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.459857] pci 0000:00:1c.3:   bridge window [mem 
0xa0800000-0xa09fffff]
[    0.459865] pci 0000:00:1c.3:   bridge window [mem 
0x80000000-0x8fffffff 64bit pref]
[    0.460014] pci 0000:04:00.0: [144d:1600] type 00 class 0x010601
[    0.460092] pci 0000:04:00.0: reg 0x24: [mem 0xa0700000-0xa0701fff]
[    0.460108] pci 0000:04:00.0: reg 0x30: [mem 0xffff0000-0xffffffff 
pref]
[    0.460168] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.467851] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.467858] pci 0000:00:1c.4:   bridge window [mem 
0xa0700000-0xa07fffff]
[    0.469360] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 
14 15) *0, disabled.
[    0.469416] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 
14 15) *0, disabled.
[    0.469462] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 
14 15) *0, disabled.
[    0.469513] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 
14 15) *0, disabled.
[    0.469565] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 
14 15) *0, disabled.
[    0.469610] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 
14 15) *0, disabled.
[    0.469661] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 
14 15) *0, disabled.
[    0.469712] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 
14 15) *0, disabled.
[    0.471065] ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.471074] ACPI: \_SB_.PCI0: notify handler is installed
[    0.471168] Found 1 acpi root devices
[    0.471199] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 
0x62
[    0.471291] vgaarb: device added: 
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.471298] vgaarb: loaded
[    0.471300] vgaarb: bridge control possible 0000:00:02.0
[    0.471447] SCSI subsystem initialized
[    0.471497] libata version 3.00 loaded.
[    0.471512] ACPI: bus type USB registered
[    0.471528] usbcore: registered new interface driver usbfs
[    0.471537] usbcore: registered new interface driver hub
[    0.471557] usbcore: registered new device driver usb
[    0.471670] PCI: Using ACPI for IRQ routing
[    0.476858] PCI: pci_cache_line_size set to 64 bytes
[    0.478425] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.478428] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.478431] e820: reserve RAM buffer [mem 0x7ad14000-0x7bffffff]
[    0.478435] e820: reserve RAM buffer [mem 0x7ad60000-0x7bffffff]
[    0.478438] e820: reserve RAM buffer [mem 0x7ae30000-0x7bffffff]
[    0.478441] e820: reserve RAM buffer [mem 0x7aed0000-0x7bffffff]
[    0.478444] e820: reserve RAM buffer [mem 0x7af7b000-0x7bffffff]
[    0.478447] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.478450] e820: reserve RAM buffer [mem 0x47f600000-0x47fffffff]
[    0.478526] NetLabel: Initializing
[    0.478528] NetLabel:  domain hash size = 128
[    0.478530] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.478543] NetLabel:  unlabeled traffic allowed by default
[    0.478616] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.478621] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.480680] Switched to clocksource hpet
[    0.484208] AppArmor: AppArmor Filesystem Enabled
[    0.484223] pnp: PnP ACPI init
[    0.484232] ACPI: bus type PNP registered
[    0.484688] pnp 00:00: [dma 4]
[    0.484708] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 
(active)
[    0.484727] pnp 00:01: Plug and Play ACPI device, IDs INT0800 
(active)
[    0.484824] system 00:02: [mem 0xfed00000-0xfed003ff] has been 
reserved
[    0.484828] system 00:02: Plug and Play ACPI device, IDs PNP0103 
PNP0c01 (active)
[    0.484857] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 
(active)
[    0.484883] system 00:04: [io  0xffff] has been reserved
[    0.484886] system 00:04: [io  0x0400-0x047f] could not be reserved
[    0.484888] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.484891] system 00:04: Plug and Play ACPI device, IDs PNP0c02 
(active)
[    0.484909] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 
(active)
[    0.484939] pnp 00:06: Plug and Play ACPI device, IDs APP0001 
(active)
[    0.484982] pnp 00:07: Plug and Play ACPI device, IDs APP000b 
(active)
[    0.485084] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been 
reserved
[    0.485087] system 00:08: [mem 0xfed10000-0xfed17fff] has been 
reserved
[    0.485089] system 00:08: [mem 0xfed18000-0xfed18fff] has been 
reserved
[    0.485091] system 00:08: [mem 0xfed19000-0xfed19fff] has been 
reserved
[    0.485094] system 00:08: [mem 0xe0000000-0xefffffff] could not be 
reserved
[    0.485096] system 00:08: [mem 0xfed20000-0xfed3ffff] has been 
reserved
[    0.485098] system 00:08: [mem 0xfed90000-0xfed93fff] could not be 
reserved
[    0.485101] system 00:08: [mem 0xfed45000-0xfed8ffff] has been 
reserved
[    0.485103] system 00:08: [mem 0xff000000-0xffffffff] could not be 
reserved
[    0.485105] system 00:08: [mem 0xfee00000-0xfeefffff] has been 
reserved
[    0.485108] system 00:08: Plug and Play ACPI device, IDs PNP0c02 
(active)
[    0.485152] system 00:09: [mem 0x20000000-0x201fffff] could not be 
reserved
[    0.485155] system 00:09: [mem 0x40000000-0x401fffff] could not be 
reserved
[    0.485157] system 00:09: Plug and Play ACPI device, IDs PNP0c01 
(active)
[    0.487356] pnp: PnP ACPI: found 10 devices
[    0.487359] ACPI: bus type PNP unregistered
[    0.494161] pci 0000:0a:00.0: no compatible bridge window for [mem 
0xffff0000-0xffffffff pref]
[    0.494166] pci 0000:04:00.0: no compatible bridge window for [mem 
0xffff0000-0xffffffff pref]
[    0.494178] pci 0000:06:00.0: bridge window [io  0x1000-0x0fff] to 
[bus 07] add_size 1000
[    0.494181] pci 0000:06:00.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000
[    0.494196] pci 0000:09:00.0: bridge window [io  0x1000-0x0fff] to 
[bus 0a] add_size 1000
[    0.494199] pci 0000:09:00.0: bridge window [mem 
0x00100000-0x001fffff] to [bus 0a] add_size 400000
[    0.494214] pci 0000:09:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    0.494217] pci 0000:08:00.0: bridge window [io  0x1000-0x0fff] to 
[bus 09-0a] add_size 1000
[    0.494219] pci 0000:09:00.0: res[14]=[mem 0x00100000-0x001fffff] 
get_res_add_size add_size 400000
[    0.494222] pci 0000:08:00.0: bridge window [mem 
0x00100000-0x001fffff] to [bus 09-0a] add_size 400000
[    0.494235] pci 0000:06:04.0: bridge window [io  0x1000-0x0fff] to 
[bus 39] add_size 1000
[    0.494237] pci 0000:06:04.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000
[    0.494240] pci 0000:06:04.0: bridge window [mem 
0x00100000-0x000fffff] to [bus 39] add_size 200000
[    0.494253] pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to 
[bus 6b] add_size 1000
[    0.494255] pci 0000:06:06.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000
[    0.494258] pci 0000:06:06.0: bridge window [mem 
0x00100000-0x000fffff] to [bus 6b] add_size 200000
[    0.494279] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to 
[bus 01] add_size 1000
[    0.494281] pci 0000:00:1c.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.494284] pci 0000:00:1c.0: bridge window [mem 
0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.494311] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[    0.494313] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 
64bit pref] get_res_add_size add_size 200000
[    0.494316] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    0.494321] pci 0000:00:1c.0: BAR 14: assigned [mem 
0x7fa00000-0x7fbfffff]
[    0.494325] pci 0000:00:1c.0: BAR 15: assigned [mem 
0x7fc00000-0x7fdfffff 64bit pref]
[    0.494328] pci 0000:00:1c.4: BAR 15: assigned [mem 
0x7fe00000-0x7fefffff pref]
[    0.494331] pci 0000:00:1c.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.494335] pci 0000:06:00.0: res[15]=[mem 0x00100000-0x000fffff 
64bit pref] get_res_add_size add_size 200000
[    0.494338] pci 0000:06:04.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[    0.494340] pci 0000:06:04.0: res[15]=[mem 0x00100000-0x000fffff 
64bit pref] get_res_add_size add_size 200000
[    0.494343] pci 0000:06:06.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[    0.494346] pci 0000:06:06.0: res[15]=[mem 0x00100000-0x000fffff 
64bit pref] get_res_add_size add_size 200000
[    0.494348] pci 0000:06:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    0.494351] pci 0000:06:04.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    0.494353] pci 0000:06:06.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    0.494356] pci 0000:06:00.0: BAR 15: can't assign mem pref (size 
0x200000)
[    0.494359] pci 0000:06:04.0: BAR 14: can't assign mem (size 
0x200000)
[    0.494361] pci 0000:06:04.0: BAR 15: can't assign mem pref (size 
0x200000)
[    0.494363] pci 0000:06:06.0: BAR 14: can't assign mem (size 
0x200000)
[    0.494365] pci 0000:06:06.0: BAR 15: can't assign mem pref (size 
0x200000)
[    0.494368] pci 0000:06:00.0: BAR 13: can't assign io (size 0x1000)
[    0.494370] pci 0000:06:04.0: BAR 13: can't assign io (size 0x1000)
[    0.494372] pci 0000:06:06.0: BAR 13: can't assign io (size 0x1000)
[    0.494374] pci 0000:06:06.0: BAR 14: can't assign mem (size 
0x200000)
[    0.494377] pci 0000:06:06.0: BAR 15: can't assign mem pref (size 
0x200000)
[    0.494379] pci 0000:06:06.0: BAR 13: can't assign io (size 0x1000)
[    0.494381] pci 0000:06:04.0: BAR 14: can't assign mem (size 
0x200000)
[    0.494383] pci 0000:06:04.0: BAR 15: can't assign mem pref (size 
0x200000)
[    0.494385] pci 0000:06:04.0: BAR 13: can't assign io (size 0x1000)
[    0.494388] pci 0000:06:00.0: BAR 15: can't assign mem pref (size 
0x200000)
[    0.494390] pci 0000:06:00.0: BAR 13: can't assign io (size 0x1000)
[    0.494392] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.494397] pci 0000:06:00.0:   bridge window [mem 
0xa0b00000-0xa0bfffff]
[    0.494404] pci 0000:08:00.0: res[14]=[mem 0x00100000-0x001fffff] 
get_res_add_size add_size 400000
[    0.494407] pci 0000:08:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    0.494409] pci 0000:08:00.0: BAR 14: assigned [mem 
0xa0c00000-0xa10fffff]
[    0.494412] pci 0000:08:00.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.494414] pci 0000:09:00.0: res[14]=[mem 0x00100000-0x001fffff] 
get_res_add_size add_size 400000
[    0.494417] pci 0000:09:00.0: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    0.494419] pci 0000:09:00.0: BAR 14: assigned [mem 
0xa0c00000-0xa10fffff]
[    0.494421] pci 0000:09:00.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.494424] pci 0000:0a:00.0: BAR 6: assigned [mem 
0xacc20000-0xacc2ffff pref]
[    0.494426] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.494430] pci 0000:09:00.0:   bridge window [io  0x2000-0x2fff]
[    0.494438] pci 0000:09:00.0:   bridge window [mem 
0xa0c00000-0xa10fffff]
[    0.494445] pci 0000:09:00.0:   bridge window [mem 
0xacc00000-0xaccfffff 64bit pref]
[    0.494456] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.494459] pci 0000:08:00.0:   bridge window [io  0x2000-0x2fff]
[    0.494467] pci 0000:08:00.0:   bridge window [mem 
0xa0c00000-0xa10fffff]
[    0.494473] pci 0000:08:00.0:   bridge window [mem 
0xacc00000-0xaccfffff 64bit pref]
[    0.494484] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    0.494486] pci 0000:06:03.0:   bridge window [io  0x2000-0x2fff]
[    0.494491] pci 0000:06:03.0:   bridge window [mem 
0xa0c00000-0xa4bfffff]
[    0.494495] pci 0000:06:03.0:   bridge window [mem 
0xacc00000-0xb0cfffff 64bit pref]
[    0.494500] pci 0000:06:04.0: PCI bridge to [bus 39]
[    0.494510] pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
[    0.494512] pci 0000:06:05.0:   bridge window [io  0x3000-0x3fff]
[    0.494517] pci 0000:06:05.0:   bridge window [mem 
0xa4c00000-0xa8bfffff]
[    0.494520] pci 0000:06:05.0:   bridge window [mem 
0xb0d00000-0xb4cfffff 64bit pref]
[    0.494526] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.494535] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.494538] pci 0000:05:00.0:   bridge window [io  0x2000-0x3fff]
[    0.494542] pci 0000:05:00.0:   bridge window [mem 
0xa0b00000-0xa8bfffff]
[    0.494546] pci 0000:05:00.0:   bridge window [mem 
0xacc00000-0xb4cfffff 64bit pref]
[    0.494551] pci 0000:00:01.0: PCI bridge to [bus 05-6b]
[    0.494553] pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
[    0.494557] pci 0000:00:01.0:   bridge window [mem 
0xa0b00000-0xacbfffff]
[    0.494560] pci 0000:00:01.0:   bridge window [mem 
0xacc00000-0xb8cfffff 64bit pref]
[    0.494563] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.494572] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.494577] pci 0000:00:1c.0:   bridge window [mem 
0x7fa00000-0x7fbfffff]
[    0.494582] pci 0000:00:1c.0:   bridge window [mem 
0x7fc00000-0x7fdfffff 64bit pref]
[    0.494588] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.494593] pci 0000:00:1c.2:   bridge window [mem 
0xa0400000-0xa06fffff]
[    0.494601] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.494607] pci 0000:00:1c.3:   bridge window [mem 
0xa0800000-0xa09fffff]
[    0.494611] pci 0000:00:1c.3:   bridge window [mem 
0x80000000-0x8fffffff 64bit pref]
[    0.494618] pci 0000:04:00.0: BAR 6: assigned [mem 
0x7fe00000-0x7fe0ffff pref]
[    0.494620] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.494630] pci 0000:00:1c.4:   bridge window [mem 
0xa0700000-0xa07fffff]
[    0.494634] pci 0000:00:1c.4:   bridge window [mem 
0x7fe00000-0x7fefffff pref]
[    0.494641] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.494643] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.494645] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.494647] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.494649] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.494651] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.494653] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.494655] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.494657] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.494659] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.494661] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.494663] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.494665] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.494667] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.494669] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    0.494671] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[    0.494673] pci_bus 0000:00: resource 20 [mem 0x7fa00000-0xfeafffff]
[    0.494675] pci_bus 0000:00: resource 21 [mem 0xfed40000-0xfed44fff]
[    0.494677] pci_bus 0000:05: resource 0 [io  0x2000-0x4fff]
[    0.494679] pci_bus 0000:05: resource 1 [mem 0xa0b00000-0xacbfffff]
[    0.494681] pci_bus 0000:05: resource 2 [mem 0xacc00000-0xb8cfffff 
64bit pref]
[    0.494684] pci_bus 0000:06: resource 0 [io  0x2000-0x3fff]
[    0.494685] pci_bus 0000:06: resource 1 [mem 0xa0b00000-0xa8bfffff]
[    0.494687] pci_bus 0000:06: resource 2 [mem 0xacc00000-0xb4cfffff 
64bit pref]
[    0.494690] pci_bus 0000:07: resource 1 [mem 0xa0b00000-0xa0bfffff]
[    0.494692] pci_bus 0000:08: resource 0 [io  0x2000-0x2fff]
[    0.494694] pci_bus 0000:08: resource 1 [mem 0xa0c00000-0xa4bfffff]
[    0.494696] pci_bus 0000:08: resource 2 [mem 0xacc00000-0xb0cfffff 
64bit pref]
[    0.494698] pci_bus 0000:09: resource 0 [io  0x2000-0x2fff]
[    0.494700] pci_bus 0000:09: resource 1 [mem 0xa0c00000-0xa10fffff]
[    0.494702] pci_bus 0000:09: resource 2 [mem 0xacc00000-0xaccfffff 
64bit pref]
[    0.494704] pci_bus 0000:0a: resource 0 [io  0x2000-0x2fff]
[    0.494706] pci_bus 0000:0a: resource 1 [mem 0xa0c00000-0xa10fffff]
[    0.494708] pci_bus 0000:0a: resource 2 [mem 0xacc00000-0xaccfffff 
64bit pref]
[    0.494711] pci_bus 0000:3a: resource 0 [io  0x3000-0x3fff]
[    0.494712] pci_bus 0000:3a: resource 1 [mem 0xa4c00000-0xa8bfffff]
[    0.494714] pci_bus 0000:3a: resource 2 [mem 0xb0d00000-0xb4cfffff 
64bit pref]
[    0.494717] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.494719] pci_bus 0000:01: resource 1 [mem 0x7fa00000-0x7fbfffff]
[    0.494721] pci_bus 0000:01: resource 2 [mem 0x7fc00000-0x7fdfffff 
64bit pref]
[    0.494723] pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa06fffff]
[    0.494725] pci_bus 0000:03: resource 1 [mem 0xa0800000-0xa09fffff]
[    0.494727] pci_bus 0000:03: resource 2 [mem 0x80000000-0x8fffffff 
64bit pref]
[    0.494729] pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa07fffff]
[    0.494731] pci_bus 0000:04: resource 2 [mem 0x7fe00000-0x7fefffff 
pref]
[    0.494753] NET: Registered protocol family 2
[    0.494899] TCP established hash table entries: 131072 (order: 8, 
1048576 bytes)
[    0.495063] TCP bind hash table entries: 65536 (order: 8, 1048576 
bytes)
[    0.495178] TCP: Hash tables configured (established 131072 bind 
65536)
[    0.495191] TCP: reno registered
[    0.495208] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.495253] UDP-Lite hash table entries: 8192 (order: 6, 262144 
bytes)
[    0.495318] NET: Registered protocol family 1
[    0.495327] pci 0000:00:02.0: Boot video device
[    0.495515] PCI: CLS mismatch (256 != 128), using 64 bytes
[    0.495564] Trying to unpack rootfs image as initramfs...
[    0.713439] Freeing initrd memory: 17964K (ffff880035cda000 - 
ffff880036e65000)
[    0.713471] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.713474] software IO TLB [mem 0x642d2000-0x682d2000] (64MB) mapped 
at [ffff8800642d2000-ffff8800682d1fff]
[    0.713724] Scanning for low memory corruption every 60 seconds
[    0.713956] Initialise system trusted keyring
[    0.713986] audit: initializing netlink socket (disabled)
[    0.713995] type=2000 audit(1385498499.620:1): initialized
[    0.734949] bounce pool size: 64 pages
[    0.734958] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.735982] zbud: loaded
[    0.736089] VFS: Disk quotas dquot_6.5.2
[    0.736115] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.736405] fuse init (API version 7.22)
[    0.736456] msgmni has been set to 31909
[    0.736859] Key type asymmetric registered
[    0.736861] Asymmetric key parser 'x509' registered
[    0.736880] Block layer SCSI generic (bsg) driver version 0.4 loaded 
(major 252)
[    0.736922] io scheduler noop registered
[    0.736924] io scheduler deadline registered (default)
[    0.736937] io scheduler cfq registered
[    0.737079] pcieport 0000:00:01.0: irq 42 for MSI/MSI-X
[    0.737116] pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.737193] pcieport 0000:00:1c.0: irq 43 for MSI/MSI-X
[    0.737547] pcieport 0000:05:00.0: irq 44 for MSI/MSI-X
[    0.737641] pcieport 0000:06:00.0: irq 45 for MSI/MSI-X
[    0.737739] pcieport 0000:06:03.0: irq 46 for MSI/MSI-X
[    0.737839] pcieport 0000:06:04.0: irq 47 for MSI/MSI-X
[    0.737890] pcieport 0000:06:05.0: enabling device (0000 -> 0003)
[    0.737937] pcieport 0000:06:05.0: irq 48 for MSI/MSI-X
[    0.738036] pcieport 0000:06:06.0: irq 49 for MSI/MSI-X
[    0.738157] pcieport 0000:08:00.0: irq 50 for MSI/MSI-X
[    0.738315] pcieport 0000:09:00.0: irq 51 for MSI/MSI-X
[    0.738419] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.738453] pciehp: Using ACPI for slot detection.
[    0.738465] pciehp 0000:06:00.0:pcie24: HPC vendor_id 8086 device_id 
156d ss_vid 2222 ss_did 1111
[    0.738508] pciehp 0000:06:00.0:pcie24: service driver pciehp loaded
[    0.738581] pciehp: PCI Express Hot Plug Controller Driver version: 
0.4
[    0.740831] simple-framebuffer simple-framebuffer.0: framebuffer at 
0x90000000, 0x1437000 bytes, mapped to 0xffffc9000b780000
[    0.740834] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, 
mode=2880x1800x32, linelength=11776
[    0.748302] Console: switching to colour frame buffer device 360x112
[    0.755690] simple-framebuffer simple-framebuffer.0: fb0: simplefb 
registered!
[    0.755712] intel_idle: MWAIT substates: 0x42120
[    0.755724] intel_idle: v0.4 model 0x46
[    0.755734] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.755954] ACPI: AC Adapter [ADP1] (on-line)
[    0.756036] input: Lid Switch as 
/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.756073] ACPI: Lid Switch [LID0]
[    0.756101] input: Power Button as 
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.756123] ACPI: Power Button [PWRB]
[    0.756152] input: Sleep Button as 
/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    0.756172] ACPI: Sleep Button [SLPB]
[    0.756199] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.756218] ACPI: Power Button [PWRF]
[    0.756541] GHES: HEST is not enabled!
[    0.756635] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.758567] Linux agpgart interface v0.103
[    0.759807] brd: module loaded
[    0.760478] loop: module loaded
[    0.760788] libphy: Fixed MDIO Bus: probed
[    0.760860] tun: Universal TUN/TAP device driver, 1.6
[    0.760876] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.760936] PPP generic driver version 2.4.2
[    0.760987] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) 
Driver
[    0.761011] ehci-pci: EHCI PCI platform driver
[    0.761032] ehci-platform: EHCI generic platform driver
[    0.761053] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.761072] ohci-platform: OHCI generic platform driver
[    0.761092] uhci_hcd: USB Universal Host Controller Interface driver
[    0.761234] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.761256] xhci_hcd 0000:00:14.0: new USB bus registered, assigned 
bus number 1
[    0.761401] xhci_hcd 0000:00:14.0: cache line size of 64 is not 
supported
[    0.761451] xhci_hcd 0000:00:14.0: irq 52 for MSI/MSI-X
[    0.761536] usb usb1: New USB device found, idVendor=1d6b, 
idProduct=0002
[    0.761554] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.761573] usb usb1: Product: xHCI Host Controller
[    0.761587] usb usb1: Manufacturer: Linux 3.13.0-031300rc1-generic 
xhci_hcd
[    0.761605] usb usb1: SerialNumber: 0000:00:14.0
[    0.761693] hub 1-0:1.0: USB hub found
[    0.761725] hub 1-0:1.0: 14 ports detected
[    0.762042] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.762058] xhci_hcd 0000:00:14.0: new USB bus registered, assigned 
bus number 2
[    0.762115] usb usb2: New USB device found, idVendor=1d6b, 
idProduct=0003
[    0.762133] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.762152] usb usb2: Product: xHCI Host Controller
[    0.762165] usb usb2: Manufacturer: Linux 3.13.0-031300rc1-generic 
xhci_hcd
[    0.762183] usb usb2: SerialNumber: 0000:00:14.0
[    0.762261] hub 2-0:1.0: USB hub found
[    0.762288] hub 2-0:1.0: 6 ports detected
[    0.776721] i8042: PNP: No PS/2 controller found. Probing ports 
directly.
[    1.712266] tsc: Refined TSC clocksource calibration: 1995.380 MHz
[    1.909607] i8042: No controller found
[    1.909734] mousedev: PS/2 mouse device common for all mice
[    1.910111] rtc_cmos 00:05: RTC can wake from S4
[    1.910230] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.910275] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes 
nvram, hpet irqs
[    1.910328] device-mapper: uevent: version 1.0.3
[    1.910381] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) 
initialised: dm-devel@redhat.com
[    1.910405] Intel P-state driver initializing.
[    1.910423] Intel pstate controlling: cpu 0
[    1.910448] Intel pstate controlling: cpu 1
[    1.910477] Intel pstate controlling: cpu 2
[    1.910503] Intel pstate controlling: cpu 3
[    1.910530] Intel pstate controlling: cpu 4
[    1.910548] Intel pstate controlling: cpu 5
[    1.910564] Intel pstate controlling: cpu 6
[    1.910582] Intel pstate controlling: cpu 7
[    1.910612] ledtrig-cpu: registered to indicate activity on CPUs
[    1.910637] EFI Variables Facility v0.08 2004-May-17
[    1.972992] ACPI: Battery Slot [BAT0] (battery present)
[    2.120480] usb 2-4: new SuperSpeed USB device number 2 using 
xhci_hcd
[    2.138150] usb 2-4: New USB device found, idVendor=05ac, 
idProduct=8406
[    2.138207] usb 2-4: New USB device strings: Mfr=3, Product=4, 
SerialNumber=5
[    2.138267] usb 2-4: Product: Card Reader
[    2.138302] usb 2-4: Manufacturer: Apple
[    2.138336] usb 2-4: SerialNumber: 000000000820
[    2.162222] TCP: cubic registered
[    2.162314] NET: Registered protocol family 10
[    2.162477] NET: Registered protocol family 17
[    2.162502] Key type dns_resolver registered
[    2.162844] Loading compiled-in X.509 certificates
[    2.163530] Loaded X.509 cert 'Magrathea: Glacier signing key: 
82d8dec7ade8bfec8b62614cb08beef49d28212f'
[    2.163575] registered taskstats version 1
[    2.166046] Key type trusted registered
[    2.168131] Key type encrypted registered
[    2.170408] AppArmor: AppArmor sha1 policy hashing enabled
[    2.171264]   Magic number: 5:241:701
[    2.171417] rtc_cmos 00:05: setting system clock to 2013-11-26 
20:41:41 UTC (1385498501)
[    2.173015] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.174168] EDD information not available.
[    2.175270] PM: Hibernation image not present or could not be loaded.
[    2.177250] Freeing unused kernel memory: 1356K (ffffffff81d1d000 - 
ffffffff81e70000)
[    2.178343] Write protecting the kernel read-only data: 12288k
[    2.180517] Freeing unused kernel memory: 564K (ffff880002773000 - 
ffff880002800000)
[    2.182503] Freeing unused kernel memory: 536K (ffff880002b7a000 - 
ffff880002c00000)
[    2.199499] systemd-udevd[149]: starting version 204
[    2.216821] pps_core: LinuxPPS API ver. 1 registered
[    2.218133] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 
Rodolfo Giometti <giometti@linux.it>
[    2.221090] PTP clock support registered
[    2.221148] usb-storage 2-4:1.0: USB Mass Storage device detected
[    2.221219] scsi0 : usb-storage 2-4:1.0
[    2.222027] usbcore: registered new interface driver usb-storage
[    2.229113] ahci 0000:04:00.0: version 3.0
[    2.231376] ahci 0000:04:00.0: irq 53 for MSI/MSI-X
[    2.233397] tg3.c:v3.134 (Sep 16, 2013)
[    2.233480] ahci 0000:04:00.0: irq 54 for MSI/MSI-X
[    2.248150] ahci 0000:04:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 
0x1 impl SATA mode
[    2.249768] ahci 0000:04:00.0: flags: 64bit ncq led clo only pio ccc
[    2.251331] scsi1 : ahci
[    2.253043] ata1: SATA max UDMA/133 abar m8192@0xa0700000 port 
0xa0700100 irq 53
[    2.293471] tg3 0000:0a:00.0 eth0: Tigon3 [partno(BCM957762) rev 
57766000] (PCI Express) MAC address 68:5b:35:7f:88:bf
[    2.294678] tg3 0000:0a:00.0 eth0: attached PHY is 57765 
(10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    2.295842] tg3 0000:0a:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] 
ASF[0] TSOcap[1]
[    2.297013] tg3 0000:0a:00.0 eth0: dma_rwctrl[00000001] 
dma_mask[64-bit]
[    2.304131] usb 1-8: new full-speed USB device number 2 using 
xhci_hcd
[    2.321342] usb 1-8: New USB device found, idVendor=0a5c, 
idProduct=4500
[    2.322977] usb 1-8: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    2.324156] usb 1-8: Product: BRCM20702 Hub
[    2.325319] usb 1-8: Manufacturer: Apple Inc.
[    2.326590] usb 1-8: ep 0x81 - rounding interval to 1024 microframes, 
ep desc says 2040 microframes
[    2.328039] hub 1-8:1.0: USB hub found
[    2.329335] hub 1-8:1.0: 3 ports detected
[    2.496011] usb 1-12: new full-speed USB device number 3 using 
xhci_hcd
[    2.518189] usb 1-12: New USB device found, idVendor=05ac, 
idProduct=0263
[    2.519959] usb 1-12: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    2.521114] usb 1-12: Product: Apple Internal Keyboard / Trackpad
[    2.522252] usb 1-12: Manufacturer: Apple Inc.
[    2.529034] hidraw: raw HID events driver (C) Jiri Kosina
[    2.536261] usbcore: registered new interface driver usbhid
[    2.538117] usbhid: USB HID core driver
[    2.540701] input: Apple Inc. Apple Internal Keyboard / Trackpad as 
/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input4
[    2.542182] apple 0003:05AC:0263.0001: input,hidraw0: USB HID v1.11 
Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on 
usb-0000:00:14.0-12/input0
[    2.580054] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.582129] ata1.00: FORCE: horkage modified (noncq)
[    2.583559] ata1.00: unexpected _GTF length (8)
[    2.584911] ata1.00: ATA-8: APPLE SSD SM0256F, UXM2JA1Q, max UDMA/133
[    2.586145] ata1.00: 490234752 sectors, multi 16: LBA48 NCQ (not 
used)
[    2.587708] ata1.00: unexpected _GTF length (8)
[    2.588993] ata1.00: configured for UDMA/133
[    2.590400] scsi 1:0:0:0: Direct-Access     ATA      APPLE SSD SM0256 
UXM2 PQ: 0 ANSI: 5
[    2.591959] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.591964] sd 1:0:0:0: [sda] 490234752 512-byte logical blocks: (251 
GB/233 GiB)
[    2.591965] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    2.592236] sd 1:0:0:0: [sda] Write Protect is off
[    2.592238] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.592318] sd 1:0:0:0: [sda] Write cache: enabled, read cache: 
enabled, doesn't support DPO or FUA
[    2.599989] usb 1-8.1: new full-speed USB device number 4 using 
xhci_hcd
[    2.601475]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    2.602276] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.622178] usb 1-8.1: New USB device found, idVendor=05ac, 
idProduct=820a
[    2.624019] usb 1-8.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    2.625595] usb 1-8.1: ep 0x81 - rounding interval to 64 microframes, 
ep desc says 80 microframes
[    2.631373] input: HID 05ac:820a as 
/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/input/input5
[    2.632943] hid-generic 0003:05AC:820A.0003: input,hidraw1: USB HID 
v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-8.1/input0
[    2.642022] apple 0003:05AC:0263.0002: hidraw2: USB HID v1.11 Device 
[Apple Inc. Apple Internal Keyboard / Trackpad] on 
usb-0000:00:14.0-12/input1
[    2.700040] usb 1-8.2: new full-speed USB device number 5 using 
xhci_hcd
[    2.712122] Switched to clocksource tsc
[    2.718555] usb 1-8.2: New USB device found, idVendor=05ac, 
idProduct=820b
[    2.720537] usb 1-8.2: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    2.721969] usb 1-8.2: ep 0x81 - rounding interval to 64 microframes, 
ep desc says 80 microframes
[    2.725229] input: HID 05ac:820b as 
/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/input/input6
[    2.727273] hid-generic 0003:05AC:820B.0004: input,hidraw3: USB HID 
v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-8.2/input0
[    2.800023] usb 1-8.3: new full-speed USB device number 6 using 
xhci_hcd
[    2.819140] usb 1-8.3: New USB device found, idVendor=05ac, 
idProduct=8289
[    2.821142] usb 1-8.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    2.822487] usb 1-8.3: Product: Bluetooth USB Host Controller
[    2.823839] usb 1-8.3: Manufacturer: Apple Inc.
[    3.223337] scsi 0:0:0:0: Direct-Access     APPLE    SD Card Reader   
3.00 PQ: 0 ANSI: 6
[    3.225603] sd 0:0:0:0: Attached scsi generic sg1 type 0
[    3.226534] sd 0:0:0:0: [sdb] Attached SCSI removable disk
[    7.691424] PM: Marking nosave pages: [mem 0x00058000-0x00058fff]
[    7.691427] PM: Marking nosave pages: [mem 0x0008f000-0x0008ffff]
[    7.691428] PM: Marking nosave pages: [mem 0x000a0000-0x000fffff]
[    7.691431] PM: Marking nosave pages: [mem 0x7ad14000-0x7ad52fff]
[    7.691433] PM: Marking nosave pages: [mem 0x7ad60000-0x7ad8efff]
[    7.691434] PM: Marking nosave pages: [mem 0x7ae30000-0x7ae8efff]
[    7.691436] PM: Marking nosave pages: [mem 0x7aed0000-0x7aefefff]
[    7.691438] PM: Marking nosave pages: [mem 0x7af7b000-0x7afe4fff]
[    7.691440] PM: Marking nosave pages: [mem 0x7b000000-0xffffffff]
[    7.692504] PM: Basic memory bitmaps created
[    7.733961] PM: Basic memory bitmaps freed
[    7.737430] EXT4-fs (sda5): INFO: recovery required on readonly 
filesystem
[    7.739341] EXT4-fs (sda5): write access will be enabled during 
recovery
[    7.752150] EXT4-fs (sda5): recovery complete
[    7.756530] EXT4-fs (sda5): mounted filesystem with ordered data 
mode. Opts: (null)
[    7.833970] random: init urandom read with 75 bits of entropy 
available
[    8.446016] Adding 7300824k swap on /dev/sda6.  Priority:-1 extents:1 
across:7300824k SSFS
[    8.490169] systemd-udevd[351]: starting version 204
[    8.548261] lp: driver loaded but no devices found
[    8.566279] ACPI Warning: 0x0000000000000830-0x000000000000083f 
SystemIO conflicts with Region \GPIO 1 (20130927/utaddress-251)
[    8.566284] ACPI: If an ACPI driver is available for this device, you 
should use it instead of the native driver
[    8.566286] ACPI Warning: 0x0000000000000800-0x000000000000082f 
SystemIO conflicts with Region \GPIO 1 (20130927/utaddress-251)
[    8.566288] ACPI Warning: 0x0000000000000800-0x000000000000082f 
SystemIO conflicts with Region \IO_D 2 (20130927/utaddress-251)
[    8.566290] ACPI Warning: 0x0000000000000800-0x000000000000082f 
SystemIO conflicts with Region \IO_T 3 (20130927/utaddress-251)
[    8.566292] ACPI: If an ACPI driver is available for this device, you 
should use it instead of the native driver
[    8.566292] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    8.570627] apple_gmux: gmux device not present
[    8.579618] mei_me 0000:00:16.0: irq 55 for MSI/MSI-X
[    8.587466] microcode: CPU0 sig=0x40661, pf=0x20, revision=0xf
[    8.589997] type=1400 audit(1385498507.918:2): apparmor="STATUS" 
operation="profile_load" name="/sbin/dhclient" pid=433 
comm="apparmor_parser"
[    8.590001] type=1400 audit(1385498507.918:3): apparmor="STATUS" 
operation="profile_load" 
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=433 
comm="apparmor_parser"
[    8.590004] type=1400 audit(1385498507.918:4): apparmor="STATUS" 
operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" 
pid=433 comm="apparmor_parser"
[    8.590527] type=1400 audit(1385498507.918:5): apparmor="STATUS" 
operation="profile_replace" 
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=433 
comm="apparmor_parser"
[    8.590531] type=1400 audit(1385498507.918:6): apparmor="STATUS" 
operation="profile_replace" 
name="/usr/lib/connman/scripts/dhclient-script" pid=433 
comm="apparmor_parser"
[    8.590806] type=1400 audit(1385498507.918:7): apparmor="STATUS" 
operation="profile_replace" 
name="/usr/lib/connman/scripts/dhclient-script" pid=433 
comm="apparmor_parser"
[    8.592264] cfg80211: Calling CRDA to update world regulatory domain
[    8.596810] [drm] Initialized drm 1.1.0 20060810
[    8.605788] lib80211: common routines for IEEE802.11 drivers
[    8.605789] lib80211_crypt: registered algorithm 'NULL'
[    8.607472] platform microcode: Direct firmware load failed with 
error -2
[    8.607475] platform microcode: Falling back to user helper
[    8.633535] input: bcm5974 as 
/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input7
[    8.633847] usbcore: registered new interface driver bcm5974
[    8.710459] Bluetooth: Core ver 2.17
[    8.710473] NET: Registered protocol family 31
[    8.710474] Bluetooth: HCI device and connection manager initialized
[    8.710480] Bluetooth: HCI socket layer initialized
[    8.710482] Bluetooth: L2CAP socket layer initialized
[    8.710484] Bluetooth: SCO socket layer initialized
[    8.731387] [drm] Found 128MB of eLLC
[    8.731622] [drm] Memory usable by graphics device = 2048M
[    8.731624] checking generic (90000000 1437000) vs hw (90000000 
10000000)
[    8.731625] fb: conflicting fb hw usage inteldrmfb vs simple - 
removing generic driver
[    8.731653] Console: switching to colour dummy device 80x25
[    8.734748] usbcore: registered new interface driver btusb
[    8.768167] microcode: CPU1 sig=0x40661, pf=0x20, revision=0xf
[    8.768180] platform microcode: Direct firmware load failed with 
error -2
[    8.768182] platform microcode: Falling back to user helper
[    8.771273] microcode: CPU2 sig=0x40661, pf=0x20, revision=0xf
[    8.771282] platform microcode: Direct firmware load failed with 
error -2
[    8.771284] platform microcode: Falling back to user helper
[    8.771655] microcode: CPU3 sig=0x40661, pf=0x20, revision=0xf
[    8.771664] platform microcode: Direct firmware load failed with 
error -2
[    8.771665] platform microcode: Falling back to user helper
[    8.772214] microcode: CPU4 sig=0x40661, pf=0x20, revision=0xf
[    8.772222] platform microcode: Direct firmware load failed with 
error -2
[    8.772224] platform microcode: Falling back to user helper
[    8.772565] microcode: CPU5 sig=0x40661, pf=0x20, revision=0xf
[    8.772574] platform microcode: Direct firmware load failed with 
error -2
[    8.772576] platform microcode: Falling back to user helper
[    8.772894] microcode: CPU6 sig=0x40661, pf=0x20, revision=0xf
[    8.772903] platform microcode: Direct firmware load failed with 
error -2
[    8.772905] platform microcode: Falling back to user helper
[    8.773294] microcode: CPU7 sig=0x40661, pf=0x20, revision=0xf
[    8.773305] platform microcode: Direct firmware load failed with 
error -2
[    8.773307] platform microcode: Falling back to user helper
[    8.773711] microcode: Microcode Update Driver: v2.00 
<tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    8.781740] i915 0000:00:02.0: irq 56 for MSI/MSI-X
[    8.781747] [drm] Supports vblank timestamp caching Rev 2 
(21.10.2013).
[    8.781748] [drm] Driver supports precise vblank timestamp query.
[    8.781840] vgaarb: device changed decodes: 
PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.783013] random: nonblocking pool is initialized
[    8.793310] usb 1-8.1: USB disconnect, device number 4
[    8.796282] applesmc: key=580 fan=2 temp=37 index=36 acc=0 lux=2 
kbd=1
[    8.864949] cfg80211: World regulatory domain updated:
[    8.864952] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[    8.864953] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[    8.864954] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[    8.864955] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 
mBi, 2000 mBm)
[    8.864956] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[    8.864957] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[    8.872525] systemd-udevd[646]: failed to execute 
'/lib/udev/socket:/org/xen/xend/udev_event' 
'socket:/org/xen/xend/udev_event': No such file or directory
[    8.875000] wl: module license 'MIXED/Proprietary' taints kernel.
[    8.875003] Disabling lock debugging due to kernel taint
[    8.877524] wl: module verification failed: signature and/or  
required key missing - tainting kernel
[    8.902983] systemd-udevd[656]: failed to execute 
'/lib/udev/socket:/org/xen/xend/udev_event' 
'socket:/org/xen/xend/udev_event': No such file or directory
[    8.924223] INFO @wl_cfg80211_attach : Registered CFG80211 phy
[    8.949661] [drm] GMBUS [i915 gmbus vga] timed out, falling back to 
bit banging on pin 2
[    8.985138] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[    8.988012] lib80211_crypt: registered algorithm 'TKIP'
[    9.029759] usb 1-8.2: USB disconnect, device number 5
[    9.051525] eth1: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 
6.30.223.141 (r415941)
[    9.092022] systemd-udevd[708]: failed to execute 
'/lib/udev/socket:/org/xen/xend/udev_event' 
'socket:/org/xen/xend/udev_event': No such file or directory
[    9.092671] systemd-udevd[715]: failed to execute 
'/lib/udev/socket:/org/xen/xend/udev_event' 
'socket:/org/xen/xend/udev_event': No such file or directory
[    9.151402] init: failsafe main process (750) killed by TERM signal
[    9.198256] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.198259] Bluetooth: BNEP filters: protocol multicast
[    9.198267] Bluetooth: BNEP socket layer initialized
[    9.203920] Bluetooth: RFCOMM TTY layer initialized
[    9.203931] Bluetooth: RFCOMM socket layer initialized
[    9.203935] Bluetooth: RFCOMM ver 1.11
[    9.235136] init: avahi-cups-reload main process (844) terminated 
with status 1
[    9.237332] ppdev: user-space parallel port driver
[    9.249188] type=1400 audit(1385498508.574:8): apparmor="STATUS" 
operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=862 
comm="apparmor_parser"
[    9.249194] type=1400 audit(1385498508.574:9): apparmor="STATUS" 
operation="profile_load" name="/usr/sbin/cupsd" pid=862 
comm="apparmor_parser"
[    9.249709] type=1400 audit(1385498508.578:10): apparmor="STATUS" 
operation="profile_replace" name="/usr/sbin/cupsd" pid=862 
comm="apparmor_parser"
[    9.267168] tg3 0000:0a:00.0: irq 57 for MSI/MSI-X
[    9.267176] tg3 0000:0a:00.0: irq 58 for MSI/MSI-X
[    9.267181] tg3 0000:0a:00.0: irq 59 for MSI/MSI-X
[    9.267186] tg3 0000:0a:00.0: irq 60 for MSI/MSI-X
[    9.267191] tg3 0000:0a:00.0: irq 61 for MSI/MSI-X
[    9.434414] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    9.706347] fbcon: inteldrmfb (fb0) is primary device
[    9.877548] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   12.052598] Console: switching to colour frame buffer device 240x60
[   12.056161] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.056162] i915 0000:00:02.0: registered panic notifier
[   12.057194] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  
post: no)
[   12.057596] acpi device:56: registered as cooling_device9
[   12.057653] input: Video Bus as 
/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
[   12.057715] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on 
minor 0
[   12.057844] HDA driver get symbol successfully from i915 module
[   12.057876] snd_hda_intel 0000:00:03.0: irq 62 for MSI/MSI-X
[   12.058014] snd_hda_intel 0000:00:1b.0: irq 63 for MSI/MSI-X
[   12.068954] autoconfig: line_outs=2 (0x12/0x13/0x0/0x0/0x0) 
type:speaker
[   12.068958]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.068959]    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[   12.068960]    mono: mono_out=0x0
[   12.068961]    dig-out=0x21/0x0
[   12.068962]    inputs:
[   12.068964]      Internal Mic=0x1c
[   12.068965]      Mic=0x18
[   12.069027] input: HDA Intel HDMI HDMI/DP,pcm=8 as 
/devices/pci0000:00/0000:00:03.0/sound/card0/input11
[   12.069089] input: HDA Intel HDMI HDMI/DP,pcm=7 as 
/devices/pci0000:00/0000:00:03.0/sound/card0/input10
[   12.069139] input: HDA Intel HDMI HDMI/DP,pcm=3 as 
/devices/pci0000:00/0000:00:03.0/sound/card0/input9
[   12.072842] input: HDA Intel PCH SPDIF as 
/devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[   12.072887] input: HDA Intel PCH Headphone as 
/devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[   12.072935] input: HDA Intel PCH Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[   12.730432] tg3 0000:0a:00.0 eth0: Link is up at 1000 Mbps, full 
duplex
[   12.730439] tg3 0000:0a:00.0 eth0: Flow control is on for TX and on 
for RX
[   12.730441] tg3 0000:0a:00.0 eth0: EEE is disabled
[   12.730452] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.853724] type=1400 audit(1385498512.182:11): apparmor="STATUS" 
operation="profile_load" 
name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=917 
comm="apparmor_parser"
[   18.046814] cfg80211: Calling CRDA for country: US
[   18.049888] cfg80211: Regulatory domain changed to country: US
[   18.049891] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[   18.049893] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 
mBi, 2700 mBm)
[   18.049894] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 
mBi, 1700 mBm)
[   18.049896] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[   18.049897] cfg80211:   (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[   18.049898] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 
mBi, 2000 mBm)
[   18.049899] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 
mBi, 3000 mBm)
[   18.049901] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), 
(N/A, 4000 mBm)


Output of lspci -vvv (normal linux boot):
=========================================
00:00.0 Host bridge: Intel Corporation Crystal Well DRAM Controller (rev 
08)
	Subsystem: Apple Inc. Device 012e
	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:01.0 PCI bridge: Intel Corporation Crystal Well PCI Express x16 
Controller (rev 08) (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: 256 bytes
	Bus: primary=00, secondary=05, subordinate=6b, sec-latency=0
	I/O behind bridge: 00002000-00004fff
	Memory behind bridge: a0b00000-acbfffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000b8cfffff
	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: [88] Subsystem: Apple Inc. Device 012e
	Capabilities: [80] 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: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00278  Data: 0000
	Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 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 #2, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 
<256ns, L1 <8us
			ClockPM- Surprise- LLActRep- BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 75.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: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [140 v1] Root Complex Link
		Desc:	PortNumber=02 ComponentID=01 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=01 AssocRCRB- 
LinkType=MemMapped LinkValid+
			Addr:	00000000fed19000
	Capabilities: [d94 v1] #19
	Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation Crystal Well 
Integrated Graphics Controller (rev 08) (prog-if 00 [VGA controller])
	Subsystem: Apple Inc. Device 012e
	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 56
	Region 0: Memory at a0000000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at 90000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at 1000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00018  Data: 0000
	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

00:03.0 Audio device: Intel Corporation Crystal Well HD Audio Controller 
(rev 08)
	Subsystem: Apple Inc. Device 012e
	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: 256 bytes
	Interrupt: pin A routed to IRQ 62
	Region 0: Memory at a0a10000 (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: fee00498  Data: 0000
	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

00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset 
Family USB xHCI (rev 05) (prog-if 30 [XHCI])
	Subsystem: Intel Corporation Device 7270
	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 52
	Region 0: Memory at a0a00000 (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: 00000000fee00418  Data: 0000
	Kernel driver in use: xhci_hcd

00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series 
Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Intel Corporation Device 7270
	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 55
	Region 0: Memory at a0a19100 (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: 00000000fee00438  Data: 0000
	Kernel driver in use: mei_me

00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset 
High Definition Audio Controller (rev 05)
	Subsystem: Intel Corporation Device 7270
	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: 256 bytes
	Interrupt: pin A routed to IRQ 63
	Region 0: Memory at a0a14000 (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: 00000000fee004d8  Data: 0000
	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

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: 256 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: 7fa00000-7fbfffff
	Prefetchable memory behind bridge: 000000007fc00000-000000007fdfffff
	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-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #0, PowerLimit 0.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00298  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device 7270
	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

00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset 
Family PCI Express Root Port #3 (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: 256 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: a0400000-a06fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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 #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM L0s L1 Enabled; 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 #2, 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: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device 7270
	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

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: 256 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: a0800000-a09fffff
	Prefetchable memory behind bridge: 0000000080000000-000000008fffffff
	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 L0s L1, Latency L0 
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 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: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device 7270
	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

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: 256 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: a0700000-a07fffff
	Prefetchable memory behind bridge: 000000007fe00000-000000007fefffff
	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 L0s L1, Latency L0 
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, 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: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Intel Corporation Device 7270
	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

00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 
05)
	Subsystem: Intel Corporation Device 7270
	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

00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family 
SMBus Controller (rev 05)
	Subsystem: Intel Corporation Device 7270
	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 0
	Region 0: Memory at a0a19000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at efa0 [size=32]

02:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac 
Wireless Network Adapter (rev 03)
	Subsystem: Apple Inc. Device 0134
	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: 256 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at a0600000 (64-bit, non-prefetchable) [size=32K]
	Region 2: Memory at a0400000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [48] 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=2 PME-
	Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] Vendor Specific Information: Len=44 <?>
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 1024 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 
<2us, L1 <32us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 0f, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Device Serial Number b8-e8-00-ff-ff-00-00-01
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [1b0 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Capabilities: [220 v1] #15
	Kernel driver in use: wl

03:00.0 Multimedia controller: Broadcom Corporation Device 1570
	Subsystem: Broadcom Corporation Device 1570
	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: 256 bytes
	Interrupt: pin A routed to IRQ 0
	Region 0: Memory at a0900000 (64-bit, non-prefetchable) [size=64K]
	Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M]
	Region 4: Memory at a0800000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] 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=2 PME-
	Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] Vendor Specific Information: Len=44 <?>
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, 
L1 <32us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Device Serial Number 00-00-00-ff-ff-00-00-00
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [1b0 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Capabilities: [220 v1] #15

04:00.0 SATA controller: Samsung Electronics Co Ltd Device 1600 (rev 01) 
(prog-if 01 [AHCI 1.0])
	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: 256 bytes
	Interrupt: pin A routed to IRQ 53
	Region 5: Memory at a0700000 (32-bit, non-prefetchable) [size=8K]
	Expansion ROM at 7fe00000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=2/2 Maskable+ 64bit+
		Address: 00000000fee00458  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 
unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, 
L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		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: -6dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [d0] Vital Product Data
		Not readable
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Kernel driver in use: ahci

05:00.0 PCI bridge: Intel Corporation Device 156d (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: 128 bytes
	Bus: primary=05, secondary=06, subordinate=6b, sec-latency=0
	I/O behind bridge: 00002000-00003fff
	Memory behind bridge: a0b00000-a8bfffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000b4cfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee002f8  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 75.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, 
L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Device Serial Number 2f-07-e9-28-b2-f1-0c-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=050 <?>
	Capabilities: [600 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Kernel driver in use: pcieport

06:00.0 PCI bridge: Intel Corporation Device 156d (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: 128 bytes
	Bus: primary=06, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: a0b00000-a0bfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00318  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #0, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Device Serial Number 2f-07-e9-28-b2-f1-0c-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=050 <?>
	Kernel driver in use: pcieport

06:03.0 PCI bridge: Intel Corporation Device 156d (prog-if 00 [Normal 
decode])
	Physical Slot: 2
	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: 128 bytes
	Bus: primary=06, secondary=08, subordinate=38, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: a0c00000-a4bfffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000b0cfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00338  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #3, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #3, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Device Serial Number 2f-07-e9-28-b2-f1-0c-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=050 <?>
	Kernel driver in use: pcieport

06:04.0 PCI bridge: Intel Corporation Device 156d (prog-if 00 [Normal 
decode])
	Physical Slot: 3
	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: 128 bytes
	Bus: primary=06, secondary=39, subordinate=39, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00358  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #4, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Device Serial Number 2f-07-e9-28-b2-f1-0c-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=050 <?>
	Kernel driver in use: pcieport

06:05.0 PCI bridge: Intel Corporation Device 156d (prog-if 00 [Normal 
decode])
	Physical Slot: 4
	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: 128 bytes
	Bus: primary=06, secondary=3a, subordinate=6a, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: a4c00000-a8bfffff
	Prefetchable memory behind bridge: 00000000b0d00000-00000000b4cfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00398  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #5, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Device Serial Number 2f-07-e9-28-b2-f1-0c-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=050 <?>
	Kernel driver in use: pcieport

06:06.0 PCI bridge: Intel Corporation Device 156d (prog-if 00 [Normal 
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: 128 bytes
	Bus: primary=06, secondary=6b, subordinate=6b, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee003b8  Data: 0000
	Capabilities: [ac] Subsystem: Device 2222:1111
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #6, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #6, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Device Serial Number 2f-07-e9-28-b2-f1-0c-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=050 <?>
	Kernel driver in use: pcieport

07:00.0 System peripheral: Intel Corporation Device 156c
	Subsystem: Device 2222:1111
	Physical Slot: 0
	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: 128 bytes
	Interrupt: pin A routed to IRQ 0
	Region 0: Memory at a0b00000 (32-bit, non-prefetchable) [size=256K]
	Region 1: Memory at a0b40000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <2us, L1 <4us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
<2us, 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 x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range B, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI-X: Enable- Count=16 Masked-
		Vector table: BAR=1 offset=00000000
		PBA: BAR=1 offset=00000fa0
	Capabilities: [100 v1] Device Serial Number 2f-07-e9-28-b2-f1-0c-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=050 <?>
	Capabilities: [600 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns

08:00.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Controller 
[Cactus Ridge] (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: 128 bytes
	Bus: primary=08, secondary=09, subordinate=0a, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: a0c00000-a10fffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000accfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee003d8  Data: 0000
	Capabilities: [c0] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 
unlimited, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Device Serial Number 01-00-00-00-00-c9-a0-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=01c <?>
	Kernel driver in use: pcieport

09:00.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Controller 
[Cactus Ridge] (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: 128 bytes
	Bus: primary=09, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: a0c00000-a10fffff
	Prefetchable memory behind bridge: 00000000acc00000-00000000accfffff
	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: [80] 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=1 PME-
	Capabilities: [88] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee003f8  Data: 0000
	Capabilities: [c0] Express (v2) Downstream 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 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 
unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; 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 #9, PowerLimit 0.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-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- 
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Device Serial Number 01-00-00-00-00-c9-a0-00
	Capabilities: [200 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [300 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [400 v1] Power Budgeting <?>
	Capabilities: [500 v1] Vendor Specific Information: ID=1234 Rev=1 
Len=01c <?>
	Kernel driver in use: pcieport

0a:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57762 
Gigabit Ethernet PCIe
	Subsystem: Apple Inc. Device 00f6
	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: 128 bytes
	Interrupt: pin A routed to IRQ 19
	Region 0: Memory at acc00000 (64-bit, prefetchable) [size=64K]
	Region 2: Memory at acc10000 (64-bit, prefetchable) [size=64K]
	Expansion ROM at acc20000 [disabled] [size=64K]
	Capabilities: [48] 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=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: Thunderbolt Ethernet
		Read-only fields:
			[PN] Part number: BCM957762
			[EC] Engineering changes: 106679-15
			[SN] Serial number: 0123456789
			[MN] Manufacture ID: 31 34 65 34
			[RV] Reserved: checksum good, 53 byte(s) reserved
		Read/write fields:
			[YA] Asset tag: XYZ01234567
			[RW] Read-write area: 107 byte(s) free
		End
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [a0] MSI-X: Enable+ Count=6 Masked-
		Vector table: BAR=2 offset=00000000
		PBA: BAR=2 offset=00000120
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr+ NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 
<2us, L1 <64us
			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-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.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, EqualizationComplete-, 
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Device Serial Number 00-00-68-5b-35-7f-88-bf
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 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=ff
			Status:	NegoPending- InProgress-
	Capabilities: [1b0 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: tg3




Hope this provides enough info to take this a step further.


Warm regards,
Mark.

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-26 21:38     ` Mark Hurenkamp
@ 2013-11-26 21:46       ` Andrew Cooper
  2013-11-26 23:50         ` Mark Hurenkamp
  2013-11-27  9:30       ` Jan Beulich
  2013-11-27 13:51       ` Jan Beulich
  2 siblings, 1 reply; 11+ messages in thread
From: Andrew Cooper @ 2013-11-26 21:46 UTC (permalink / raw)
  To: Mark Hurenkamp, Jan Beulich; +Cc: xen-devel

On 26/11/2013 21:38, Mark Hurenkamp wrote:
> On 2013-11-26 09:40, Jan Beulich wrote:
>>>>> On 25.11.13 at 22:43, Mark Hurenkamp <mark.hurenkamp@xs4all.nl>
>>>>> wrote:
>>> On 2013-11-25 20:16, Mark Hurenkamp wrote:
>>>>
>>>> Looking at the output of dmesg, there is a clear hint of what might be
>>>> wrong; it lists several (>10) of the following messages:
>>>> [    3.957006] pcieport 0000:00:01.0: device [8086:0d01] has invalid
>>>> IRQ; check vendor BIOS
>>>> [    3.957018] pcieport 0000:00:01.0: can't find IRQ for PCI INT A;
>>>> please try using pci=biosirq
>>>
>>> Additionally, i found some more strangeness in the dmesg output:
>>> [    3.725793] pci 0000:06:00.0: BAR 15: can't assign mem pref (size
>>> 0x200000)
>>> [    3.725796] pci 0000:06:04.0: BAR 14: can't assign mem (size
>>> 0x200000)
>>> Also repeating several times for multiple devices.
>>> Could this be related to the problems i see?
>>>
>>>> This while booting the same kernel (3.13-rc1) without xen works fine.
>>
>> With all of the above - posting just snippets is not going to suffice
>> if you want any help with this. Please attach full logs at maximum
>> log level: hypervisor, dom0 kernel, and natively run kernel (either
>> the same binary as used for dom0, or making sure the configs are
>> sufficiently similar).
>>
>> Jan
>
> Thanks for your response, i wasn't sure if this was the right place to
> address this, so i kept my initial mail short. However I would indeed
> appreciate any help that can point me into the direction of a more
> useable xen installation on this system.
> So brace yourself for some information ;-)
>
> xen.cfg:
> ========
> [global]
> default=saucy
>
> [saucy]
> options=loglvl=all guest_loglvl=all sync_console console_to_ring
> kernel=vmlinuz-3.13.0-031300rc1-generic
> root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq
> earlyprintk=xen debug loglevel=8
> ramdisk=initrd.img-3.13.0-031300rc1-generic
>
>
> output of xl dmesg:
> Looks like the top part is already gone, and i've no way to capture
> this via serial port.
> I can take some boot camera shots if that is usefull though.

sync_console is quite unnecessary, especially if you are not using a
serial port.

You can use conring_size=<num> to make the Xen console buffer larger.  I
would suggest 128K.

~Andrew

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-26 21:46       ` Andrew Cooper
@ 2013-11-26 23:50         ` Mark Hurenkamp
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Hurenkamp @ 2013-11-26 23:50 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: xen-devel, Jan Beulich

On 2013-11-26 22:46, Andrew Cooper wrote:
> On 26/11/2013 21:38, Mark Hurenkamp wrote:
>> On 2013-11-26 09:40, Jan Beulich wrote:
>>>>>> On 25.11.13 at 22:43, Mark Hurenkamp <mark.hurenkamp@xs4all.nl>
>>>>>> wrote:
>>>> On 2013-11-25 20:16, Mark Hurenkamp wrote:
>>>>> 
>>>>> Looking at the output of dmesg, there is a clear hint of what might 
>>>>> be
>>>>> wrong; it lists several (>10) of the following messages:
>>>>> [    3.957006] pcieport 0000:00:01.0: device [8086:0d01] has 
>>>>> invalid
>>>>> IRQ; check vendor BIOS
>>>>> [    3.957018] pcieport 0000:00:01.0: can't find IRQ for PCI INT A;
>>>>> please try using pci=biosirq
>>>> 
>>>> Additionally, i found some more strangeness in the dmesg output:
>>>> [    3.725793] pci 0000:06:00.0: BAR 15: can't assign mem pref (size
>>>> 0x200000)
>>>> [    3.725796] pci 0000:06:04.0: BAR 14: can't assign mem (size
>>>> 0x200000)
>>>> Also repeating several times for multiple devices.
>>>> Could this be related to the problems i see?
>>>> 
>>>>> This while booting the same kernel (3.13-rc1) without xen works 
>>>>> fine.
>>> 
>>> With all of the above - posting just snippets is not going to suffice
>>> if you want any help with this. Please attach full logs at maximum
>>> log level: hypervisor, dom0 kernel, and natively run kernel (either
>>> the same binary as used for dom0, or making sure the configs are
>>> sufficiently similar).
>>> 
>>> Jan
>> 
>> Thanks for your response, i wasn't sure if this was the right place to
>> address this, so i kept my initial mail short. However I would indeed
>> appreciate any help that can point me into the direction of a more
>> useable xen installation on this system.
>> So brace yourself for some information ;-)
>> 
>> xen.cfg:
>> ========
>> [global]
>> default=saucy
>> 
>> [saucy]
>> options=loglvl=all guest_loglvl=all sync_console console_to_ring
>> kernel=vmlinuz-3.13.0-031300rc1-generic
>> root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq
>> earlyprintk=xen debug loglevel=8
>> ramdisk=initrd.img-3.13.0-031300rc1-generic
>> 
>> 
>> output of xl dmesg:
>> Looks like the top part is already gone, and i've no way to capture
>> this via serial port.
>> I can take some boot camera shots if that is usefull though.
> 
> sync_console is quite unnecessary, especially if you are not using a
> serial port.
> 
> You can use conring_size=<num> to make the Xen console buffer larger.  
> I
> would suggest 128K.

Hmm, perhaps I wasn't doing it right, but i couldn't get the 
conring_size parameter to work as expected.
However, having the source at hand, i rebuilt the hypervisor with a 
larger (128k) default buffer size, which did yield
a full xl dmesg output:

  __  __            _  _   _  _                      _        _     _
  \ \/ /___ _ __   | || | | || |     _   _ _ __  ___| |_ __ _| |__ | | 
___
   \  // _ \ '_ \  | || |_| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ 
\
   /  \  __/ | | | |__   _|__   _|__| |_| | | | \__ \ || (_| | |_) | |  
__/
  /_/\_\___|_| |_|    |_|(_) |_|     \__,_|_| 
|_|___/\__\__,_|_.__/|_|\___|

(XEN) Xen version 4.4-unstable (hurenkam@) (gcc (Ubuntu/Linaro 
4.8.1-10ubuntu8) 4.8.1) debug=y Wed Nov 27 00:28:06 CET 2013
(XEN) Latest ChangeSet: Mon Nov 25 11:20:06 2013 +0100 git:e439e0b-dirty
(XEN) Bootloader: EFI
(XEN) Command line: loglvl=all guest_loglvl=all conring_size=128k 
console_to_ring
(XEN) Video information:
(XEN)  VGA is graphics mode 2880x1800, 32 bpp
(XEN) Disc information:
(XEN)  Found 0 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) EFI RAM map:
(XEN)  0000000000000000 - 0000000000058000 (usable)
(XEN)  0000000000058000 - 0000000000059000 (reserved)
(XEN)  0000000000059000 - 000000000008f000 (usable)
(XEN)  000000000008f000 - 0000000000090000 (reserved)
(XEN)  0000000000090000 - 00000000000a0000 (usable)
(XEN)  00000000000a0000 - 00000000000c0000 (reserved)
(XEN)  0000000000100000 - 000000007ad14000 (usable)
(XEN)  000000007ad14000 - 000000007ad53000 (ACPI NVS)
(XEN)  000000007ad53000 - 000000007ad60000 (usable)
(XEN)  000000007ad60000 - 000000007ad8f000 (ACPI data)
(XEN)  000000007ad8f000 - 000000007ae39000 (usable)
(XEN)  000000007ae39000 - 000000007ae8f000 (reserved)
(XEN)  000000007ae8f000 - 000000007aed0000 (usable)
(XEN)  000000007aed0000 - 000000007aeff000 (reserved)
(XEN)  000000007aeff000 - 000000007af7b000 (usable)
(XEN)  000000007af7b000 - 000000007afe5000 (reserved)
(XEN)  000000007afe5000 - 000000007b000000 (usable)
(XEN)  000000007b000000 - 000000007fa00000 (reserved)
(XEN)  00000000e00f8000 - 00000000e00f9000 (reserved)
(XEN)  00000000fed1c000 - 00000000fed20000 (reserved)
(XEN)  00000000ffe10000 - 00000000ffe40000 (reserved)
(XEN)  0000000100000000 - 000000047f600000 (usable)
(XEN) ACPI: RSDP 7AD8E014, 0024 (r2 APPLE )
(XEN) ACPI: XSDT 7AD8E1C0, 00A4 (r1 APPLE   Apple00        0       
1000013)
(XEN) ACPI: FACP 7AD8C000, 00F4 (r5 APPLE   Apple00        0 Loki       
5F)
(XEN) ACPI: DSDT 7AD80000, 6BF9 (r3 APPLE  MacBookP   110002 INTL 
20100915)
(XEN) ACPI: FACS 7AD1C000, 0040
(XEN) ACPI: HPET 7AD8B000, 0038 (r1 APPLE   Apple00        1 Loki       
5F)
(XEN) ACPI: APIC 7AD8A000, 00BC (r2 APPLE   Apple00        1 Loki       
5F)
(XEN) ACPI: SBST 7AD88000, 0030 (r1 APPLE   Apple00        1 Loki       
5F)
(XEN) ACPI: ECDT 7AD87000, 0053 (r1 APPLE   Apple00        1 Loki       
5F)
(XEN) ACPI: SSDT 7AD7F000, 010B (r1 APPLE  SataAhci     1000 INTL 
20100915)
(XEN) ACPI: SSDT 7AD7E000, 0024 (r1 APPLE   SmcDppt     1000 INTL 
20100915)
(XEN) ACPI: SSDT 7AD7C000, 0688 (r1 APPLE  SDUsbLpt     1000 INTL 
20100915)
(XEN) ACPI: SSDT 7AD79000, 0032 (r1 APPLE    SsdtS3     1000 INTL 
20100915)
(XEN) ACPI: SSDT 7AD6F000, 5B76 (r1 APPLE  TbtPEG10     1000 INTL 
20100915)
(XEN) ACPI: SSDT 7AD64000, 00B8 (r1 APPLE      Sdxc     1000 INTL 
20100915)
(XEN) ACPI: SSDT 7AD63000, 03E0 (r1 APPLE  SaHdaCdc     1000 INTL 
20100915)
(XEN) ACPI: SSDT 7AD62000, 0618 (r1  PmRef  Cpu0Ist     3000 INTL 
20100915)
(XEN) ACPI: SSDT 7AD61000, 0B83 (r1  PmRef    CpuPm     3000 INTL 
20100915)
(XEN) ACPI: MCFG 7AD89000, 003C (r1 APPLE   Apple00        1 Loki       
5F)
(XEN) ACPI: DMAR 7AD60000, 0088 (r1 APPLE      HSW         1 AAPL        
1)
(XEN) System RAM: 16292MB (16683268kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-000000047f600000
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0x90000000, mapped to 0xffff82c000201000, 
using 20736k, total 20736k
(XEN) vesafb: mode is 2880x1800x32, linelength=11776, font 8x16
(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
(XEN) Couldn't initialize a 2880x1800 framebuffer early.
(XEN) SMBIOS 2.4 present.
(XEN) DMI 2.4 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x408
(XEN) ACPI: SLEEP INFO: pm1x_cnt[404,0], pm1x_evt[400,0]
(XEN) ACPI:             wakeup_vec[7ad1c00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:6 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) Processor #2 6:6 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) Processor #4 6:6 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) Processor #6 6:6 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) Processor #1 6:6 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) Processor #3 6:6 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) Processor #5 6:6 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) Processor #7 6:6 APIC version 21
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) ERST table was not found
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 24 GSI, 1528 MSI/MSI-X
(XEN) Switched to APIC driver x2apic_cluster.
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 1995.437 MHz processor.
(XEN) EFI memory map:
(XEN)  0000000000000-0000000057fff type=7 attr=080000000000000f
(XEN)  0000000058000-0000000058fff type=0 attr=080000000000000f
(XEN)  0000000059000-000000008efff type=7 attr=080000000000000f
(XEN)  000000008f000-000000008ffff type=0 attr=080000000000000f
(XEN)  0000000090000-000000009cfff type=7 attr=080000000000000f
(XEN)  000000009d000-000000009ffff type=2 attr=080000000000000f
(XEN)  0000000100000-0000064e0efff type=7 attr=000000000000000f
(XEN)  0000064e0f000-0000065f99fff type=2 attr=000000000000000f
(XEN)  0000065f9a000-0000067199fff type=1 attr=000000000000000f
(XEN)  000006719a000-0000069b94fff type=4 attr=000000000000000f
(XEN)  0000069b95000-000006a3bffff type=7 attr=000000000000000f
(XEN)  000006a3c0000-000006a961fff type=2 attr=000000000000000f
(XEN)  000006a962000-000006b72efff type=4 attr=000000000000000f
(XEN)  000006b72f000-000006bac6fff type=7 attr=000000000000000f
(XEN)  000006bac7000-000006bb33fff type=4 attr=000000000000000f
(XEN)  000006bb34000-000006bb34fff type=2 attr=000000000000000f
(XEN)  000006bb35000-000006c21ffff type=4 attr=000000000000000f
(XEN)  000006c220000-000006c22dfff type=3 attr=000000000000000f
(XEN)  000006c22e000-000006c30afff type=4 attr=000000000000000f
(XEN)  000006c30b000-000006c335fff type=1 attr=000000000000000f
(XEN)  000006c336000-000006c349fff type=4 attr=000000000000000f
(XEN)  000006c34a000-000006c354fff type=3 attr=000000000000000f
(XEN)  000006c355000-000006c35ffff type=4 attr=000000000000000f
(XEN)  000006c360000-000006c374fff type=3 attr=000000000000000f
(XEN)  000006c375000-000006c375fff type=4 attr=000000000000000f
(XEN)  000006c376000-000006c389fff type=3 attr=000000000000000f
(XEN)  000006c38a000-000006edbffff type=4 attr=000000000000000f
(XEN)  000006edc0000-000006eeebfff type=3 attr=000000000000000f
(XEN)  000006eeec000-0000074139fff type=4 attr=000000000000000f
(XEN)  000007413a000-0000074160fff type=3 attr=000000000000000f
(XEN)  0000074161000-0000074186fff type=4 attr=000000000000000f
(XEN)  0000074187000-000007418cfff type=3 attr=000000000000000f
(XEN)  000007418d000-0000074193fff type=4 attr=000000000000000f
(XEN)  0000074194000-00000741a1fff type=3 attr=000000000000000f
(XEN)  00000741a2000-00000741a8fff type=4 attr=000000000000000f
(XEN)  00000741a9000-00000741b6fff type=3 attr=000000000000000f
(XEN)  00000741b7000-00000774b8fff type=4 attr=000000000000000f
(XEN)  00000774b9000-00000774bbfff type=3 attr=000000000000000f
(XEN)  00000774bc000-00000774bcfff type=4 attr=000000000000000f
(XEN)  00000774bd000-00000774c2fff type=3 attr=000000000000000f
(XEN)  00000774c3000-00000774c9fff type=4 attr=000000000000000f
(XEN)  00000774ca000-00000774ccfff type=3 attr=000000000000000f
(XEN)  00000774cd000-00000774cdfff type=4 attr=000000000000000f
(XEN)  00000774ce000-00000774e5fff type=3 attr=000000000000000f
(XEN)  00000774e6000-00000774e6fff type=4 attr=000000000000000f
(XEN)  00000774e7000-00000774f5fff type=3 attr=000000000000000f
(XEN)  00000774f6000-00000774f9fff type=4 attr=000000000000000f
(XEN)  00000774fa000-00000774fdfff type=3 attr=000000000000000f
(XEN)  00000774fe000-0000077500fff type=4 attr=000000000000000f
(XEN)  0000077501000-0000077501fff type=3 attr=000000000000000f
(XEN)  0000077502000-0000077503fff type=4 attr=000000000000000f
(XEN)  0000077504000-000007751ffff type=3 attr=000000000000000f
(XEN)  0000077520000-00000779e2fff type=4 attr=000000000000000f
(XEN)  00000779e3000-00000779e7fff type=3 attr=000000000000000f
(XEN)  00000779e8000-000007928afff type=4 attr=000000000000000f
(XEN)  000007928b000-000007928ffff type=3 attr=000000000000000f
(XEN)  0000079290000-0000079292fff type=4 attr=000000000000000f
(XEN)  0000079293000-0000079296fff type=3 attr=000000000000000f
(XEN)  0000079297000-000007929cfff type=4 attr=000000000000000f
(XEN)  000007929d000-00000792aefff type=3 attr=000000000000000f
(XEN)  00000792af000-00000792affff type=4 attr=000000000000000f
(XEN)  00000792b0000-00000792c2fff type=3 attr=000000000000000f
(XEN)  00000792c3000-00000792cafff type=4 attr=000000000000000f
(XEN)  00000792cb000-00000792cffff type=3 attr=000000000000000f
(XEN)  00000792d0000-00000792d2fff type=4 attr=000000000000000f
(XEN)  00000792d3000-00000792d3fff type=3 attr=000000000000000f
(XEN)  00000792d4000-000007941ffff type=4 attr=000000000000000f
(XEN)  0000079420000-000007942ffff type=3 attr=000000000000000f
(XEN)  0000079430000-0000079449fff type=4 attr=000000000000000f
(XEN)  000007944a000-000007944cfff type=3 attr=000000000000000f
(XEN)  000007944d000-000007944efff type=4 attr=000000000000000f
(XEN)  000007944f000-000007944ffff type=3 attr=000000000000000f
(XEN)  0000079450000-0000079450fff type=4 attr=000000000000000f
(XEN)  0000079451000-0000079458fff type=3 attr=000000000000000f
(XEN)  0000079459000-000007945bfff type=4 attr=000000000000000f
(XEN)  000007945c000-000007945dfff type=3 attr=000000000000000f
(XEN)  000007945e000-0000079460fff type=4 attr=000000000000000f
(XEN)  0000079461000-0000079468fff type=3 attr=000000000000000f
(XEN)  0000079469000-0000079470fff type=4 attr=000000000000000f
(XEN)  0000079471000-0000079475fff type=3 attr=000000000000000f
(XEN)  0000079476000-000007947dfff type=4 attr=000000000000000f
(XEN)  000007947e000-000007947efff type=3 attr=000000000000000f
(XEN)  000007947f000-000007948dfff type=4 attr=000000000000000f
(XEN)  000007948e000-0000079491fff type=3 attr=000000000000000f
(XEN)  0000079492000-0000079498fff type=4 attr=000000000000000f
(XEN)  0000079499000-00000794a4fff type=3 attr=000000000000000f
(XEN)  00000794a5000-00000794a5fff type=4 attr=000000000000000f
(XEN)  00000794a6000-00000794a6fff type=3 attr=000000000000000f
(XEN)  00000794a7000-00000794aafff type=4 attr=000000000000000f
(XEN)  00000794ab000-00000794acfff type=3 attr=000000000000000f
(XEN)  00000794ad000-00000794f4fff type=4 attr=000000000000000f
(XEN)  00000794f5000-00000794fdfff type=3 attr=000000000000000f
(XEN)  00000794fe000-0000079506fff type=4 attr=000000000000000f
(XEN)  0000079507000-0000079544fff type=3 attr=000000000000000f
(XEN)  0000079545000-000007956cfff type=4 attr=000000000000000f
(XEN)  000007956d000-000007957efff type=3 attr=000000000000000f
(XEN)  000007957f000-0000079590fff type=4 attr=000000000000000f
(XEN)  0000079591000-000007959cfff type=3 attr=000000000000000f
(XEN)  000007959d000-00000795a8fff type=4 attr=000000000000000f
(XEN)  00000795a9000-00000795b2fff type=3 attr=000000000000000f
(XEN)  00000795b3000-00000795bcfff type=4 attr=000000000000000f
(XEN)  00000795bd000-00000795ccfff type=3 attr=000000000000000f
(XEN)  00000795cd000-00000795d0fff type=4 attr=000000000000000f
(XEN)  00000795d1000-00000795d2fff type=3 attr=000000000000000f
(XEN)  00000795d3000-00000795d7fff type=4 attr=000000000000000f
(XEN)  00000795d8000-00000795d8fff type=3 attr=000000000000000f
(XEN)  00000795d9000-00000795dafff type=4 attr=000000000000000f
(XEN)  00000795db000-00000795e8fff type=3 attr=000000000000000f
(XEN)  00000795e9000-00000795e9fff type=4 attr=000000000000000f
(XEN)  00000795ea000-00000795eafff type=3 attr=000000000000000f
(XEN)  00000795eb000-00000795edfff type=4 attr=000000000000000f
(XEN)  00000795ee000-00000795eefff type=3 attr=000000000000000f
(XEN)  00000795ef000-00000795effff type=4 attr=000000000000000f
(XEN)  00000795f0000-00000795f0fff type=3 attr=000000000000000f
(XEN)  00000795f1000-00000795f2fff type=4 attr=000000000000000f
(XEN)  00000795f3000-00000795f5fff type=3 attr=000000000000000f
(XEN)  00000795f6000-00000795f8fff type=4 attr=000000000000000f
(XEN)  00000795f9000-0000079602fff type=3 attr=000000000000000f
(XEN)  0000079603000-0000079606fff type=4 attr=000000000000000f
(XEN)  0000079607000-0000079608fff type=3 attr=000000000000000f
(XEN)  0000079609000-000007960afff type=4 attr=000000000000000f
(XEN)  000007960b000-0000079614fff type=3 attr=000000000000000f
(XEN)  0000079615000-0000079615fff type=4 attr=000000000000000f
(XEN)  0000079616000-000007961bfff type=3 attr=000000000000000f
(XEN)  000007961c000-0000079623fff type=4 attr=000000000000000f
(XEN)  0000079624000-0000079626fff type=7 attr=000000000000000f
(XEN)  0000079627000-0000079640fff type=3 attr=000000000000000f
(XEN)  0000079641000-0000079642fff type=7 attr=000000000000000f
(XEN)  0000079643000-0000079647fff type=3 attr=000000000000000f
(XEN)  0000079648000-0000079650fff type=4 attr=000000000000000f
(XEN)  0000079651000-000007965efff type=3 attr=000000000000000f
(XEN)  000007965f000-0000079661fff type=4 attr=000000000000000f
(XEN)  0000079662000-0000079663fff type=3 attr=000000000000000f
(XEN)  0000079664000-0000079665fff type=4 attr=000000000000000f
(XEN)  0000079666000-0000079674fff type=3 attr=000000000000000f
(XEN)  0000079675000-0000079676fff type=4 attr=000000000000000f
(XEN)  0000079677000-000007967dfff type=3 attr=000000000000000f
(XEN)  000007967e000-000007967efff type=4 attr=000000000000000f
(XEN)  000007967f000-0000079682fff type=3 attr=000000000000000f
(XEN)  0000079683000-000007968bfff type=4 attr=000000000000000f
(XEN)  000007968c000-000007968efff type=3 attr=000000000000000f
(XEN)  000007968f000-0000079690fff type=4 attr=000000000000000f
(XEN)  0000079691000-0000079695fff type=3 attr=000000000000000f
(XEN)  0000079696000-0000079698fff type=4 attr=000000000000000f
(XEN)  0000079699000-000007969cfff type=3 attr=000000000000000f
(XEN)  000007969d000-000007969dfff type=4 attr=000000000000000f
(XEN)  000007969e000-00000796a0fff type=3 attr=000000000000000f
(XEN)  00000796a1000-00000796a4fff type=4 attr=000000000000000f
(XEN)  00000796a5000-00000796bdfff type=3 attr=000000000000000f
(XEN)  00000796be000-00000796befff type=4 attr=000000000000000f
(XEN)  00000796bf000-00000796bffff type=3 attr=000000000000000f
(XEN)  00000796c0000-00000796c1fff type=4 attr=000000000000000f
(XEN)  00000796c2000-00000796d0fff type=3 attr=000000000000000f
(XEN)  00000796d1000-00000796d3fff type=4 attr=000000000000000f
(XEN)  00000796d4000-00000796dcfff type=3 attr=000000000000000f
(XEN)  00000796dd000-00000796ddfff type=4 attr=000000000000000f
(XEN)  00000796de000-00000796e0fff type=3 attr=000000000000000f
(XEN)  00000796e1000-00000796e1fff type=4 attr=000000000000000f
(XEN)  00000796e2000-00000796e4fff type=3 attr=000000000000000f
(XEN)  00000796e5000-00000796e5fff type=4 attr=000000000000000f
(XEN)  00000796e6000-00000796ebfff type=3 attr=000000000000000f
(XEN)  00000796ec000-00000796edfff type=4 attr=000000000000000f
(XEN)  00000796ee000-00000796eefff type=3 attr=000000000000000f
(XEN)  00000796ef000-00000796f0fff type=4 attr=000000000000000f
(XEN)  00000796f1000-00000796f1fff type=3 attr=000000000000000f
(XEN)  00000796f2000-00000796f7fff type=4 attr=000000000000000f
(XEN)  00000796f8000-00000796f9fff type=3 attr=000000000000000f
(XEN)  00000796fa000-00000796fdfff type=4 attr=000000000000000f
(XEN)  00000796fe000-00000796fefff type=3 attr=000000000000000f
(XEN)  00000796ff000-00000796fffff type=4 attr=000000000000000f
(XEN)  0000079700000-0000079700fff type=3 attr=000000000000000f
(XEN)  0000079701000-0000079703fff type=4 attr=000000000000000f
(XEN)  0000079704000-0000079707fff type=3 attr=000000000000000f
(XEN)  0000079708000-000007970dfff type=4 attr=000000000000000f
(XEN)  000007970e000-000007970ffff type=3 attr=000000000000000f
(XEN)  0000079710000-0000079713fff type=4 attr=000000000000000f
(XEN)  0000079714000-0000079717fff type=3 attr=000000000000000f
(XEN)  0000079718000-000007971bfff type=4 attr=000000000000000f
(XEN)  000007971c000-000007971cfff type=3 attr=000000000000000f
(XEN)  000007971d000-0000079721fff type=4 attr=000000000000000f
(XEN)  0000079722000-0000079723fff type=3 attr=000000000000000f
(XEN)  0000079724000-0000079728fff type=4 attr=000000000000000f
(XEN)  0000079729000-0000079729fff type=3 attr=000000000000000f
(XEN)  000007972a000-000007972afff type=4 attr=000000000000000f
(XEN)  000007972b000-000007972bfff type=3 attr=000000000000000f
(XEN)  000007972c000-000007972efff type=4 attr=000000000000000f
(XEN)  000007972f000-000007972ffff type=3 attr=000000000000000f
(XEN)  0000079730000-0000079742fff type=4 attr=000000000000000f
(XEN)  0000079743000-0000079750fff type=3 attr=000000000000000f
(XEN)  0000079751000-0000079765fff type=4 attr=000000000000000f
(XEN)  0000079766000-0000079768fff type=3 attr=000000000000000f
(XEN)  0000079769000-000007979bfff type=4 attr=000000000000000f
(XEN)  000007979c000-00000797adfff type=3 attr=000000000000000f
(XEN)  00000797ae000-00000797aefff type=4 attr=000000000000000f
(XEN)  00000797af000-00000797b2fff type=3 attr=000000000000000f
(XEN)  00000797b3000-00000797bffff type=4 attr=000000000000000f
(XEN)  00000797c0000-00000797c5fff type=3 attr=000000000000000f
(XEN)  00000797c6000-00000797d7fff type=4 attr=000000000000000f
(XEN)  00000797d8000-00000797d9fff type=3 attr=000000000000000f
(XEN)  00000797da000-00000797ddfff type=4 attr=000000000000000f
(XEN)  00000797de000-00000797e4fff type=3 attr=000000000000000f
(XEN)  00000797e5000-00000797f1fff type=4 attr=000000000000000f
(XEN)  00000797f2000-00000797f2fff type=3 attr=000000000000000f
(XEN)  00000797f3000-00000797f3fff type=4 attr=000000000000000f
(XEN)  00000797f4000-00000797f4fff type=3 attr=000000000000000f
(XEN)  00000797f5000-00000797f7fff type=4 attr=000000000000000f
(XEN)  00000797f8000-00000797f9fff type=3 attr=000000000000000f
(XEN)  00000797fa000-0000079810fff type=4 attr=000000000000000f
(XEN)  0000079811000-0000079818fff type=3 attr=000000000000000f
(XEN)  0000079819000-0000079819fff type=4 attr=000000000000000f
(XEN)  000007981a000-000007981afff type=3 attr=000000000000000f
(XEN)  000007981b000-000007981ffff type=4 attr=000000000000000f
(XEN)  0000079820000-000007982ffff type=3 attr=000000000000000f
(XEN)  0000079830000-000007983dfff type=4 attr=000000000000000f
(XEN)  000007983e000-000007983efff type=3 attr=000000000000000f
(XEN)  000007983f000-000007983ffff type=4 attr=000000000000000f
(XEN)  0000079840000-0000079840fff type=3 attr=000000000000000f
(XEN)  0000079841000-0000079841fff type=4 attr=000000000000000f
(XEN)  0000079842000-0000079842fff type=3 attr=000000000000000f
(XEN)  0000079843000-0000079c68fff type=4 attr=000000000000000f
(XEN)  0000079c69000-0000079c6efff type=3 attr=000000000000000f
(XEN)  0000079c6f000-0000079c70fff type=4 attr=000000000000000f
(XEN)  0000079c71000-0000079c71fff type=3 attr=000000000000000f
(XEN)  0000079c72000-0000079c72fff type=4 attr=000000000000000f
(XEN)  0000079c73000-0000079c79fff type=3 attr=000000000000000f
(XEN)  0000079c7a000-0000079c7ffff type=4 attr=000000000000000f
(XEN)  0000079c80000-0000079c81fff type=3 attr=000000000000000f
(XEN)  0000079c82000-0000079c87fff type=4 attr=000000000000000f
(XEN)  0000079c88000-0000079c88fff type=3 attr=000000000000000f
(XEN)  0000079c89000-0000079d14fff type=4 attr=000000000000000f
(XEN)  0000079d15000-0000079d15fff type=3 attr=000000000000000f
(XEN)  0000079d16000-0000079d19fff type=4 attr=000000000000000f
(XEN)  0000079d1a000-0000079d1afff type=3 attr=000000000000000f
(XEN)  0000079d1b000-0000079d1bfff type=4 attr=000000000000000f
(XEN)  0000079d1c000-0000079d1ffff type=3 attr=000000000000000f
(XEN)  0000079d20000-0000079d20fff type=4 attr=000000000000000f
(XEN)  0000079d21000-0000079d21fff type=3 attr=000000000000000f
(XEN)  0000079d22000-0000079d25fff type=4 attr=000000000000000f
(XEN)  0000079d26000-0000079d26fff type=3 attr=000000000000000f
(XEN)  0000079d27000-000007ad02fff type=4 attr=000000000000000f
(XEN)  000007ad03000-000007ad13fff type=7 attr=000000000000000f
(XEN)  000007ad14000-000007ad52fff type=10 attr=000000000000000f
(XEN)  000007ad53000-000007ad5ffff type=7 attr=000000000000000f
(XEN)  000007ad60000-000007ad8efff type=9 attr=000000000000000f
(XEN)  000007ad8f000-000007ae38fff type=7 attr=000000000000000f
(XEN)  000007ae39000-000007ae8efff type=6 attr=800000000000000f
(XEN)  000007ae8f000-000007aecffff type=7 attr=000000000000000f
(XEN)  000007aed0000-000007aefefff type=5 attr=800000000000000f
(XEN)  000007aeff000-000007af7afff type=7 attr=000000000000000f
(XEN)  000007af7b000-000007afe4fff type=0 attr=000000000000000f
(XEN)  000007afe5000-000007affffff type=4 attr=000000000000000f
(XEN)  0000100000000-000047f5fffff type=7 attr=000000000000000f
(XEN)  00000000a0000-00000000bffff type=0 attr=8000000000000000
(XEN) Unknown cachability for MFNs 0xa0-0xbf
(XEN)  000007b000000-000007f9fffff type=0 attr=8000000000000000
(XEN) Unknown cachability for MFNs 0x7b000-0x7f9ff
(XEN)  00000e00f8000-00000e00f8fff type=11 attr=8000000000000001
(XEN)  00000fed1c000-00000fed1ffff type=11 attr=8000000000000001
(XEN)  00000ffe10000-00000ffe3ffff type=11 attr=8000000000000001
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0x7
(XEN) mce_intel.c:717: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 
extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - 
9b
(XEN) PCI: Not using MCFG for segment 0000 bus 00-9b
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB.
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 128 KiB.
(XEN) mwait-idle: MWAIT substates: 0x42120
(XEN) mwait-idle: v0.4 model 0x46
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN)  - Unrestricted Guest
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) Brought up 8 CPUs
(XEN) ACPI sleep modes: S3
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN) elf_parse_binary: phdr: paddr=0x1000000 memsz=0xb7a000
(XEN) elf_parse_binary: phdr: paddr=0x1c00000 memsz=0x11c0f0
(XEN) elf_parse_binary: phdr: paddr=0x1d1d000 memsz=0x15180
(XEN) elf_parse_binary: phdr: paddr=0x1d33000 memsz=0x6cd000
(XEN) elf_parse_binary: memory: 0x1000000 -> 0x2400000
(XEN) elf_xen_parse_note: GUEST_OS = "linux"
(XEN) elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) elf_xen_parse_note: ENTRY = 0xffffffff81d331e0
(XEN) elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) elf_xen_parse_note: FEATURES = 
"!writable_page_tables|pae_pgdir_above_4gb"
(XEN) elf_xen_parse_note: PAE_MODE = "yes"
(XEN) elf_xen_parse_note: LOADER = "generic"
(XEN) elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) elf_xen_addr_calc_check: addresses:
(XEN)     virt_base        = 0xffffffff80000000
(XEN)     elf_paddr_offset = 0x0
(XEN)     virt_offset      = 0xffffffff80000000
(XEN)     virt_kstart      = 0xffffffff81000000
(XEN)     virt_kend        = 0xffffffff82400000
(XEN)     virt_entry       = 0xffffffff81d331e0
(XEN)     p2m_base         = 0xffffffffffffffff
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2400000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000468000000->0000000470000000 (4044894 pages 
to be allocated)
(XEN)  Init. ramdisk: 000000047e475000->000000047f5ff558
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff82400000
(XEN)  Init. ramdisk: ffffffff82400000->ffffffff8358a558
(XEN)  Phys-Mach map: ffffffff8358b000->ffffffff854aff48
(XEN)  Start info:    ffffffff854b0000->ffffffff854b04b4
(XEN)  Page tables:   ffffffff854b1000->ffffffff854e0000
(XEN)  Boot stack:    ffffffff854e0000->ffffffff854e1000
(XEN)  TOTAL:         ffffffff80000000->ffffffff85800000
(XEN)  ENTRY ADDRESS: ffffffff81d331e0
(XEN) Dom0 has maximum 8 VCPUs
(XEN) elf_load_binary: phdr 0 at 0xffffffff81000000 -> 
0xffffffff81b7a000
(XEN) elf_load_binary: phdr 1 at 0xffffffff81c00000 -> 
0xffffffff81d1c0f0
(XEN) elf_load_binary: phdr 2 at 0xffffffff81d1d000 -> 
0xffffffff81d32180
(XEN) elf_load_binary: phdr 3 at 0xffffffff81d33000 -> 
0xffffffff81e78000
(XEN) Scrubbing Free RAM: .done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch 
input to Xen)
(XEN) Freed 408kB init memory.
mapping kernel into physical memory
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-031300rc1-generic (apw@gomeisa) (gcc 
version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201311221535 SMP Fri Nov 
22 20:36:51 UTC 2013
[    0.000000] Command line: 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
earlyprintk=xen debug loglevel=8
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Freeing 58-59 pfn range: 1 pages freed
[    0.000000] Freeing 8f-90 pfn range: 1 pages freed
[    0.000000] Freeing a0-100 pfn range: 96 pages freed
[    0.000000] Freeing 7ad14-7ad53 pfn range: 63 pages freed
[    0.000000] Freeing 7ad60-7ad8f pfn range: 47 pages freed
[    0.000000] Freeing 7ae39-7ae8f pfn range: 86 pages freed
[    0.000000] Freeing 7aed0-7aeff pfn range: 47 pages freed
[    0.000000] Freeing 7af7b-7afe5 pfn range: 106 pages freed
[    0.000000] Freeing 7b000-100000 pfn range: 544768 pages freed
[    0.000000] Released 545215 pages of unused memory
[    0.000000] Set 545215 page(s) to 1-1 mapping
[    0.000000] Populating 3e49e9-469ba8 pfn range: 545215 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] Xen: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] Xen: [mem 0x0000000000059000-0x000000000008efff] usable
[    0.000000] Xen: [mem 0x000000000008f000-0x000000000008ffff] reserved
[    0.000000] Xen: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000007ad13fff] usable
[    0.000000] Xen: [mem 0x000000007ad14000-0x000000007ad52fff] ACPI NVS
[    0.000000] Xen: [mem 0x000000007ad53000-0x000000007ad5ffff] usable
[    0.000000] Xen: [mem 0x000000007ad60000-0x000000007ad8efff] ACPI 
data
[    0.000000] Xen: [mem 0x000000007ad8f000-0x000000007ae38fff] usable
[    0.000000] Xen: [mem 0x000000007ae39000-0x000000007ae8efff] reserved
[    0.000000] Xen: [mem 0x000000007ae8f000-0x000000007aecffff] usable
[    0.000000] Xen: [mem 0x000000007aed0000-0x000000007aefefff] reserved
[    0.000000] Xen: [mem 0x000000007aeff000-0x000000007af7afff] usable
[    0.000000] Xen: [mem 0x000000007af7b000-0x000000007afe4fff] reserved
[    0.000000] Xen: [mem 0x000000007afe5000-0x000000007affffff] usable
[    0.000000] Xen: [mem 0x000000007b000000-0x000000007f9fffff] reserved
[    0.000000] Xen: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000047f5fffff] usable
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    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 = 0x47f600 max_arch_pfn = 0x400000000
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 
24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x469800000-0x4699fffff]
[    0.000000]  [mem 0x469800000-0x4699fffff] page 4k
[    0.000000] BRK [0x0200d000, 0x0200dfff] PGTABLE
[    0.000000] BRK [0x0200e000, 0x0200efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x468000000-0x4697fffff]
[    0.000000]  [mem 0x468000000-0x4697fffff] page 4k
[    0.000000] BRK [0x0200f000, 0x0200ffff] PGTABLE
[    0.000000] BRK [0x02010000, 0x02010fff] PGTABLE
[    0.000000] BRK [0x02011000, 0x02011fff] PGTABLE
[    0.000000] BRK [0x02012000, 0x02012fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x400000000-0x467ffffff]
[    0.000000]  [mem 0x400000000-0x467ffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7ad13fff]
[    0.000000]  [mem 0x00100000-0x7ad13fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ad53000-0x7ad5ffff]
[    0.000000]  [mem 0x7ad53000-0x7ad5ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ad8f000-0x7ae38fff]
[    0.000000]  [mem 0x7ad8f000-0x7ae38fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7ae8f000-0x7aecffff]
[    0.000000]  [mem 0x7ae8f000-0x7aecffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7aeff000-0x7af7afff]
[    0.000000]  [mem 0x7aeff000-0x7af7afff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7afe5000-0x7affffff]
[    0.000000]  [mem 0x7afe5000-0x7affffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x469a00000-0x47f5fffff]
[    0.000000]  [mem 0x469a00000-0x47f5fffff] page 4k
[    0.000000] RAMDISK: [mem 0x02400000-0x0358afff]
[    0.000000] ACPI BIOS Error (bug): A valid RSDP was not found 
(20130927/tbxfroot-211)
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 
0x0000000000000000-0x000000047f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x47f5fffff]
[    0.000000]   NODE_DATA [mem 0x469ba3000-0x469ba7fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x47f5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00057fff]
[    0.000000]   node   0: [mem 0x00059000-0x0008efff]
[    0.000000]   node   0: [mem 0x00090000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x7ad13fff]
[    0.000000]   node   0: [mem 0x7ad53000-0x7ad5ffff]
[    0.000000]   node   0: [mem 0x7ad8f000-0x7ae38fff]
[    0.000000]   node   0: [mem 0x7ae8f000-0x7aecffff]
[    0.000000]   node   0: [mem 0x7aeff000-0x7af7afff]
[    0.000000]   node   0: [mem 0x7afe5000-0x7affffff]
[    0.000000]   node   0: [mem 0x100000000-0x47f5fffff]
[    0.000000] On node 0 totalpages: 4170816
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7803 pages used for memmap
[    0.000000]   DMA32 zone: 499363 pages, LIFO batch:31
[    0.000000]   Normal zone: 57304 pages used for memmap
[    0.000000]   Normal zone: 3667456 pages, LIFO batch:31
[    0.000000] SFI: Simple Firmware Interface v0.81 
http://simplefirmware.org
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ad14000-0x7ad52fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ad60000-0x7ad8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ae39000-0x7ae8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7aed0000-0x7aefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7af7b000-0x7afe4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-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-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffe0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe40000-0xffffffff]
[    0.000000] e820: [mem 0x7fa00000-0xe00f7fff] available for PCI 
devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 
nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff880467800000 s86400 
r8192 d24192 u2097152
[    0.000000] pcpu-alloc: s86400 r8192 d24192 u2097152 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0
[    3.669529] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 4105624
[    3.669531] Policy zone: Normal
[    3.669533] Kernel command line: 
root=UUID=f0733825-503b-4c10-b089-adb026767d7e ro libata.force=noncq 
earlyprintk=xen debug loglevel=8
[    3.669968] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    3.669998] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    3.691191] software IO TLB [mem 0x4512db000-0x4552db000] (64MB) 
mapped at [ffff8804512db000-ffff8804552dafff]
[    3.745933] Memory: 15900460K/16683264K available (7615K kernel code, 
1135K rwdata, 3560K rodata, 1356K init, 1428K bss, 782804K reserved)
[    3.746001] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 
Nodes=1
[    3.746014] Hierarchical RCU implementation.
[    3.746015] 	RCU dyntick-idle grace-period acceleration is enabled.
[    3.746016] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
[    3.746017] 	Offload RCU callbacks from all CPUs
[    3.746019] 	Offload RCU callbacks from CPUs: 0.
[    3.746853] NR_IRQS:16640 nr_irqs:256 16
[    3.746946] Console: colour dummy device 80x25
[    3.746949] console [tty0] enabled
[    3.746951] bootconsole [xenboot0] disabled
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:01.0
(XEN) PCI add device 0000:00:02.0
(XEN) PCI add device 0000:00:03.0
(XEN) PCI add device 0000:00:14.0
(XEN) PCI add device 0000:00:16.0
(XEN) PCI add device 0000:00:1b.0
(XEN) PCI add device 0000:00:1c.0
(XEN) PCI add device 0000:00:1c.2
(XEN) PCI add device 0000:00:1c.3
(XEN) PCI add device 0000:00:1c.4
(XEN) PCI add device 0000:00:1f.0
(XEN) PCI add device 0000:00:1f.3
(XEN) PCI add device 0000:05:00.0
(XEN) PCI add device 0000:06:00.0
(XEN) PCI add device 0000:06:03.0
(XEN) PCI add device 0000:06:04.0
(XEN) PCI add device 0000:06:05.0
(XEN) PCI add device 0000:06:06.0
(XEN) PCI add device 0000:07:00.0
(XEN) PCI add device 0000:02:00.0
(XEN) PCI add device 0000:03:00.0
(XEN) PCI add device 0000:04:00.0

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-26 21:38     ` Mark Hurenkamp
  2013-11-26 21:46       ` Andrew Cooper
@ 2013-11-27  9:30       ` Jan Beulich
  2013-11-27 13:51       ` Jan Beulich
  2 siblings, 0 replies; 11+ messages in thread
From: Jan Beulich @ 2013-11-27  9:30 UTC (permalink / raw)
  To: Mark Hurenkamp; +Cc: xen-devel

>>> On 26.11.13 at 22:38, Mark Hurenkamp <mark.hurenkamp@xs4all.nl> wrote:
> On 2013-11-26 09:40, Jan Beulich wrote:
>>>>> On 25.11.13 at 22:43, Mark Hurenkamp <mark.hurenkamp@xs4all.nl> 
>>>>> wrote:
>>> On 2013-11-25 20:16, Mark Hurenkamp wrote:
>>>> 
>>>> Looking at the output of dmesg, there is a clear hint of what might 
>>>> be
>>>> wrong; it lists several (>10) of the following messages:
>>>> [    3.957006] pcieport 0000:00:01.0: device [8086:0d01] has invalid
>>>> IRQ; check vendor BIOS
>>>> [    3.957018] pcieport 0000:00:01.0: can't find IRQ for PCI INT A;
>>>> please try using pci=biosirq
>>> 
>>> Additionally, i found some more strangeness in the dmesg output:
>>> [    3.725793] pci 0000:06:00.0: BAR 15: can't assign mem pref (size
>>> 0x200000)
>>> [    3.725796] pci 0000:06:04.0: BAR 14: can't assign mem (size
>>> 0x200000)
>>> Also repeating several times for multiple devices.
>>> Could this be related to the problems i see?
>>> 
>>>> This while booting the same kernel (3.13-rc1) without xen works fine.
>> 
>> With all of the above - posting just snippets is not going to suffice
>> if you want any help with this. Please attach full logs at maximum
>> log level: hypervisor, dom0 kernel, and natively run kernel (either
>> the same binary as used for dom0, or making sure the configs are
>> sufficiently similar).
> 
> Thanks for your response, i wasn't sure if this was the right place to 
> address this, so i kept my initial mail short. However I would indeed 
> appreciate any help that can point me into the direction of a more 
> useable xen installation on this system.
> So brace yourself for some information ;-)

It would have helped if you did what I wrote: _Attach_ logs.
By inlining everything, you expect us to spend time on splitting
stuff apart again. Nor can I tell without going through all your
mail whether what you sent is complete (in terms of what was
asked for).

Jan

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-26 21:38     ` Mark Hurenkamp
  2013-11-26 21:46       ` Andrew Cooper
  2013-11-27  9:30       ` Jan Beulich
@ 2013-11-27 13:51       ` Jan Beulich
  2013-11-27 14:43         ` Konrad Rzeszutek Wilk
  2013-11-27 16:20         ` Mark Hurenkamp
  2 siblings, 2 replies; 11+ messages in thread
From: Jan Beulich @ 2013-11-27 13:51 UTC (permalink / raw)
  To: Mark Hurenkamp; +Cc: xen-devel

>>> On 26.11.13 at 22:38, Mark Hurenkamp <mark.hurenkamp@xs4all.nl> wrote:
> Thanks for your response, i wasn't sure if this was the right place to 
> address this, so i kept my initial mail short. However I would indeed 
> appreciate any help that can point me into the direction of a more 
> useable xen installation on this system.
> So brace yourself for some information ;-)
> 
> xen.cfg:
> ========

So you're booting from EFI, with a kernel not capable of this. Hence
ACPI isn't being used, and consequently it's surprising that at least
some of your interrupts appear to work.

You could have found this by searching e.g. the mailing list archives;
you're not the first one to encounter this.

Jan

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-27 13:51       ` Jan Beulich
@ 2013-11-27 14:43         ` Konrad Rzeszutek Wilk
  2013-11-27 21:45           ` Mark Hurenkamp
  2013-11-27 16:20         ` Mark Hurenkamp
  1 sibling, 1 reply; 11+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-11-27 14:43 UTC (permalink / raw)
  To: Jan Beulich, daniel.kiper, eshelton; +Cc: xen-devel, Mark Hurenkamp

On Wed, Nov 27, 2013 at 01:51:37PM +0000, Jan Beulich wrote:
> >>> On 26.11.13 at 22:38, Mark Hurenkamp <mark.hurenkamp@xs4all.nl> wrote:
> > Thanks for your response, i wasn't sure if this was the right place to 
> > address this, so i kept my initial mail short. However I would indeed 
> > appreciate any help that can point me into the direction of a more 
> > useable xen installation on this system.
> > So brace yourself for some information ;-)
> > 
> > xen.cfg:
> > ========
> 
> So you're booting from EFI, with a kernel not capable of this. Hence
> ACPI isn't being used, and consequently it's surprising that at least
> some of your interrupts appear to work.
> 
> You could have found this by searching e.g. the mailing list archives;
> you're not the first one to encounter this.

CC-ing Daniel and Eric

Eric Shelton posted some patches:
 http://lists.xen.org/archives/html/xen-devel/2013-08/msg01505.html

that would allow your Linux kernel to take advantage of it.
But they are not yet upstream-quality. I had provided some
ideas of how to make this fit within the model - but I fear
Eric got buried with other TODOs.

> 
> Jan
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-27 13:51       ` Jan Beulich
  2013-11-27 14:43         ` Konrad Rzeszutek Wilk
@ 2013-11-27 16:20         ` Mark Hurenkamp
  1 sibling, 0 replies; 11+ messages in thread
From: Mark Hurenkamp @ 2013-11-27 16:20 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

On 2013-11-27 14:51, Jan Beulich wrote:
>>>> On 26.11.13 at 22:38, Mark Hurenkamp <mark.hurenkamp@xs4all.nl> 
>>>> wrote:
>> Thanks for your response, i wasn't sure if this was the right place to
>> address this, so i kept my initial mail short. However I would indeed
>> appreciate any help that can point me into the direction of a more
>> useable xen installation on this system.
>> So brace yourself for some information ;-)
>> 
>> xen.cfg:
>> ========
> 
> So you're booting from EFI, with a kernel not capable of this. Hence
> ACPI isn't being used, and consequently it's surprising that at least
> some of your interrupts appear to work.

Well that must be my mistake then... i did check the config which seemed
to indicate that it should support EFI:

# grep CONFIG_EFI /boot/config-3.13.0-031300rc1-generic
CONFIG_EFI_PARTITION=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_VARS=y
CONFIG_EFI_VARS_PSTORE=m
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
CONFIG_EFIVAR_FS=y

I was not aware this is known to be broken in 3.13-rc1.

> You could have found this by searching e.g. the mailing list archives;
Sorry to have bothered you with something that is apparently a FAQ.
Thanks for your time & patience.


Regards,
Mark.

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

* Re: Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS
  2013-11-27 14:43         ` Konrad Rzeszutek Wilk
@ 2013-11-27 21:45           ` Mark Hurenkamp
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Hurenkamp @ 2013-11-27 21:45 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, daniel.kiper, Jan Beulich, eshelton

On 2013-11-27 15:43, Konrad Rzeszutek Wilk wrote:
> On Wed, Nov 27, 2013 at 01:51:37PM +0000, Jan Beulich wrote:
>> >>> On 26.11.13 at 22:38, Mark Hurenkamp <mark.hurenkamp@xs4all.nl> wrote:
>> > Thanks for your response, i wasn't sure if this was the right place to
>> > address this, so i kept my initial mail short. However I would indeed
>> > appreciate any help that can point me into the direction of a more
>> > useable xen installation on this system.
>> > So brace yourself for some information ;-)
>> >
>> > xen.cfg:
>> > ========
>> 
>> So you're booting from EFI, with a kernel not capable of this. Hence
>> ACPI isn't being used, and consequently it's surprising that at least
>> some of your interrupts appear to work.
>> 
>> You could have found this by searching e.g. the mailing list archives;
>> you're not the first one to encounter this.
> 
> CC-ing Daniel and Eric
> 
> Eric Shelton posted some patches:
>  http://lists.xen.org/archives/html/xen-devel/2013-08/msg01505.html
> 
> that would allow your Linux kernel to take advantage of it.

Thanks for the tip, this looks promising.
I gave it a quick try, but there are a lot of rejects when applied 
against
3.13-rc1, and although i think i managed to fix some, there are also 
some
that I feel are (currently) beyond my skill to fix.
Probably i need to study this some more, or try an earlier kernel.
Either way it will keep me busy for a while.


Regards,
Mark.

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

end of thread, other threads:[~2013-11-27 21:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 19:16 Xen 4.4 trunk: device [xxxx:yyyy] has invalid IRQ; check vendor BIOS Mark Hurenkamp
2013-11-25 21:43 ` Mark Hurenkamp
2013-11-26  8:40   ` Jan Beulich
2013-11-26 21:38     ` Mark Hurenkamp
2013-11-26 21:46       ` Andrew Cooper
2013-11-26 23:50         ` Mark Hurenkamp
2013-11-27  9:30       ` Jan Beulich
2013-11-27 13:51       ` Jan Beulich
2013-11-27 14:43         ` Konrad Rzeszutek Wilk
2013-11-27 21:45           ` Mark Hurenkamp
2013-11-27 16:20         ` Mark Hurenkamp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.