mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
- Read the database from /usr/share/misc (or wherever else we're pointed) rather than compiling it in. - Decode the class/subclass fields if requested. - Print things in a slightly longer but more readable format.
3 lines
99 B
C
3 lines
99 B
C
/* $FreeBSD$ */
|
|
#define _PATH_DEVPCI "/dev/pci"
|
|
#define _PATH_PCIVDB "/usr/share/misc/pci_vendors"
|