Date: Thu, 29 Sep 2016 09:43:00 +0200 From: Borja Marcos <borjam@sarenet.es> To: Borja Marcos <borjam@sarenet.es> Cc: Eric van Gyzen <vangyzen@FreeBSD.org>, Jan Henrik Sylvester <me@janh.de>, FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org> Subject: Re: Status of PCIe Hotplug? Message-ID: <94BCCD03-F27E-4038-AE58-5240EE96FE70@sarenet.es> In-Reply-To: <C6B66C2F-1F4F-40DA-A04D-33168104A1E5@sarenet.es> References: <D7E110DB-EF6D-41DD-8D69-A021422916FA@sarenet.es> <791ee95b-ab4e-f07e-6b8d-0e0b6c49ceb0@janh.de> <E9D08BBA-762D-4F27-A853-645764235209@sarenet.es> <58f84457-d775-3023-5727-a326bc8df722@FreeBSD.org> <C6B66C2F-1F4F-40DA-A04D-33168104A1E5@sarenet.es>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 28 Sep 2016, at 11:41, Borja Marcos <borjam@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=E2=80=99ll 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 =E2=80=9Cok to extract=E2=80=9D LED does not turn on unless I disable the associated pcib device. I guess we need a specific =E2=80=9Cdevctl poweroff=E2=80=9D 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@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 =3D 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=3D<value optimized out>) at pcpu.h:221 221 pcpu.h: No such file or directory. in pcpu.h (kgdb) #0 doadump (textdump=3D<value optimized out>) at pcpu.h:221 #1 0xffffffff80ad9679 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:366 #2 0xffffffff80ad9c2b in vpanic (fmt=3D<value optimized out>,=20 ap=3D<value optimized out>) at /usr/src/sys/kern/kern_shutdown.c:759 #3 0xffffffff80ad9a63 in panic (fmt=3D0x0) at /usr/src/sys/kern/kern_shutdown.c:690 #4 0xffffffff80e12f01 in vm_fault_hold (map=3D<value optimized out>,=20 vaddr=3D<value optimized out>, fault_type=3D<value optimized out>,=20= fault_flags=3D<value optimized out>, m_hold=3D<value optimized out>) at /usr/src/sys/vm/vm_fault.c:330 #5 0xffffffff80e10798 in vm_fault (map=3D0xfffff80100000000,=20 vaddr=3D<value optimized out>, fault_type=3D1 '\001',=20 fault_flags=3D<value optimized out>) at = /usr/src/sys/vm/vm_fault.c:273 #6 0xffffffff80fa1e79 in trap_pfault (frame=3D0xfffffe201bec2560, = usermode=3D0) at /usr/src/sys/amd64/amd64/trap.c:741 #7 0xffffffff80fa150c in trap (frame=3D0xfffffe201bec2560) 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=3D0xfffffe000209a310,=20= bp=3D0xfffff8019e4cf000, cb_fn=3D0xffffffff81082160 <nvd_done>) at /usr/src/sys/dev/nvme/nvme_ns.c:436 #10 0xffffffff81081e4a in nvd_strategy (bp=3D0xfffff8019e4cf000) at /usr/src/sys/dev/nvd/nvd.c:175 #11 0xffffffff80a11ede in g_disk_start (bp=3D<value optimized out>) at /usr/src/sys/geom/geom_disk.c:461 #12 0xffffffff80a151d7 in g_io_request (bp=3D<value optimized out>,=20 cp=3D<value optimized out>) at /usr/src/sys/geom/geom_io.c:626 #13 0xffffffff80ab8d45 in physio (dev=3D<value optimized out>,=20 uio=3D<value optimized out>, ioflag=3D<value optimized out>) at /usr/src/sys/kern/kern_physio.c:191 #14 0xffffffff809867b7 in devfs_write_f (fp=3D<value optimized out>,=20 uio=3D<value optimized out>, cred=3D<value optimized out>,=20 flags=3D<value optimized out>, td=3D0xfffff80125f0f500) at /usr/src/sys/fs/devfs/devfs_vnops.c:1757 #15 0xffffffff80b41ae7 in dofilewrite (td=3D0xfffff80125f0f500, fd=3D4,=20= fp=3D0xfffff80125dd5b40, auio=3D0xfffffe201bec2960,=20 offset=3D<value optimized out>, flags=3D0) at file.h:311 #16 0xffffffff80b417c8 in kern_writev (td=3D0xfffff80125f0f500, fd=3D4,=20= auio=3D0xfffffe201bec2960) at /usr/src/sys/kern/sys_generic.c:506 #17 0xffffffff80b41754 in sys_write (td=3D0xfffffe000209a310,=20 uap=3D<value optimized out>) at /usr/src/sys/kern/sys_generic.c:419 #18 0xffffffff80fa26ce in amd64_syscall (td=3D<value optimized out>, = traced=3D0) at subr_syscall.c:135 #19 0xffffffff80f84d2b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:396 #20 0x000000080097f71a in ?? () =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94=E2=80=94 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=3D/dev/zero of=3D/dev/nvd10 bs=3D1m count=3D10 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=E2=80=99t complete the handshake with the hardware. Or it shouldn=E2=80=99t when doing a detach = and we need a =E2=80=9Cpoweroff=E2=80=9D command for =E2=80=9Cdevctl=E2=80=9D. 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@pci0:2:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04a4cd ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme1@pci0:3:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04ad7b ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme2@pci0:5:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04a219 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme3@pci0:6:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e404bdd89db ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme4@pci0:7:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04f756 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme5@pci0:8:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04f727 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 Looking at the pciconf -lc output I noticed that the hot plug capable = devices are the =E2=80=9Cpcib=E2=80=9D 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=3D/dev/zero of=3D/dev/nvd10 bs=3D1m count=3D1000 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=3D0x1) 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=3D0x1) This is what I have so far.=20 pciconf -lc and devinfo outputs follow root@pruebanvme2:~ # pciconf -lc none0@pci0:255:8:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f808086 rev=3D0x01 hdr=3D0x00 none1@pci0:255:8:2: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f328086 rev=3D0x01 hdr=3D0x00 none2@pci0:255:8:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f838086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) ecap 000b[100] =3D Vendor 0none3@pci0:255:9:0: class=3D0x088000 = card=3D0x084415d9 chip=3D0x6f908086 rev=3D0x01 hdr=3D0x00 none4@pci0:255:9:2: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f338086 rev=3D0x01 hdr=3D0x00 none5@pci0:255:9:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f938086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) ecap 000b[100] =3D Vendor 0none6@pci0:255:11:0: class=3D0x088000 = card=3D0x084415d9 chip=3D0x6f818086 rev=3D0x01 hdr=3D0x00 none7@pci0:255:11:1: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f368086 rev=3D0x01 hdr=3D0x00 none8@pci0:255:11:2: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f378086 rev=3D0x01 hdr=3D0x00 none9@pci0:255:11:3: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f768086 rev=3D0x01 hdr=3D0x00 none10@pci0:255:12:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe08086 rev=3D0x01 hdr=3D0x00 none11@pci0:255:12:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe18086 rev=3D0x01 hdr=3D0x00 none12@pci0:255:12:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe28086 rev=3D0x01 hdr=3D0x00 none13@pci0:255:12:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe38086 rev=3D0x01 hdr=3D0x00 none14@pci0:255:12:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe48086 rev=3D0x01 hdr=3D0x00 none15@pci0:255:12:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe58086 rev=3D0x01 hdr=3D0x00 none16@pci0:255:12:6: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe68086 rev=3D0x01 hdr=3D0x00 none17@pci0:255:12:7: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe78086 rev=3D0x01 hdr=3D0x00 none18@pci0:255:13:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe88086 rev=3D0x01 hdr=3D0x00 none19@pci0:255:13:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe98086 rev=3D0x01 hdr=3D0x00 none20@pci0:255:15:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ff88086 rev=3D0x01 hdr=3D0x00 none21@pci0:255:15:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ff98086 rev=3D0x01 hdr=3D0x00 none22@pci0:255:15:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ffc8086 rev=3D0x01 hdr=3D0x00 none23@pci0:255:15:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ffd8086 rev=3D0x01 hdr=3D0x00 none24@pci0:255:15:6: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ffe8086 rev=3D0x01 hdr=3D0x00 none25@pci0:255:16:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f1d8086 rev=3D0x01 hdr=3D0x00 none26@pci0:255:16:1: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f348086 rev=3D0x01 hdr=3D0x00 none27@pci0:255:16:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f1e8086 rev=3D0x01 hdr=3D0x00 none28@pci0:255:16:6: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f7d8086 rev=3D0x01 hdr=3D0x00 none29@pci0:255:16:7: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f1f8086 rev=3D0x01 hdr=3D0x00 none30@pci0:255:18:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fa08086 rev=3D0x01 hdr=3D0x00 none31@pci0:255:18:1: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f308086 rev=3D0x01 hdr=3D0x00 none32@pci0:255:19:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fa88086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none33@pci0:255:19:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f718086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none34@pci0:255:19:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6faa8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none35@pci0:255:19:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fab8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none36@pci0:255:19:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fac8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none37@pci0:255:19:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fad8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none38@pci0:255:19:6: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fae8086 rev=3D0x01 hdr=3D0x00 none39@pci0:255:19:7: class=3D0x088000 card=3D0x00000000 = chip=3D0x6faf8086 rev=3D0x01 hdr=3D0x00 none40@pci0:255:20:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb08086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none41@pci0:255:20:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb18086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none42@pci0:255:20:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb28086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none43@pci0:255:20:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb38086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none44@pci0:255:20:4: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbc8086 rev=3D0x01 hdr=3D0x00 none45@pci0:255:20:5: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbd8086 rev=3D0x01 hdr=3D0x00 none46@pci0:255:20:6: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbe8086 rev=3D0x01 hdr=3D0x00 none47@pci0:255:20:7: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbf8086 rev=3D0x01 hdr=3D0x00 none48@pci0:255:21:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb48086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none49@pci0:255:21:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb58086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none50@pci0:255:21:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb68086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none51@pci0:255:21:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb78086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none52@pci0:255:22:0: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f688086 rev=3D0x01 hdr=3D0x00 cap 00[40] =3D unknown none53@pci0:255:22:6: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f6e8086 rev=3D0x01 hdr=3D0x00 none54@pci0:255:22:7: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f6f8086 rev=3D0x01 hdr=3D0x00 none55@pci0:255:23:0: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fd08086 rev=3D0x01 hdr=3D0x00 cap 00[40] =3D unknown none56@pci0:255:23:4: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fb88086 rev=3D0x01 hdr=3D0x00 none57@pci0:255:23:5: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fb98086 rev=3D0x01 hdr=3D0x00 none58@pci0:255:23:6: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fba8086 rev=3D0x01 hdr=3D0x00 none59@pci0:255:23:7: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbb8086 rev=3D0x01 hdr=3D0x00 none60@pci0:255:30:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f988086 rev=3D0x01 hdr=3D0x00 none61@pci0:255:30:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f998086 rev=3D0x01 hdr=3D0x00 none62@pci0:255:30:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f9a8086 rev=3D0x01 hdr=3D0x00 none63@pci0:255:30:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fc08086 rev=3D0x01 hdr=3D0x00 none64@pci0:255:30:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f9c8086 rev=3D0x01 hdr=3D0x00 none65@pci0:255:31:0: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f888086 rev=3D0x01 hdr=3D0x00 none66@pci0:255:31:2: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f8a8086 rev=3D0x01 hdr=3D0x00 none67@pci0:127:8:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f808086 rev=3D0x01 hdr=3D0x00 none68@pci0:127:8:2: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f328086 rev=3D0x01 hdr=3D0x00 none69@pci0:127:8:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f838086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) ecap 000b[100] =3D Vendor 0none70@pci0:127:9:0: class=3D0x088000 = card=3D0x084415d9 chip=3D0x6f908086 rev=3D0x01 hdr=3D0x00 none71@pci0:127:9:2: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f338086 rev=3D0x01 hdr=3D0x00 none72@pci0:127:9:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f938086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) ecap 000b[100] =3D Vendor 0none73@pci0:127:11:0: class=3D0x088000 = card=3D0x084415d9 chip=3D0x6f818086 rev=3D0x01 hdr=3D0x00 none74@pci0:127:11:1: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f368086 rev=3D0x01 hdr=3D0x00 none75@pci0:127:11:2: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f378086 rev=3D0x01 hdr=3D0x00 none76@pci0:127:11:3: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f768086 rev=3D0x01 hdr=3D0x00 none77@pci0:127:12:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe08086 rev=3D0x01 hdr=3D0x00 none78@pci0:127:12:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe18086 rev=3D0x01 hdr=3D0x00 none79@pci0:127:12:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe28086 rev=3D0x01 hdr=3D0x00 none80@pci0:127:12:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe38086 rev=3D0x01 hdr=3D0x00 none81@pci0:127:12:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe48086 rev=3D0x01 hdr=3D0x00 none82@pci0:127:12:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe58086 rev=3D0x01 hdr=3D0x00 none83@pci0:127:12:6: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe68086 rev=3D0x01 hdr=3D0x00 none84@pci0:127:12:7: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe78086 rev=3D0x01 hdr=3D0x00 none85@pci0:127:13:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe88086 rev=3D0x01 hdr=3D0x00 none86@pci0:127:13:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fe98086 rev=3D0x01 hdr=3D0x00 none87@pci0:127:15:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ff88086 rev=3D0x01 hdr=3D0x00 none88@pci0:127:15:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ff98086 rev=3D0x01 hdr=3D0x00 none89@pci0:127:15:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ffc8086 rev=3D0x01 hdr=3D0x00 none90@pci0:127:15:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ffd8086 rev=3D0x01 hdr=3D0x00 none91@pci0:127:15:6: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6ffe8086 rev=3D0x01 hdr=3D0x00 none92@pci0:127:16:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f1d8086 rev=3D0x01 hdr=3D0x00 none93@pci0:127:16:1: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f348086 rev=3D0x01 hdr=3D0x00 none94@pci0:127:16:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f1e8086 rev=3D0x01 hdr=3D0x00 none95@pci0:127:16:6: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f7d8086 rev=3D0x01 hdr=3D0x00 none96@pci0:127:16:7: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f1f8086 rev=3D0x01 hdr=3D0x00 none97@pci0:127:18:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fa08086 rev=3D0x01 hdr=3D0x00 none98@pci0:127:18:1: class=3D0x110100 card=3D0x084415d9 = chip=3D0x6f308086 rev=3D0x01 hdr=3D0x00 none99@pci0:127:19:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fa88086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none100@pci0:127:19:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f718086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none101@pci0:127:19:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6faa8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none102@pci0:127:19:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fab8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none103@pci0:127:19:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fac8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none104@pci0:127:19:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fad8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none105@pci0:127:19:6: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fae8086 rev=3D0x01 hdr=3D0x00 none106@pci0:127:19:7: class=3D0x088000 card=3D0x00000000 = chip=3D0x6faf8086 rev=3D0x01 hdr=3D0x00 none107@pci0:127:20:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb08086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none108@pci0:127:20:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb18086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none109@pci0:127:20:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb28086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none110@pci0:127:20:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb38086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none111@pci0:127:20:4: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbc8086 rev=3D0x01 hdr=3D0x00 none112@pci0:127:20:5: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbd8086 rev=3D0x01 hdr=3D0x00 none113@pci0:127:20:6: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbe8086 rev=3D0x01 hdr=3D0x00 none114@pci0:127:20:7: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbf8086 rev=3D0x01 hdr=3D0x00 none115@pci0:127:21:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb48086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none116@pci0:127:21:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb58086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none117@pci0:127:21:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb68086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none118@pci0:127:21:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fb78086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) none119@pci0:127:22:0: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f688086 rev=3D0x01 hdr=3D0x00 cap 00[40] =3D unknown none120@pci0:127:22:6: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f6e8086 rev=3D0x01 hdr=3D0x00 none121@pci0:127:22:7: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f6f8086 rev=3D0x01 hdr=3D0x00 none122@pci0:127:23:0: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fd08086 rev=3D0x01 hdr=3D0x00 cap 00[40] =3D unknown none123@pci0:127:23:4: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fb88086 rev=3D0x01 hdr=3D0x00 none124@pci0:127:23:5: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fb98086 rev=3D0x01 hdr=3D0x00 none125@pci0:127:23:6: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fba8086 rev=3D0x01 hdr=3D0x00 none126@pci0:127:23:7: class=3D0x088000 card=3D0x00000000 = chip=3D0x6fbb8086 rev=3D0x01 hdr=3D0x00 none127@pci0:127:30:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f988086 rev=3D0x01 hdr=3D0x00 none128@pci0:127:30:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f998086 rev=3D0x01 hdr=3D0x00 none129@pci0:127:30:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f9a8086 rev=3D0x01 hdr=3D0x00 none130@pci0:127:30:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6fc08086 rev=3D0x01 hdr=3D0x00 none131@pci0:127:30:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f9c8086 rev=3D0x01 hdr=3D0x00 none132@pci0:127:31:0: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f888086 rev=3D0x01 hdr=3D0x00 none133@pci0:127:31:2: class=3D0x088000 card=3D0x00000000 = chip=3D0x6f8a8086 rev=3D0x01 hdr=3D0x00 hostb0@pci0:0:0:0: class=3D0x060000 card=3D0x084415d9 = chip=3D0x6f008086 rev=3D0x01 hdr=3D0x00 cap 10[90] =3D PCI-Express 2 root port max data 128(128) link x0(x4) speed 0.0(5.0) ASPM disabled(L1) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000b[144] =3D Vendor 1 ID 4 ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib3@pci0:0:1:0: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f028086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks=20 cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xff ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib4@pci0:0:2:0: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f048086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xff ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib5@pci0:0:2:1: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f058086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xf ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib6@pci0:0:2:2: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f068086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks=20 cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0 ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib7@pci0:0:3:0: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f088086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xffff ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib8@pci0:0:3:1: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f098086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xf ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib9@pci0:0:3:2: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f0a8086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xff ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib10@pci0:0:3:3: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f0b8086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xf ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 none134@pci0:0:4:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f208086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none135@pci0:0:4:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f218086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none136@pci0:0:4:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f228086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none137@pci0:0:4:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f238086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none138@pci0:0:4:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f248086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none139@pci0:0:4:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f258086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none140@pci0:0:4:6: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f268086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none141@pci0:0:4:7: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f278086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none142@pci0:0:5:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f288086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 2 root endpoint max data 128(128) none143@pci0:0:5:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f298086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) cap 05[80] =3D MSI supports 1 message, 64 bit=20 ecap 000b[100] =3D Vendor 1 ID 6 ecap 000b[110] =3D Vendor 1 ID 6 ecap 000b[120] =3D Vendor 1 ID 6 ecap 000b[130] =3D Vendor 1 ID 6 none144@pci0:0:5:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f2a8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 2 root endpoint max data 128(128) RO NS ioapic0@pci0:0:5:4: class=3D0x080020 card=3D0x084415d9 = chip=3D0x6f2c8086 rev=3D0x01 hdr=3D0x00 cap 10[44] =3D PCI-Express 1 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none145@pci0:0:17:0: class=3D0xff0000 card=3D0x084415d9 = chip=3D0x8d7c8086 rev=3D0x05 hdr=3D0x00 cap 10[40] =3D PCI-Express 2 root endpoint max data 128(128) link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1) cap 01[80] =3D powerspec 3 supports D0 D3 current D0 ahci0@pci0:0:17:4: class=3D0x010400 card=3D0x084415d9 = chip=3D0x28278086 rev=3D0x05 hdr=3D0x00 cap 05[80] =3D MSI supports 1 message enabled with 1 message cap 01[70] =3D powerspec 3 supports D0 D3 current D0 cap 12[a8] =3D SATA Index-Data Pair none146@pci0:0:22:0: class=3D0x078000 card=3D0x084415d9 = chip=3D0x8d3a8086 rev=3D0x05 hdr=3D0x00 cap 01[50] =3D powerspec 3 supports D0 D3 current D0 cap 05[8c] =3D MSI supports 1 message, 64 bit=20 none147@pci0:0:22:1: class=3D0x078000 card=3D0x084415d9 = chip=3D0x8d3b8086 rev=3D0x05 hdr=3D0x00 cap 01[50] =3D powerspec 3 supports D0 D3 current D0 cap 05[8c] =3D MSI supports 1 message, 64 bit=20 ehci0@pci0:0:26:0: class=3D0x0c0320 card=3D0x084415d9 = chip=3D0x8d2d8086 rev=3D0x05 hdr=3D0x00 cap 01[50] =3D powerspec 2 supports D0 D3 current D0 cap 0a[58] =3D EHCI Debug Port at offset 0xa0 in map 0x14 cap 13[98] =3D PCI Advanced Features: FLR TP pcib11@pci0:0:28:0: class=3D0x060400 card=3D0x084415d9 = chip=3D0x8d108086 rev=3D0xd5 hdr=3D0x01 cap 10[40] =3D PCI-Express 2 root port max data 128(128) link x0(x1) speed 0.0(5.0) ASPM disabled(L0s/L1) cap 05[80] =3D MSI supports 1 message=20 cap 0d[90] =3D PCI Bridge card=3D0x084415d9 cap 01[a0] =3D powerspec 3 supports D0 D3 current D0 pcib12@pci0:0:28:2: class=3D0x060400 card=3D0x084415d9 = chip=3D0x8d148086 rev=3D0xd5 hdr=3D0x01 cap 10[40] =3D 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] =3D MSI supports 1 message enabled with 1 message cap 0d[90] =3D PCI Bridge card=3D0x084415d9 cap 01[a0] =3D powerspec 3 supports D0 D3 current D0 ehci1@pci0:0:29:0: class=3D0x0c0320 card=3D0x084415d9 = chip=3D0x8d268086 rev=3D0x05 hdr=3D0x00 cap 01[50] =3D powerspec 2 supports D0 D3 current D0 cap 0a[58] =3D EHCI Debug Port at offset 0xa0 in map 0x14 cap 13[98] =3D PCI Advanced Features: FLR TP isab0@pci0:0:31:0: class=3D0x060100 card=3D0x084415d9 = chip=3D0x8d448086 rev=3D0x05 hdr=3D0x00 cap 09[e0] =3D vendor (length 12) Intel cap 1 version 0 features: AMT, 4 PCI-e x1 slots ahci1@pci0:0:31:2: class=3D0x010601 card=3D0x084415d9 = chip=3D0x8d028086 rev=3D0x05 hdr=3D0x00 cap 05[80] =3D MSI supports 1 message enabled with 1 message cap 01[70] =3D powerspec 3 supports D0 D3 current D0 cap 12[a8] =3D SATA Index-Data Pair none148@pci0:0:31:3: class=3D0x0c0500 card=3D0x084415d9 = chip=3D0x8d228086 rev=3D0x05 hdr=3D0x00 none149@pci0:0:31:6: class=3D0x118000 card=3D0x084415d9 = chip=3D0x8d248086 rev=3D0x05 hdr=3D0x00 cap 01[50] =3D powerspec 3 supports D0 D3 current D0 cap 05[80] =3D MSI supports 1 message=20 ix0@pci0:1:0:0: class=3D0x020000 card=3D0x088a15d9 chip=3D0x15288086 = rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit, vector masks=20 cap 11[70] =3D MSI-X supports 64 messages, enabled Table in map 0x20[0x0], PBA in map 0x20[0x2000] cap 10[a0] =3D 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] =3D VPD ecap 0001[100] =3D AER 2 0 fatal 1 non-fatal 1 corrected ecap 000e[150] =3D ARI 1 ecap 0010[160] =3D 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] =3D ACS 1 ix1@pci0:1:0:1: class=3D0x020000 card=3D0x088a15d9 chip=3D0x15288086 = rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit, vector masks=20 cap 11[70] =3D MSI-X supports 64 messages, enabled Table in map 0x20[0x0], PBA in map 0x20[0x2000] cap 10[a0] =3D 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] =3D VPD ecap 0001[100] =3D AER 2 0 fatal 1 non-fatal 1 corrected ecap 000e[150] =3D ARI 1 ecap 0010[160] =3D 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] =3D ACS 1 nvme0@pci0:2:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04a4cd ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme1@pci0:3:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04ad7b ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme2@pci0:5:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04a219 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme3@pci0:6:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e404bdd89db ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme4@pci0:7:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04f756 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme5@pci0:8:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04f727 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 pcib13@pci0:10:0:0: class=3D0x060400 card=3D0x084415d9 = chip=3D0x11501a03 rev=3D0x03 hdr=3D0x01 cap 05[50] =3D MSI supports 1 message, 64 bit=20 cap 01[78] =3D powerspec 3 supports D0 D1 D2 D3 current D0 cap 10[80] =3D 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] =3D PCI Bridge card=3D0x084415d9 ecap 0002[100] =3D VC 1 max VC0 vgapci0@pci0:11:0:0: class=3D0x030000 card=3D0x084415d9 = chip=3D0x20001a03 rev=3D0x30 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D1 D2 D3 current D0 cap 05[50] =3D MSI supports 4 messages, 64 bit=20 pcib15@pci0:128:0:0: class=3D0x060400 card=3D0x00008086 = chip=3D0x6f018086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x00008086 cap 05[60] =3D MSI supports 2 messages, vector masks=20 cap 10[90] =3D PCI-Express 2 root port max data 128(128) ARI = disabled link x0(x4) speed 0.0(5.0) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib16@pci0:128:1:0: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f028086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks=20 cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xff ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib17@pci0:128:2:0: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f048086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xffff ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib18@pci0:128:2:1: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f058086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xf ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib19@pci0:128:2:2: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f068086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xff ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib20@pci0:128:2:3: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f078086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks enabled with 1 = message cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0xf ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib21@pci0:128:3:0: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f088086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks=20 cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0 ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 pcib22@pci0:128:3:2: class=3D0x060400 card=3D0x084415d9 = chip=3D0x6f0a8086 rev=3D0x01 hdr=3D0x01 cap 0d[40] =3D PCI Bridge card=3D0x084415d9 cap 05[60] =3D MSI supports 2 messages, vector masks=20 cap 10[90] =3D 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] =3D powerspec 3 supports D0 D3 current D0 ecap 000b[100] =3D Vendor 1 ID 2 ecap 000d[110] =3D ACS 1 ecap 0001[148] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000b[1d0] =3D Vendor 1 ID 3 ecap 0019[250] =3D PCIe Sec 1 lane errors 0 ecap 000b[280] =3D Vendor 1 ID 5 ecap 000b[300] =3D Vendor 1 ID 8 none150@pci0:128:4:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f208086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none151@pci0:128:4:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f218086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none152@pci0:128:4:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f228086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none153@pci0:128:4:3: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f238086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none154@pci0:128:4:4: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f248086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none155@pci0:128:4:5: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f258086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none156@pci0:128:4:6: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f268086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none157@pci0:128:4:7: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f278086 rev=3D0x01 hdr=3D0x00 cap 11[80] =3D MSI-X supports 1 message Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none158@pci0:128:5:0: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f288086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 2 root endpoint max data 128(128) none159@pci0:128:5:1: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f298086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 1 root endpoint max data 128(128) cap 05[80] =3D MSI supports 1 message, 64 bit=20 ecap 000b[100] =3D Vendor 1 ID 6 ecap 000b[110] =3D Vendor 1 ID 6 ecap 000b[120] =3D Vendor 1 ID 6 ecap 000b[130] =3D Vendor 1 ID 6 none160@pci0:128:5:2: class=3D0x088000 card=3D0x084415d9 = chip=3D0x6f2a8086 rev=3D0x01 hdr=3D0x00 cap 10[40] =3D PCI-Express 2 root endpoint max data 128(128) RO NS ioapic1@pci0:128:5:4: class=3D0x080020 card=3D0x084415d9 = chip=3D0x6f2c8086 rev=3D0x01 hdr=3D0x00 cap 10[44] =3D PCI-Express 1 root endpoint max data 128(128) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 ix2@pci0:130:0:0: class=3D0x020000 card=3D0x061115d9 = chip=3D0x10fb8086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit, vector masks=20 cap 11[70] =3D MSI-X supports 64 messages, enabled Table in map 0x20[0x0], PBA in map 0x20[0x2000] cap 10[a0] =3D PCI-Express 2 endpoint max data 256(512) FLR NS link x8(x8) speed 5.0(5.0) ASPM disabled(L0s) cap 03[e0] =3D VPD ecap 0001[100] =3D AER 1 0 fatal 1 non-fatal 1 corrected ecap 0003[140] =3D Serial 1 0cc47affffbb4bc6 ecap 000e[150] =3D ARI 1 ecap 0010[160] =3D 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@pci0:130:0:1: class=3D0x020000 card=3D0x061115d9 = chip=3D0x10fb8086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit, vector masks=20 cap 11[70] =3D MSI-X supports 64 messages, enabled Table in map 0x20[0x0], PBA in map 0x20[0x2000] cap 10[a0] =3D PCI-Express 2 endpoint max data 256(512) FLR NS link x8(x8) speed 5.0(5.0) ASPM disabled(L0s) cap 03[e0] =3D VPD ecap 0001[100] =3D AER 1 0 fatal 1 non-fatal 1 corrected ecap 0003[140] =3D Serial 1 0cc47affffbb4bc6 ecap 000e[150] =3D ARI 1 ecap 0010[160] =3D 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@pci0:131:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414ca74979 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme7@pci0:132:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04f5e0 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme8@pci0:133:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04f739 ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 nvme9@pci0:134:0:0: class=3D0x010802 card=3D0x37058086 = chip=3D0x09538086 rev=3D0x01 hdr=3D0x00 cap 01[40] =3D powerspec 3 supports D0 D3 current D0 cap 11[50] =3D MSI-X supports 32 messages, enabled Table in map 0x10[0x2000], PBA in map 0x10[0x3000] cap 10[60] =3D 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] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[150] =3D VC 1 max VC0 ecap 0004[180] =3D Power Budgeting 1 ecap 000e[190] =3D ARI 1 ecap 0003[270] =3D Serial 1 55cd2e414d04a4cc ecap 0019[2a0] =3D PCIe Sec 1 lane errors 0 root@pruebanvme2:~ #=20 root@pruebanvme2:~ # devinfo -v nexus0 vtvga0 cryptosoft0 apic0 ram0 acpi0 unknown pnpinfo _HID=3DPNP0A03 _UID=3D255 at handle=3D\_SB_.UNC3 = (disabled) unknown pnpinfo _HID=3DPNP0A03 _UID=3D191 at handle=3D\_SB_.UNC2 = (disabled) pcib0 pnpinfo _HID=3DPNP0A03 _UID=3D127 at handle=3D\_SB_.UNC1 pci0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f80 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D8 function=3D0 = dbsf=3Dpci0:255:8:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f32 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D8 function=3D2 = dbsf=3Dpci0:255:8:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6f83 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D8 function=3D3 = dbsf=3Dpci0:255:8:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6f90 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D9 function=3D0 = dbsf=3Dpci0:255:9:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f33 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D9 function=3D2 = dbsf=3Dpci0:255:9:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6f93 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D9 function=3D3 = dbsf=3Dpci0:255:9:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6f81 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D11 function=3D0 = dbsf=3Dpci0:255:11:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f36 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D11 function=3D1 = dbsf=3Dpci0:255:11:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6f37 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D11 function=3D2 = dbsf=3Dpci0:255:11:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6f76 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D11 function=3D3 = dbsf=3Dpci0:255:11:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe0 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D0 = dbsf=3Dpci0:255:12:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe1 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D1 = dbsf=3Dpci0:255:12:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe2 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D2 = dbsf=3Dpci0:255:12:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe3 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D3 = dbsf=3Dpci0:255:12:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe4 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D4 = dbsf=3Dpci0:255:12:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe5 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D5 = dbsf=3Dpci0:255:12:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe6 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D6 = dbsf=3Dpci0:255:12:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe7 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D7 = dbsf=3Dpci0:255:12:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe8 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D13 function=3D0 = dbsf=3Dpci0:255:13:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe9 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D13 function=3D1 = dbsf=3Dpci0:255:13:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6ff8 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D0 = dbsf=3Dpci0:255:15:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6ff9 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D1 = dbsf=3Dpci0:255:15:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6ffc subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D4 = dbsf=3Dpci0:255:15:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6ffd subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D5 = dbsf=3Dpci0:255:15:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6ffe subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D6 = dbsf=3Dpci0:255:15:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6f1d subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D16 function=3D0 = dbsf=3Dpci0:255:16:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f34 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D16 function=3D1 = dbsf=3Dpci0:255:16:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6f1e subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D16 function=3D5 = dbsf=3Dpci0:255:16:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6f7d subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D16 function=3D6 = dbsf=3Dpci0:255:16:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6f1f subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D16 function=3D7 = dbsf=3Dpci0:255:16:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fa0 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D18 function=3D0 = dbsf=3Dpci0:255:18:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f30 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D18 function=3D1 = dbsf=3Dpci0:255:18:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6fa8 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D0 = dbsf=3Dpci0:255:19:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f71 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D1 = dbsf=3Dpci0:255:19:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6faa subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D2 = dbsf=3Dpci0:255:19:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fab subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D3 = dbsf=3Dpci0:255:19:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6fac subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D4 = dbsf=3Dpci0:255:19:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6fad subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D5 = dbsf=3Dpci0:255:19:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6fae subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D19 function=3D6 = dbsf=3Dpci0:255:19:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6faf subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D19 function=3D7 = dbsf=3Dpci0:255:19:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb0 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D20 function=3D0 = dbsf=3Dpci0:255:20:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb1 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D20 function=3D1 = dbsf=3Dpci0:255:20:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb2 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D20 function=3D2 = dbsf=3Dpci0:255:20:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb3 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D20 function=3D3 = dbsf=3Dpci0:255:20:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbc subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D20 function=3D4 = dbsf=3Dpci0:255:20:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbd subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D20 function=3D5 = dbsf=3Dpci0:255:20:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbe subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D20 function=3D6 = dbsf=3Dpci0:255:20:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbf subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D20 function=3D7 = dbsf=3Dpci0:255:20:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb4 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D21 function=3D0 = dbsf=3Dpci0:255:21:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb5 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D21 function=3D1 = dbsf=3Dpci0:255:21:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb6 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D21 function=3D2 = dbsf=3Dpci0:255:21:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb7 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D21 function=3D3 = dbsf=3Dpci0:255:21:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6f68 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D22 function=3D0 = dbsf=3Dpci0:255:22:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f6e subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D22 function=3D6 = dbsf=3Dpci0:255:22:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6f6f subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D22 function=3D7 = dbsf=3Dpci0:255:22:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fd0 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D0 = dbsf=3Dpci0:255:23:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb8 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D4 = dbsf=3Dpci0:255:23:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb9 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D5 = dbsf=3Dpci0:255:23:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6fba subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D6 = dbsf=3Dpci0:255:23:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbb subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D7 = dbsf=3Dpci0:255:23:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6f98 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D0 = dbsf=3Dpci0:255:30:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f99 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D1 = dbsf=3Dpci0:255:30:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6f9a subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D2 = dbsf=3Dpci0:255:30:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fc0 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D3 = dbsf=3Dpci0:255:30:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6f9c subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D4 = dbsf=3Dpci0:255:30:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6f88 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D31 function=3D0 = dbsf=3Dpci0:255:31:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f8a subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D31 function=3D2 = dbsf=3Dpci0:255:31:2 pcib1 pnpinfo _HID=3DPNP0A03 _UID=3D63 at handle=3D\_SB_.UNC0 pci1 unknown pnpinfo vendor=3D0x8086 device=3D0x6f80 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D8 function=3D0 = dbsf=3Dpci0:127:8:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f32 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D8 function=3D2 = dbsf=3Dpci0:127:8:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6f83 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D8 function=3D3 = dbsf=3Dpci0:127:8:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6f90 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D9 function=3D0 = dbsf=3Dpci0:127:9:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f33 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D9 function=3D2 = dbsf=3Dpci0:127:9:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6f93 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D9 function=3D3 = dbsf=3Dpci0:127:9:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6f81 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D11 function=3D0 = dbsf=3Dpci0:127:11:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f36 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D11 function=3D1 = dbsf=3Dpci0:127:11:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6f37 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D11 function=3D2 = dbsf=3Dpci0:127:11:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6f76 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D11 function=3D3 = dbsf=3Dpci0:127:11:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe0 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D0 = dbsf=3Dpci0:127:12:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe1 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D1 = dbsf=3Dpci0:127:12:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe2 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D2 = dbsf=3Dpci0:127:12:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe3 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D3 = dbsf=3Dpci0:127:12:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe4 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D4 = dbsf=3Dpci0:127:12:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe5 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D5 = dbsf=3Dpci0:127:12:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe6 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D6 = dbsf=3Dpci0:127:12:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe7 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D12 function=3D7 = dbsf=3Dpci0:127:12:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe8 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D13 function=3D0 = dbsf=3Dpci0:127:13:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fe9 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D13 function=3D1 = dbsf=3Dpci0:127:13:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6ff8 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D0 = dbsf=3Dpci0:127:15:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6ff9 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D1 = dbsf=3Dpci0:127:15:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6ffc subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D4 = dbsf=3Dpci0:127:15:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6ffd subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D5 = dbsf=3Dpci0:127:15:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6ffe subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D15 function=3D6 = dbsf=3Dpci0:127:15:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6f1d subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D16 function=3D0 = dbsf=3Dpci0:127:16:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f34 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D16 function=3D1 = dbsf=3Dpci0:127:16:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6f1e subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D16 function=3D5 = dbsf=3Dpci0:127:16:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6f7d subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D16 function=3D6 = dbsf=3Dpci0:127:16:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6f1f subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D16 function=3D7 = dbsf=3Dpci0:127:16:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fa0 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D18 function=3D0 = dbsf=3Dpci0:127:18:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f30 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x110100 at slot=3D18 function=3D1 = dbsf=3Dpci0:127:18:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6fa8 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D0 = dbsf=3Dpci0:127:19:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f71 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D1 = dbsf=3Dpci0:127:19:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6faa subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D2 = dbsf=3Dpci0:127:19:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fab subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D3 = dbsf=3Dpci0:127:19:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6fac subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D4 = dbsf=3Dpci0:127:19:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6fad subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D19 function=3D5 = dbsf=3Dpci0:127:19:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6fae subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D19 function=3D6 = dbsf=3Dpci0:127:19:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6faf subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D19 function=3D7 = dbsf=3Dpci0:127:19:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb0 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D20 function=3D0 = dbsf=3Dpci0:127:20:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb1 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D20 function=3D1 = dbsf=3Dpci0:127:20:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb2 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D20 function=3D2 = dbsf=3Dpci0:127:20:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb3 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D20 function=3D3 = dbsf=3Dpci0:127:20:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbc subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D20 function=3D4 = dbsf=3Dpci0:127:20:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbd subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D20 function=3D5 = dbsf=3Dpci0:127:20:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbe subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D20 function=3D6 = dbsf=3Dpci0:127:20:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbf subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D20 function=3D7 = dbsf=3Dpci0:127:20:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb4 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D21 function=3D0 = dbsf=3Dpci0:127:21:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb5 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D21 function=3D1 = dbsf=3Dpci0:127:21:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb6 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D21 function=3D2 = dbsf=3Dpci0:127:21:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb7 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D21 function=3D3 = dbsf=3Dpci0:127:21:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6f68 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D22 function=3D0 = dbsf=3Dpci0:127:22:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f6e subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D22 function=3D6 = dbsf=3Dpci0:127:22:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6f6f subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D22 function=3D7 = dbsf=3Dpci0:127:22:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6fd0 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D0 = dbsf=3Dpci0:127:23:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb8 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D4 = dbsf=3Dpci0:127:23:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6fb9 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D5 = dbsf=3Dpci0:127:23:5 unknown pnpinfo vendor=3D0x8086 device=3D0x6fba subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D6 = dbsf=3Dpci0:127:23:6 unknown pnpinfo vendor=3D0x8086 device=3D0x6fbb subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D23 function=3D7 = dbsf=3Dpci0:127:23:7 unknown pnpinfo vendor=3D0x8086 device=3D0x6f98 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D0 = dbsf=3Dpci0:127:30:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f99 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D1 = dbsf=3Dpci0:127:30:1 unknown pnpinfo vendor=3D0x8086 device=3D0x6f9a subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D2 = dbsf=3Dpci0:127:30:2 unknown pnpinfo vendor=3D0x8086 device=3D0x6fc0 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D3 = dbsf=3Dpci0:127:30:3 unknown pnpinfo vendor=3D0x8086 device=3D0x6f9c subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D30 function=3D4 = dbsf=3Dpci0:127:30:4 unknown pnpinfo vendor=3D0x8086 device=3D0x6f88 subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D31 function=3D0 = dbsf=3Dpci0:127:31:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f8a subvendor=3D0x0000= subdevice=3D0x0000 class=3D0x088000 at slot=3D31 function=3D2 = dbsf=3Dpci0:127:31:2 unknown pnpinfo _HID=3DACPI0004 _UID=3D0 at handle=3D\_SB_.SCK0 cpu0 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP00 = _PXM=3D0 acpi_perf0 est0 p4tcc0 acpi_throttle0 cpufreq0 cpu1 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP01 = _PXM=3D0 acpi_perf1 est1 p4tcc1 acpi_throttle1 cpufreq1 cpu2 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP02 = _PXM=3D0 acpi_perf2 est2 p4tcc2 acpi_throttle2 cpufreq2 cpu3 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP03 = _PXM=3D0 acpi_perf3 est3 p4tcc3 acpi_throttle3 cpufreq3 cpu4 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP04 = _PXM=3D0 acpi_perf4 est4 p4tcc4 acpi_throttle4 cpufreq4 cpu5 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP05 = _PXM=3D0 acpi_perf5 est5 p4tcc5 acpi_throttle5 cpufreq5 cpu6 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP06 = _PXM=3D0 acpi_perf6 est6 p4tcc6 acpi_throttle6 cpufreq6 cpu7 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP07 = _PXM=3D0 acpi_perf7 est7 p4tcc7 acpi_throttle7 cpufreq7 cpu8 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP08 = _PXM=3D0 acpi_perf8 est8 p4tcc8 acpi_throttle8 cpufreq8 cpu9 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP09 = _PXM=3D0 acpi_perf9 est9 p4tcc9 acpi_throttle9 cpufreq9 cpu10 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP0A = _PXM=3D0 acpi_perf10 est10 p4tcc10 acpi_throttle10 cpufreq10 cpu11 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP0B = _PXM=3D0 acpi_perf11 est11 p4tcc11 acpi_throttle11 cpufreq11 cpu12 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP0C = _PXM=3D0 acpi_perf12 est12 p4tcc12 acpi_throttle12 cpufreq12 cpu13 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP0D = _PXM=3D0 acpi_perf13 est13 p4tcc13 acpi_throttle13 cpufreq13 cpu14 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP0E = _PXM=3D0 acpi_perf14 est14 p4tcc14 acpi_throttle14 cpufreq14 cpu15 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP0F = _PXM=3D0 acpi_perf15 est15 p4tcc15 acpi_throttle15 cpufreq15 cpu16 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP10 = _PXM=3D0 acpi_perf16 est16 p4tcc16 acpi_throttle16 cpufreq16 cpu17 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP11 = _PXM=3D0 acpi_perf17 est17 p4tcc17 acpi_throttle17 cpufreq17 cpu18 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP12 = _PXM=3D0 acpi_perf18 est18 p4tcc18 acpi_throttle18 cpufreq18 cpu19 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP13 = _PXM=3D0 acpi_perf19 est19 p4tcc19 acpi_throttle19 cpufreq19 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP14 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP15 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP16 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP17 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP18 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP19 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP1A = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP1B = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP1C = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP1D = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP1E = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP1F = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP20 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP21 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP22 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP23 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP24 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP25 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP26 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP27 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP28 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP29 = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP2A = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP2B = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP2C = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP2D = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP2E = _PXM=3D0 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK0.CP2F = _PXM=3D0 unknown pnpinfo _HID=3DACPI0004 _UID=3D0 at handle=3D\_SB_.SCK1 cpu20 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP00 = _PXM=3D1 acpi_perf20 est20 p4tcc20 acpi_throttle20 cpufreq20 cpu21 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP01 = _PXM=3D1 acpi_perf21 est21 p4tcc21 acpi_throttle21 cpufreq21 cpu22 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP02 = _PXM=3D1 acpi_perf22 est22 p4tcc22 acpi_throttle22 cpufreq22 cpu23 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP03 = _PXM=3D1 acpi_perf23 est23 p4tcc23 acpi_throttle23 cpufreq23 cpu24 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP04 = _PXM=3D1 acpi_perf24 est24 p4tcc24 acpi_throttle24 cpufreq24 cpu25 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP05 = _PXM=3D1 acpi_perf25 est25 p4tcc25 acpi_throttle25 cpufreq25 cpu26 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP06 = _PXM=3D1 acpi_perf26 est26 p4tcc26 acpi_throttle26 cpufreq26 cpu27 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP07 = _PXM=3D1 acpi_perf27 est27 p4tcc27 acpi_throttle27 cpufreq27 cpu28 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP08 = _PXM=3D1 acpi_perf28 est28 p4tcc28 acpi_throttle28 cpufreq28 cpu29 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP09 = _PXM=3D1 acpi_perf29 est29 p4tcc29 acpi_throttle29 cpufreq29 cpu30 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP0A = _PXM=3D1 acpi_perf30 est30 p4tcc30 acpi_throttle30 cpufreq30 cpu31 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP0B = _PXM=3D1 acpi_perf31 est31 p4tcc31 acpi_throttle31 cpufreq31 cpu32 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP0C = _PXM=3D1 acpi_perf32 est32 p4tcc32 acpi_throttle32 cpufreq32 cpu33 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP0D = _PXM=3D1 acpi_perf33 est33 p4tcc33 acpi_throttle33 cpufreq33 cpu34 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP0E = _PXM=3D1 acpi_perf34 est34 p4tcc34 acpi_throttle34 cpufreq34 cpu35 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP0F = _PXM=3D1 acpi_perf35 est35 p4tcc35 acpi_throttle35 cpufreq35 cpu36 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP10 = _PXM=3D1 acpi_perf36 est36 p4tcc36 acpi_throttle36 cpufreq36 cpu37 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP11 = _PXM=3D1 acpi_perf37 est37 p4tcc37 acpi_throttle37 cpufreq37 cpu38 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP12 = _PXM=3D1 acpi_perf38 est38 p4tcc38 acpi_throttle38 cpufreq38 cpu39 pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP13 = _PXM=3D1 acpi_perf39 est39 p4tcc39 acpi_throttle39 cpufreq39 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP14 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP15 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP16 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP17 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP18 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP19 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP1A = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP1B = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP1C = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP1D = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP1E = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP1F = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP20 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP21 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP22 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP23 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP24 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP25 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP26 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP27 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP28 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP29 = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP2A = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP2B = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP2C = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP2D = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP2E = _PXM=3D1 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK1.CP2F = _PXM=3D1 unknown pnpinfo _HID=3DACPI0004 _UID=3D0 at handle=3D\_SB_.SCK2 = (disabled) unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP00 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP01 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP02 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP03 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP04 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP05 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP06 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP07 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP08 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP09 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP0A = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP0B = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP0C = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP0D = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP0E = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP0F = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP10 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP11 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP12 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP13 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP14 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP15 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP16 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP17 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP18 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP19 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP1A = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP1B = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP1C = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP1D = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP1E = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP1F = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP20 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP21 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP22 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP23 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP24 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP25 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP26 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP27 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP28 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP29 = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP2A = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP2B = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP2C = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP2D = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP2E = _PXM=3D2 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK2.CP2F = _PXM=3D2 unknown pnpinfo _HID=3DACPI0004 _UID=3D0 at handle=3D\_SB_.SCK3 = (disabled) unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP00 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP01 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP02 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP03 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP04 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP05 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP06 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP07 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP08 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP09 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP0A = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP0B = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP0C = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP0D = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP0E = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP0F = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP10 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP11 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP12 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP13 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP14 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP15 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP16 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP17 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP18 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP19 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP1A = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP1B = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP1C = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP1D = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP1E = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP1F = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP20 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP21 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP22 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP23 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP24 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP25 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP26 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP27 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP28 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP29 = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP2A = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP2B = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP2C = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP2D = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP2E = _PXM=3D3 unknown pnpinfo _HID=3DACPI0007 _UID=3D0 at handle=3D\_SB_.SCK3.CP2F = _PXM=3D3 pcib2 pnpinfo _HID=3DPNP0A08 _UID=3D0 at handle=3D\_SB_.PCI0 _PXM=3D0 pci2 hostb0 pnpinfo vendor=3D0x8086 device=3D0x6f00 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060000 at slot=3D0 function=3D0 = dbsf=3Dpci0:0:0:0 handle=3D\_SB_.PCI0.IIOP pcib3 pnpinfo vendor=3D0x8086 device=3D0x6f02 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D1 function=3D0 = dbsf=3Dpci0:0:1:0 handle=3D\_SB_.PCI0.BR1A pci3 ix0 pnpinfo vendor=3D0x8086 device=3D0x1528 subvendor=3D0x15d9= subdevice=3D0x088a class=3D0x020000 at slot=3D0 function=3D0 = dbsf=3Dpci0:1:0:0 handle=3D\_SB_.PCI0.BR1A.H000 ix1 pnpinfo vendor=3D0x8086 device=3D0x1528 subvendor=3D0x15d9= subdevice=3D0x088a class=3D0x020000 at slot=3D0 function=3D1 = dbsf=3Dpci0:1:0:1 handle=3D\_SB_.PCI0.BR1A.H001 pcib4 pnpinfo vendor=3D0x8086 device=3D0x6f04 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D2 function=3D0 = dbsf=3Dpci0:0:2:0 handle=3D\_SB_.PCI0.BR2A pci4 nvme0 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:2:0:0 handle=3D\_SB_.PCI0.BR2A.H000 pcib5 pnpinfo vendor=3D0x8086 device=3D0x6f05 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D2 function=3D1 = dbsf=3Dpci0:0:2:1 handle=3D\_SB_.PCI0.BR2B pci5 nvme1 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:3:0:0 handle=3D\_SB_.PCI0.BR2B.H000 pcib6 pnpinfo vendor=3D0x8086 device=3D0x6f06 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D2 function=3D2 = dbsf=3Dpci0:0:2:2 handle=3D\_SB_.PCI0.BR2C pci6 pcib7 pnpinfo vendor=3D0x8086 device=3D0x6f08 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D3 function=3D0 = dbsf=3Dpci0:0:3:0 handle=3D\_SB_.PCI0.BR3A pci7 nvme2 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:5:0:0 handle=3D\_SB_.PCI0.BR3A.H000 pcib8 pnpinfo vendor=3D0x8086 device=3D0x6f09 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D3 function=3D1 = dbsf=3Dpci0:0:3:1 handle=3D\_SB_.PCI0.BR3B pci8 nvme3 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:6:0:0 handle=3D\_SB_.PCI0.BR3B.H000 pcib9 pnpinfo vendor=3D0x8086 device=3D0x6f0a subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D3 function=3D2 = dbsf=3Dpci0:0:3:2 handle=3D\_SB_.PCI0.BR3C pci9 nvme4 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:7:0:0 handle=3D\_SB_.PCI0.BR3C.H000 pcib10 pnpinfo vendor=3D0x8086 device=3D0x6f0b subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D3 function=3D3 = dbsf=3Dpci0:0:3:3 handle=3D\_SB_.PCI0.BR3D pci10 nvme5 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:8:0:0 handle=3D\_SB_.PCI0.BR3D.H000 unknown pnpinfo vendor=3D0x8086 device=3D0x6f20 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D0 = dbsf=3Dpci0:0:4:0 handle=3D\_SB_.PCI0.CB0A unknown pnpinfo vendor=3D0x8086 device=3D0x6f21 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D1 = dbsf=3Dpci0:0:4:1 handle=3D\_SB_.PCI0.CB0B unknown pnpinfo vendor=3D0x8086 device=3D0x6f22 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D2 = dbsf=3Dpci0:0:4:2 handle=3D\_SB_.PCI0.CB0C unknown pnpinfo vendor=3D0x8086 device=3D0x6f23 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D3 = dbsf=3Dpci0:0:4:3 handle=3D\_SB_.PCI0.CB0D unknown pnpinfo vendor=3D0x8086 device=3D0x6f24 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D4 = dbsf=3Dpci0:0:4:4 handle=3D\_SB_.PCI0.CB0E unknown pnpinfo vendor=3D0x8086 device=3D0x6f25 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D5 = dbsf=3Dpci0:0:4:5 handle=3D\_SB_.PCI0.CB0F unknown pnpinfo vendor=3D0x8086 device=3D0x6f26 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D6 = dbsf=3Dpci0:0:4:6 handle=3D\_SB_.PCI0.CB0G unknown pnpinfo vendor=3D0x8086 device=3D0x6f27 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D7 = dbsf=3Dpci0:0:4:7 handle=3D\_SB_.PCI0.CB0H unknown pnpinfo vendor=3D0x8086 device=3D0x6f28 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D5 function=3D0 = dbsf=3Dpci0:0:5:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f29 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D5 function=3D1 = dbsf=3Dpci0:0:5:1 handle=3D\_SB_.PCI0.MHP0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f2a subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D5 function=3D2 = dbsf=3Dpci0:0:5:2 ioapic0 pnpinfo vendor=3D0x8086 device=3D0x6f2c subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x080020 at slot=3D5 function=3D4 = dbsf=3Dpci0:0:5:4 unknown pnpinfo vendor=3D0x8086 device=3D0x8d7c subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0xff0000 at slot=3D17 function=3D0 = dbsf=3Dpci0:0:17:0 handle=3D\_SB_.PCI0.EVMR ahci0 pnpinfo vendor=3D0x8086 device=3D0x2827 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x010400 at slot=3D17 function=3D4 = dbsf=3Dpci0:0:17:4 handle=3D\_SB_.PCI0.EVSS ahcich0 at channel=3D0 ahcich1 at channel=3D1 ahcich2 at channel=3D2 ahcich3 at channel=3D3 ahciem0 unknown pnpinfo vendor=3D0x8086 device=3D0x8d3a subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x078000 at slot=3D22 function=3D0 = dbsf=3Dpci0:0:22:0 handle=3D\_SB_.PCI0.HECI unknown pnpinfo vendor=3D0x8086 device=3D0x8d3b subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x078000 at slot=3D22 function=3D1 = dbsf=3Dpci0:0:22:1 handle=3D\_SB_.PCI0.HEC2 ehci0 pnpinfo vendor=3D0x8086 device=3D0x8d2d subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x0c0320 at slot=3D26 function=3D0 = dbsf=3Dpci0:0:26:0 handle=3D\_SB_.PCI0.EHC2 usbus0 uhub0 uhub3 pnpinfo vendor=3D0x8087 product=3D0x800a = devclass=3D0x09 devsubclass=3D0x00 devproto=3D0x01 sernum=3D"" = release=3D0x0005 mode=3Dhost intclass=3D0x09 ints at bus=3D0 hubaddr=3D1 = port=3D1 devaddr=3D2 interface=3D0 ugen=3Dugen0.2 umass0 pnpinfo vendor=3D0x048d product=3D0x1177 = devclass=3D0x00 devsubclass=3D0x00 devproto=3D0x00 sernum=3D"" = release=3D0x0100 mode=3Dhost intclass=3D0x08 ints at bus=3D0 hubaddr=3D2 = port=3D1 devaddr=3D3 interface=3D0 ugen=3Dugen0.3 pcib11 pnpinfo vendor=3D0x8086 device=3D0x8d10 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D28 function=3D0 = dbsf=3Dpci0:0:28:0 handle=3D\_SB_.PCI0.RP01 pci11 pcib12 pnpinfo vendor=3D0x8086 device=3D0x8d14 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D28 function=3D2 = dbsf=3Dpci0:0:28:2 handle=3D\_SB_.PCI0.RP03 pci12 pcib13 pnpinfo vendor=3D0x1a03 device=3D0x1150 = subvendor=3D0x15d9 subdevice=3D0x0844 class=3D0x060400 at slot=3D0 = function=3D0 dbsf=3Dpci0:10:0:0 handle=3D\_SB_.PCI0.RP03.BR88 pci13 vgapci0 pnpinfo vendor=3D0x1a03 device=3D0x2000 = subvendor=3D0x15d9 subdevice=3D0x0844 class=3D0x030000 at slot=3D0 = function=3D0 dbsf=3Dpci0:11:0:0 handle=3D\_SB_.PCI0.RP03.BR88.D089 drm0 drmn0 ehci1 pnpinfo vendor=3D0x8086 device=3D0x8d26 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x0c0320 at slot=3D29 function=3D0 = dbsf=3Dpci0:0:29:0 handle=3D\_SB_.PCI0.EHC1 usbus1 uhub1 uhub2 pnpinfo vendor=3D0x8087 product=3D0x8002 = devclass=3D0x09 devsubclass=3D0x00 devproto=3D0x01 sernum=3D"" = release=3D0x0005 mode=3Dhost intclass=3D0x09 ints at bus=3D1 hubaddr=3D1 = port=3D1 devaddr=3D2 interface=3D0 ugen=3Dugen1.2 uhub4 pnpinfo vendor=3D0x0557 product=3D0x7000 = devclass=3D0x09 devsubclass=3D0x00 devproto=3D0x01 sernum=3D"" = release=3D0x0000 mode=3Dhost intclass=3D0x09 ints at bus=3D1 hubaddr=3D2 = port=3D8 devaddr=3D3 interface=3D0 ugen=3Dugen1.3 ukbd0 pnpinfo vendor=3D0x0557 product=3D0x2419 = devclass=3D0x00 devsubclass=3D0x00 devproto=3D0x00 sernum=3D"" = release=3D0x0100 mode=3Dhost intclass=3D0x03 ints at bus=3D1 hubaddr=3D3 = port=3D1 devaddr=3D4 interface=3D0 ugen=3Dugen1.4 ums0 pnpinfo vendor=3D0x0557 product=3D0x2419 = devclass=3D0x00 devsubclass=3D0x00 devproto=3D0x00 sernum=3D"" = release=3D0x0100 mode=3Dhost intclass=3D0x03 ints at bus=3D1 hubaddr=3D3 = port=3D1 devaddr=3D4 interface=3D1 ugen=3Dugen1.4 isab0 pnpinfo vendor=3D0x8086 device=3D0x8d44 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060100 at slot=3D31 function=3D0 = dbsf=3Dpci0:0:31:0 handle=3D\_SB_.PCI0.LPC0 isa0 sc0 vga0 orm0 atkbdc0 fdc0 ppc0 ahci1 pnpinfo vendor=3D0x8086 device=3D0x8d02 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x010601 at slot=3D31 function=3D2 = dbsf=3Dpci0:0:31:2 handle=3D\_SB_.PCI0.SAT1 ahcich4 at channel=3D0 ahcich5 at channel=3D1 ahcich6 at channel=3D2 ahcich7 at channel=3D3 ahcich8 at channel=3D4 ahcich9 at channel=3D5 ahciem1 unknown pnpinfo vendor=3D0x8086 device=3D0x8d22 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x0c0500 at slot=3D31 function=3D3 = dbsf=3Dpci0:0:31:3 handle=3D\_SB_.PCI0.SMBS unknown pnpinfo vendor=3D0x8086 device=3D0x8d24 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x118000 at slot=3D31 function=3D6 = dbsf=3Dpci0:0:31:6 handle=3D\_SB_.PCI0.TERM unknown pnpinfo _HID=3DPNP0003 _UID=3D0 at handle=3D\_SB_.PCI0.APIC atdma0 pnpinfo _HID=3DPNP0200 _UID=3D0 at = handle=3D\_SB_.PCI0.LPC0.DMAC atrtc0 pnpinfo _HID=3DPNP0B00 _UID=3D0 at = handle=3D\_SB_.PCI0.LPC0.RTC_ unknown pnpinfo _HID=3DPNP0000 _UID=3D0 at = handle=3D\_SB_.PCI0.LPC0.PIC_ fpupnp0 pnpinfo _HID=3DPNP0C04 _UID=3D0 at = handle=3D\_SB_.PCI0.LPC0.FPU_ attimer0 pnpinfo _HID=3DPNP0100 _UID=3D0 at = handle=3D\_SB_.PCI0.LPC0.TMR_ unknown pnpinfo _HID=3DPNP0800 _UID=3D0 at = handle=3D\_SB_.PCI0.LPC0.SPKR hpet0 pnpinfo _HID=3DPNP0103 _UID=3D0 at handle=3D\_SB_.PCI0.LPC0.HPET= acpi_sysresource0 pnpinfo _HID=3DPNP0C02 _UID=3D16 at = handle=3D\_SB_.PCI0.LPC0.XTRA acpi_sysresource1 pnpinfo _HID=3DPNP0C02 _UID=3D0 at = handle=3D\_SB_.PCI0.LPC0.SIO1 uart0 pnpinfo _HID=3DPNP0501 _UID=3D0 at handle=3D\_SB_.PCI0.LPC0.UAR1= uart1 pnpinfo _HID=3DPNP0501 _UID=3D1 at handle=3D\_SB_.PCI0.LPC0.UAR2= unknown pnpinfo _HID=3DIPI0001 _UID=3D0 at = handle=3D\_SB_.PCI0.LPC0.SPMI pcib14 pnpinfo _HID=3DPNP0A08 _UID=3D64 at handle=3D\_SB_.PCI1 = _PXM=3D1 pci14 pcib15 pnpinfo vendor=3D0x8086 device=3D0x6f01 subvendor=3D0x8086 = subdevice=3D0x0000 class=3D0x060400 at slot=3D0 function=3D0 = dbsf=3Dpci0:128:0:0 handle=3D\_SB_.PCI1.IIOP pci15 pcib16 pnpinfo vendor=3D0x8086 device=3D0x6f02 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D1 function=3D0 = dbsf=3Dpci0:128:1:0 handle=3D\_SB_.PCI1.QR1A pci16 ix2 pnpinfo vendor=3D0x8086 device=3D0x10fb subvendor=3D0x15d9= subdevice=3D0x0611 class=3D0x020000 at slot=3D0 function=3D0 = dbsf=3Dpci0:130:0:0 handle=3D\_SB_.PCI1.QR1A.H000 ix3 pnpinfo vendor=3D0x8086 device=3D0x10fb subvendor=3D0x15d9= subdevice=3D0x0611 class=3D0x020000 at slot=3D0 function=3D1 = dbsf=3Dpci0:130:0:1 handle=3D\_SB_.PCI1.QR1A.H001 pcib17 pnpinfo vendor=3D0x8086 device=3D0x6f04 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D2 function=3D0 = dbsf=3Dpci0:128:2:0 handle=3D\_SB_.PCI1.QR2A pci17 nvme6 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:131:0:0 handle=3D\_SB_.PCI1.QR2A.H000 pcib18 pnpinfo vendor=3D0x8086 device=3D0x6f05 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D2 function=3D1 = dbsf=3Dpci0:128:2:1 handle=3D\_SB_.PCI1.QR2B pci18 nvme7 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:132:0:0 handle=3D\_SB_.PCI1.QR2B.H000 pcib19 pnpinfo vendor=3D0x8086 device=3D0x6f06 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D2 function=3D2 = dbsf=3Dpci0:128:2:2 handle=3D\_SB_.PCI1.QR2C pci19 nvme8 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:133:0:0 handle=3D\_SB_.PCI1.QR2C.H000 pcib20 pnpinfo vendor=3D0x8086 device=3D0x6f07 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D2 function=3D3 = dbsf=3Dpci0:128:2:3 handle=3D\_SB_.PCI1.QR2D pci20 nvme9 pnpinfo vendor=3D0x8086 device=3D0x0953 = subvendor=3D0x8086 subdevice=3D0x3705 class=3D0x010802 at slot=3D0 = function=3D0 dbsf=3Dpci0:134:0:0 handle=3D\_SB_.PCI1.QR2D.H000 pcib21 pnpinfo vendor=3D0x8086 device=3D0x6f08 subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D3 function=3D0 = dbsf=3Dpci0:128:3:0 handle=3D\_SB_.PCI1.QR3A pci21 pcib22 pnpinfo vendor=3D0x8086 device=3D0x6f0a subvendor=3D0x15d9 = subdevice=3D0x0844 class=3D0x060400 at slot=3D3 function=3D2 = dbsf=3Dpci0:128:3:2 handle=3D\_SB_.PCI1.QR3C pci22 unknown pnpinfo vendor=3D0x8086 device=3D0x6f20 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D0 = dbsf=3Dpci0:128:4:0 handle=3D\_SB_.PCI1.CB1A unknown pnpinfo vendor=3D0x8086 device=3D0x6f21 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D1 = dbsf=3Dpci0:128:4:1 handle=3D\_SB_.PCI1.CB1B unknown pnpinfo vendor=3D0x8086 device=3D0x6f22 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D2 = dbsf=3Dpci0:128:4:2 handle=3D\_SB_.PCI1.CB1C unknown pnpinfo vendor=3D0x8086 device=3D0x6f23 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D3 = dbsf=3Dpci0:128:4:3 handle=3D\_SB_.PCI1.CB1D unknown pnpinfo vendor=3D0x8086 device=3D0x6f24 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D4 = dbsf=3Dpci0:128:4:4 handle=3D\_SB_.PCI1.CB1E unknown pnpinfo vendor=3D0x8086 device=3D0x6f25 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D5 = dbsf=3Dpci0:128:4:5 handle=3D\_SB_.PCI1.CB1F unknown pnpinfo vendor=3D0x8086 device=3D0x6f26 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D6 = dbsf=3Dpci0:128:4:6 handle=3D\_SB_.PCI1.CB1G unknown pnpinfo vendor=3D0x8086 device=3D0x6f27 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D4 function=3D7 = dbsf=3Dpci0:128:4:7 handle=3D\_SB_.PCI1.CB1H unknown pnpinfo vendor=3D0x8086 device=3D0x6f28 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D5 function=3D0 = dbsf=3Dpci0:128:5:0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f29 subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D5 function=3D1 = dbsf=3Dpci0:128:5:1 handle=3D\_SB_.PCI1.MHP0 unknown pnpinfo vendor=3D0x8086 device=3D0x6f2a subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x088000 at slot=3D5 function=3D2 = dbsf=3Dpci0:128:5:2 ioapic1 pnpinfo vendor=3D0x8086 device=3D0x6f2c subvendor=3D0x15d9= subdevice=3D0x0844 class=3D0x080020 at slot=3D5 function=3D4 = dbsf=3Dpci0:128:5:4 unknown pnpinfo _HID=3DPNP0A08 _UID=3D128 at handle=3D\_SB_.PCI2 = _PXM=3D2 (disabled) unknown pnpinfo _HID=3DPNP0A08 _UID=3D192 at handle=3D\_SB_.PCI3 = _PXM=3D3 (disabled) acpi_button0 pnpinfo _HID=3DPNP0C0C _UID=3D170 at handle=3D\_SB_.PWRB unknown pnpinfo _HID=3DPNP0C33 _UID=3D0 at handle=3D\_SB_.WERR unknown pnpinfo _HID=3DPNP0C14 _UID=3D0 at handle=3D\_SB_.SRIO unknown pnpinfo _HID=3DPNP0C31 _UID=3D1 at handle=3D\_SB_.TPM_ = (disabled) pci_link0 pnpinfo _HID=3DPNP0C0F _UID=3D1 at handle=3D\_SB_.LNKA pci_link1 pnpinfo _HID=3DPNP0C0F _UID=3D2 at handle=3D\_SB_.LNKB pci_link2 pnpinfo _HID=3DPNP0C0F _UID=3D3 at handle=3D\_SB_.LNKC pci_link3 pnpinfo _HID=3DPNP0C0F _UID=3D4 at handle=3D\_SB_.LNKD pci_link4 pnpinfo _HID=3DPNP0C0F _UID=3D5 at handle=3D\_SB_.LNKE pci_link5 pnpinfo _HID=3DPNP0C0F _UID=3D6 at handle=3D\_SB_.LNKF pci_link6 pnpinfo _HID=3DPNP0C0F _UID=3D7 at handle=3D\_SB_.LNKG pci_link7 pnpinfo _HID=3DPNP0C0F _UID=3D8 at handle=3D\_SB_.LNKH unknown pnpinfo _HID=3DACPI000D _UID=3D0 at handle=3D\_SB_.PMT1 acpi_timer0 pnpinfo unknown at unknown root@pruebanvme2:~ #=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?94BCCD03-F27E-4038-AE58-5240EE96FE70>