Even though this driver says it is broken, fix the location of the pci

include files.
This commit is contained in:
Warner Losh 2003-08-23 16:59:16 +00:00
parent b435c7ac5a
commit afe1c7ba84
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119367

View File

@ -62,8 +62,8 @@ __FBSDID("$FreeBSD$");
#ifndef COMPAT_OLDPCI
#error "The stallion pci driver requires the old pci compatibility shims"
#endif
#include <pci/pcivar.h>
#include <pci/pcireg.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#endif
/*****************************************************************************/