Get sb_zbpci.c compiling again after the macros PCI_BUSMAX,

PCI_SLOTMAX and PCI_FUNCMAX were moved to pcireg.h.

Submitted by:	neel@
This commit is contained in:
Warner Losh 2010-01-11 17:14:10 +00:00
parent 7845988449
commit 474dfef751
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202089

View File

@ -39,6 +39,7 @@
#include <vm/vm_extern.h>
#include <vm/pmap.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcib_private.h>