This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1a6bed6863
freebsd-nq
/
usr.sbin
/
pciconf
/
pathnames.h
4 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Update to improve handling of verbose PCI vendor/device information. - 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.
2000-12-07 10:52:59 +00:00
/* $FreeBSD$ */
Initial version of the user land code for the PCI config register access functions. Written by Garrett Wollman and modified by me to better match my view of the (PCI) world. Submitted by: wollman
1996-10-22 20:27:47 +00:00
#
define _PATH_DEVPCI "
/
dev
/
pci"
Update to improve handling of verbose PCI vendor/device information. - 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.
2000-12-07 10:52:59 +00:00
#
define _PATH_PCIVDB "
/
usr
/
share
/
misc
/
pci_vendors"
Reference in New Issue
Copy Permalink