mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
a54bc9d028
- 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.
4 lines
99 B
C
4 lines
99 B
C
/* $FreeBSD$ */
|
|
#define _PATH_DEVPCI "/dev/pci"
|
|
#define _PATH_PCIVDB "/usr/share/misc/pci_vendors"
|