Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2022 13:45:32 +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@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263469

            Bug ID: 263469
           Summary: PCI class 0x13 (instrumentation) not given a name
           Product: Base System
           Version: 13.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: jfc@mit.edu

Created attachment 233395
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233395&action=
=3Dedit
Recognize class 0x13 as instrumentation

I attached a patch to give a correct name to PCI device class 0x13 when no
driver attaches.

While scanning devices my AMD server (HPE ProLiant DL325, AMD EPYC 7402P)
reports

pci4: <unknown> at device 0.0 (no driver attached)
pci5: <unknown> at device 0.0 (no driver attached)
pci8: <unknown> at device 0.0 (no driver attached)
pci9: <unknown> at device 0.0 (no driver attached)
pci13: <unknown> at device 0.0 (no driver attached)
pci14: <unknown> at device 0.0 (no driver attached)
pci17: <unknown> at device 0.0 (no driver attached)
pci18: <unknown> at device 0.0 (no driver attached)

These "unknown" class devices come in pairs with an encrypt/decrypt device,
reported by pciconf as

none8@pci0:130:0:0:     class=3D0x130000 rev=3D0x00 hdr=3D0x00 vendor=3D0x1=
022
device=3D0x148a subvendor=3D0x1022 subdevice=3D0x148a
    vendor     =3D 'Advanced Micro Devices, Inc. [AMD]'
    device     =3D 'Starship/Matisse PCIe Dummy Function'
    class      =3D non-essential instrumentation
none9@pci0:130:0:2:     class=3D0x108000 rev=3D0x00 hdr=3D0x00 vendor=3D0x1=
022
device=3D0x1498 subvendor=3D0x1022 subdevice=3D0x1498
    vendor     =3D 'Advanced Micro Devices, Inc. [AMD]'
    device     =3D 'Starship/Matisse PTDMA'
    class      =3D encrypt/decrypt


With my patch I see

pci18: <non-essential instrumentation> at device 0.0 (no driver attached)

--=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>