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:
imp 2010-01-11 17:14:10 +00:00
parent cdcbec7f04
commit c7ec83b0be

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>