FreeBSD-hackers list is added.
KATO Takenori <[EMAIL PROTECTED]> wrote:
> I didn't realize the difference in type of bus_space_handle_t. So,
> bus.h needs to be separated into bus_at386.h and bus_pc98.h.
I revised bus space patch. This patch does:
1. copy bus.h to bus_at386.h. The bus_at386.h doesn't support
indirection.
2. add bus_pc98.h. The bus_pc98.h supports indirection.
3. make new bus.h. The bus.h includes bus_at386.h or bus_pc98.h.
4. modify isa.c and nexus.c to support indirection.
Indirection is enabled only when PC98 is defined.
Because the pache is too large to attach on this mail, I put it as:
http://www.freebsd.org/~kato/patches/busspace.diff.gz
-----------------------------------------------+--------------------------+
KATO Takenori <[EMAIL PROTECTED]> | FreeBSD |
Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! |
Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ |
|http://www.jp.FreeBSD.org/|
++++ FreeBSD(98) 3.3R-Rev. 01 available! +==========================+
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message