is there output from eeprom -p? if so, can you share that too?

> On 25 Apr 2023, at 22:47, John Jore <j...@jore.no> wrote:
> 
>> Synopsis:      vmt not enabled when running as a VM on ESXi on arm platforms
>> Category:      kernel aarch64 arm
>> Environment:
>         System      : OpenBSD 7.3
>         Details     : OpenBSD 7.3 (GENERIC) #132: Sat Mar 25 13:51:54 MDT 2023
>                          
> dera...@arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC
> 
>         Architecture: OpenBSD.arm64
>         Machine     : arm64
>> Description:
>         vmt not enabled when OpenBSD is running as a VM on ESXi on ARM 
> platforms
> 
> From vmt.c:
> #if !defined(__i386__) && !defined(__amd64__)
> #error vmt(4) is only supported on i386 and amd64
> #endif
> 
> 
>> How-To-Repeat:
>         Default installation
>> Fix:
>         Modify vmt.c to allow vmt to load/run on arm platforms?
> 
> 
> dmesg:
> OpenBSD 7.3 (GENERIC) #132: Sat Mar 25 13:51:54 MDT 2023
>     dera...@arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC
> real mem  = 260857856 (248MB)
> avail mem = 218324992 (208MB)
> random: good seed from bootblocks
> mainbus0 at root: linux,dummy-virt
> psci0 at mainbus0: PSCI 0.2
> cpu0 at mainbus0 mpidr 0: ARM Cortex-A72 r0p3
> cpu0: 48KB 64b/line 3-way L1 PIPT I-cache, 32KB 64b/line 2-way L1 D-cache
> cpu0: 1024KB 64b/line 16-way L2 cache
> cpu0: CRC32,ASID16
> efi0 at mainbus0: UEFI 2.6
> efi0: EDK II rev 0x10000
> smbios0 at efi0: SMBIOS 3.0.0
> smbios0: vendor VMware version "VEFI" date 12/31/2020
> smbios0: VMware, Inc. VMware VBSA
> apm0 at mainbus0
> ampintc0 at mainbus0 nirq 992, ncpu 1: "interrupt-controller"
> ampintcmsi0 at ampintc0: nspi 927
> "hypervisor" at mainbus0 not configured
> "dcc" at mainbus0 not configured
> agtimer0 at mainbus0: 54000 kHz
> pciecam0 at mainbus0
> pci0 at pciecam0
> 0:15:0: rom address conflict 0xffff8000/0x8000
> vendor "VMware", unknown product 0x1976 (class bridge subclass host, rev 
> 0x01) at pci0 dev 0 function 0 not configured
> "VMware VMCI" rev 0x10 at pci0 dev 0 function 7 not configured
> vendor "VMware", unknown product 0x0406 (class display subclass VGA, rev 
> 0x00) at pci0 dev 15 function 0 not configured
> ppb0 at pci0 dev 17 function 0 "VMware PCI" rev 0x02
> pci1 at ppb0 bus 1
> ahci0 at pci1 dev 0 function 0 "VMware AHCI" rev 0x00: msi, AHCI 1.3
> ahci0: port 0: 6.0Gb/s
> scsibus0 at ahci0: 32 targets
> sd0 at scsibus0 targ 0 lun 0: <ATA, VMware Virtual S, 0000> 
> naa.5000c29764a8efa2
> sd0: 8192MB, 512 bytes/sector, 16777216 sectors, thin
> ppb1 at pci0 dev 21 function 0 "VMware PCIE" rev 0x01: msi
> pci2 at ppb1 bus 2
> 2:0:0: io address conflict 0xe000/0x20
> em0 at pci2 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address 
> 00:50:56:be:85:3b
> ppb2 at pci0 dev 21 function 1 "VMware PCIE" rev 0x01: msi
> pci3 at ppb2 bus 3
> ppb3 at pci0 dev 21 function 2 "VMware PCIE" rev 0x01: msi
> pci4 at ppb3 bus 4
> ppb4 at pci0 dev 21 function 3 "VMware PCIE" rev 0x01: msi
> pci5 at ppb4 bus 5
> ppb5 at pci0 dev 21 function 4 "VMware PCIE" rev 0x01: msi
> pci6 at ppb5 bus 6
> ppb6 at pci0 dev 21 function 5 "VMware PCIE" rev 0x01: msi
> pci7 at ppb6 bus 7
> ppb7 at pci0 dev 21 function 6 "VMware PCIE" rev 0x01: msi
> pci8 at ppb7 bus 8
> ppb8 at pci0 dev 21 function 7 "VMware PCIE" rev 0x01: msi
> pci9 at ppb8 bus 9
> ppb9 at pci0 dev 22 function 0 "VMware PCIE" rev 0x01: msi
> pci10 at ppb9 bus 10
> xhci0 at pci10 dev 0 function 0 "VMware xHCI" rev 0x00: msi, xHCI 1.0
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 configuration 1 interface 0 "VMware xHCI root hub" rev 
> 3.00/1.00 addr 1
> ppb10 at pci0 dev 22 function 1 "VMware PCIE" rev 0x01: msi
> pci11 at ppb10 bus 11
> ppb11 at pci0 dev 22 function 2 "VMware PCIE" rev 0x01: msi
> pci12 at ppb11 bus 12
> ppb12 at pci0 dev 22 function 3 "VMware PCIE" rev 0x01: msi
> pci13 at ppb12 bus 13
> ppb13 at pci0 dev 22 function 4 "VMware PCIE" rev 0x01: msi
> pci14 at ppb13 bus 14
> ppb14 at pci0 dev 22 function 5 "VMware PCIE" rev 0x01: msi
> pci15 at ppb14 bus 15
> ppb15 at pci0 dev 22 function 6 "VMware PCIE" rev 0x01: msi
> pci16 at ppb15 bus 16
> ppb16 at pci0 dev 22 function 7 "VMware PCIE" rev 0x01: msi
> pci17 at ppb16 bus 17
> ppb17 at pci0 dev 23 function 0 "VMware PCIE" rev 0x01: msi
> pci18 at ppb17 bus 18
> 18:0:0: io address conflict 0xd000/0x20
> em1 at pci18 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address 
> 00:50:56:be:20:0d
> ppb18 at pci0 dev 23 function 1 "VMware PCIE" rev 0x01: msi
> pci19 at ppb18 bus 19
> ppb19 at pci0 dev 23 function 2 "VMware PCIE" rev 0x01: msi
> pci20 at ppb19 bus 20
> ppb20 at pci0 dev 23 function 3 "VMware PCIE" rev 0x01: msi
> pci21 at ppb20 bus 21
> ppb21 at pci0 dev 23 function 4 "VMware PCIE" rev 0x01: msi
> pci22 at ppb21 bus 22
> ppb22 at pci0 dev 23 function 5 "VMware PCIE" rev 0x01: msi
> pci23 at ppb22 bus 23
> ppb23 at pci0 dev 23 function 6 "VMware PCIE" rev 0x01: msi
> pci24 at ppb23 bus 24
> ppb24 at pci0 dev 23 function 7 "VMware PCIE" rev 0x01: msi
> pci25 at ppb24 bus 25
> ppb25 at pci0 dev 24 function 0 "VMware PCIE" rev 0x01: msi
> pci26 at ppb25 bus 26
> 26:0:0: io address conflict 0xc000/0x20
> em2 at pci26 dev 0 function 0 "Intel 82574L" rev 0x00: msi, address 
> 00:0c:29:b6:c6:27
> ppb26 at pci0 dev 24 function 1 "VMware PCIE" rev 0x01: msi
> pci27 at ppb26 bus 27
> ppb27 at pci0 dev 24 function 2 "VMware PCIE" rev 0x01: msi
> pci28 at ppb27 bus 28
> ppb28 at pci0 dev 24 function 3 "VMware PCIE" rev 0x01: msi
> pci29 at ppb28 bus 29
> ppb29 at pci0 dev 24 function 4 "VMware PCIE" rev 0x01: msi
> pci30 at ppb29 bus 30
> ppb30 at pci0 dev 24 function 5 "VMware PCIE" rev 0x01: msi
> pci31 at ppb30 bus 31
> ppb31 at pci0 dev 24 function 6 "VMware PCIE" rev 0x01: msi
> pci32 at ppb31 bus 32
> ppb32 at pci0 dev 24 function 7 "VMware PCIE" rev 0x01: msi
> pci33 at ppb32 bus 33
> "apb_pclk" at mainbus0 not configured
> com0 at mainbus0: ns16550, no working fifo
> com0: console
> com1 at mainbus0: ns16550, no working fifo
> simplefb0 at mainbus0: 1024x768, 32bpp
> wsdisplay0 at simplefb0 mux 1
> wsdisplay0: screen 0-5 added (std, vt100 emulation)
> uhidev0 at uhub0 port 5 configuration 1 interface 0 "VMware VMware Virtual 
> USB Mouse" rev 1.10/1.02 addr 2
> uhidev0: iclass 3/0
> ums0 at uhidev0: 16 buttons, Z and W dir
> wsmouse0 at ums0 mux 0
> uhidev1 at uhub0 port 5 configuration 1 interface 1 "VMware VMware Virtual 
> USB Mouse" rev 1.10/1.02 addr 2
> uhidev1: iclass 3/0
> ums1 at uhidev1: 16 buttons, Z and W dir
> wsmouse1 at ums1 mux 0
> uhidev2 at uhub0 port 6 configuration 1 interface 0 "VMware VMware Virtual 
> USB Keyboard" rev 1.10/1.00 addr 3
> uhidev2: iclass 3/1
> ukbd0 at uhidev2: 8 variable keys, 6 key codes
> wskbd0 at ukbd0 mux 1
> wskbd0: connecting to wsdisplay0
> uhub1 at uhub0 port 7 configuration 1 interface 0 "VMware, Inc. VMware 
> Virtual USB Hub" rev 1.10/1.00 addr 4
> uhub2 at uhub0 port 8 configuration 1 interface 0 "VMware, Inc. VMware 
> Virtual USB Hub" rev 2.00/1.00 addr 5
> vscsi0 at root
> scsibus1 at vscsi0: 256 targets
> softraid0 at root
> scsibus2 at softraid0: 256 targets
> root on sd0a (7e03f6195c1a69b8.a) swap on sd0b dump on sd0b
> pppoe0: received unexpected PADO
> 
> usbdevs:
> Controller /dev/usb0:
> addr 01: 15ad:0000 VMware, xHCI root hub
>          super speed, self powered, config 1, rev 1.00
>          driver: uhub0
> addr 02: 0e0f:0003 VMware, VMware Virtual USB Mouse
>          full speed, self powered, config 1, rev 1.02
>          driver: uhidev0
>          driver: uhidev1
> addr 03: 0e0f:0006 VMware, VMware Virtual USB Keyboard
>          full speed, self powered, config 1, rev 1.00
>          driver: uhidev2
> addr 04: 0e0f:0002 VMware, Inc., VMware Virtual USB Hub
>          full speed, self powered, config 1, rev 1.00
>          driver: uhub1
> addr 05: 0e0f:0002 VMware, Inc., VMware Virtual USB Hub
>          high speed, self powered, config 1, rev 1.00
>          driver: uhub2
> 
> pcidump:
> Domain /dev/pci0:
>  0:0:0: VMware unknown
>         0x0000: Vendor ID: 15ad, Product ID: 1976
>         0x0004: Command: 0006, Status: 0200
>         0x0008: Class: 06 Bridge, Subclass: 00 Host,
>                 Interface: 00, Revision: 01
>         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: 15ad Product ID: 1976
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>         0x0000: 197615ad 02000006 06000001 00800000
>         0x0010: 00000000 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 197615ad
>         0x0030: 00000000 00000000 00000000 00000000
>         0x0040: 00000001 01000008 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 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  0:0:7: VMware VMCI
>         0x0000: Vendor ID: 15ad, Product ID: 0740
>         0x0004: Command: 0000, Status: 0290
>         0x0008: Class: 08 System, Subclass: 80 Miscellaneous,
>                 Interface: 00, Revision: 10
>         0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR io addr: 0x0000f000/0x0040
>         0x0014: BAR mem 64bit addr: 0x000000003fd00000/0x00002000
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 15ad Product ID: 0740
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 06 Max Lat: ff
>         0x0040: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: no
>         0x0058: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
>                 Enabled: no; table size 2 (BAR 1:0)
>         0x0000: 074015ad 02900000 08800010 00000000
>         0x0010: 0000f001 3fd00004 00000000 00000000
>         0x0020: 00000000 00000000 00000000 074015ad
>         0x0030: 00000000 00000040 00000000 ff0601ff
>         0x0040: 00805805 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00010011 00000001
>         0x0060: 00001001 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
>  0:15:0: VMware unknown
>         0x0000: Vendor ID: 15ad, Product ID: 0406
>         0x0004: Command: 0007, Status: 0290
>         0x0008: Class: 03 Display, Subclass: 00 VGA,
>                 Interface: 00, Revision: 00
>         0x000c: BIST: 00, Header Type: 00, Latency Timer: 40,
>                 Cache Line Size: 08
>         0x0010: BAR mem 64bit addr: 0x000000003f400000/0x00400000
>         0x0018: BAR mem prefetchable 64bit addr: 0x0000000078000000/0x08000000
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 15ad Product ID: 0406
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 00 Line: ff Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x13: PCI Advanced Features
>         0x0048: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: no
>         0x0060: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
>                 Enabled: no; table size 5 (BAR 0:8192)
>         0x0000: 040615ad 02900007 03000000 00004008
>         0x0010: 3f400004 00000000 7800000c 00000000
>         0x0020: 00000000 00000000 00000000 040615ad
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 03064813 00000000 00806005 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00040011 00002000 00003000 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
>  0:17:0: VMware PCI
>         0x0000: Vendor ID: 15ad, Product ID: 0790
>         0x0004: Command: 0007, Status: 0290
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 01, Revision: 02
>         0x000c: BIST: 00, Header Type: 01, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 1, Subordinate Bus: 1,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: f0, I/O Limit: 00, Secondary Status: 0280
>         0x0020: Memory Base: 3fc0, Memory Limit: 3fc0
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0000: 079015ad 02900007 06040102 00010000
>         0x0010: 00000000 00000000 00010100 028000f0
>         0x0020: 3fc03fc0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000000d 079015ad 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 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  0:21:0: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 2, Subordinate Bus: 2,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: 3fb0, Memory Limit: 3fb0
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00020200 00000000
>         0x0020: 3fb03fb0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 22020000 05047843 00400028 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000041 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
>  0:21:1: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 3, Subordinate Bus: 3,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00030300 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 050c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000043 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
>  0:21:2: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 4, Subordinate Bus: 4,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00040400 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 05147843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000044 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
>  0:21:3: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 5, Subordinate Bus: 5,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00050500 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 051c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000045 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
>  0:21:4: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 6, Subordinate Bus: 6,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00060600 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 05247843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000046 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
>  0:21:5: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 7, Subordinate Bus: 7,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00070700 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 052c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000047 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
>  0:21:6: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 8, Subordinate Bus: 8,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00080800 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 05347843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000048 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
>  0:21:7: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 9, Subordinate Bus: 9,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00090900 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 053c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000049 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
>  0:22:0: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 10, Subordinate Bus: 10,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: 3fa0, Memory Limit: 3fa0
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 000a0a00 00000000
>         0x0020: 3fa03fa0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 22020000 06047843 00400028 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000004a 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
>  0:22:1: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 11, Subordinate Bus: 11,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 000b0b00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 060c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000004c 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
>  0:22:2: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 12, Subordinate Bus: 12,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 000c0c00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 06147843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000004d 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
>  0:22:3: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 13, Subordinate Bus: 13,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 000d0d00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 061c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000004e 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
>  0:22:4: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 14, Subordinate Bus: 14,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 000e0e00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 06247843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000004f 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
>  0:22:5: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 15, Subordinate Bus: 15,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 000f0f00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 062c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000050 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
>  0:22:6: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 16, Subordinate Bus: 16,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00101000 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 06347843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000051 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
>  0:22:7: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 17, Subordinate Bus: 17,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00111100 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 063c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000052 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
>  0:23:0: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 18, Subordinate Bus: 18,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: 3f90, Memory Limit: 3f90
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00121200 00000000
>         0x0020: 3f903f90 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 22020000 07047843 00400028 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000053 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
>  0:23:1: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 19, Subordinate Bus: 19,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00131300 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 070c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000055 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
>  0:23:2: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 20, Subordinate Bus: 20,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00141400 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 07147843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000056 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
>  0:23:3: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 21, Subordinate Bus: 21,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00151500 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 071c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000057 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
>  0:23:4: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 22, Subordinate Bus: 22,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00161600 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 07247843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000058 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
>  0:23:5: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 23, Subordinate Bus: 23,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00171700 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 072c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000059 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
>  0:23:6: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 24, Subordinate Bus: 24,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00181800 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 07347843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000005a 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
>  0:23:7: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 25, Subordinate Bus: 25,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00191900 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 073c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000005b 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
>  0:24:0: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 26, Subordinate Bus: 26,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: 3f80, Memory Limit: 3f80
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 001a1a00 00000000
>         0x0020: 3f803f80 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 22020000 08047843 00400028 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000005c 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
>  0:24:1: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 27, Subordinate Bus: 27,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 001b1b00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 080c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000005e 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
>  0:24:2: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 28, Subordinate Bus: 28,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 001c1c00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 08147843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 0000005f 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
>  0:24:3: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 29, Subordinate Bus: 29,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 001d1d00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 081c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000060 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
>  0:24:4: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 30, Subordinate Bus: 30,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 001e1e00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 08247843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000061 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
>  0:24:5: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 31, Subordinate Bus: 31,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 001f1f00 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 082c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000062 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
>  0:24:6: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 32, Subordinate Bus: 32,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00202000 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 08347843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000063 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
>  0:24:7: VMware PCIE
>         0x0000: Vendor ID: 15ad, Product ID: 07a0
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 06 Bridge, Subclass: 04 PCI,
>                 Interface: 00, Revision: 01
>         0x000c: BIST: 00, Header Type: 81, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR empty (00000000)
>         0x0014: BAR empty (00000000)
>         0x0018: Primary Bus: 0, Secondary Bus: 33, Subordinate Bus: 33,
>                 Secondary Latency Timer: 00
>         0x001c: I/O Base: 00, I/O Limit: 00, Secondary Status: 0000
>         0x0020: Memory Base: fff0, Memory Limit: 0000
>         0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001
>         0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff
>         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: 0000
>         0x0040: Capability 0x0d: PCI-PCI
>         0x0048: Capability 0x01: Power Management
>                 State: D0
>         0x0050: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x008c: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0000: 07a015ad 00100006 06040001 00810000
>         0x0010: 00000000 00000000 00212100 00000000
>         0x0020: 0000fff0 0001fff1 ffffffff 00000000
>         0x0030: 00000000 00000040 00000000 000000ff
>         0x0040: 0000480d 07a015ad c8035001 00000000
>         0x0050: 01428c10 00000000 00000000 00100602
>         0x0060: 02020000 083c7843 00000428 00000000
>         0x0070: 00000000 00000000 00000000 00000000
>         0x0080: 00000000 00000000 00000000 01810005
>         0x0090: 2c080040 00000000 00000064 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
>  1:0:0: VMware AHCI
>         0x0000: Vendor ID: 15ad, Product ID: 07e0
>         0x0004: Command: 0006, Status: 0030
>         0x0008: Class: 01 Mass Storage, Subclass: 06 SATA,
>                 Interface: 01, 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 mem 32bit addr: 0x3fc00000/0x00001000
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 15ad Product ID: 07e0
>         0x0030: Expansion ROM Base Address: ffff0000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00
>         0x0040: Capability 0x01: Power Management
>                 State: D0
>         0x0048: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x0060: Capability 0x12: SATA
>         0x0070: Capability 0x13: PCI Advanced Features
>         0x0000: 07e015ad 00300006 01060100 00000000
>         0x0010: 00000000 00000000 00000000 00000000
>         0x0020: 00000000 3fc00000 00000000 07e015ad
>         0x0030: ffff0000 00000040 00000000 000001ff
>         0x0040: 40034801 00000000 00816005 2c080040
>         0x0050: 00000000 00000040 00000000 00000000
>         0x0060: 00107012 0000000f 00000000 c1341f1d
>         0x0070: 03060013 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:0: Intel 82574L
>         0x0000: Vendor ID: 8086, Product ID: 10d3
>         0x0004: Command: 0007, Status: 0010
>         0x0008: Class: 02 Network, Subclass: 00 Ethernet,
>                 Interface: 00, Revision: 00
>         0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>                 Cache Line Size: 10
>         0x0010: BAR mem 32bit addr: 0x3fb20000/0x00020000
>         0x0014: BAR mem 32bit addr: 0x3fb00000/0x00020000
>         0x0018: BAR io addr: 0x00000000/0x0020
>         0x001c: BAR mem 32bit addr: 0x3fb40000/0x00004000
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 15ad Product ID: 07d0
>         0x0030: Expansion ROM Base Address: ffff0000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00
>         0x00c8: Capability 0x01: Power Management
>                 State: D0
>         0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x00e0: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 256 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x03: Device Serial Number
>                 Serial Number: 005056ffffbe853b
>         0x00a0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
>                 Enabled: no; table size 5 (BAR 3:0)
>         0x0000: 10d38086 00100007 02000000 00000010
>         0x0010: 3fb20000 3fb00000 00000001 3fb40000
>         0x0020: 00000000 00000000 00000000 07d015ad
>         0x0030: ffff0000 000000c8 00000000 000001ff
>         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 c822d001 14002000
>         0x00d0: 0081e005 2c080040 00000000 00000042
>         0x00e0: 0001a010 00008cc1 00000000 00000602
>         0x00f0: 02020000 00000000 00000000 00000000
>  10:0:0: VMware xHCI
>         0x0000: Vendor ID: 15ad, Product ID: 0779
>         0x0004: Command: 0006, Status: 0010
>         0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
>                 Interface: 30, Revision: 00
>         0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>                 Cache Line Size: 00
>         0x0010: BAR mem 64bit addr: 0x000000003fa00000/0x00020000
>         0x0018: BAR empty (00000000)
>         0x001c: BAR empty (00000000)
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 15ad Product ID: 0779
>         0x0030: Expansion ROM Base Address: 00000000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 06 Max Lat: ff
>         0x0064: Capability 0x01: Power Management
>                 State: D0
>         0x006c: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 128 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x00: Unknown
>         0x00a8: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x00c0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
>                 Enabled: no; table size 31 (BAR 0:65536)
>         0x0000: 077915ad 00100006 0c033000 00000000
>         0x0010: 3fa00004 00000000 00000000 00000000
>         0x0020: 00000000 00000000 00000000 077915ad
>         0x0030: 00000000 00000064 00000000 ff0601ff
>         0x0040: 00000000 00000000 00000000 00000000
>         0x0050: 00000000 00000000 00000000 00000000
>         0x0060: 00006031 c8036c01 00000000 0002a810
>         0x0070: 10000000 00000000 00000602 02020000
>         0x0080: 00000000 00000000 00000000 00000000
>         0x0090: 00000000 00000000 00000000 00000000
>         0x00a0: 00000000 00000000 0181c005 2c080040
>         0x00b0: 00000000 0000004b 00000000 00000000
>         0x00c0: 001e0011 00010000 00011000 00000000
>         0x00d0: 00000000 00000000 00000000 00000000
>         0x00e0: 00000000 00000000 00000000 00000000
>         0x00f0: 00000000 00000000 00000000 00000000
>  18:0:0: Intel 82574L
>         0x0000: Vendor ID: 8086, Product ID: 10d3
>         0x0004: Command: 0007, Status: 0010
>         0x0008: Class: 02 Network, Subclass: 00 Ethernet,
>                 Interface: 00, Revision: 00
>         0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>                 Cache Line Size: 10
>         0x0010: BAR mem 32bit addr: 0x3f920000/0x00020000
>         0x0014: BAR mem 32bit addr: 0x3f900000/0x00020000
>         0x0018: BAR io addr: 0x00000000/0x0020
>         0x001c: BAR mem 32bit addr: 0x3f940000/0x00004000
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 15ad Product ID: 07d0
>         0x0030: Expansion ROM Base Address: ffff0000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00
>         0x00c8: Capability 0x01: Power Management
>                 State: D0
>         0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x00e0: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 256 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x03: Device Serial Number
>                 Serial Number: 005056ffffbe200d
>         0x00a0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
>                 Enabled: no; table size 5 (BAR 3:0)
>         0x0000: 10d38086 00100007 02000000 00000010
>         0x0010: 3f920000 3f900000 00000001 3f940000
>         0x0020: 00000000 00000000 00000000 07d015ad
>         0x0030: ffff0000 000000c8 00000000 000001ff
>         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 c822d001 14002000
>         0x00d0: 0081e005 2c080040 00000000 00000054
>         0x00e0: 0001a010 00008cc1 00000000 00000602
>         0x00f0: 02020000 00000000 00000000 00000000
>  26:0:0: Intel 82574L
>         0x0000: Vendor ID: 8086, Product ID: 10d3
>         0x0004: Command: 0007, Status: 0010
>         0x0008: Class: 02 Network, Subclass: 00 Ethernet,
>                 Interface: 00, Revision: 00
>         0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>                 Cache Line Size: 10
>         0x0010: BAR mem 32bit addr: 0x3f820000/0x00020000
>         0x0014: BAR mem 32bit addr: 0x3f800000/0x00020000
>         0x0018: BAR io addr: 0x00000000/0x0020
>         0x001c: BAR mem 32bit addr: 0x3f840000/0x00004000
>         0x0020: BAR empty (00000000)
>         0x0024: BAR empty (00000000)
>         0x0028: Cardbus CIS: 00000000
>         0x002c: Subsystem Vendor ID: 15ad Product ID: 07d0
>         0x0030: Expansion ROM Base Address: ffff0000
>         0x0038: 00000000
>         0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00
>         0x00c8: Capability 0x01: Power Management
>                 State: D0
>         0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
>                 Enabled: yes
>         0x00e0: Capability 0x10: PCI Express
>                 Max Payload Size: 128 / 256 bytes
>                 Max Read Request Size: 128 bytes
>                 Link Speed: 5.0 / 5.0 GT/s
>                 Link Width: x32 / x32
>         0x0100: Enhanced Capability 0x03: Device Serial Number
>                 Serial Number: 000c29ffffb6c627
>         0x00a0: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
>                 Enabled: no; table size 5 (BAR 3:0)
>         0x0000: 10d38086 00100007 02000000 00000010
>         0x0010: 3f820000 3f800000 00000001 3f840000
>         0x0020: 00000000 00000000 00000000 07d015ad
>         0x0030: ffff0000 000000c8 00000000 000001ff
>         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 c822d001 14002000
>         0x00d0: 0081e005 2c080040 00000000 0000005d
>         0x00e0: 0001a010 00008cc1 00000000 00000602
>         0x00f0: 02020000 00000000 00000000 00000000
> 
> acpidump:
> begin-base64 644 APIC.6
> QVBJQ6wAAAADIlZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAAAAAAAAAAAAALUAAAAAAAAAAAAAAB
> AAAAAAAAABcAAAAAAAAAAAAAAAAgACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
> AAAAAAAAAAAAAAwYAAAAAAAAAAABLAAAAAAAAAAAAgAAAA0YAAAAAAAAAAAILAAAAAAAAAAAAAAA
> AA==
> ====
> begin-base64 644 BGRT.9
> QkdSVDgAAAABflZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAAAQABAADwgIoAAAAAGAEAAF0BAAA=
> ====
> begin-base64 644 DSDT.2
> RFNEVBUJAAABi1ZNV0FSRVZNV1ZCU0EhBj80AUlOVEwSAhYgEECPX1NCX1uCTgZDT00xCF9ISUQM
> QdAFAQhfVUlEAQhfQ1JTERoKF4YJAAH4A/8/CAAAAIkGAAEBJAAAAHkACF9EU0QSMgIREwoQFNj/
> 2rpujE2Kkbybv0qjARIbARIYAg1jbG9jay1mcmVxdWVuY3kADABAOABbgk8GQ09NMghfSElEDEHQ
> BQEIX1VJRAoCCF9DUlMRGgoXhgkAAfgC/z8IAAAAiQYAAQElAAAAeQAIX0RTRBIyAhETChAU2P/a
> um6MTYqRvJu/SqMBEhsBEhgCDWNsb2NrLWZyZXF1ZW5jeQAMAEA4AFuCR4BQQ0kwCF9ISUQMQdAK
> CAhfQ0lEDEHQCgMIX1NFRwAIX0JCTgAIX0FEUgAIX1VJRA1QQ0kwAAhfQ0NBARQMX0NCQQCkDAAA
> AEAUQAdfQ1JTCAhSQlVGEU4FClqIDQACDAAAAAAA/wAAAAABhxcAAAwDAAAAAAAAADD///4/AAAA
> AAAA/w+KKwAADAMAAAAAAAAAAAAAAFAAAAAA////fwAAAAAAAAAAAAAAAAAAADAAAAAAeQCkUkJV
> RghfUFJUEktjgBIJBAv//wAACiESCQQL//8BAAoiEgoEC///CgIACiMSCgQL//8KAwAKIBILBAz/
> /wEAAAAKIhILBAz//wEAAQAKIxIMBAz//wEACgIACiASDAQM//8BAAoDAAohEgsEDP//AgAAAAoj
> EgsEDP//AgABAAogEgwEDP//AgAKAgAKIRIMBAz//wIACgMACiISCwQM//8DAAAACiASCwQM//8D
> AAEACiESDAQM//8DAAoCAAoiEgwEDP//AwAKAwAKIxILBAz//wQAAAAKIRILBAz//wQAAQAKIhIM
> BAz//wQACgIACiMSDAQM//8EAAoDAAogEgsEDP//BQAAAAoiEgsEDP//BQABAAojEgwEDP//BQAK
> AgAKIBIMBAz//wUACgMACiESCwQM//8GAAAACiMSCwQM//8GAAEACiASDAQM//8GAAoCAAohEgwE
> DP//BgAKAwAKIhILBAz//wcAAAAKIBILBAz//wcAAQAKIRIMBAz//wcACgIACiISDAQM//8HAAoD
> AAojEgsEDP//CAAAAAohEgsEDP//CAABAAoiEgwEDP//CAAKAgAKIxIMBAz//wgACgMACiASCwQM
> //8JAAAACiISCwQM//8JAAEACiMSDAQM//8JAAoCAAogEgwEDP//CQAKAwAKIRILBAz//woAAAAK
> IxILBAz//woAAQAKIBIMBAz//woACgIACiESDAQM//8KAAoDAAoiEgsEDP//CwAAAAogEgsEDP//
> CwABAAohEgwEDP//CwAKAgAKIhIMBAz//wsACgMACiMSCwQM//8MAAAACiESCwQM//8MAAEACiIS
> DAQM//8MAAoCAAojEgwEDP//DAAKAwAKIBILBAz//w0AAAAKIhILBAz//w0AAQAKIxIMBAz//w0A
> CgIACiASDAQM//8NAAoDAAohEgsEDP//DgAAAAojEgsEDP//DgABAAogEgwEDP//DgAKAgAKIRIM
> BAz//w4ACgMACiISCwQM//8PAAAACiASCwQM//8PAAEACiESDAQM//8PAAoCAAoiEgwEDP//DwAK
> AwAKIxILBAz//xAAAAAKIRILBAz//xAAAQAKIhIMBAz//xAACgIACiMSDAQM//8QAAoDAAogEgsE
> DP//EQAAAAoiEgsEDP//EQABAAojEgwEDP//EQAKAgAKIBIMBAz//xEACgMACiESCwQM//8SAAAA
> CiMSCwQM//8SAAEACiASDAQM//8SAAoCAAohEgwEDP//EgAKAwAKIhILBAz//xMAAAAKIBILBAz/
> /xMAAQAKIRIMBAz//xMACgIACiISDAQM//8TAAoDAAojEgsEDP//FAAAAAohEgsEDP//FAABAAoi
> EgwEDP//FAAKAgAKIxIMBAz//xQACgMACiASCwQM//8VAAAACiISCwQM//8VAAEACiMSDAQM//8V
> AAoCAAogEgwEDP//FQAKAwAKIRILBAz//xYAAAAKIxILBAz//xYAAQAKIBIMBAz//xYACgIACiES
> DAQM//8WAAoDAAoiEgsEDP//FwAAAAogEgsEDP//FwABAAohEgwEDP//FwAKAgAKIhIMBAz//xcA
> CgMACiMSCwQM//8YAAAACiESCwQM//8YAAEACiISDAQM//8YAAoCAAojEgwEDP//GAAKAwAKIBIL
> BAz//xkAAAAKIhILBAz//xkAAQAKIxIMBAz//xkACgIACiASDAQM//8ZAAoDAAohEgsEDP//GgAA
> AAojEgsEDP//GgABAAogEgwEDP//GgAKAgAKIRIMBAz//xoACgMACiISCwQM//8bAAAACiASCwQM
> //8bAAEACiESDAQM//8bAAoCAAoiEgwEDP//GwAKAwAKIxILBAz//xwAAAAKIRILBAz//xwAAQAK
> IhIMBAz//xwACgIACiMSDAQM//8cAAoDAAogEgsEDP//HQAAAAoiEgsEDP//HQABAAojEgwEDP//
> HQAKAgAKIBIMBAz//x0ACgMACiESCwQM//8eAAAACiMSCwQM//8eAAEACiASDAQM//8eAAoCAAoh
> EgwEDP//HgAKAwAKIhILBAz//x8AAAAKIBILBAz//x8AAQAKIRIMBAz//x8ACgIACiISDAQM//8f
> AAoDAAojW4JNBFJFUzAIX0hJRA1QTlAwQzAyAAhfQ1JTETMKMIorAAAMAQAAAAAAAAAAAAAAQAAA
> AAD///9PAAAAAAAAAAAAAAAAAAAAEAAAAAB5AAhTVVBQAAhDVFJMABRPCl9PU0MEoEgJk2gREwoQ
> W03bM/cfHECWV3RBwD3XZoprAENEVzGKawoEQ0RXMoprCghDRFczcENEVzJTVVBQcENEVzNDVFJM
> oBiSk3tTVVBQChYAChZ7Q1RSTAoeQ1RSTHtDVFJMCh1DVFJMoBCSk2kBfUNEVzEKCENEVzGgFpKT
> Q0RXM0NUUkx9Q0RXMQoQQ0RXMXBDVFJMQ0RXM6RroQ59Q0RXMQoEQ0RXMaRr
> ====
> begin-base64 644 FACP.1
> RkFDUBQBAAAGAVZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAAAAAAAAAAgIgAAAAAAAAAAAAAAAAA
> AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
> EAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAICIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
> AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
> AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
> ====
> begin-base64 644 GTDT.3
> R1REVGgAAAADEFZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAA//////////8AAAAAAAAAAAAAAAAe
> AAAAAAAAABsAAAAAAAAAGgAAAAAAAAD//////////wAAAABoAAAAAAAAAAAAAAA=
> ====
> begin-base64 644 MCFG.4
> TUNGRzwAAAABwFZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAAAAAAAAAAAAAAAABAAAAAAAAAAP8A
> AAAA
> ====
> begin-base64 644 PPTT.8
> UFBUVJwAAAACt1ZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAAABQAABEAAAAAAAAAAAAAAAAAAAAB
> GAAAXwAAAGgAAAAAwAAAAAEAAAMEQAABGAAAfwAAAGgAAAAAgAAAAAEAAAICQAABGAAAfwAAAAAA
> AAAAABAAAAQAABAKQAAAHAAAGgAAACQAAAAAAAAAAgAAADgAAABQAAAA
> ====
> begin-base64 644 SPCR.5
> U1BDUlAAAAACWlZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAAAAAAAAAIAAH4A/8/AAAAAAgAJAAA
> AAcAAQADAP////8AAAAAAAAAAAAAAAA=
> ====
> begin-base64 644 SSDT.7
> U1NEVEcAAAAC/FZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAAECZfU0JfW4IcQzAwMAhfSElEDUFD
> UEkwMDA3AAhfVUlECwA=
> ====
> begin-base64 644 XSDT.0
> WFNEVGQAAAABilZNV0FSRVZNV1ZCU0EhIRIgIFZNVyABAAAAAACEiAAAAAAAAIOIAAAAAAAAgogA
> AAAAAACBiAAAAAAAAH6IAAAAAAAAfIgAAAAAAAB6iAAAAAAAAGmIAAAAAA==
> ====
> begin-base64 644 headers
> ClJTRCBQVFI6IENoZWNrc3VtPTEyMCwgT0VNSUQ9Vk1XQVJFLCBSZXZpc2lvbj0yLCBSc2R0QWRk
> cmVzcz0weDg4OTkwMDc0CglMZW5ndGg9MzYsIFhzZHRBZGRyZXNzPTB4MDAwMDAwMDA4ODk5MDBl
> OCwgRXh0ZW5kZWQgQ2hlY2tzdW09MjExCgoKWFNEVDogTGVuZ3RoPTEwMCwgUmV2aXNpb249MSwg
> Q2hlY2tzdW09MTM4LAoJT0VNSUQ9Vk1XQVJFLCBPRU0gVGFibGUgSUQ9Vk1XVkJTQSEsIE9FTSBS
> ZXZpc2lvbj0weDIwMjAxMjIxLAoJQ3JlYXRvciBJRD1WTVcsIENyZWF0b3IgUmV2aXNpb249MHgx
> CgoKCUVudHJpZXM9eyAweDAwMDAwMDAwODg4NDAwMDAsIDB4MDAwMDAwMDA4ODgzMDAwMCwgMHgw
> MDAwMDAwMDg4ODIwMDAwLCAweDAwMDAwMDAwODg4MTAwMDAsIDB4MDAwMDAwMDA4ODdlMDAwMCwg
> MHgwMDAwMDAwMDg4N2MwMDAwLCAweDAwMDAwMDAwODg3YTAwMDAsIDB4MDAwMDAwMDA4ODY5MDAw
> MCB9CgoKCURTRFQ9MHg4ODgwMDAwMAoJSU5UX01PREVMPVBJQwoJU0NJX0lOVD0wCglTTUlfQ01E
> PTB4MCwgQUNQSV9FTkFCTEU9MHgwLCBBQ1BJX0RJU0FCTEU9MHgwLCBTNEJJT1NfUkVRPTB4MAoJ
> UF9MVkwyX0xBVD0wbXMsIFBfTFZMM19MQVQ9MG1zCglGTFVTSF9TSVpFPTAsIEZMVVNIX1NUUklE
> RT0wCglEVVRZX09GRlNFVD0wLCBEVVRZX1dJRFRIPTAKCURBWV9BTFJNPTAsIE1PTl9BTFJNPTAs
> IENFTlRVUlk9MAoJRmxhZ3M9fQoKCkRTRFQ6IExlbmd0aD0yMzI1LCBSZXZpc2lvbj0xLCBDaGVj
> a3N1bT0xMzksCglPRU1JRD1WTVdBUkUsIE9FTSBUYWJsZSBJRD1WTVdWQlNBISwgT0VNIFJldmlz
> aW9uPTB4MTM0M2YwNiwKCUNyZWF0b3IgSUQ9SU5UTCwgQ3JlYXRvciBSZXZpc2lvbj0weDIwMTYw
> MjEyCgoKR1REVDogTGVuZ3RoPTEwNCwgUmV2aXNpb249MywgQ2hlY2tzdW09MTYsCglPRU1JRD1W
> TVdBUkUsIE9FTSBUYWJsZSBJRD1WTVdWQlNBISwgT0VNIFJldmlzaW9uPTB4MjAyMDEyMjEsCglD
> cmVhdG9yIElEPVZNVywgQ3JlYXRvciBSZXZpc2lvbj0weDEKCgpNQ0ZHOiBMZW5ndGg9NjAsIFJl
> dmlzaW9uPTEsIENoZWNrc3VtPTE5MiwKCU9FTUlEPVZNV0FSRSwgT0VNIFRhYmxlIElEPVZNV1ZC
> U0EhLCBPRU0gUmV2aXNpb249MHgyMDIwMTIyMSwKCUNyZWF0b3IgSUQ9Vk1XLCBDcmVhdG9yIFJl
> dmlzaW9uPTB4MQoKClNQQ1I6IExlbmd0aD04MCwgUmV2aXNpb249MiwgQ2hlY2tzdW09OTAsCglP
> RU1JRD1WTVdBUkUsIE9FTSBUYWJsZSBJRD1WTVdWQlNBISwgT0VNIFJldmlzaW9uPTB4MjAyMDEy
> MjEsCglDcmVhdG9yIElEPVZNVywgQ3JlYXRvciBSZXZpc2lvbj0weDEKCgpBUElDOiBMZW5ndGg9
> MTcyLCBSZXZpc2lvbj0zLCBDaGVja3N1bT0zNCwKCU9FTUlEPVZNV0FSRSwgT0VNIFRhYmxlIElE
> PVZNV1ZCU0EhLCBPRU0gUmV2aXNpb249MHgyMDIwMTIyMSwKCUNyZWF0b3IgSUQ9Vk1XLCBDcmVh
> dG9yIFJldmlzaW9uPTB4MQoKClNTRFQ6IExlbmd0aD03MSwgUmV2aXNpb249MiwgQ2hlY2tzdW09
> MjUyLAoJT0VNSUQ9Vk1XQVJFLCBPRU0gVGFibGUgSUQ9Vk1XVkJTQSEsIE9FTSBSZXZpc2lvbj0w
> eDIwMjAxMjIxLAoJQ3JlYXRvciBJRD1WTVcsIENyZWF0b3IgUmV2aXNpb249MHgxCgoKUFBUVDog
> TGVuZ3RoPTE1NiwgUmV2aXNpb249MiwgQ2hlY2tzdW09MTgzLAoJT0VNSUQ9Vk1XQVJFLCBPRU0g
> VGFibGUgSUQ9Vk1XVkJTQSEsIE9FTSBSZXZpc2lvbj0weDIwMjAxMjIxLAoJQ3JlYXRvciBJRD1W
> TVcsIENyZWF0b3IgUmV2aXNpb249MHgxCgoKQkdSVDogTGVuZ3RoPTU2LCBSZXZpc2lvbj0xLCBD
> aGVja3N1bT0xMjYsCglPRU1JRD1WTVdBUkUsIE9FTSBUYWJsZSBJRD1WTVdWQlNBISwgT0VNIFJl
> dmlzaW9uPTB4MjAyMDEyMjEsCglDcmVhdG9yIElEPVZNVywgQ3JlYXRvciBSZXZpc2lvbj0weDEK
> Cg==
> ====
> 

Reply via email to