Date: Tue, 28 Mar 2000 19:15:25 -0800 (PST) From: KATO Takenori <kato@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c src/sys/i386/include bus_pio_ind.h bus.h bus_at386.h bus_pc98.h src/sys/i386/isa isa.c Message-ID: <200003290315.TAA23713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kato 2000/03/28 19:15:24 PST
Modified files:
sys/i386/i386 nexus.c
sys/i386/include bus.h bus_at386.h bus_pc98.h
sys/i386/isa isa.c
Added files:
sys/i386/include bus_pio_ind.h
Log:
Added indirect pio into the bus space stuff for the NEC PC-98. bus.h
includes one of bus_at386.h and bus_pc98.h. Becuase only bus_pc98.h
supports indirect pio and bus_at386.h is identical to old bus.h, there
is no functional change in PC-AT's kernels. That is, it cannot cause
performance loss.
Submitted by: nyan
Reviewed by: imp
bde and luoqi provided useful comments for earlier version.
Revision Changes Path
1.27 +21 -1 src/sys/i386/i386/nexus.c
1.8 +17 -1263 src/sys/i386/include/bus.h
1.8 +4 -4 src/sys/i386/include/bus_at386.h
1.8 +491 -147 src/sys/i386/include/bus_pc98.h
1.134 +103 -1 src/sys/i386/isa/isa.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003290315.TAA23713>
