Fix build with NEW_PCIB defined.

This commit is contained in:
John Baldwin 2011-07-16 14:06:02 +00:00
parent 869e878c19
commit c6e81a1626

View File

@ -32,11 +32,18 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#ifdef NEW_PCIB
#include <sys/rman.h>
#endif
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
#ifdef NEW_PCIB
#include <dev/pci/pcivar.h>
#include <dev/pci/pcib_private.h>
#endif
#include <x86/apicreg.h>
#include <x86/mptable.h>
#include <machine/frame.h>