Page MenuHomeFreeBSD

pci: Add is_pci_device helper function
ClosedPublic

Authored by jhb on May 13 2026, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 3, 1:38 AM
Unknown Object (File)
Sun, Aug 2, 2:02 AM
Unknown Object (File)
Sat, Aug 1, 4:39 AM
Unknown Object (File)
Wed, Jul 29, 12:32 PM
Unknown Object (File)
Mon, Jul 27, 1:26 AM
Unknown Object (File)
Mon, Jul 20, 4:13 PM
Unknown Object (File)
Fri, Jul 17, 11:13 AM
Unknown Object (File)
Thu, Jul 16, 3:53 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.May 13 2026, 8:27 PM
bz added a subscriber: bz.

I was contemplating the name but I couldn't come up with anything nice that started with pci_ ..

share/man/man9/pci.9
26

Please update .Dd before commit

This revision is now accepted and ready to land.May 13 2026, 8:32 PM
In D56996#1305937, @bz wrote:

I was contemplating the name but I couldn't come up with anything nice that started with pci_ ..

Yeah, I couldn't think of a better name either. :(

This revision was automatically updated to reflect the committed changes.