mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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"
|