Prefer new location of pci include files (which have only been in the

tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
This commit is contained in:
imp 2003-08-22 06:17:16 +00:00
parent d29b0e3442
commit ed7e4f2ae7

View File

@ -40,7 +40,7 @@
#include <dev/sio/siovar.h>
#include <pci/pcivar.h>
#include <dev/pci/pcivar.h>
static int sio_pci_attach(device_t dev);
static void sio_pci_kludge_unit(device_t dev);