Even though this driver says it is broken, fix the location of the pci
include files.
This commit is contained in:
parent
b435c7ac5a
commit
afe1c7ba84
@ -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
|
||||
|
||||
/*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user