It looks like this was user error when pulling changes via CVS. Not sure
what exactly happened but I may have somehow merged 5.7 stable into 5.6
stable. (If that is even possible with CVS, beats me.)

I was able to succesfully apply errata 9 after nuking /usr/src, unpacking
the 5.7 src and sys tarballs, and applying errata 9 as a patch (never
touching CVS).

How do I close this bug?

2015-06-13 20:42 GMT+02:00 <[email protected]>:

> >Synopsis:      programs that use libcrypto segfault immediately after
> applying 5.7 errata 9
> >Category:      system library amd64
> >Environment:
>         System      : OpenBSD 5.7
>         Details     : OpenBSD 5.7 (GENERIC.MP) #881: Sun Mar  8 11:04:17
> MDT 2015
>                          [email protected]:
> /usr/src/sys/arch/amd64/compile/GENERIC.MP
>
>         Architecture: OpenBSD.amd64
>         Machine     : amd64 (Soekris net6501-50)
> >Description:
> I applied the latest errata on OpenBSD 5.7, pulled in via CVS. After
> I rebooted sshd, unbound and smtpd failed to start (segmentation
> faults).
>
> I tried to investigate with gdb and I saw that there was a problem
> in libcrypto. Each of the three daemons had the same strcmp error,
> from lhash.c:419.
>
> $ sudo gdb -q --args /usr/sbin/sshd
> (no debugging symbols found)
> (gdb) run
> Starting program: /usr/sbin/sshd
> (no debugging symbols found)
>
> Program received signal SIGSEGV, Segmentation fault.
> strcmp () at /usr/src/lib/libc/arch/amd64/string/strcmp.S:44
> 44              movq    8(%rdi),%rax
> Current language:  auto; currently asm
> (gdb) bt
> #0  strcmp () at /usr/src/lib/libc/arch/amd64/string/strcmp.S:44
> #1  0x00001113b674f750 in getrn (lh=0x1113cd06e500, data=0x111363fcc340,
> rhash=Variable "rhash" is not available.
>
> ) at
> /usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/lhash/lhash.c:419
> #2  0x00001113b674fad6 in lh_insert (lh=0x1113cd06e500,
> data=0x111363fcc340)
>     at
> /usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/lhash/lhash.c:192
> #3  0x00001113b66f143d in OBJ_NAME_add (name=0x0, type=2,
>     data=0x1113b6991d40 "�\003")
>     at
> /usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/objects/o_names.c:184
> #4  0x00001113b668400a in OpenSSL_add_all_ciphers ()
>     at
> /usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/evp/c_all.c:222
> #5  0x00001113b668403e in OPENSSL_add_all_algorithms_noconf ()
>     at
> /usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/evp/c_all.c:293
> #6  0x00001110cf30dc67 in sshd_hostkey_sign () from /usr/sbin/sshd
> #7  0x00001110cf30baf1 in ?? () from /usr/sbin/sshd
> #8  0x0000000000000000 in ?? ()
> (gdb)
>
> >How-To-Repeat:
> I do not care to repeat this experience. :) I would guess: install
> 5.7, pull CVS changes for the stable branch, compile libcrypto as
> discussed in errata 9, restart sshd?
> >Fix:
> I fixed the problem by reverting errata 9.
>
>  signify -Vep /etc/signify/openbsd-57-base.pub -x 009_openssl.patch.sig \
>         -m - | (cd /usr/src && patch -p0 -R)
>
> Then I did a full rebuild of libcrypto.
>
>     cd /usr/src/lib/libcrypto/crypto
>     make clean
>     make obj
>     make
>     make install
>
>
> dmesg:
> OpenBSD 5.7 (GENERIC.MP) #881: Sun Mar  8 11:04:17 MDT 2015
>     [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 1056833536 (1007MB)
> avail mem = 1024835584 (977MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0
> acpi at bios0 not configured
> mpbios0 at bios0: Intel MP Specification 1.4
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Genuine Intel(R) CPU @ 1.00GHz, 1000.13 MHz
> cpu0:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF
> cpu0: 512KB 64b/line 8-way L2 cache
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 99MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.2.0.2, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: Genuine Intel(R) CPU @ 1.00GHz, 1000.00 MHz
> cpu1:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF
> cpu1: 512KB 64b/line 8-way L2 cache
> cpu1: smt 1, core 0, package 0
> mpbios0: bus 0 is type PCI
> mpbios0: bus 64 is type ISA
> ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 20, 24 pins
> cpu0: unknown Enhanced SpeedStep CPU, msr 0x060b0a0c06000a0c
> cpu0: using only highest and lowest power states
> cpu0: Enhanced SpeedStep 1000 MHz: speeds: 1000, 600 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel E600 Host" rev 0x05
> pchb1 at pci0 dev 1 function 0 "Intel E600 Config" rev 0x00
> ppb0 at pci0 dev 23 function 0 "Intel E600 PCIE" rev 0x00
> pci1 at ppb0 bus 1
> ppb1 at pci1 dev 0 function 0 "Intel EG20T PCIE" rev 0x01
> pci2 at ppb1 bus 2
> "Intel EG20T Packet Hub" rev 0x01 at pci2 dev 0 function 0 not configured
> "Intel EG20T Ethernet" rev 0x02 at pci2 dev 0 function 1 not configured
> "Intel EG20T GPIO" rev 0x01 at pci2 dev 0 function 2 not configured
> ohci0 at pci2 dev 2 function 0 "Intel EG20T USB" rev 0x02: apic 0 int 19,
> version 1.0
> ohci1 at pci2 dev 2 function 1 "Intel EG20T USB" rev 0x02: apic 0 int 19,
> version 1.0
> ohci2 at pci2 dev 2 function 2 "Intel EG20T USB" rev 0x02: apic 0 int 19,
> version 1.0
> ehci0 at pci2 dev 2 function 3 "Intel EG20T USB" rev 0x02: apic 0 int 19
> usb0 at ehci0: USB revision 2.0
> uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> "Intel EG20T USB Client" rev 0x02 at pci2 dev 2 function 4 not configured
> sdhc0 at pci2 dev 4 function 0 "Intel EG20T SDIO" rev 0x01: apic 0 int 18
> sdmmc0 at sdhc0
> sdhc1 at pci2 dev 4 function 1 "Intel EG20T SDIO" rev 0x01: apic 0 int 18
> sdmmc1 at sdhc1
> ahci0 at pci2 dev 6 function 0 "Intel EG20T AHCI" rev 0x02: msi, AHCI 1.1
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 1 lun 0: <ATA, INTEL SSDMCEAW08, DC03> SCSI3 0/direct
> fixed naa.55cd2e400034528a
> sd0: 76319MB, 512 bytes/sector, 156301488 sectors, thin
> ohci3 at pci2 dev 8 function 0 "Intel EG20T USB" rev 0x02: apic 0 int 16,
> version 1.0
> ohci4 at pci2 dev 8 function 1 "Intel EG20T USB" rev 0x02: apic 0 int 16,
> version 1.0
> ohci5 at pci2 dev 8 function 2 "Intel EG20T USB" rev 0x02: apic 0 int 16,
> version 1.0
> ehci1 at pci2 dev 8 function 3 "Intel EG20T USB" rev 0x02: apic 0 int 16
> usb1 at ehci1: USB revision 2.0
> uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> "Intel EG20T DMA" rev 0x00 at pci2 dev 10 function 0 not configured
> puc0 at pci2 dev 10 function 1 "Intel EG20T Serial" rev 0x01: ports: 1 com
> com4 at puc0 port 0 apic 0 int 19: ti16750, 64 byte fifo
> puc1 at pci2 dev 10 function 2 "Intel EG20T Serial" rev 0x00: ports: 1 com
> com5 at puc1 port 0 apic 0 int 19: ti16750, 64 byte fifo
> puc2 at pci2 dev 10 function 3 "Intel EG20T Serial" rev 0x00: ports: 1 com
> com6 at puc2 port 0 apic 0 int 19: ti16750, 64 byte fifo
> puc3 at pci2 dev 10 function 4 "Intel EG20T Serial" rev 0x00: ports: 1 com
> com7 at puc3 port 0 apic 0 int 19: ti16750, 64 byte fifo
> "Intel EG20T DMA" rev 0x00 at pci2 dev 12 function 0 not configured
> "Intel EG20T SPI" rev 0x00 at pci2 dev 12 function 1 not configured
> "Intel EG20T I2C" rev 0x00 at pci2 dev 12 function 2 not configured
> "Intel EG20T CAN" rev 0x00 at pci2 dev 12 function 3 not configured
> "Intel EG20T 1588" rev 0x01 at pci2 dev 12 function 4 not configured
> usb2 at ohci0: USB revision 1.0
> uhub2 at usb2 "Intel OHCI root hub" rev 1.00/1.00 addr 1
> usb3 at ohci1: USB revision 1.0
> uhub3 at usb3 "Intel OHCI root hub" rev 1.00/1.00 addr 1
> usb4 at ohci2: USB revision 1.0
> uhub4 at usb4 "Intel OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci3: USB revision 1.0
> uhub5 at usb5 "Intel OHCI root hub" rev 1.00/1.00 addr 1
> usb6 at ohci4: USB revision 1.0
> uhub6 at usb6 "Intel OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci5: USB revision 1.0
> uhub7 at usb7 "Intel OHCI root hub" rev 1.00/1.00 addr 1
> ppb2 at pci0 dev 24 function 0 "Intel E600 PCIE" rev 0x00
> pci3 at ppb2 bus 3
> ppb3 at pci3 dev 0 function 0 "IDT 89HPES4T4" rev 0x0e
> pci4 at ppb3 bus 4
> ppb4 at pci4 dev 2 function 0 "IDT 89HPES4T4" rev 0x0e
> pci5 at ppb4 bus 5
> em0 at pci5 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address
> 00:00:24:d1:23:b4
> ppb5 at pci4 dev 3 function 0 "IDT 89HPES4T4" rev 0x0e
> pci6 at ppb5 bus 6
> em1 at pci6 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address
> 00:00:24:d1:23:b5
> ppb6 at pci4 dev 4 function 0 "IDT 89HPES4T4" rev 0x0e
> pci7 at ppb6 bus 7
> ppb7 at pci0 dev 25 function 0 "Intel E600 PCIE" rev 0x00
> pci8 at ppb7 bus 8
> ppb8 at pci8 dev 0 function 0 "IDT 89HPES4T4" rev 0x0e
> pci9 at ppb8 bus 9
> ppb9 at pci9 dev 2 function 0 "IDT 89HPES4T4" rev 0x0e
> pci10 at ppb9 bus 10
> em2 at pci10 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address
> 00:00:24:d1:23:b6
> ppb10 at pci9 dev 3 function 0 "IDT 89HPES4T4" rev 0x0e
> pci11 at ppb10 bus 11
> em3 at pci11 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address
> 00:00:24:d1:23:b7
> ppb11 at pci9 dev 4 function 0 "IDT 89HPES4T4" rev 0x0e
> pci12 at ppb11 bus 12
> ppb12 at pci0 dev 26 function 0 "Intel E600 PCIE" rev 0x00
> pci13 at ppb12 bus 13
> tcpcib0 at pci0 dev 31 function 0 "Intel E600 LPC" rev 0x00: 14318179 Hz
> timer, watchdog
> isa0 at tcpcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ti16750, 64 byte fifo
> com0: console
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> skgpio0 at isa0 port 0x680/32
> gpio0 at skgpio0: 16 pins
> gpio1 at skgpio0: 2 pins
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (b8d824278ff36bbb.a) swap on sd0b dump on sd0b
>
> usbdevs:
> Controller /dev/usb0:
> addr 1: high speed, self powered, config 1, EHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 powered
>  port 2 powered
>  port 3 powered
> Controller /dev/usb1:
> addr 1: high speed, self powered, config 1, EHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 powered
>  port 2 powered
>  port 3 powered
> Controller /dev/usb2:
> addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 powered
> Controller /dev/usb3:
> addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 powered
> Controller /dev/usb4:
> addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 powered
> Controller /dev/usb5:
> addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 powered
> Controller /dev/usb6:
> addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 powered
> Controller /dev/usb7:
> addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 powered
>
> pcidump:
> Domain /dev/pci0:
>  0:0:0: Intel E600 Host
>         0x0000: Vendor ID: 8086 Product ID: 4114
>         0x0004: Command: 0007 Status: 0000
>         0x0008: Class: 06 Subclass: 00 Interface: 00 Revision: 05
>         0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>         0x0000: 41148086 00000007 06000005 00000000
>         0x0010: 00000000 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000000 00000000 00000000
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 000000ff 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  0:1:0: Intel E600 Config
>         0x0000: Vendor ID: 8086 Product ID: 8183
>         0x0004: Command: 0007 Status: 0000
>         0x0008: Class: 06 Subclass: 00 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>         0x0000: 81838086 00000007 06000000 00000000
>         0x0010: 00000000 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000000 00000000 00000000
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 0001dfff 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00020fad 00000000
>  0:23:0: Intel E600 PCIE
>         0x0000: Vendor ID: 8086 Product ID: 8184
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 0 Secondary Bus: 1 Subordinate Bus: 2
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 10 I/O Limit: 10 Secondary Status: 2000
>         0x0020: Memory Base: a000 Memory Limit: a0f0
>         0x0024: Prefetch Memory Base: fff0 Prefetch Memory Limit: 0000
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x0090: Capability 0x0d: PCI-PCI
>         0x00a0: Capability 0x01: Power Management
>         0x0000: 81848086 00100107 06040000 00010008
>         0x0010: 00000000 00000000 00020100 20001010
>         0x0020: a0f0a000 0000fff0 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0002010a
>         0x0040: 00419010 00008fc0 00100000 01154c11
>         0x0050: 30110000 00000060 01480000 00000000
>         0x0060: 00000000 00000001 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 0000a00d 00000000 00000000 00000000
>         0x00a0: c8020001 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00010000 803e0103 f000f004 00000cf9
>         0x00d0: 00000000 00000000 00110000 00000000
>         0x00e0: 00c70000 c009605b 00200000 00000000
>         0x00f0: 00000000 00000000 00020fad 00000000
>  0:24:0: Intel E600 PCIE
>         0x0000: Vendor ID: 8086 Product ID: 8185
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 0 Secondary Bus: 3 Subordinate Bus: 7
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 20 I/O Limit: 30 Secondary Status: 2000
>         0x0020: Memory Base: a100 Memory Limit: a2f0
>         0x0024: Prefetch Memory Base: fff0 Prefetch Memory Limit: 0000
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0b Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x0090: Capability 0x0d: PCI-PCI
>         0x00a0: Capability 0x01: Power Management
>         0x0000: 81858086 00100107 06040000 00010008
>         0x0010: 00000000 00000000 00070300 20003020
>         0x0020: a2f0a100 0000fff0 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0002010b
>         0x0040: 00419010 00008fc0 00100000 02154c11
>         0x0050: 30110000 00000060 01480000 00000000
>         0x0060: 00000000 00000001 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 0000a00d 00000000 00000000 00000000
>         0x00a0: c8020001 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00010000 803e0103 f000f004 00000cf9
>         0x00d0: 00000000 00000000 00110000 00000000
>         0x00e0: 00c70000 c009605b 00200000 00000000
>         0x00f0: 00000000 00000000 00020fad 00000000
>  0:25:0: Intel E600 PCIE
>         0x0000: Vendor ID: 8086 Product ID: 8180
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 0 Secondary Bus: 8 Subordinate Bus: 12
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 40 I/O Limit: 50 Secondary Status: 2000
>         0x0020: Memory Base: a300 Memory Limit: a4f0
>         0x0024: Prefetch Memory Base: fff0 Prefetch Memory Limit: 0000
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 01 Line: 05 Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x0090: Capability 0x0d: PCI-PCI
>         0x00a0: Capability 0x01: Power Management
>         0x0000: 81808086 00100107 06040000 00010008
>         0x0010: 00000000 00000000 000c0800 20005040
>         0x0020: a4f0a300 0000fff0 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00020105
>         0x0040: 00419010 00008fc0 00100000 03154c11
>         0x0050: 30110000 00000060 01480000 00000000
>         0x0060: 00000000 00000001 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 0000a00d 00000000 00000000 00000000
>         0x00a0: c8020001 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00010000 803e0103 f000f004 00000cf9
>         0x00d0: 00000000 00000000 00110000 00000000
>         0x00e0: 00c70000 c009605b 00200000 00000000
>         0x00f0: 00000000 00000000 00020fad 00000000
>  0:26:0: Intel E600 PCIE
>         0x0000: Vendor ID: 8086 Product ID: 8181
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 0 Secondary Bus: 13 Subordinate Bus: 13
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 10 I/O Limit: 00 Secondary Status: 0000
>         0x0020: Memory Base: a000 Memory Limit: 00f0
>         0x0024: Prefetch Memory Base: fff0 Prefetch Memory Limit: 0000
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 01 Line: 09 Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x0 / x1
>         0x0090: Capability 0x0d: PCI-PCI
>         0x00a0: Capability 0x01: Power Management
>         0x0000: 81818086 00100107 06040000 00010008
>         0x0010: 00000000 00000000 000d0d00 00000010
>         0x0020: 00f0a000 0000fff0 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00020109
>         0x0040: 00419010 00008fc0 00100000 04154c11
>         0x0050: 10010000 00000060 00400000 00000000
>         0x0060: 00000000 00000001 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 0000a00d 00000000 00000000 00000000
>         0x00a0: c8020001 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00010000 803e0103 f000f004 00000cf9
>         0x00d0: 00000000 00000000 00110000 00000000
>         0x00e0: 00c70000 c009605b 00200000 00000000
>         0x00f0: 00000000 00000000 00020fad 00000000
>  0:31:0: Intel E600 LPC
>         0x0000: Vendor ID: 8086 Product ID: 8186
>         0x0004: Command: 0003 Status: 0000
>         0x0008: Class: 06 Subclass: 01 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>         0x0000: 81868086 00000003 06010000 00800000
>         0x0010: 00000000 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000000 00000000 00000000
>         0x0040: 80000840 80000880 80000800 800008c0
>         0x0050: 00000000 0006003f 00000003 00000050
>         0x0060: 09050b0a 80808080 00000080 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 800009c0 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00112233 ff000000 00000108 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: fed1c001 00000000 00000fad 00000000
>  1:0:0: Intel EG20T PCIE
>         0x0000: Vendor ID: 8086 Product ID: 8800
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 01
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 1 Secondary Bus: 2 Subordinate Bus: 2
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 11 I/O Limit: 11 Secondary Status: 0000
>         0x0020: Memory Base: a000 Memory Limit: a0f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Bridge Control: 0002
>         0x0040: Capability 0x01: Power Management
>         0x0070: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x0000: 88008086 00100107 06040001 00010008
>         0x0010: 00000000 00000000 00020201 00001111
>         0x0020: a0f0a000 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0002010a
>         0x0040: da027001 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00720010 00008020 00102000 00033c11
>         0x0080: 10110000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:0:0: Intel EG20T Packet Hub
>         0x0000: Vendor ID: 8086 Product ID: 8801
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: ff Subclass: 00 Interface: 00 Revision: 01
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0000000/0x00000800
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 98000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88018086 00100106 ff000001 00800000
>         0x0010: 00000000 a0000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 98000000 00000040 00000000 000000ff
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:0:1: Intel EG20T Ethernet
>         0x0000: Vendor ID: 8086 Product ID: 8802
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR io addr: 0x00001000/0x0020
>         0x0014: BAR mem 32bit addr: 0xa0000800/0x00000200
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88028086 00100107 02000002 00800000
>         0x0010: 00001001 a0000800 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0000010a
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:0:2: Intel EG20T GPIO
>         0x0000: Vendor ID: 8086 Product ID: 8803
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: ff Subclass: 00 Interface: 00 Revision: 01
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0000a00/0x00000040
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88038086 00100106 ff000001 00800000
>         0x0010: 00000000 a0000a00 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0000010a
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:2:0: Intel EG20T USB
>         0x0000: Vendor ID: 8086 Product ID: 8804
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: 10 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0000b00/0x00000100
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88048086 00100106 0c031002 00800000
>         0x0010: a0000b00 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:2:1: Intel EG20T USB
>         0x0000: Vendor ID: 8086 Product ID: 8805
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: 10 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0000c00/0x00000100
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88058086 00100106 0c031002 00800000
>         0x0010: a0000c00 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:2:2: Intel EG20T USB
>         0x0000: Vendor ID: 8086 Product ID: 8806
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: 10 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0000d00/0x00000100
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88068086 00100106 0c031002 00800000
>         0x0010: a0000d00 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:2:3: Intel EG20T USB
>         0x0000: Vendor ID: 8086 Product ID: 8807
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: 20 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0000e00/0x00000100
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88078086 00100106 0c032002 00800000
>         0x0010: a0000e00 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00002020 00000020 00000020 00000020
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 01000001 c0080000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:2:4: Intel EG20T USB Client
>         0x0000: Vendor ID: 8086 Product ID: 8808
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: fe Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0002000/0x00002000
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88088086 00100106 0c03fe02 00800000
>         0x0010: 00000000 a0002000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:4:0: Intel EG20T SDIO
>         0x0000: Vendor ID: 8086 Product ID: 8809
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 08 Subclass: 05 Interface: 01 Revision: 01
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0004000/0x00000200
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 03 Line: 05 Min Gnt: 00 Max Lat: 00
>         0x0080: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0090: Capability 0x01: Power Management
>         0x0000: 88098086 00100106 08050101 00800000
>         0x0010: a0004000 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000080 00000000 00000305
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00009005 00000000 00000000 00000000
>         0x0090: 00020001 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:4:1: Intel EG20T SDIO
>         0x0000: Vendor ID: 8086 Product ID: 880a
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 08 Subclass: 05 Interface: 01 Revision: 01
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0004200/0x00000200
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 03 Line: 05 Min Gnt: 00 Max Lat: 00
>         0x0080: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0090: Capability 0x01: Power Management
>         0x0000: 880a8086 00100106 08050101 00800000
>         0x0010: a0004200 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000080 00000000 00000305
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00009005 00000000 00000000 00000000
>         0x0090: 00020001 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:6:0: Intel EG20T AHCI
>         0x0000: Vendor ID: 8086 Product ID: 880b
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 01 Subclass: 06 Interface: 01 Revision: 02
>         0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR io addr: 0x00001020/0x0020
>         0x0024: BAR mem 32bit addr: 0xa0004400/0x00000400
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 98000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 04 Line: 0b Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0060: Capability 0x12: SATA
>         0x0000: 880b8086 00100107 01060102 00000000
>         0x0010: 00000000 00000000 00000000 00000000
>         0x0020: 00001021 a0004400 00000000 00000000
>         0x0030: 98000000 00000040 00000000 0000040b
>         0x0040: 00015005 fee00000 00000062 00000000
>         0x0050: 00026001 00000000 00000000 00000000
>         0x0060: 00100012 00000048 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:8:0: Intel EG20T USB
>         0x0000: Vendor ID: 8086 Product ID: 880c
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: 10 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0004800/0x00000100
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 880c8086 00100106 0c031002 00800000
>         0x0010: a0004800 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0000010a
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:8:1: Intel EG20T USB
>         0x0000: Vendor ID: 8086 Product ID: 880d
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: 10 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0004900/0x00000100
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 880d8086 00100106 0c031002 00800000
>         0x0010: a0004900 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0000010a
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:8:2: Intel EG20T USB
>         0x0000: Vendor ID: 8086 Product ID: 880e
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: 10 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0004a00/0x00000100
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 880e8086 00100106 0c031002 00800000
>         0x0010: a0004a00 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0000010a
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:8:3: Intel EG20T USB
>         0x0000: Vendor ID: 8086 Product ID: 880f
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 03 Interface: 20 Revision: 02
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR mem 32bit addr: 0xa0004b00/0x00000100
>         0x0014: BAR empty (00000000)
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 880f8086 00100106 0c032002 00800000
>         0x0010: a0004b00 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 0000010a
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00002020 00000020 00000020 00000020
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 01000001 c0080000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:10:0: Intel EG20T DMA
>         0x0000: Vendor ID: 8086 Product ID: 8810
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: ff Subclass: 00 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0004c00/0x00000100
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0060: Capability 0x00: Reserved
>         0x0000: 88108086 00100106 ff000000 00800000
>         0x0010: 00000000 a0004c00 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00026001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:10:1: Intel EG20T Serial
>         0x0000: Vendor ID: 8086 Product ID: 8811
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 07 Subclass: 00 Interface: 02 Revision: 01
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR io addr: 0x00001040/0x0008
>         0x0014: BAR mem 32bit addr: 0xa0004d00/0x00000010
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88118086 00100107 07000201 00800000
>         0x0010: 00001041 a0004d00 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: c8020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:10:2: Intel EG20T Serial
>         0x0000: Vendor ID: 8086 Product ID: 8812
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 07 Subclass: 00 Interface: 02 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR io addr: 0x00001048/0x0008
>         0x0014: BAR mem 32bit addr: 0xa0004d10/0x00000010
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88128086 00100107 07000200 00800000
>         0x0010: 00001049 a0004d10 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:10:3: Intel EG20T Serial
>         0x0000: Vendor ID: 8086 Product ID: 8813
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 07 Subclass: 00 Interface: 02 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR io addr: 0x00001050/0x0008
>         0x0014: BAR mem 32bit addr: 0xa0004d20/0x00000010
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88138086 00100107 07000200 00800000
>         0x0010: 00001051 a0004d20 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:10:4: Intel EG20T Serial
>         0x0000: Vendor ID: 8086 Product ID: 8814
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 07 Subclass: 00 Interface: 02 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR io addr: 0x00001058/0x0008
>         0x0014: BAR mem 32bit addr: 0xa0004d30/0x00000010
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 02 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88148086 00100107 07000200 00800000
>         0x0010: 00001059 a0004d30 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000209
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:12:0: Intel EG20T DMA
>         0x0000: Vendor ID: 8086 Product ID: 8815
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: ff Subclass: 00 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0004e00/0x00000100
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 03 Line: 05 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0060: Capability 0x00: Reserved
>         0x0000: 88158086 00100106 ff000000 00800000
>         0x0010: 00000000 a0004e00 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000305
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00026001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:12:1: Intel EG20T SPI
>         0x0000: Vendor ID: 8086 Product ID: 8816
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 80 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0004f00/0x00000020
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 03 Line: 05 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88168086 00100106 0c800000 00800000
>         0x0010: 00000000 a0004f00 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000305
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:12:2: Intel EG20T I2C
>         0x0000: Vendor ID: 8086 Product ID: 8817
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 80 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0005000/0x00000100
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 03 Line: 05 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88178086 00100106 0c800000 00800000
>         0x0010: 00000000 a0005000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000305
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:12:3: Intel EG20T CAN
>         0x0000: Vendor ID: 8086 Product ID: 8818
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: 0c Subclass: 09 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0005200/0x00000200
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 03 Line: 05 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88188086 00100106 0c090000 00800000
>         0x0010: 00000000 a0005200 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000305
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  2:12:4: Intel EG20T 1588
>         0x0000: Vendor ID: 8086 Product ID: 8819
>         0x0004: Command: 0106 Status: 0010
>         0x0008: Class: ff Subclass: 00 Interface: 00 Revision: 01
>         0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line
> Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR mem 32bit addr: 0xa0005400/0x00000100
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 03 Line: 05 Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0050: Capability 0x01: Power Management
>         0x0000: 88198086 00100106 ff000001 00800000
>         0x0010: 00000000 a0005400 00000000 00000000
>         0x0020: 00000000 00000000 00000000 00000000
>         0x0030: 00000000 00000040 00000000 00000305
>         0x0040: 00005005 00000000 00000000 00000000
>         0x0050: 00020001 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 00000000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  3:0:0: IDT 89HPES4T4
>         0x0000: Vendor ID: 111d Product ID: 803a
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 0e
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 3 Secondary Bus: 4 Subordinate Bus: 7
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 21 I/O Limit: 31 Secondary Status: 0000
>         0x0020: Memory Base: a100 Memory Limit: a2f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00c0: Capability 0x01: Power Management
>         0x0000: 803a111d 00100107 0604000e 00010008
>         0x0010: 00000000 00000000 00070403 00003121
>         0x0020: a2f0a100 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 000200ff
>         0x0040: 4051c010 00008021 00090000 00015c11
>         0x0050: 10110000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: c9c30001 00000008 00000000 00000000
>         0x00d0: 00800005 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 0000000d 00000000 00000000 803a111d
>  4:2:0: IDT 89HPES4T4
>         0x0000: Vendor ID: 111d Product ID: 803a
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 0e
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 4 Secondary Bus: 5 Subordinate Bus: 5
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 21 I/O Limit: 21 Secondary Status: 0000
>         0x0020: Memory Base: a100 Memory Limit: a1f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00c0: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0000: 803a111d 00100107 0604000e 00010008
>         0x0010: 00000000 00000000 00050504 00002121
>         0x0020: a1f0a100 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 000200ff
>         0x0040: 4061c010 00008021 00090000 02195c11
>         0x0050: 30110000 00000000 00400000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: c9c3d001 00000008 00000000 00000000
>         0x00d0: 00800005 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 0000000d 00000000 00000000 803a111d
>  4:3:0: IDT 89HPES4T4
>         0x0000: Vendor ID: 111d Product ID: 803a
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 0e
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 4 Secondary Bus: 6 Subordinate Bus: 6
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 31 I/O Limit: 31 Secondary Status: 0000
>         0x0020: Memory Base: a200 Memory Limit: a2f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00c0: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0000: 803a111d 00100107 0604000e 00010008
>         0x0010: 00000000 00000000 00060604 00003131
>         0x0020: a2f0a200 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 000200ff
>         0x0040: 4061c010 00008021 00090000 03195c11
>         0x0050: 30110000 00000000 00400000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: c9c3d001 00000008 00000000 00000000
>         0x00d0: 00800005 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 0000000d 00000000 00000000 803a111d
>  4:4:0: IDT 89HPES4T4
>         0x0000: Vendor ID: 111d Product ID: 803a
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 0e
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 4 Secondary Bus: 7 Subordinate Bus: 7
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 11 I/O Limit: 01 Secondary Status: 0000
>         0x0020: Memory Base: a000 Memory Limit: 00f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x0 / x1
>         0x00c0: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0000: 803a111d 00100107 0604000e 00010008
>         0x0010: 00000000 00000000 00070704 00000111
>         0x0020: 00f0a000 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 000200ff
>         0x0040: 4061c010 00008021 00090000 04195c11
>         0x0050: 10010000 00000000 00400000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: c9c3d001 00000008 00000000 00000000
>         0x00d0: 00800005 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 0000000d 00000000 00000000 803a111d
>  5:0:0: Intel 82574L
>         0x0000: Vendor ID: 8086 Product ID: 10d3
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line
> Size: 10
>         0x0010: BAR mem 32bit addr: 0xa1000000/0x00020000
>         0x0014: BAR empty (00000000)
>         0x0018: BAR io addr: 0x00002000/0x0020
>         0x001c: BAR mem 32bit addr: 0xa1020000/0x00004000
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 8086 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 09 Min Gnt: 00 Max Lat: 00
>         0x00c8: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x00e0: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00a0: Capability 0x11: Extended Message Signaled Interrupts
> (MSI-X)
>         0x0000: 10d38086 00100107 02000000 00000010
>         0x0010: a1000000 00000000 00002001 a1020000
>         0x0020: 00000000 00000000 00000000 00008086
>         0x0030: 00000000 000000c8 00000000 00000109
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00040011 00000003 00002003 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 4822d001 0f002000
>         0x00d0: 0081e005 fee00000 00000000 00000070
>         0x00e0: 0001a010 00008cc1 00002810 02031c11
>         0x00f0: 10110000 00000000 00000000 00000000
>  6:0:0: Intel 82574L
>         0x0000: Vendor ID: 8086 Product ID: 10d3
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line
> Size: 10
>         0x0010: BAR mem 32bit addr: 0xa2000000/0x00020000
>         0x0014: BAR empty (00000000)
>         0x0018: BAR io addr: 0x00003000/0x0020
>         0x001c: BAR mem 32bit addr: 0xa2020000/0x00004000
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 8086 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>         0x00c8: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x00e0: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00a0: Capability 0x11: Extended Message Signaled Interrupts
> (MSI-X)
>         0x0000: 10d38086 00100107 02000000 00000010
>         0x0010: a2000000 00000000 00003001 a2020000
>         0x0020: 00000000 00000000 00000000 00008086
>         0x0030: 00000000 000000c8 00000000 0000010a
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00040011 00000003 00002003 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 4822d001 0f002000
>         0x00d0: 0081e005 fee00000 00000000 00000071
>         0x00e0: 0001a010 00008cc1 00002810 03031c11
>         0x00f0: 10110000 00000000 00000000 00000000
>  8:0:0: IDT 89HPES4T4
>         0x0000: Vendor ID: 111d Product ID: 803a
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 0e
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 8 Secondary Bus: 9 Subordinate Bus: 12
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 41 I/O Limit: 51 Secondary Status: 0000
>         0x0020: Memory Base: a300 Memory Limit: a4f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00c0: Capability 0x01: Power Management
>         0x0000: 803a111d 00100107 0604000e 00010008
>         0x0010: 00000000 00000000 000c0908 00005141
>         0x0020: a4f0a300 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 000200ff
>         0x0040: 4051c010 00008021 00090000 00015c11
>         0x0050: 10110000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: c9c30001 00000008 00000000 00000000
>         0x00d0: 00800005 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 0000000d 00000000 00000000 803a111d
>  9:2:0: IDT 89HPES4T4
>         0x0000: Vendor ID: 111d Product ID: 803a
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 0e
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 9 Secondary Bus: 10 Subordinate Bus: 10
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 41 I/O Limit: 41 Secondary Status: 0000
>         0x0020: Memory Base: a300 Memory Limit: a3f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00c0: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0000: 803a111d 00100107 0604000e 00010008
>         0x0010: 00000000 00000000 000a0a09 00004141
>         0x0020: a3f0a300 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 000200ff
>         0x0040: 4061c010 00008021 00090000 02195c11
>         0x0050: 30110000 00000000 00400000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: c9c3d001 00000008 00000000 00000000
>         0x00d0: 00800005 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 0000000d 00000000 00000000 803a111d
>  9:3:0: IDT 89HPES4T4
>         0x0000: Vendor ID: 111d Product ID: 803a
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 0e
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 9 Secondary Bus: 11 Subordinate Bus: 11
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 51 I/O Limit: 51 Secondary Status: 0000
>         0x0020: Memory Base: a400 Memory Limit: a4f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00c0: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0000: 803a111d 00100107 0604000e 00010008
>         0x0010: 00000000 00000000 000b0b09 00005151
>         0x0020: a4f0a400 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 000200ff
>         0x0040: 4061c010 00008021 00090000 03195c11
>         0x0050: 30110000 00000000 00400000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: c9c3d001 00000008 00000000 00000000
>         0x00d0: 00800005 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 0000000d 00000000 00000000 803a111d
>  9:4:0: IDT 89HPES4T4
>         0x0000: Vendor ID: 111d Product ID: 803a
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 0e
>         0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line
> Size: 08
>         0x0010: 00000000
>         0x0014: 00000000
>         0x0018: Primary Bus: 9 Secondary Bus: 12 Subordinate Bus: 12
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 11 I/O Limit: 01 Secondary Status: 0000
>         0x0020: Memory Base: a000 Memory Limit: 00f0
>         0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
>         0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
>         0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
>         0x0038: Expansion ROM Base Address: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 0002
>         0x0040: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x0 / x1
>         0x00c0: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x0000: 803a111d 00100107 0604000e 00010008
>         0x0010: 00000000 00000000 000c0c09 00000111
>         0x0020: 00f0a000 0001fff1 00000000 00000000
>         0x0030: 00000000 00000040 00000000 000200ff
>         0x0040: 4061c010 00008021 00090000 04195c11
>         0x0050: 10010000 00000000 00400000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 00000000 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: c9c3d001 00000008 00000000 00000000
>         0x00d0: 00800005 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 0000000d 00000000 00000000 803a111d
>  10:0:0: Intel 82574L
>         0x0000: Vendor ID: 8086 Product ID: 10d3
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line
> Size: 10
>         0x0010: BAR mem 32bit addr: 0xa3000000/0x00020000
>         0x0014: BAR empty (00000000)
>         0x0018: BAR io addr: 0x00004000/0x0020
>         0x001c: BAR mem 32bit addr: 0xa3020000/0x00004000
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 8086 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>         0x00c8: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x00e0: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00a0: Capability 0x11: Extended Message Signaled Interrupts
> (MSI-X)
>         0x0000: 10d38086 00100107 02000000 00000010
>         0x0010: a3000000 00000000 00004001 a3020000
>         0x0020: 00000000 00000000 00000000 00008086
>         0x0030: 00000000 000000c8 00000000 0000010a
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00040011 00000003 00002003 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 4822d001 0f002000
>         0x00d0: 0081e005 fee00000 00000000 00000072
>         0x00e0: 0001a010 00008cc1 00002810 02031c11
>         0x00f0: 10110000 00000000 00000000 00000000
>  11:0:0: Intel 82574L
>         0x0000: Vendor ID: 8086 Product ID: 10d3
>         0x0004: Command: 0107 Status: 0010
>         0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 00
>         0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line
> Size: 10
>         0x0010: BAR mem 32bit addr: 0xa4000000/0x00020000
>         0x0014: BAR empty (00000000)
>         0x0018: BAR io addr: 0x00005000/0x0020
>         0x001c: BAR mem 32bit addr: 0xa4020000/0x00004000
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 8086 Product ID: 0000
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
>         0x00c8: Capability 0x01: Power Management
>         0x00d0: Capability 0x05: Message Signaled Interrupts (MSI)
>         0x00e0: Capability 0x10: PCI Express
>                 Link Speed: 2.5 / 2.5 GT/s Link Width: x1 / x1
>         0x00a0: Capability 0x11: Extended Message Signaled Interrupts
> (MSI-X)
>         0x0000: 10d38086 00100107 02000000 00000010
>         0x0010: a4000000 00000000 00005001 a4020000
>         0x0020: 00000000 00000000 00000000 00008086
>         0x0030: 00000000 000000c8 00000000 0000010b
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00000000 00000000 00000000 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00040011 00000003 00002003 00000000
>         0x00b0: 00000000 00000000 00000000 00000000
>         0x00c0: 00000000 00000000 4822d001 0f002000
>         0x00d0: 0081e005 fee00000 00000000 00000073
>         0x00e0: 0001a010 00008cc1 00092810 03031c11
>         0x00f0: 10110000 00000000 00000000 00000000
>
> acpidump:
>

Reply via email to