1ed2002089
Given the pciids database on ports is updated more often than the one in base prefer this version if present, otherwise read the one from base. MFC after: 1 week Relnotes: yes Differential Revision: https://reviews.freebsd.org/D3391
5 lines
155 B
C
5 lines
155 B
C
/* $FreeBSD$ */
|
|
#define _PATH_DEVPCI "/dev/pci"
|
|
#define _PATH_PCIVDB "/usr/share/misc/pci_vendors"
|
|
#define _PATH_LPCIVDB "/usr/local/share/pciids/pci.ids"
|