mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 03:57:19 +08:00
Modified I386_BUS_SPACE_xxx values.
Note these may still not be correct.
This commit is contained in:
parent
c537dc207c
commit
a0da9b6246
@ -118,7 +118,12 @@
|
|||||||
#include <freebsd/machine/cpufunc.h>
|
#include <freebsd/machine/cpufunc.h>
|
||||||
#include <freebsd/machine/resource.h>
|
#include <freebsd/machine/resource.h>
|
||||||
|
|
||||||
|
#if 0
|
||||||
#define I386_BUS_SPACE_IO SYS_RES_IOPORT
|
#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
|
* Read a 1, 2, 4, or 8 byte quantity from bus space
|
||||||
|
Loading…
x
Reference in New Issue
Block a user