Modified I386_BUS_SPACE_xxx values.

Note these may still not be correct.
This commit is contained in:
Jennifer Averett 2012-07-09 10:20:02 -05:00
parent c537dc207c
commit a0da9b6246

View File

@ -118,7 +118,12 @@
#include <freebsd/machine/cpufunc.h>
#include <freebsd/machine/resource.h>
#if 0
#define I386_BUS_SPACE_IO SYS_RES_IOPORT
#else
#define I386_BUS_SPACE_IO 0 /* space is i/o space */
#define I386_BUS_SPACE_MEM 1 /* space is mem space */
#endif
/*
* Read a 1, 2, 4, or 8 byte quantity from bus space