Attached patches provides indirection support in bus space stuff
(submitted by Takahashi-san <[EMAIL PROTECTED]> with minor modification
by me).
I <[EMAIL PROTECTED]> wrote:
> 3. Make new sys/i386/include/bus.h file as:
> #ifdef PC98
> #include <machine/bus_pc98.h>
> #else
> #include <machine/bsu_at386.h>
> #endif
Only one #ifdef in the diff makes it needless. In this patch,
indirection is enabled by default in PC-98 kernel and is disabled by
default in IBM-PC kernel. That is, there is no performance loss in
IBM-PC kernel.
Any comment?
Thanks.
-----------------------------------------------+--------------------------+
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-current" in the body of the message