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:
Warner Losh 2003-08-22 06:17:16 +00:00
parent cace7a2a4d
commit b63ff62456

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);