Status of PCIe Hotplug?
Borja Marcos
borjam at sarenet.es
Thu Sep 29 07:43:10 UTC 2016
> On 28 Sep 2016, at 11:41, Borja Marcos <borjam at sarenet.es> wrote:
> Of course. Unfortunately, due to poor timing and a DOA server last month, this
> server is in a countdown to get into production tomorrow running Solaris, but I’ll try
> to get whatever I can today.
I managed to do some tests.
First one, detaching the nvme9 controller.
# devctl detach nvme9
Upon doing this, the console displays: Sep 29 08:26:01 pruebanvme2 kernel: nvme9: detached
However, device nvd9 (which is linked to nvme9ns1) does not disappear. I am not sure that the full
hot plug dialogue with the hardware has been performed, either. The green “ok to extract” LED does not turn on
unless I disable the associated pcib device.
I guess we need a specific “devctl poweroff” command to achieve that?
/dev/nvd9 is still present, but as a kind of orphan. Whenever I try to access it I trigger a panic.
----------------------------
pruebanvme2 dumped core - see /var/crash/vmcore.0
Thu Sep 29 08:33:08 CEST 2016
FreeBSD pruebanvme2 11.0-RELEASE FreeBSD 11.0-RELEASE #0: Wed Sep 28 12:51:37 CEST 2016 root at pruebanvme2:/usr/obj/usr/src/sys/DEBUG amd64
panic: vm_fault: fault on nofault entry, addr: fffffe000209b000
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
Unread portion of the kernel message buffer:
panic: vm_fault: fault on nofault entry, addr: fffffe000209b000
cpuid = 37
KDB: stack backtrace:
#0 0xffffffff80b24887 at kdb_backtrace+0x67
#1 0xffffffff80ad9bf2 at vpanic+0x182
#2 0xffffffff80ad9a63 at panic+0x43
#3 0xffffffff80e12f01 at vm_fault_hold+0x2721
#4 0xffffffff80e10798 at vm_fault+0x78
#5 0xffffffff80fa1e79 at trap_pfault+0xf9
#6 0xffffffff80fa150c at trap+0x26c
#7 0xffffffff80f84a41 at calltrap+0x8
#8 0xffffffff81081e4a at nvd_strategy+0x4a
#9 0xffffffff80a11ede at g_disk_start+0x34e
#10 0xffffffff80a151d7 at g_io_request+0x4a7
#11 0xffffffff80ab8d45 at physio+0x665
#12 0xffffffff809867b7 at devfs_write_f+0xe7
#13 0xffffffff80b41ae7 at dofilewrite+0x87
#14 0xffffffff80b417c8 at kern_writev+0x68
#15 0xffffffff80b41754 at sys_write+0x84
#16 0xffffffff80fa26ce at amd64_syscall+0x4ce
#17 0xffffffff80f84d2b at Xfast_syscall+0xfb
Uptime: 19h27m51s
Dumping 4772 out of 130928 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91%
Reading symbols from /boot/kernel/ums.ko...Reading symbols from /usr/lib/debug//boot/kernel/ums.ko.debug...done.
done.
Loaded symbols for /boot/kernel/ums.ko
#0 doadump (textdump=<value optimized out>) at pcpu.h:221
221 pcpu.h: No such file or directory.
in pcpu.h
(kgdb) #0 doadump (textdump=<value optimized out>) at pcpu.h:221
#1 0xffffffff80ad9679 in kern_reboot (howto=260)
at /usr/src/sys/kern/kern_shutdown.c:366
#2 0xffffffff80ad9c2b in vpanic (fmt=<value optimized out>,
ap=<value optimized out>) at /usr/src/sys/kern/kern_shutdown.c:759
#3 0xffffffff80ad9a63 in panic (fmt=0x0)
at /usr/src/sys/kern/kern_shutdown.c:690
#4 0xffffffff80e12f01 in vm_fault_hold (map=<value optimized out>,
vaddr=<value optimized out>, fault_type=<value optimized out>,
fault_flags=<value optimized out>, m_hold=<value optimized out>)
at /usr/src/sys/vm/vm_fault.c:330
#5 0xffffffff80e10798 in vm_fault (map=0xfffff80100000000,
vaddr=<value optimized out>, fault_type=1 '\001',
fault_flags=<value optimized out>) at /usr/src/sys/vm/vm_fault.c:273
#6 0xffffffff80fa1e79 in trap_pfault (frame=0xfffffe201bec2560, usermode=0)
at /usr/src/sys/amd64/amd64/trap.c:741
#7 0xffffffff80fa150c in trap (frame=0xfffffe201bec2560)
at /usr/src/sys/amd64/amd64/trap.c:442
#8 0xffffffff80f84a41 in calltrap ()
at /usr/src/sys/amd64/amd64/exception.S:236
#9 0xffffffff81085ab8 in nvme_ns_bio_process (ns=0xfffffe000209a310,
bp=0xfffff8019e4cf000, cb_fn=0xffffffff81082160 <nvd_done>)
at /usr/src/sys/dev/nvme/nvme_ns.c:436
#10 0xffffffff81081e4a in nvd_strategy (bp=0xfffff8019e4cf000)
at /usr/src/sys/dev/nvd/nvd.c:175
#11 0xffffffff80a11ede in g_disk_start (bp=<value optimized out>)
at /usr/src/sys/geom/geom_disk.c:461
#12 0xffffffff80a151d7 in g_io_request (bp=<value optimized out>,
cp=<value optimized out>) at /usr/src/sys/geom/geom_io.c:626
#13 0xffffffff80ab8d45 in physio (dev=<value optimized out>,
uio=<value optimized out>, ioflag=<value optimized out>)
at /usr/src/sys/kern/kern_physio.c:191
#14 0xffffffff809867b7 in devfs_write_f (fp=<value optimized out>,
uio=<value optimized out>, cred=<value optimized out>,
flags=<value optimized out>, td=0xfffff80125f0f500)
at /usr/src/sys/fs/devfs/devfs_vnops.c:1757
#15 0xffffffff80b41ae7 in dofilewrite (td=0xfffff80125f0f500, fd=4,
fp=0xfffff80125dd5b40, auio=0xfffffe201bec2960,
offset=<value optimized out>, flags=0) at file.h:311
#16 0xffffffff80b417c8 in kern_writev (td=0xfffff80125f0f500, fd=4,
auio=0xfffffe201bec2960) at /usr/src/sys/kern/sys_generic.c:506
#17 0xffffffff80b41754 in sys_write (td=0xfffffe000209a310,
uap=<value optimized out>) at /usr/src/sys/kern/sys_generic.c:419
#18 0xffffffff80fa26ce in amd64_syscall (td=<value optimized out>, traced=0)
at subr_syscall.c:135
#19 0xffffffff80f84d2b in Xfast_syscall ()
at /usr/src/sys/amd64/amd64/exception.S:396
#20 0x000000080097f71a in ?? ()
————————————
After rebooting I tried to detach and attach nvme9. When reattached, it shows up in the console
and /var/log/messages, and a new nvd (nvd10) is created
# devctl attach pci0:134:0:0
Sep 29 08:57:41 pruebanvme2 kernel: nvme9: <DC P3500 SSD [2.5" SFF]> mem 0xfba10000-0xfba13fff irq 59 at device 0.0 numa-domain 1 on pci20
Sep 29 08:57:49 pruebanvme2 kernel: nvd10: <INTEL SSDPE2MX020T4> NVMe namespace
Sep 29 08:57:49 pruebanvme2 kernel: nvd10: 1907729MB (488378646 4096 byte sectors)
The newly created nvd10 device works,
# dd if=/dev/zero of=/dev/nvd10 bs=1m count=10
10+0 records in
10+0 records out
10485760 bytes transferred in 0.013463 secs (778874214 bytes/sec)
but any attempts to access nvd9 result in a panic, unsurprisingly.
So, unless I am wrong, there are two different problems here:
1) The hotplug support is still somewhat incomplete, when doing a detach it doesn’t complete the
handshake with the hardware. Or it shouldn’t when doing a detach and we need a “poweroff” command
for “devctl”.
2) The NVMe drivers, in particular, fail to destroy nvd devices associated to their namespaces.
I saw a third problem, specific to NVMe again I guess.
Doing this:
#devctl detach nvme0
nvmecontrol fails to detect the rest of the NVMe controllers.
# nvmecontrol devlist
No NVMe controllers found.
despite being there
none150 at pci0:2:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04a4cd
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme1 at pci0:3:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04ad7b
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme2 at pci0:5:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04a219
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme3 at pci0:6:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e404bdd89db
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme4 at pci0:7:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04f756
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme5 at pci0:8:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04f727
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
Looking at the pciconf -lc output I noticed that the hot plug capable devices are the “pcib” bridges, so I tried disabling a pcib bridge.
nvme9 is attached to pcib20, and detaching pcib20 indeed works.
# devctl disable pci0:128:2:3
Sep 29 09:25:33 pruebanvme2 kernel: nvme9: detached
Sep 29 09:25:33 pruebanvme2 kernel: pci20: detached
Sep 29 09:25:33 pruebanvme2 kernel: pcib20: detached
Sep 29 09:27:23 pruebanvme2 kernel: pcib20: <ACPI PCI-PCI bridge> irq 56 at device 2.3 numa-domain 1 on pci14
Sep 29 09:27:23 pruebanvme2 kernel: pcib20: [GIANT-LOCKED]
Sep 29 09:27:24 pruebanvme2 kernel: pcib20: Missed HotPlug interrupt waiting for DLL Active
Sep 29 09:27:24 pruebanvme2 kernel: pci20: <ACPI PCI bus> numa-domain 1 on pcib20
Sep 29 09:27:24 pruebanvme2 kernel: nvme9: <DC P3500 SSD [2.5" SFF]> at device 0.0 numa-domain 1 on pci20
And the green LED is on.
Reenabling the device,
Sep 29 09:27:24 pruebanvme2 kernel: nvme9: <DC P3500 SSD [2.5" SFF]> at device 0.0 numa-domain 1 on pci20
Sep 29 09:27:33 pruebanvme2 kernel: nvd10: <INTEL SSDPE2MX020T4> NVMe namespace
Sep 29 09:27:33 pruebanvme2 kernel: nvd10: 1907729MB (488378646 4096 byte sectors)
it works, but I failed to write to the device
dd if=/dev/zero of=/dev/nvd10 bs=1m count=1000
dd: /dev/nvd10: Input/output error
1+0 records in
0+0 records out
0 bytes transferred in 0.064099 secs (0 bytes/sec)
Sep 29 09:31:23 pruebanvme2 kernel: nvme9: WRITE sqid:7 cid:127 nsid:1 lba:0 len:32
Sep 29 09:31:23 pruebanvme2 kernel: nvme9: WRITE FAULTS (02/80) sqid:7 cid:127 cdw0:0
Sep 29 09:31:23 pruebanvme2 kernel: nvme9: async event occurred (log page id=0x1)
Sep 29 09:32:20 pruebanvme2 kernel: nvme9: WRITE sqid:8 cid:127 nsid:1 lba:0 len:32
Sep 29 09:32:20 pruebanvme2 kernel: nvme9: WRITE FAULTS (02/80) sqid:8 cid:127 cdw0:0
Sep 29 09:32:20 pruebanvme2 kernel: nvme9: async event occurred (log page id=0x1)
This is what I have so far.
pciconf -lc and devinfo outputs follow
root at pruebanvme2:~ # pciconf -lc
none0 at pci0:255:8:0: class=0x088000 card=0x084415d9 chip=0x6f808086 rev=0x01 hdr=0x00
none1 at pci0:255:8:2: class=0x110100 card=0x084415d9 chip=0x6f328086 rev=0x01 hdr=0x00
none2 at pci0:255:8:3: class=0x088000 card=0x084415d9 chip=0x6f838086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
ecap 000b[100] = Vendor 0none3 at pci0:255:9:0: class=0x088000 card=0x084415d9 chip=0x6f908086 rev=0x01 hdr=0x00
none4 at pci0:255:9:2: class=0x110100 card=0x084415d9 chip=0x6f338086 rev=0x01 hdr=0x00
none5 at pci0:255:9:3: class=0x088000 card=0x084415d9 chip=0x6f938086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
ecap 000b[100] = Vendor 0none6 at pci0:255:11:0: class=0x088000 card=0x084415d9 chip=0x6f818086 rev=0x01 hdr=0x00
none7 at pci0:255:11:1: class=0x110100 card=0x084415d9 chip=0x6f368086 rev=0x01 hdr=0x00
none8 at pci0:255:11:2: class=0x110100 card=0x084415d9 chip=0x6f378086 rev=0x01 hdr=0x00
none9 at pci0:255:11:3: class=0x088000 card=0x00000000 chip=0x6f768086 rev=0x01 hdr=0x00
none10 at pci0:255:12:0: class=0x088000 card=0x084415d9 chip=0x6fe08086 rev=0x01 hdr=0x00
none11 at pci0:255:12:1: class=0x088000 card=0x084415d9 chip=0x6fe18086 rev=0x01 hdr=0x00
none12 at pci0:255:12:2: class=0x088000 card=0x084415d9 chip=0x6fe28086 rev=0x01 hdr=0x00
none13 at pci0:255:12:3: class=0x088000 card=0x084415d9 chip=0x6fe38086 rev=0x01 hdr=0x00
none14 at pci0:255:12:4: class=0x088000 card=0x084415d9 chip=0x6fe48086 rev=0x01 hdr=0x00
none15 at pci0:255:12:5: class=0x088000 card=0x084415d9 chip=0x6fe58086 rev=0x01 hdr=0x00
none16 at pci0:255:12:6: class=0x088000 card=0x084415d9 chip=0x6fe68086 rev=0x01 hdr=0x00
none17 at pci0:255:12:7: class=0x088000 card=0x084415d9 chip=0x6fe78086 rev=0x01 hdr=0x00
none18 at pci0:255:13:0: class=0x088000 card=0x084415d9 chip=0x6fe88086 rev=0x01 hdr=0x00
none19 at pci0:255:13:1: class=0x088000 card=0x084415d9 chip=0x6fe98086 rev=0x01 hdr=0x00
none20 at pci0:255:15:0: class=0x088000 card=0x084415d9 chip=0x6ff88086 rev=0x01 hdr=0x00
none21 at pci0:255:15:1: class=0x088000 card=0x084415d9 chip=0x6ff98086 rev=0x01 hdr=0x00
none22 at pci0:255:15:4: class=0x088000 card=0x084415d9 chip=0x6ffc8086 rev=0x01 hdr=0x00
none23 at pci0:255:15:5: class=0x088000 card=0x084415d9 chip=0x6ffd8086 rev=0x01 hdr=0x00
none24 at pci0:255:15:6: class=0x088000 card=0x084415d9 chip=0x6ffe8086 rev=0x01 hdr=0x00
none25 at pci0:255:16:0: class=0x088000 card=0x084415d9 chip=0x6f1d8086 rev=0x01 hdr=0x00
none26 at pci0:255:16:1: class=0x110100 card=0x084415d9 chip=0x6f348086 rev=0x01 hdr=0x00
none27 at pci0:255:16:5: class=0x088000 card=0x084415d9 chip=0x6f1e8086 rev=0x01 hdr=0x00
none28 at pci0:255:16:6: class=0x110100 card=0x084415d9 chip=0x6f7d8086 rev=0x01 hdr=0x00
none29 at pci0:255:16:7: class=0x088000 card=0x084415d9 chip=0x6f1f8086 rev=0x01 hdr=0x00
none30 at pci0:255:18:0: class=0x088000 card=0x084415d9 chip=0x6fa08086 rev=0x01 hdr=0x00
none31 at pci0:255:18:1: class=0x110100 card=0x084415d9 chip=0x6f308086 rev=0x01 hdr=0x00
none32 at pci0:255:19:0: class=0x088000 card=0x084415d9 chip=0x6fa88086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none33 at pci0:255:19:1: class=0x088000 card=0x084415d9 chip=0x6f718086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none34 at pci0:255:19:2: class=0x088000 card=0x084415d9 chip=0x6faa8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none35 at pci0:255:19:3: class=0x088000 card=0x084415d9 chip=0x6fab8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none36 at pci0:255:19:4: class=0x088000 card=0x084415d9 chip=0x6fac8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none37 at pci0:255:19:5: class=0x088000 card=0x084415d9 chip=0x6fad8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none38 at pci0:255:19:6: class=0x088000 card=0x00000000 chip=0x6fae8086 rev=0x01 hdr=0x00
none39 at pci0:255:19:7: class=0x088000 card=0x00000000 chip=0x6faf8086 rev=0x01 hdr=0x00
none40 at pci0:255:20:0: class=0x088000 card=0x084415d9 chip=0x6fb08086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none41 at pci0:255:20:1: class=0x088000 card=0x084415d9 chip=0x6fb18086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none42 at pci0:255:20:2: class=0x088000 card=0x084415d9 chip=0x6fb28086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none43 at pci0:255:20:3: class=0x088000 card=0x084415d9 chip=0x6fb38086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none44 at pci0:255:20:4: class=0x088000 card=0x00000000 chip=0x6fbc8086 rev=0x01 hdr=0x00
none45 at pci0:255:20:5: class=0x088000 card=0x00000000 chip=0x6fbd8086 rev=0x01 hdr=0x00
none46 at pci0:255:20:6: class=0x088000 card=0x00000000 chip=0x6fbe8086 rev=0x01 hdr=0x00
none47 at pci0:255:20:7: class=0x088000 card=0x00000000 chip=0x6fbf8086 rev=0x01 hdr=0x00
none48 at pci0:255:21:0: class=0x088000 card=0x084415d9 chip=0x6fb48086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none49 at pci0:255:21:1: class=0x088000 card=0x084415d9 chip=0x6fb58086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none50 at pci0:255:21:2: class=0x088000 card=0x084415d9 chip=0x6fb68086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none51 at pci0:255:21:3: class=0x088000 card=0x084415d9 chip=0x6fb78086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none52 at pci0:255:22:0: class=0x088000 card=0x00000000 chip=0x6f688086 rev=0x01 hdr=0x00
cap 00[40] = unknown
none53 at pci0:255:22:6: class=0x088000 card=0x00000000 chip=0x6f6e8086 rev=0x01 hdr=0x00
none54 at pci0:255:22:7: class=0x088000 card=0x00000000 chip=0x6f6f8086 rev=0x01 hdr=0x00
none55 at pci0:255:23:0: class=0x088000 card=0x00000000 chip=0x6fd08086 rev=0x01 hdr=0x00
cap 00[40] = unknown
none56 at pci0:255:23:4: class=0x088000 card=0x00000000 chip=0x6fb88086 rev=0x01 hdr=0x00
none57 at pci0:255:23:5: class=0x088000 card=0x00000000 chip=0x6fb98086 rev=0x01 hdr=0x00
none58 at pci0:255:23:6: class=0x088000 card=0x00000000 chip=0x6fba8086 rev=0x01 hdr=0x00
none59 at pci0:255:23:7: class=0x088000 card=0x00000000 chip=0x6fbb8086 rev=0x01 hdr=0x00
none60 at pci0:255:30:0: class=0x088000 card=0x084415d9 chip=0x6f988086 rev=0x01 hdr=0x00
none61 at pci0:255:30:1: class=0x088000 card=0x084415d9 chip=0x6f998086 rev=0x01 hdr=0x00
none62 at pci0:255:30:2: class=0x088000 card=0x084415d9 chip=0x6f9a8086 rev=0x01 hdr=0x00
none63 at pci0:255:30:3: class=0x088000 card=0x084415d9 chip=0x6fc08086 rev=0x01 hdr=0x00
none64 at pci0:255:30:4: class=0x088000 card=0x084415d9 chip=0x6f9c8086 rev=0x01 hdr=0x00
none65 at pci0:255:31:0: class=0x088000 card=0x00000000 chip=0x6f888086 rev=0x01 hdr=0x00
none66 at pci0:255:31:2: class=0x088000 card=0x00000000 chip=0x6f8a8086 rev=0x01 hdr=0x00
none67 at pci0:127:8:0: class=0x088000 card=0x084415d9 chip=0x6f808086 rev=0x01 hdr=0x00
none68 at pci0:127:8:2: class=0x110100 card=0x084415d9 chip=0x6f328086 rev=0x01 hdr=0x00
none69 at pci0:127:8:3: class=0x088000 card=0x084415d9 chip=0x6f838086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
ecap 000b[100] = Vendor 0none70 at pci0:127:9:0: class=0x088000 card=0x084415d9 chip=0x6f908086 rev=0x01 hdr=0x00
none71 at pci0:127:9:2: class=0x110100 card=0x084415d9 chip=0x6f338086 rev=0x01 hdr=0x00
none72 at pci0:127:9:3: class=0x088000 card=0x084415d9 chip=0x6f938086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
ecap 000b[100] = Vendor 0none73 at pci0:127:11:0: class=0x088000 card=0x084415d9 chip=0x6f818086 rev=0x01 hdr=0x00
none74 at pci0:127:11:1: class=0x110100 card=0x084415d9 chip=0x6f368086 rev=0x01 hdr=0x00
none75 at pci0:127:11:2: class=0x110100 card=0x084415d9 chip=0x6f378086 rev=0x01 hdr=0x00
none76 at pci0:127:11:3: class=0x088000 card=0x00000000 chip=0x6f768086 rev=0x01 hdr=0x00
none77 at pci0:127:12:0: class=0x088000 card=0x084415d9 chip=0x6fe08086 rev=0x01 hdr=0x00
none78 at pci0:127:12:1: class=0x088000 card=0x084415d9 chip=0x6fe18086 rev=0x01 hdr=0x00
none79 at pci0:127:12:2: class=0x088000 card=0x084415d9 chip=0x6fe28086 rev=0x01 hdr=0x00
none80 at pci0:127:12:3: class=0x088000 card=0x084415d9 chip=0x6fe38086 rev=0x01 hdr=0x00
none81 at pci0:127:12:4: class=0x088000 card=0x084415d9 chip=0x6fe48086 rev=0x01 hdr=0x00
none82 at pci0:127:12:5: class=0x088000 card=0x084415d9 chip=0x6fe58086 rev=0x01 hdr=0x00
none83 at pci0:127:12:6: class=0x088000 card=0x084415d9 chip=0x6fe68086 rev=0x01 hdr=0x00
none84 at pci0:127:12:7: class=0x088000 card=0x084415d9 chip=0x6fe78086 rev=0x01 hdr=0x00
none85 at pci0:127:13:0: class=0x088000 card=0x084415d9 chip=0x6fe88086 rev=0x01 hdr=0x00
none86 at pci0:127:13:1: class=0x088000 card=0x084415d9 chip=0x6fe98086 rev=0x01 hdr=0x00
none87 at pci0:127:15:0: class=0x088000 card=0x084415d9 chip=0x6ff88086 rev=0x01 hdr=0x00
none88 at pci0:127:15:1: class=0x088000 card=0x084415d9 chip=0x6ff98086 rev=0x01 hdr=0x00
none89 at pci0:127:15:4: class=0x088000 card=0x084415d9 chip=0x6ffc8086 rev=0x01 hdr=0x00
none90 at pci0:127:15:5: class=0x088000 card=0x084415d9 chip=0x6ffd8086 rev=0x01 hdr=0x00
none91 at pci0:127:15:6: class=0x088000 card=0x084415d9 chip=0x6ffe8086 rev=0x01 hdr=0x00
none92 at pci0:127:16:0: class=0x088000 card=0x084415d9 chip=0x6f1d8086 rev=0x01 hdr=0x00
none93 at pci0:127:16:1: class=0x110100 card=0x084415d9 chip=0x6f348086 rev=0x01 hdr=0x00
none94 at pci0:127:16:5: class=0x088000 card=0x084415d9 chip=0x6f1e8086 rev=0x01 hdr=0x00
none95 at pci0:127:16:6: class=0x110100 card=0x084415d9 chip=0x6f7d8086 rev=0x01 hdr=0x00
none96 at pci0:127:16:7: class=0x088000 card=0x084415d9 chip=0x6f1f8086 rev=0x01 hdr=0x00
none97 at pci0:127:18:0: class=0x088000 card=0x084415d9 chip=0x6fa08086 rev=0x01 hdr=0x00
none98 at pci0:127:18:1: class=0x110100 card=0x084415d9 chip=0x6f308086 rev=0x01 hdr=0x00
none99 at pci0:127:19:0: class=0x088000 card=0x084415d9 chip=0x6fa88086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none100 at pci0:127:19:1: class=0x088000 card=0x084415d9 chip=0x6f718086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none101 at pci0:127:19:2: class=0x088000 card=0x084415d9 chip=0x6faa8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none102 at pci0:127:19:3: class=0x088000 card=0x084415d9 chip=0x6fab8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none103 at pci0:127:19:4: class=0x088000 card=0x084415d9 chip=0x6fac8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none104 at pci0:127:19:5: class=0x088000 card=0x084415d9 chip=0x6fad8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none105 at pci0:127:19:6: class=0x088000 card=0x00000000 chip=0x6fae8086 rev=0x01 hdr=0x00
none106 at pci0:127:19:7: class=0x088000 card=0x00000000 chip=0x6faf8086 rev=0x01 hdr=0x00
none107 at pci0:127:20:0: class=0x088000 card=0x084415d9 chip=0x6fb08086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none108 at pci0:127:20:1: class=0x088000 card=0x084415d9 chip=0x6fb18086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none109 at pci0:127:20:2: class=0x088000 card=0x084415d9 chip=0x6fb28086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none110 at pci0:127:20:3: class=0x088000 card=0x084415d9 chip=0x6fb38086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none111 at pci0:127:20:4: class=0x088000 card=0x00000000 chip=0x6fbc8086 rev=0x01 hdr=0x00
none112 at pci0:127:20:5: class=0x088000 card=0x00000000 chip=0x6fbd8086 rev=0x01 hdr=0x00
none113 at pci0:127:20:6: class=0x088000 card=0x00000000 chip=0x6fbe8086 rev=0x01 hdr=0x00
none114 at pci0:127:20:7: class=0x088000 card=0x00000000 chip=0x6fbf8086 rev=0x01 hdr=0x00
none115 at pci0:127:21:0: class=0x088000 card=0x084415d9 chip=0x6fb48086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none116 at pci0:127:21:1: class=0x088000 card=0x084415d9 chip=0x6fb58086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none117 at pci0:127:21:2: class=0x088000 card=0x084415d9 chip=0x6fb68086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none118 at pci0:127:21:3: class=0x088000 card=0x084415d9 chip=0x6fb78086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
none119 at pci0:127:22:0: class=0x088000 card=0x00000000 chip=0x6f688086 rev=0x01 hdr=0x00
cap 00[40] = unknown
none120 at pci0:127:22:6: class=0x088000 card=0x00000000 chip=0x6f6e8086 rev=0x01 hdr=0x00
none121 at pci0:127:22:7: class=0x088000 card=0x00000000 chip=0x6f6f8086 rev=0x01 hdr=0x00
none122 at pci0:127:23:0: class=0x088000 card=0x00000000 chip=0x6fd08086 rev=0x01 hdr=0x00
cap 00[40] = unknown
none123 at pci0:127:23:4: class=0x088000 card=0x00000000 chip=0x6fb88086 rev=0x01 hdr=0x00
none124 at pci0:127:23:5: class=0x088000 card=0x00000000 chip=0x6fb98086 rev=0x01 hdr=0x00
none125 at pci0:127:23:6: class=0x088000 card=0x00000000 chip=0x6fba8086 rev=0x01 hdr=0x00
none126 at pci0:127:23:7: class=0x088000 card=0x00000000 chip=0x6fbb8086 rev=0x01 hdr=0x00
none127 at pci0:127:30:0: class=0x088000 card=0x084415d9 chip=0x6f988086 rev=0x01 hdr=0x00
none128 at pci0:127:30:1: class=0x088000 card=0x084415d9 chip=0x6f998086 rev=0x01 hdr=0x00
none129 at pci0:127:30:2: class=0x088000 card=0x084415d9 chip=0x6f9a8086 rev=0x01 hdr=0x00
none130 at pci0:127:30:3: class=0x088000 card=0x084415d9 chip=0x6fc08086 rev=0x01 hdr=0x00
none131 at pci0:127:30:4: class=0x088000 card=0x084415d9 chip=0x6f9c8086 rev=0x01 hdr=0x00
none132 at pci0:127:31:0: class=0x088000 card=0x00000000 chip=0x6f888086 rev=0x01 hdr=0x00
none133 at pci0:127:31:2: class=0x088000 card=0x00000000 chip=0x6f8a8086 rev=0x01 hdr=0x00
hostb0 at pci0:0:0:0: class=0x060000 card=0x084415d9 chip=0x6f008086 rev=0x01 hdr=0x00
cap 10[90] = PCI-Express 2 root port max data 128(128)
link x0(x4) speed 0.0(5.0) ASPM disabled(L1)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000b[144] = Vendor 1 ID 4
ecap 000b[1d0] = Vendor 1 ID 3
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib3 at pci0:0:1:0: class=0x060400 card=0x084415d9 chip=0x6f028086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x8(x8) speed 5.0(8.0)
slot 0 power limit 25000 mW surprise
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xff
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib4 at pci0:0:2:0: class=0x060400 card=0x084415d9 chip=0x6f048086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 3 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xff
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib5 at pci0:0:2:1: class=0x060400 card=0x084415d9 chip=0x6f058086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 4 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xf
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib6 at pci0:0:2:2: class=0x060400 card=0x084415d9 chip=0x6f068086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks
cap 10[90] = PCI-Express 2 root port max data 128(256) ARI disabled
link x0(x8) speed 0.0(8.0)
slot 0 power limit 25000 mW surprise
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib7 at pci0:0:3:0: class=0x060400 card=0x084415d9 chip=0x6f088086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 7 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xffff
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib8 at pci0:0:3:1: class=0x060400 card=0x084415d9 chip=0x6f098086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 8 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xf
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib9 at pci0:0:3:2: class=0x060400 card=0x084415d9 chip=0x6f0a8086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 9 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xff
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib10 at pci0:0:3:3: class=0x060400 card=0x084415d9 chip=0x6f0b8086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 10 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xf
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
none134 at pci0:0:4:0: class=0x088000 card=0x084415d9 chip=0x6f208086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none135 at pci0:0:4:1: class=0x088000 card=0x084415d9 chip=0x6f218086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none136 at pci0:0:4:2: class=0x088000 card=0x084415d9 chip=0x6f228086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none137 at pci0:0:4:3: class=0x088000 card=0x084415d9 chip=0x6f238086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none138 at pci0:0:4:4: class=0x088000 card=0x084415d9 chip=0x6f248086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none139 at pci0:0:4:5: class=0x088000 card=0x084415d9 chip=0x6f258086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none140 at pci0:0:4:6: class=0x088000 card=0x084415d9 chip=0x6f268086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none141 at pci0:0:4:7: class=0x088000 card=0x084415d9 chip=0x6f278086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none142 at pci0:0:5:0: class=0x088000 card=0x084415d9 chip=0x6f288086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 2 root endpoint max data 128(128)
none143 at pci0:0:5:1: class=0x088000 card=0x084415d9 chip=0x6f298086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
cap 05[80] = MSI supports 1 message, 64 bit
ecap 000b[100] = Vendor 1 ID 6
ecap 000b[110] = Vendor 1 ID 6
ecap 000b[120] = Vendor 1 ID 6
ecap 000b[130] = Vendor 1 ID 6
none144 at pci0:0:5:2: class=0x088000 card=0x084415d9 chip=0x6f2a8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 2 root endpoint max data 128(128) RO NS
ioapic0 at pci0:0:5:4: class=0x080020 card=0x084415d9 chip=0x6f2c8086 rev=0x01 hdr=0x00
cap 10[44] = PCI-Express 1 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none145 at pci0:0:17:0: class=0xff0000 card=0x084415d9 chip=0x8d7c8086 rev=0x05 hdr=0x00
cap 10[40] = PCI-Express 2 root endpoint max data 128(128)
link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1)
cap 01[80] = powerspec 3 supports D0 D3 current D0
ahci0 at pci0:0:17:4: class=0x010400 card=0x084415d9 chip=0x28278086 rev=0x05 hdr=0x00
cap 05[80] = MSI supports 1 message enabled with 1 message
cap 01[70] = powerspec 3 supports D0 D3 current D0
cap 12[a8] = SATA Index-Data Pair
none146 at pci0:0:22:0: class=0x078000 card=0x084415d9 chip=0x8d3a8086 rev=0x05 hdr=0x00
cap 01[50] = powerspec 3 supports D0 D3 current D0
cap 05[8c] = MSI supports 1 message, 64 bit
none147 at pci0:0:22:1: class=0x078000 card=0x084415d9 chip=0x8d3b8086 rev=0x05 hdr=0x00
cap 01[50] = powerspec 3 supports D0 D3 current D0
cap 05[8c] = MSI supports 1 message, 64 bit
ehci0 at pci0:0:26:0: class=0x0c0320 card=0x084415d9 chip=0x8d2d8086 rev=0x05 hdr=0x00
cap 01[50] = powerspec 2 supports D0 D3 current D0
cap 0a[58] = EHCI Debug Port at offset 0xa0 in map 0x14
cap 13[98] = PCI Advanced Features: FLR TP
pcib11 at pci0:0:28:0: class=0x060400 card=0x084415d9 chip=0x8d108086 rev=0xd5 hdr=0x01
cap 10[40] = PCI-Express 2 root port max data 128(128)
link x0(x1) speed 0.0(5.0) ASPM disabled(L0s/L1)
cap 05[80] = MSI supports 1 message
cap 0d[90] = PCI Bridge card=0x084415d9
cap 01[a0] = powerspec 3 supports D0 D3 current D0
pcib12 at pci0:0:28:2: class=0x060400 card=0x084415d9 chip=0x8d148086 rev=0xd5 hdr=0x01
cap 10[40] = PCI-Express 2 root port max data 128(128)
link x1(x1) speed 2.5(5.0) ASPM disabled(L0s/L1)
slot 0 power limit 0 mW
cap 05[80] = MSI supports 1 message enabled with 1 message
cap 0d[90] = PCI Bridge card=0x084415d9
cap 01[a0] = powerspec 3 supports D0 D3 current D0
ehci1 at pci0:0:29:0: class=0x0c0320 card=0x084415d9 chip=0x8d268086 rev=0x05 hdr=0x00
cap 01[50] = powerspec 2 supports D0 D3 current D0
cap 0a[58] = EHCI Debug Port at offset 0xa0 in map 0x14
cap 13[98] = PCI Advanced Features: FLR TP
isab0 at pci0:0:31:0: class=0x060100 card=0x084415d9 chip=0x8d448086 rev=0x05 hdr=0x00
cap 09[e0] = vendor (length 12) Intel cap 1 version 0
features: AMT, 4 PCI-e x1 slots
ahci1 at pci0:0:31:2: class=0x010601 card=0x084415d9 chip=0x8d028086 rev=0x05 hdr=0x00
cap 05[80] = MSI supports 1 message enabled with 1 message
cap 01[70] = powerspec 3 supports D0 D3 current D0
cap 12[a8] = SATA Index-Data Pair
none148 at pci0:0:31:3: class=0x0c0500 card=0x084415d9 chip=0x8d228086 rev=0x05 hdr=0x00
none149 at pci0:0:31:6: class=0x118000 card=0x084415d9 chip=0x8d248086 rev=0x05 hdr=0x00
cap 01[50] = powerspec 3 supports D0 D3 current D0
cap 05[80] = MSI supports 1 message
ix0 at pci0:1:0:0: class=0x020000 card=0x088a15d9 chip=0x15288086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 05[50] = MSI supports 1 message, 64 bit, vector masks
cap 11[70] = MSI-X supports 64 messages, enabled
Table in map 0x20[0x0], PBA in map 0x20[0x2000]
cap 10[a0] = PCI-Express 2 endpoint max data 256(512) FLR NS
link x8(x8) speed 5.0(5.0) ASPM disabled(L0s/L1)
cap 03[e0] = VPD
ecap 0001[100] = AER 2 0 fatal 1 non-fatal 1 corrected
ecap 000e[150] = ARI 1
ecap 0010[160] = SR-IOV 1 IOV disabled, Memory Space disabled, ARI disabled
0 VFs configured out of 64 supported
First VF RID Offset 0x0180, VF RID Stride 0x0002
VF Device ID 0x1515
Page Sizes: 4096 (enabled), 8192, 65536, 262144, 1048576, 4194304
ecap 000d[1d0] = ACS 1
ix1 at pci0:1:0:1: class=0x020000 card=0x088a15d9 chip=0x15288086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 05[50] = MSI supports 1 message, 64 bit, vector masks
cap 11[70] = MSI-X supports 64 messages, enabled
Table in map 0x20[0x0], PBA in map 0x20[0x2000]
cap 10[a0] = PCI-Express 2 endpoint max data 256(512) FLR NS
link x8(x8) speed 5.0(5.0) ASPM disabled(L0s/L1)
cap 03[e0] = VPD
ecap 0001[100] = AER 2 0 fatal 1 non-fatal 1 corrected
ecap 000e[150] = ARI 1
ecap 0010[160] = SR-IOV 1 IOV disabled, Memory Space disabled, ARI disabled
0 VFs configured out of 64 supported
First VF RID Offset 0x0180, VF RID Stride 0x0002
VF Device ID 0x1515
Page Sizes: 4096 (enabled), 8192, 65536, 262144, 1048576, 4194304
ecap 000d[1d0] = ACS 1
nvme0 at pci0:2:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04a4cd
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme1 at pci0:3:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04ad7b
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme2 at pci0:5:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04a219
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme3 at pci0:6:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e404bdd89db
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme4 at pci0:7:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04f756
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme5 at pci0:8:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04f727
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
pcib13 at pci0:10:0:0: class=0x060400 card=0x084415d9 chip=0x11501a03 rev=0x03 hdr=0x01
cap 05[50] = MSI supports 1 message, 64 bit
cap 01[78] = powerspec 3 supports D0 D1 D2 D3 current D0
cap 10[80] = PCI-Express 1 PCI bridge max data 128(128) NS
link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1)
cap 0d[a4] = PCI Bridge card=0x084415d9
ecap 0002[100] = VC 1 max VC0
vgapci0 at pci0:11:0:0: class=0x030000 card=0x084415d9 chip=0x20001a03 rev=0x30 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D1 D2 D3 current D0
cap 05[50] = MSI supports 4 messages, 64 bit
pcib15 at pci0:128:0:0: class=0x060400 card=0x00008086 chip=0x6f018086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x00008086
cap 05[60] = MSI supports 2 messages, vector masks
cap 10[90] = PCI-Express 2 root port max data 128(128) ARI disabled
link x0(x4) speed 0.0(5.0)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib16 at pci0:128:1:0: class=0x060400 card=0x084415d9 chip=0x6f028086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x8(x8) speed 5.0(8.0)
slot 1 power limit 25000 mW surprise
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xff
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib17 at pci0:128:2:0: class=0x060400 card=0x084415d9 chip=0x6f048086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 14 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xffff
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib18 at pci0:128:2:1: class=0x060400 card=0x084415d9 chip=0x6f058086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 15 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xf
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib19 at pci0:128:2:2: class=0x060400 card=0x084415d9 chip=0x6f068086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 16 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xff
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib20 at pci0:128:2:3: class=0x060400 card=0x084415d9 chip=0x6f078086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks enabled with 1 message
cap 10[90] = PCI-Express 2 root port max data 256(256) ARI enabled
link x4(x4) speed 8.0(8.0)
slot 17 power limit 0 mW HotPlug(present) surprise Attn Button PC(on)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0xf
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib21 at pci0:128:3:0: class=0x060400 card=0x084415d9 chip=0x6f088086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks
cap 10[90] = PCI-Express 2 root port max data 128(256) ARI disabled
link x0(x8) speed 0.0(8.0)
slot 2 power limit 25000 mW surprise
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
pcib22 at pci0:128:3:2: class=0x060400 card=0x084415d9 chip=0x6f0a8086 rev=0x01 hdr=0x01
cap 0d[40] = PCI Bridge card=0x084415d9
cap 05[60] = MSI supports 2 messages, vector masks
cap 10[90] = PCI-Express 2 root port max data 128(256) ARI disabled
link x0(x8) speed 0.0(8.0)
slot 1 power limit 25000 mW surprise
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ecap 000b[100] = Vendor 1 ID 2
ecap 000d[110] = ACS 1
ecap 0001[148] = AER 1 0 fatal 0 non-fatal 0 corrected
ecap 000b[1d0] = Vendor 1 ID 3
ecap 0019[250] = PCIe Sec 1 lane errors 0
ecap 000b[280] = Vendor 1 ID 5
ecap 000b[300] = Vendor 1 ID 8
none150 at pci0:128:4:0: class=0x088000 card=0x084415d9 chip=0x6f208086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none151 at pci0:128:4:1: class=0x088000 card=0x084415d9 chip=0x6f218086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none152 at pci0:128:4:2: class=0x088000 card=0x084415d9 chip=0x6f228086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none153 at pci0:128:4:3: class=0x088000 card=0x084415d9 chip=0x6f238086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none154 at pci0:128:4:4: class=0x088000 card=0x084415d9 chip=0x6f248086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none155 at pci0:128:4:5: class=0x088000 card=0x084415d9 chip=0x6f258086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none156 at pci0:128:4:6: class=0x088000 card=0x084415d9 chip=0x6f268086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none157 at pci0:128:4:7: class=0x088000 card=0x084415d9 chip=0x6f278086 rev=0x01 hdr=0x00
cap 11[80] = MSI-X supports 1 message
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[90] = PCI-Express 2 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
none158 at pci0:128:5:0: class=0x088000 card=0x084415d9 chip=0x6f288086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 2 root endpoint max data 128(128)
none159 at pci0:128:5:1: class=0x088000 card=0x084415d9 chip=0x6f298086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 1 root endpoint max data 128(128)
cap 05[80] = MSI supports 1 message, 64 bit
ecap 000b[100] = Vendor 1 ID 6
ecap 000b[110] = Vendor 1 ID 6
ecap 000b[120] = Vendor 1 ID 6
ecap 000b[130] = Vendor 1 ID 6
none160 at pci0:128:5:2: class=0x088000 card=0x084415d9 chip=0x6f2a8086 rev=0x01 hdr=0x00
cap 10[40] = PCI-Express 2 root endpoint max data 128(128) RO NS
ioapic1 at pci0:128:5:4: class=0x080020 card=0x084415d9 chip=0x6f2c8086 rev=0x01 hdr=0x00
cap 10[44] = PCI-Express 1 root endpoint max data 128(128)
cap 01[e0] = powerspec 3 supports D0 D3 current D0
ix2 at pci0:130:0:0: class=0x020000 card=0x061115d9 chip=0x10fb8086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 05[50] = MSI supports 1 message, 64 bit, vector masks
cap 11[70] = MSI-X supports 64 messages, enabled
Table in map 0x20[0x0], PBA in map 0x20[0x2000]
cap 10[a0] = PCI-Express 2 endpoint max data 256(512) FLR NS
link x8(x8) speed 5.0(5.0) ASPM disabled(L0s)
cap 03[e0] = VPD
ecap 0001[100] = AER 1 0 fatal 1 non-fatal 1 corrected
ecap 0003[140] = Serial 1 0cc47affffbb4bc6
ecap 000e[150] = ARI 1
ecap 0010[160] = SR-IOV 1 IOV disabled, Memory Space disabled, ARI disabled
0 VFs configured out of 64 supported
First VF RID Offset 0x0180, VF RID Stride 0x0002
VF Device ID 0x10ed
Page Sizes: 4096 (enabled), 8192, 65536, 262144, 1048576, 4194304
ix3 at pci0:130:0:1: class=0x020000 card=0x061115d9 chip=0x10fb8086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 05[50] = MSI supports 1 message, 64 bit, vector masks
cap 11[70] = MSI-X supports 64 messages, enabled
Table in map 0x20[0x0], PBA in map 0x20[0x2000]
cap 10[a0] = PCI-Express 2 endpoint max data 256(512) FLR NS
link x8(x8) speed 5.0(5.0) ASPM disabled(L0s)
cap 03[e0] = VPD
ecap 0001[100] = AER 1 0 fatal 1 non-fatal 1 corrected
ecap 0003[140] = Serial 1 0cc47affffbb4bc6
ecap 000e[150] = ARI 1
ecap 0010[160] = SR-IOV 1 IOV disabled, Memory Space disabled, ARI disabled
0 VFs configured out of 64 supported
First VF RID Offset 0x0180, VF RID Stride 0x0002
VF Device ID 0x10ed
Page Sizes: 4096 (enabled), 8192, 65536, 262144, 1048576, 4194304
nvme6 at pci0:131:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414ca74979
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme7 at pci0:132:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04f5e0
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme8 at pci0:133:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04f739
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
nvme9 at pci0:134:0:0: class=0x010802 card=0x37058086 chip=0x09538086 rev=0x01 hdr=0x00
cap 01[40] = powerspec 3 supports D0 D3 current D0
cap 11[50] = MSI-X supports 32 messages, enabled
Table in map 0x10[0x2000], PBA in map 0x10[0x3000]
cap 10[60] = PCI-Express 2 endpoint max data 256(256) FLR NS
link x4(x4) speed 8.0(8.0) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0002[150] = VC 1 max VC0
ecap 0004[180] = Power Budgeting 1
ecap 000e[190] = ARI 1
ecap 0003[270] = Serial 1 55cd2e414d04a4cc
ecap 0019[2a0] = PCIe Sec 1 lane errors 0
root at pruebanvme2:~ #
root at pruebanvme2:~ # devinfo -v
nexus0
vtvga0
cryptosoft0
apic0
ram0
acpi0
unknown pnpinfo _HID=PNP0A03 _UID=255 at handle=\_SB_.UNC3 (disabled)
unknown pnpinfo _HID=PNP0A03 _UID=191 at handle=\_SB_.UNC2 (disabled)
pcib0 pnpinfo _HID=PNP0A03 _UID=127 at handle=\_SB_.UNC1
pci0
unknown pnpinfo vendor=0x8086 device=0x6f80 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=8 function=0 dbsf=pci0:255:8:0
unknown pnpinfo vendor=0x8086 device=0x6f32 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=8 function=2 dbsf=pci0:255:8:2
unknown pnpinfo vendor=0x8086 device=0x6f83 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=8 function=3 dbsf=pci0:255:8:3
unknown pnpinfo vendor=0x8086 device=0x6f90 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=9 function=0 dbsf=pci0:255:9:0
unknown pnpinfo vendor=0x8086 device=0x6f33 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=9 function=2 dbsf=pci0:255:9:2
unknown pnpinfo vendor=0x8086 device=0x6f93 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=9 function=3 dbsf=pci0:255:9:3
unknown pnpinfo vendor=0x8086 device=0x6f81 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=11 function=0 dbsf=pci0:255:11:0
unknown pnpinfo vendor=0x8086 device=0x6f36 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=11 function=1 dbsf=pci0:255:11:1
unknown pnpinfo vendor=0x8086 device=0x6f37 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=11 function=2 dbsf=pci0:255:11:2
unknown pnpinfo vendor=0x8086 device=0x6f76 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=11 function=3 dbsf=pci0:255:11:3
unknown pnpinfo vendor=0x8086 device=0x6fe0 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=0 dbsf=pci0:255:12:0
unknown pnpinfo vendor=0x8086 device=0x6fe1 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=1 dbsf=pci0:255:12:1
unknown pnpinfo vendor=0x8086 device=0x6fe2 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=2 dbsf=pci0:255:12:2
unknown pnpinfo vendor=0x8086 device=0x6fe3 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=3 dbsf=pci0:255:12:3
unknown pnpinfo vendor=0x8086 device=0x6fe4 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=4 dbsf=pci0:255:12:4
unknown pnpinfo vendor=0x8086 device=0x6fe5 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=5 dbsf=pci0:255:12:5
unknown pnpinfo vendor=0x8086 device=0x6fe6 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=6 dbsf=pci0:255:12:6
unknown pnpinfo vendor=0x8086 device=0x6fe7 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=7 dbsf=pci0:255:12:7
unknown pnpinfo vendor=0x8086 device=0x6fe8 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=13 function=0 dbsf=pci0:255:13:0
unknown pnpinfo vendor=0x8086 device=0x6fe9 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=13 function=1 dbsf=pci0:255:13:1
unknown pnpinfo vendor=0x8086 device=0x6ff8 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=0 dbsf=pci0:255:15:0
unknown pnpinfo vendor=0x8086 device=0x6ff9 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=1 dbsf=pci0:255:15:1
unknown pnpinfo vendor=0x8086 device=0x6ffc subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=4 dbsf=pci0:255:15:4
unknown pnpinfo vendor=0x8086 device=0x6ffd subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=5 dbsf=pci0:255:15:5
unknown pnpinfo vendor=0x8086 device=0x6ffe subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=6 dbsf=pci0:255:15:6
unknown pnpinfo vendor=0x8086 device=0x6f1d subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=16 function=0 dbsf=pci0:255:16:0
unknown pnpinfo vendor=0x8086 device=0x6f34 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=16 function=1 dbsf=pci0:255:16:1
unknown pnpinfo vendor=0x8086 device=0x6f1e subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=16 function=5 dbsf=pci0:255:16:5
unknown pnpinfo vendor=0x8086 device=0x6f7d subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=16 function=6 dbsf=pci0:255:16:6
unknown pnpinfo vendor=0x8086 device=0x6f1f subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=16 function=7 dbsf=pci0:255:16:7
unknown pnpinfo vendor=0x8086 device=0x6fa0 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=18 function=0 dbsf=pci0:255:18:0
unknown pnpinfo vendor=0x8086 device=0x6f30 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=18 function=1 dbsf=pci0:255:18:1
unknown pnpinfo vendor=0x8086 device=0x6fa8 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=0 dbsf=pci0:255:19:0
unknown pnpinfo vendor=0x8086 device=0x6f71 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=1 dbsf=pci0:255:19:1
unknown pnpinfo vendor=0x8086 device=0x6faa subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=2 dbsf=pci0:255:19:2
unknown pnpinfo vendor=0x8086 device=0x6fab subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=3 dbsf=pci0:255:19:3
unknown pnpinfo vendor=0x8086 device=0x6fac subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=4 dbsf=pci0:255:19:4
unknown pnpinfo vendor=0x8086 device=0x6fad subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=5 dbsf=pci0:255:19:5
unknown pnpinfo vendor=0x8086 device=0x6fae subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=19 function=6 dbsf=pci0:255:19:6
unknown pnpinfo vendor=0x8086 device=0x6faf subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=19 function=7 dbsf=pci0:255:19:7
unknown pnpinfo vendor=0x8086 device=0x6fb0 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=20 function=0 dbsf=pci0:255:20:0
unknown pnpinfo vendor=0x8086 device=0x6fb1 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=20 function=1 dbsf=pci0:255:20:1
unknown pnpinfo vendor=0x8086 device=0x6fb2 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=20 function=2 dbsf=pci0:255:20:2
unknown pnpinfo vendor=0x8086 device=0x6fb3 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=20 function=3 dbsf=pci0:255:20:3
unknown pnpinfo vendor=0x8086 device=0x6fbc subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=20 function=4 dbsf=pci0:255:20:4
unknown pnpinfo vendor=0x8086 device=0x6fbd subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=20 function=5 dbsf=pci0:255:20:5
unknown pnpinfo vendor=0x8086 device=0x6fbe subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=20 function=6 dbsf=pci0:255:20:6
unknown pnpinfo vendor=0x8086 device=0x6fbf subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=20 function=7 dbsf=pci0:255:20:7
unknown pnpinfo vendor=0x8086 device=0x6fb4 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=21 function=0 dbsf=pci0:255:21:0
unknown pnpinfo vendor=0x8086 device=0x6fb5 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=21 function=1 dbsf=pci0:255:21:1
unknown pnpinfo vendor=0x8086 device=0x6fb6 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=21 function=2 dbsf=pci0:255:21:2
unknown pnpinfo vendor=0x8086 device=0x6fb7 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=21 function=3 dbsf=pci0:255:21:3
unknown pnpinfo vendor=0x8086 device=0x6f68 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=22 function=0 dbsf=pci0:255:22:0
unknown pnpinfo vendor=0x8086 device=0x6f6e subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=22 function=6 dbsf=pci0:255:22:6
unknown pnpinfo vendor=0x8086 device=0x6f6f subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=22 function=7 dbsf=pci0:255:22:7
unknown pnpinfo vendor=0x8086 device=0x6fd0 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=0 dbsf=pci0:255:23:0
unknown pnpinfo vendor=0x8086 device=0x6fb8 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=4 dbsf=pci0:255:23:4
unknown pnpinfo vendor=0x8086 device=0x6fb9 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=5 dbsf=pci0:255:23:5
unknown pnpinfo vendor=0x8086 device=0x6fba subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=6 dbsf=pci0:255:23:6
unknown pnpinfo vendor=0x8086 device=0x6fbb subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=7 dbsf=pci0:255:23:7
unknown pnpinfo vendor=0x8086 device=0x6f98 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=0 dbsf=pci0:255:30:0
unknown pnpinfo vendor=0x8086 device=0x6f99 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=1 dbsf=pci0:255:30:1
unknown pnpinfo vendor=0x8086 device=0x6f9a subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=2 dbsf=pci0:255:30:2
unknown pnpinfo vendor=0x8086 device=0x6fc0 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=3 dbsf=pci0:255:30:3
unknown pnpinfo vendor=0x8086 device=0x6f9c subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=4 dbsf=pci0:255:30:4
unknown pnpinfo vendor=0x8086 device=0x6f88 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=31 function=0 dbsf=pci0:255:31:0
unknown pnpinfo vendor=0x8086 device=0x6f8a subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=31 function=2 dbsf=pci0:255:31:2
pcib1 pnpinfo _HID=PNP0A03 _UID=63 at handle=\_SB_.UNC0
pci1
unknown pnpinfo vendor=0x8086 device=0x6f80 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=8 function=0 dbsf=pci0:127:8:0
unknown pnpinfo vendor=0x8086 device=0x6f32 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=8 function=2 dbsf=pci0:127:8:2
unknown pnpinfo vendor=0x8086 device=0x6f83 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=8 function=3 dbsf=pci0:127:8:3
unknown pnpinfo vendor=0x8086 device=0x6f90 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=9 function=0 dbsf=pci0:127:9:0
unknown pnpinfo vendor=0x8086 device=0x6f33 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=9 function=2 dbsf=pci0:127:9:2
unknown pnpinfo vendor=0x8086 device=0x6f93 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=9 function=3 dbsf=pci0:127:9:3
unknown pnpinfo vendor=0x8086 device=0x6f81 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=11 function=0 dbsf=pci0:127:11:0
unknown pnpinfo vendor=0x8086 device=0x6f36 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=11 function=1 dbsf=pci0:127:11:1
unknown pnpinfo vendor=0x8086 device=0x6f37 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=11 function=2 dbsf=pci0:127:11:2
unknown pnpinfo vendor=0x8086 device=0x6f76 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=11 function=3 dbsf=pci0:127:11:3
unknown pnpinfo vendor=0x8086 device=0x6fe0 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=0 dbsf=pci0:127:12:0
unknown pnpinfo vendor=0x8086 device=0x6fe1 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=1 dbsf=pci0:127:12:1
unknown pnpinfo vendor=0x8086 device=0x6fe2 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=2 dbsf=pci0:127:12:2
unknown pnpinfo vendor=0x8086 device=0x6fe3 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=3 dbsf=pci0:127:12:3
unknown pnpinfo vendor=0x8086 device=0x6fe4 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=4 dbsf=pci0:127:12:4
unknown pnpinfo vendor=0x8086 device=0x6fe5 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=5 dbsf=pci0:127:12:5
unknown pnpinfo vendor=0x8086 device=0x6fe6 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=6 dbsf=pci0:127:12:6
unknown pnpinfo vendor=0x8086 device=0x6fe7 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=12 function=7 dbsf=pci0:127:12:7
unknown pnpinfo vendor=0x8086 device=0x6fe8 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=13 function=0 dbsf=pci0:127:13:0
unknown pnpinfo vendor=0x8086 device=0x6fe9 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=13 function=1 dbsf=pci0:127:13:1
unknown pnpinfo vendor=0x8086 device=0x6ff8 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=0 dbsf=pci0:127:15:0
unknown pnpinfo vendor=0x8086 device=0x6ff9 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=1 dbsf=pci0:127:15:1
unknown pnpinfo vendor=0x8086 device=0x6ffc subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=4 dbsf=pci0:127:15:4
unknown pnpinfo vendor=0x8086 device=0x6ffd subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=5 dbsf=pci0:127:15:5
unknown pnpinfo vendor=0x8086 device=0x6ffe subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=15 function=6 dbsf=pci0:127:15:6
unknown pnpinfo vendor=0x8086 device=0x6f1d subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=16 function=0 dbsf=pci0:127:16:0
unknown pnpinfo vendor=0x8086 device=0x6f34 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=16 function=1 dbsf=pci0:127:16:1
unknown pnpinfo vendor=0x8086 device=0x6f1e subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=16 function=5 dbsf=pci0:127:16:5
unknown pnpinfo vendor=0x8086 device=0x6f7d subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=16 function=6 dbsf=pci0:127:16:6
unknown pnpinfo vendor=0x8086 device=0x6f1f subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=16 function=7 dbsf=pci0:127:16:7
unknown pnpinfo vendor=0x8086 device=0x6fa0 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=18 function=0 dbsf=pci0:127:18:0
unknown pnpinfo vendor=0x8086 device=0x6f30 subvendor=0x15d9 subdevice=0x0844 class=0x110100 at slot=18 function=1 dbsf=pci0:127:18:1
unknown pnpinfo vendor=0x8086 device=0x6fa8 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=0 dbsf=pci0:127:19:0
unknown pnpinfo vendor=0x8086 device=0x6f71 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=1 dbsf=pci0:127:19:1
unknown pnpinfo vendor=0x8086 device=0x6faa subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=2 dbsf=pci0:127:19:2
unknown pnpinfo vendor=0x8086 device=0x6fab subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=3 dbsf=pci0:127:19:3
unknown pnpinfo vendor=0x8086 device=0x6fac subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=4 dbsf=pci0:127:19:4
unknown pnpinfo vendor=0x8086 device=0x6fad subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=19 function=5 dbsf=pci0:127:19:5
unknown pnpinfo vendor=0x8086 device=0x6fae subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=19 function=6 dbsf=pci0:127:19:6
unknown pnpinfo vendor=0x8086 device=0x6faf subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=19 function=7 dbsf=pci0:127:19:7
unknown pnpinfo vendor=0x8086 device=0x6fb0 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=20 function=0 dbsf=pci0:127:20:0
unknown pnpinfo vendor=0x8086 device=0x6fb1 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=20 function=1 dbsf=pci0:127:20:1
unknown pnpinfo vendor=0x8086 device=0x6fb2 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=20 function=2 dbsf=pci0:127:20:2
unknown pnpinfo vendor=0x8086 device=0x6fb3 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=20 function=3 dbsf=pci0:127:20:3
unknown pnpinfo vendor=0x8086 device=0x6fbc subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=20 function=4 dbsf=pci0:127:20:4
unknown pnpinfo vendor=0x8086 device=0x6fbd subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=20 function=5 dbsf=pci0:127:20:5
unknown pnpinfo vendor=0x8086 device=0x6fbe subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=20 function=6 dbsf=pci0:127:20:6
unknown pnpinfo vendor=0x8086 device=0x6fbf subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=20 function=7 dbsf=pci0:127:20:7
unknown pnpinfo vendor=0x8086 device=0x6fb4 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=21 function=0 dbsf=pci0:127:21:0
unknown pnpinfo vendor=0x8086 device=0x6fb5 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=21 function=1 dbsf=pci0:127:21:1
unknown pnpinfo vendor=0x8086 device=0x6fb6 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=21 function=2 dbsf=pci0:127:21:2
unknown pnpinfo vendor=0x8086 device=0x6fb7 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=21 function=3 dbsf=pci0:127:21:3
unknown pnpinfo vendor=0x8086 device=0x6f68 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=22 function=0 dbsf=pci0:127:22:0
unknown pnpinfo vendor=0x8086 device=0x6f6e subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=22 function=6 dbsf=pci0:127:22:6
unknown pnpinfo vendor=0x8086 device=0x6f6f subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=22 function=7 dbsf=pci0:127:22:7
unknown pnpinfo vendor=0x8086 device=0x6fd0 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=0 dbsf=pci0:127:23:0
unknown pnpinfo vendor=0x8086 device=0x6fb8 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=4 dbsf=pci0:127:23:4
unknown pnpinfo vendor=0x8086 device=0x6fb9 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=5 dbsf=pci0:127:23:5
unknown pnpinfo vendor=0x8086 device=0x6fba subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=6 dbsf=pci0:127:23:6
unknown pnpinfo vendor=0x8086 device=0x6fbb subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=23 function=7 dbsf=pci0:127:23:7
unknown pnpinfo vendor=0x8086 device=0x6f98 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=0 dbsf=pci0:127:30:0
unknown pnpinfo vendor=0x8086 device=0x6f99 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=1 dbsf=pci0:127:30:1
unknown pnpinfo vendor=0x8086 device=0x6f9a subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=2 dbsf=pci0:127:30:2
unknown pnpinfo vendor=0x8086 device=0x6fc0 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=3 dbsf=pci0:127:30:3
unknown pnpinfo vendor=0x8086 device=0x6f9c subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=30 function=4 dbsf=pci0:127:30:4
unknown pnpinfo vendor=0x8086 device=0x6f88 subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=31 function=0 dbsf=pci0:127:31:0
unknown pnpinfo vendor=0x8086 device=0x6f8a subvendor=0x0000 subdevice=0x0000 class=0x088000 at slot=31 function=2 dbsf=pci0:127:31:2
unknown pnpinfo _HID=ACPI0004 _UID=0 at handle=\_SB_.SCK0
cpu0 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP00 _PXM=0
acpi_perf0
est0
p4tcc0
acpi_throttle0
cpufreq0
cpu1 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP01 _PXM=0
acpi_perf1
est1
p4tcc1
acpi_throttle1
cpufreq1
cpu2 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP02 _PXM=0
acpi_perf2
est2
p4tcc2
acpi_throttle2
cpufreq2
cpu3 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP03 _PXM=0
acpi_perf3
est3
p4tcc3
acpi_throttle3
cpufreq3
cpu4 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP04 _PXM=0
acpi_perf4
est4
p4tcc4
acpi_throttle4
cpufreq4
cpu5 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP05 _PXM=0
acpi_perf5
est5
p4tcc5
acpi_throttle5
cpufreq5
cpu6 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP06 _PXM=0
acpi_perf6
est6
p4tcc6
acpi_throttle6
cpufreq6
cpu7 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP07 _PXM=0
acpi_perf7
est7
p4tcc7
acpi_throttle7
cpufreq7
cpu8 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP08 _PXM=0
acpi_perf8
est8
p4tcc8
acpi_throttle8
cpufreq8
cpu9 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP09 _PXM=0
acpi_perf9
est9
p4tcc9
acpi_throttle9
cpufreq9
cpu10 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP0A _PXM=0
acpi_perf10
est10
p4tcc10
acpi_throttle10
cpufreq10
cpu11 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP0B _PXM=0
acpi_perf11
est11
p4tcc11
acpi_throttle11
cpufreq11
cpu12 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP0C _PXM=0
acpi_perf12
est12
p4tcc12
acpi_throttle12
cpufreq12
cpu13 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP0D _PXM=0
acpi_perf13
est13
p4tcc13
acpi_throttle13
cpufreq13
cpu14 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP0E _PXM=0
acpi_perf14
est14
p4tcc14
acpi_throttle14
cpufreq14
cpu15 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP0F _PXM=0
acpi_perf15
est15
p4tcc15
acpi_throttle15
cpufreq15
cpu16 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP10 _PXM=0
acpi_perf16
est16
p4tcc16
acpi_throttle16
cpufreq16
cpu17 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP11 _PXM=0
acpi_perf17
est17
p4tcc17
acpi_throttle17
cpufreq17
cpu18 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP12 _PXM=0
acpi_perf18
est18
p4tcc18
acpi_throttle18
cpufreq18
cpu19 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP13 _PXM=0
acpi_perf19
est19
p4tcc19
acpi_throttle19
cpufreq19
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP14 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP15 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP16 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP17 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP18 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP19 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP1A _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP1B _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP1C _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP1D _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP1E _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP1F _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP20 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP21 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP22 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP23 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP24 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP25 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP26 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP27 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP28 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP29 _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP2A _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP2B _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP2C _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP2D _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP2E _PXM=0
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK0.CP2F _PXM=0
unknown pnpinfo _HID=ACPI0004 _UID=0 at handle=\_SB_.SCK1
cpu20 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP00 _PXM=1
acpi_perf20
est20
p4tcc20
acpi_throttle20
cpufreq20
cpu21 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP01 _PXM=1
acpi_perf21
est21
p4tcc21
acpi_throttle21
cpufreq21
cpu22 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP02 _PXM=1
acpi_perf22
est22
p4tcc22
acpi_throttle22
cpufreq22
cpu23 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP03 _PXM=1
acpi_perf23
est23
p4tcc23
acpi_throttle23
cpufreq23
cpu24 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP04 _PXM=1
acpi_perf24
est24
p4tcc24
acpi_throttle24
cpufreq24
cpu25 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP05 _PXM=1
acpi_perf25
est25
p4tcc25
acpi_throttle25
cpufreq25
cpu26 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP06 _PXM=1
acpi_perf26
est26
p4tcc26
acpi_throttle26
cpufreq26
cpu27 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP07 _PXM=1
acpi_perf27
est27
p4tcc27
acpi_throttle27
cpufreq27
cpu28 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP08 _PXM=1
acpi_perf28
est28
p4tcc28
acpi_throttle28
cpufreq28
cpu29 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP09 _PXM=1
acpi_perf29
est29
p4tcc29
acpi_throttle29
cpufreq29
cpu30 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP0A _PXM=1
acpi_perf30
est30
p4tcc30
acpi_throttle30
cpufreq30
cpu31 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP0B _PXM=1
acpi_perf31
est31
p4tcc31
acpi_throttle31
cpufreq31
cpu32 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP0C _PXM=1
acpi_perf32
est32
p4tcc32
acpi_throttle32
cpufreq32
cpu33 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP0D _PXM=1
acpi_perf33
est33
p4tcc33
acpi_throttle33
cpufreq33
cpu34 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP0E _PXM=1
acpi_perf34
est34
p4tcc34
acpi_throttle34
cpufreq34
cpu35 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP0F _PXM=1
acpi_perf35
est35
p4tcc35
acpi_throttle35
cpufreq35
cpu36 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP10 _PXM=1
acpi_perf36
est36
p4tcc36
acpi_throttle36
cpufreq36
cpu37 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP11 _PXM=1
acpi_perf37
est37
p4tcc37
acpi_throttle37
cpufreq37
cpu38 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP12 _PXM=1
acpi_perf38
est38
p4tcc38
acpi_throttle38
cpufreq38
cpu39 pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP13 _PXM=1
acpi_perf39
est39
p4tcc39
acpi_throttle39
cpufreq39
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP14 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP15 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP16 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP17 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP18 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP19 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP1A _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP1B _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP1C _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP1D _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP1E _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP1F _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP20 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP21 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP22 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP23 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP24 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP25 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP26 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP27 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP28 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP29 _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP2A _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP2B _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP2C _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP2D _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP2E _PXM=1
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK1.CP2F _PXM=1
unknown pnpinfo _HID=ACPI0004 _UID=0 at handle=\_SB_.SCK2 (disabled)
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP00 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP01 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP02 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP03 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP04 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP05 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP06 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP07 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP08 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP09 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP0A _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP0B _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP0C _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP0D _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP0E _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP0F _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP10 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP11 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP12 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP13 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP14 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP15 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP16 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP17 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP18 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP19 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP1A _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP1B _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP1C _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP1D _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP1E _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP1F _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP20 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP21 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP22 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP23 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP24 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP25 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP26 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP27 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP28 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP29 _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP2A _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP2B _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP2C _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP2D _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP2E _PXM=2
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK2.CP2F _PXM=2
unknown pnpinfo _HID=ACPI0004 _UID=0 at handle=\_SB_.SCK3 (disabled)
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP00 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP01 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP02 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP03 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP04 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP05 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP06 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP07 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP08 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP09 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP0A _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP0B _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP0C _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP0D _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP0E _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP0F _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP10 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP11 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP12 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP13 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP14 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP15 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP16 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP17 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP18 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP19 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP1A _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP1B _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP1C _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP1D _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP1E _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP1F _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP20 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP21 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP22 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP23 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP24 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP25 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP26 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP27 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP28 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP29 _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP2A _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP2B _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP2C _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP2D _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP2E _PXM=3
unknown pnpinfo _HID=ACPI0007 _UID=0 at handle=\_SB_.SCK3.CP2F _PXM=3
pcib2 pnpinfo _HID=PNP0A08 _UID=0 at handle=\_SB_.PCI0 _PXM=0
pci2
hostb0 pnpinfo vendor=0x8086 device=0x6f00 subvendor=0x15d9 subdevice=0x0844 class=0x060000 at slot=0 function=0 dbsf=pci0:0:0:0 handle=\_SB_.PCI0.IIOP
pcib3 pnpinfo vendor=0x8086 device=0x6f02 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=1 function=0 dbsf=pci0:0:1:0 handle=\_SB_.PCI0.BR1A
pci3
ix0 pnpinfo vendor=0x8086 device=0x1528 subvendor=0x15d9 subdevice=0x088a class=0x020000 at slot=0 function=0 dbsf=pci0:1:0:0 handle=\_SB_.PCI0.BR1A.H000
ix1 pnpinfo vendor=0x8086 device=0x1528 subvendor=0x15d9 subdevice=0x088a class=0x020000 at slot=0 function=1 dbsf=pci0:1:0:1 handle=\_SB_.PCI0.BR1A.H001
pcib4 pnpinfo vendor=0x8086 device=0x6f04 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=2 function=0 dbsf=pci0:0:2:0 handle=\_SB_.PCI0.BR2A
pci4
nvme0 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:2:0:0 handle=\_SB_.PCI0.BR2A.H000
pcib5 pnpinfo vendor=0x8086 device=0x6f05 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=2 function=1 dbsf=pci0:0:2:1 handle=\_SB_.PCI0.BR2B
pci5
nvme1 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:3:0:0 handle=\_SB_.PCI0.BR2B.H000
pcib6 pnpinfo vendor=0x8086 device=0x6f06 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=2 function=2 dbsf=pci0:0:2:2 handle=\_SB_.PCI0.BR2C
pci6
pcib7 pnpinfo vendor=0x8086 device=0x6f08 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=3 function=0 dbsf=pci0:0:3:0 handle=\_SB_.PCI0.BR3A
pci7
nvme2 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:5:0:0 handle=\_SB_.PCI0.BR3A.H000
pcib8 pnpinfo vendor=0x8086 device=0x6f09 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=3 function=1 dbsf=pci0:0:3:1 handle=\_SB_.PCI0.BR3B
pci8
nvme3 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:6:0:0 handle=\_SB_.PCI0.BR3B.H000
pcib9 pnpinfo vendor=0x8086 device=0x6f0a subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=3 function=2 dbsf=pci0:0:3:2 handle=\_SB_.PCI0.BR3C
pci9
nvme4 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:7:0:0 handle=\_SB_.PCI0.BR3C.H000
pcib10 pnpinfo vendor=0x8086 device=0x6f0b subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=3 function=3 dbsf=pci0:0:3:3 handle=\_SB_.PCI0.BR3D
pci10
nvme5 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:8:0:0 handle=\_SB_.PCI0.BR3D.H000
unknown pnpinfo vendor=0x8086 device=0x6f20 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=0 dbsf=pci0:0:4:0 handle=\_SB_.PCI0.CB0A
unknown pnpinfo vendor=0x8086 device=0x6f21 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=1 dbsf=pci0:0:4:1 handle=\_SB_.PCI0.CB0B
unknown pnpinfo vendor=0x8086 device=0x6f22 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=2 dbsf=pci0:0:4:2 handle=\_SB_.PCI0.CB0C
unknown pnpinfo vendor=0x8086 device=0x6f23 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=3 dbsf=pci0:0:4:3 handle=\_SB_.PCI0.CB0D
unknown pnpinfo vendor=0x8086 device=0x6f24 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=4 dbsf=pci0:0:4:4 handle=\_SB_.PCI0.CB0E
unknown pnpinfo vendor=0x8086 device=0x6f25 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=5 dbsf=pci0:0:4:5 handle=\_SB_.PCI0.CB0F
unknown pnpinfo vendor=0x8086 device=0x6f26 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=6 dbsf=pci0:0:4:6 handle=\_SB_.PCI0.CB0G
unknown pnpinfo vendor=0x8086 device=0x6f27 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=7 dbsf=pci0:0:4:7 handle=\_SB_.PCI0.CB0H
unknown pnpinfo vendor=0x8086 device=0x6f28 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=5 function=0 dbsf=pci0:0:5:0
unknown pnpinfo vendor=0x8086 device=0x6f29 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=5 function=1 dbsf=pci0:0:5:1 handle=\_SB_.PCI0.MHP0
unknown pnpinfo vendor=0x8086 device=0x6f2a subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=5 function=2 dbsf=pci0:0:5:2
ioapic0 pnpinfo vendor=0x8086 device=0x6f2c subvendor=0x15d9 subdevice=0x0844 class=0x080020 at slot=5 function=4 dbsf=pci0:0:5:4
unknown pnpinfo vendor=0x8086 device=0x8d7c subvendor=0x15d9 subdevice=0x0844 class=0xff0000 at slot=17 function=0 dbsf=pci0:0:17:0 handle=\_SB_.PCI0.EVMR
ahci0 pnpinfo vendor=0x8086 device=0x2827 subvendor=0x15d9 subdevice=0x0844 class=0x010400 at slot=17 function=4 dbsf=pci0:0:17:4 handle=\_SB_.PCI0.EVSS
ahcich0 at channel=0
ahcich1 at channel=1
ahcich2 at channel=2
ahcich3 at channel=3
ahciem0
unknown pnpinfo vendor=0x8086 device=0x8d3a subvendor=0x15d9 subdevice=0x0844 class=0x078000 at slot=22 function=0 dbsf=pci0:0:22:0 handle=\_SB_.PCI0.HECI
unknown pnpinfo vendor=0x8086 device=0x8d3b subvendor=0x15d9 subdevice=0x0844 class=0x078000 at slot=22 function=1 dbsf=pci0:0:22:1 handle=\_SB_.PCI0.HEC2
ehci0 pnpinfo vendor=0x8086 device=0x8d2d subvendor=0x15d9 subdevice=0x0844 class=0x0c0320 at slot=26 function=0 dbsf=pci0:0:26:0 handle=\_SB_.PCI0.EHC2
usbus0
uhub0
uhub3 pnpinfo vendor=0x8087 product=0x800a devclass=0x09 devsubclass=0x00 devproto=0x01 sernum="" release=0x0005 mode=host intclass=0x09 ints at bus=0 hubaddr=1 port=1 devaddr=2 interface=0 ugen=ugen0.2
umass0 pnpinfo vendor=0x048d product=0x1177 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0100 mode=host intclass=0x08 ints at bus=0 hubaddr=2 port=1 devaddr=3 interface=0 ugen=ugen0.3
pcib11 pnpinfo vendor=0x8086 device=0x8d10 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=28 function=0 dbsf=pci0:0:28:0 handle=\_SB_.PCI0.RP01
pci11
pcib12 pnpinfo vendor=0x8086 device=0x8d14 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=28 function=2 dbsf=pci0:0:28:2 handle=\_SB_.PCI0.RP03
pci12
pcib13 pnpinfo vendor=0x1a03 device=0x1150 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=0 function=0 dbsf=pci0:10:0:0 handle=\_SB_.PCI0.RP03.BR88
pci13
vgapci0 pnpinfo vendor=0x1a03 device=0x2000 subvendor=0x15d9 subdevice=0x0844 class=0x030000 at slot=0 function=0 dbsf=pci0:11:0:0 handle=\_SB_.PCI0.RP03.BR88.D089
drm0
drmn0
ehci1 pnpinfo vendor=0x8086 device=0x8d26 subvendor=0x15d9 subdevice=0x0844 class=0x0c0320 at slot=29 function=0 dbsf=pci0:0:29:0 handle=\_SB_.PCI0.EHC1
usbus1
uhub1
uhub2 pnpinfo vendor=0x8087 product=0x8002 devclass=0x09 devsubclass=0x00 devproto=0x01 sernum="" release=0x0005 mode=host intclass=0x09 ints at bus=1 hubaddr=1 port=1 devaddr=2 interface=0 ugen=ugen1.2
uhub4 pnpinfo vendor=0x0557 product=0x7000 devclass=0x09 devsubclass=0x00 devproto=0x01 sernum="" release=0x0000 mode=host intclass=0x09 ints at bus=1 hubaddr=2 port=8 devaddr=3 interface=0 ugen=ugen1.3
ukbd0 pnpinfo vendor=0x0557 product=0x2419 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0100 mode=host intclass=0x03 ints at bus=1 hubaddr=3 port=1 devaddr=4 interface=0 ugen=ugen1.4
ums0 pnpinfo vendor=0x0557 product=0x2419 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0100 mode=host intclass=0x03 ints at bus=1 hubaddr=3 port=1 devaddr=4 interface=1 ugen=ugen1.4
isab0 pnpinfo vendor=0x8086 device=0x8d44 subvendor=0x15d9 subdevice=0x0844 class=0x060100 at slot=31 function=0 dbsf=pci0:0:31:0 handle=\_SB_.PCI0.LPC0
isa0
sc0
vga0
orm0
atkbdc0
fdc0
ppc0
ahci1 pnpinfo vendor=0x8086 device=0x8d02 subvendor=0x15d9 subdevice=0x0844 class=0x010601 at slot=31 function=2 dbsf=pci0:0:31:2 handle=\_SB_.PCI0.SAT1
ahcich4 at channel=0
ahcich5 at channel=1
ahcich6 at channel=2
ahcich7 at channel=3
ahcich8 at channel=4
ahcich9 at channel=5
ahciem1
unknown pnpinfo vendor=0x8086 device=0x8d22 subvendor=0x15d9 subdevice=0x0844 class=0x0c0500 at slot=31 function=3 dbsf=pci0:0:31:3 handle=\_SB_.PCI0.SMBS
unknown pnpinfo vendor=0x8086 device=0x8d24 subvendor=0x15d9 subdevice=0x0844 class=0x118000 at slot=31 function=6 dbsf=pci0:0:31:6 handle=\_SB_.PCI0.TERM
unknown pnpinfo _HID=PNP0003 _UID=0 at handle=\_SB_.PCI0.APIC
atdma0 pnpinfo _HID=PNP0200 _UID=0 at handle=\_SB_.PCI0.LPC0.DMAC
atrtc0 pnpinfo _HID=PNP0B00 _UID=0 at handle=\_SB_.PCI0.LPC0.RTC_
unknown pnpinfo _HID=PNP0000 _UID=0 at handle=\_SB_.PCI0.LPC0.PIC_
fpupnp0 pnpinfo _HID=PNP0C04 _UID=0 at handle=\_SB_.PCI0.LPC0.FPU_
attimer0 pnpinfo _HID=PNP0100 _UID=0 at handle=\_SB_.PCI0.LPC0.TMR_
unknown pnpinfo _HID=PNP0800 _UID=0 at handle=\_SB_.PCI0.LPC0.SPKR
hpet0 pnpinfo _HID=PNP0103 _UID=0 at handle=\_SB_.PCI0.LPC0.HPET
acpi_sysresource0 pnpinfo _HID=PNP0C02 _UID=16 at handle=\_SB_.PCI0.LPC0.XTRA
acpi_sysresource1 pnpinfo _HID=PNP0C02 _UID=0 at handle=\_SB_.PCI0.LPC0.SIO1
uart0 pnpinfo _HID=PNP0501 _UID=0 at handle=\_SB_.PCI0.LPC0.UAR1
uart1 pnpinfo _HID=PNP0501 _UID=1 at handle=\_SB_.PCI0.LPC0.UAR2
unknown pnpinfo _HID=IPI0001 _UID=0 at handle=\_SB_.PCI0.LPC0.SPMI
pcib14 pnpinfo _HID=PNP0A08 _UID=64 at handle=\_SB_.PCI1 _PXM=1
pci14
pcib15 pnpinfo vendor=0x8086 device=0x6f01 subvendor=0x8086 subdevice=0x0000 class=0x060400 at slot=0 function=0 dbsf=pci0:128:0:0 handle=\_SB_.PCI1.IIOP
pci15
pcib16 pnpinfo vendor=0x8086 device=0x6f02 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=1 function=0 dbsf=pci0:128:1:0 handle=\_SB_.PCI1.QR1A
pci16
ix2 pnpinfo vendor=0x8086 device=0x10fb subvendor=0x15d9 subdevice=0x0611 class=0x020000 at slot=0 function=0 dbsf=pci0:130:0:0 handle=\_SB_.PCI1.QR1A.H000
ix3 pnpinfo vendor=0x8086 device=0x10fb subvendor=0x15d9 subdevice=0x0611 class=0x020000 at slot=0 function=1 dbsf=pci0:130:0:1 handle=\_SB_.PCI1.QR1A.H001
pcib17 pnpinfo vendor=0x8086 device=0x6f04 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=2 function=0 dbsf=pci0:128:2:0 handle=\_SB_.PCI1.QR2A
pci17
nvme6 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:131:0:0 handle=\_SB_.PCI1.QR2A.H000
pcib18 pnpinfo vendor=0x8086 device=0x6f05 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=2 function=1 dbsf=pci0:128:2:1 handle=\_SB_.PCI1.QR2B
pci18
nvme7 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:132:0:0 handle=\_SB_.PCI1.QR2B.H000
pcib19 pnpinfo vendor=0x8086 device=0x6f06 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=2 function=2 dbsf=pci0:128:2:2 handle=\_SB_.PCI1.QR2C
pci19
nvme8 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:133:0:0 handle=\_SB_.PCI1.QR2C.H000
pcib20 pnpinfo vendor=0x8086 device=0x6f07 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=2 function=3 dbsf=pci0:128:2:3 handle=\_SB_.PCI1.QR2D
pci20
nvme9 pnpinfo vendor=0x8086 device=0x0953 subvendor=0x8086 subdevice=0x3705 class=0x010802 at slot=0 function=0 dbsf=pci0:134:0:0 handle=\_SB_.PCI1.QR2D.H000
pcib21 pnpinfo vendor=0x8086 device=0x6f08 subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=3 function=0 dbsf=pci0:128:3:0 handle=\_SB_.PCI1.QR3A
pci21
pcib22 pnpinfo vendor=0x8086 device=0x6f0a subvendor=0x15d9 subdevice=0x0844 class=0x060400 at slot=3 function=2 dbsf=pci0:128:3:2 handle=\_SB_.PCI1.QR3C
pci22
unknown pnpinfo vendor=0x8086 device=0x6f20 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=0 dbsf=pci0:128:4:0 handle=\_SB_.PCI1.CB1A
unknown pnpinfo vendor=0x8086 device=0x6f21 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=1 dbsf=pci0:128:4:1 handle=\_SB_.PCI1.CB1B
unknown pnpinfo vendor=0x8086 device=0x6f22 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=2 dbsf=pci0:128:4:2 handle=\_SB_.PCI1.CB1C
unknown pnpinfo vendor=0x8086 device=0x6f23 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=3 dbsf=pci0:128:4:3 handle=\_SB_.PCI1.CB1D
unknown pnpinfo vendor=0x8086 device=0x6f24 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=4 dbsf=pci0:128:4:4 handle=\_SB_.PCI1.CB1E
unknown pnpinfo vendor=0x8086 device=0x6f25 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=5 dbsf=pci0:128:4:5 handle=\_SB_.PCI1.CB1F
unknown pnpinfo vendor=0x8086 device=0x6f26 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=6 dbsf=pci0:128:4:6 handle=\_SB_.PCI1.CB1G
unknown pnpinfo vendor=0x8086 device=0x6f27 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=4 function=7 dbsf=pci0:128:4:7 handle=\_SB_.PCI1.CB1H
unknown pnpinfo vendor=0x8086 device=0x6f28 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=5 function=0 dbsf=pci0:128:5:0
unknown pnpinfo vendor=0x8086 device=0x6f29 subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=5 function=1 dbsf=pci0:128:5:1 handle=\_SB_.PCI1.MHP0
unknown pnpinfo vendor=0x8086 device=0x6f2a subvendor=0x15d9 subdevice=0x0844 class=0x088000 at slot=5 function=2 dbsf=pci0:128:5:2
ioapic1 pnpinfo vendor=0x8086 device=0x6f2c subvendor=0x15d9 subdevice=0x0844 class=0x080020 at slot=5 function=4 dbsf=pci0:128:5:4
unknown pnpinfo _HID=PNP0A08 _UID=128 at handle=\_SB_.PCI2 _PXM=2 (disabled)
unknown pnpinfo _HID=PNP0A08 _UID=192 at handle=\_SB_.PCI3 _PXM=3 (disabled)
acpi_button0 pnpinfo _HID=PNP0C0C _UID=170 at handle=\_SB_.PWRB
unknown pnpinfo _HID=PNP0C33 _UID=0 at handle=\_SB_.WERR
unknown pnpinfo _HID=PNP0C14 _UID=0 at handle=\_SB_.SRIO
unknown pnpinfo _HID=PNP0C31 _UID=1 at handle=\_SB_.TPM_ (disabled)
pci_link0 pnpinfo _HID=PNP0C0F _UID=1 at handle=\_SB_.LNKA
pci_link1 pnpinfo _HID=PNP0C0F _UID=2 at handle=\_SB_.LNKB
pci_link2 pnpinfo _HID=PNP0C0F _UID=3 at handle=\_SB_.LNKC
pci_link3 pnpinfo _HID=PNP0C0F _UID=4 at handle=\_SB_.LNKD
pci_link4 pnpinfo _HID=PNP0C0F _UID=5 at handle=\_SB_.LNKE
pci_link5 pnpinfo _HID=PNP0C0F _UID=6 at handle=\_SB_.LNKF
pci_link6 pnpinfo _HID=PNP0C0F _UID=7 at handle=\_SB_.LNKG
pci_link7 pnpinfo _HID=PNP0C0F _UID=8 at handle=\_SB_.LNKH
unknown pnpinfo _HID=ACPI000D _UID=0 at handle=\_SB_.PMT1
acpi_timer0 pnpinfo unknown at unknown
root at pruebanvme2:~ #
More information about the freebsd-stable
mailing list