Date: Fri, 22 Apr 2022 14:40:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 263469] PCI class 0x13 (instrumentation) not given a name Message-ID: <bug-263469-227-w1X0qh7aAD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263469-227@https.bugs.freebsd.org/bugzilla/> References: <bug-263469-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263469 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Df010b9c2b9b0a550656de8a5b5ad14696= 30c3e2c commit f010b9c2b9b0a550656de8a5b5ad1469630c3e2c Author: John F. Carr <jfc@mit.edu> AuthorDate: 2022-04-22 14:28:34 +0000 Commit: Stefan E=C3=9Fer <se@FreeBSD.org> CommitDate: 2022-04-22 14:39:23 +0000 pci: recognize "non-essential instrumentation" devices Some AMD EPYC VCPUs generated boot message of the type: pci4: <unknown> at device 0.0 (no driver attached) These are displayed for device class 0x13 devices, e.g.: none8@pci0:130:0:0: class=3D0x130000 rev=3D0x00 hdr=3D0x00 vendor= =3D0x1022 \ device=3D0x148a subvendor=3D0x1022 subdevice=3D= 0x148a vendor =3D 'Advanced Micro Devices, Inc. [AMD]' device =3D 'Starship/Matisse PCIe Dummy Function' class =3D non-essential instrumentation Since these devices serve no purpose (no driver attaches) I have enabled the reporting of suich devices only for verbose boots (a diversion from the patch provided in the PR). A verbose boot will now display such devices as: pci4: <non-essential instrumentation> at device 0.0 (no driver attach= ed) PR: 263469 Reported by: jfc@mit.edu (John F. Carr) MFC after: 1 week sys/dev/pci/pci.c | 1 + 1 file changed, 1 insertion(+) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263469-227-w1X0qh7aAD>