Remove #if 0'ed abuse of NPCI

This commit is contained in:
peter 2002-07-21 05:16:56 +00:00
parent 85e34e619c
commit d7b7b390ad

View File

@ -53,11 +53,8 @@
* attempt to perform memory mapped I/O.
*/
#if 0
#include "pci.h"
#if NPCI > 0
#include <machine/bus_memio.h>
#endif
#endif
#include <machine/bus_pio.h>
#include <machine/bus.h>
#include <sys/rman.h>