Date: Sat, 2 Mar 2002 21:42:51 -0800 (PST) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 src/sys/i386/i386 genassym.c nexus.c src/sys/i386/include bus.h bus_at386.h bus_dma.h bus_pc98.h bus_pio_ind.h src/sys/i386/isa isa.c src/sys/pc98/i386 busio.s busiosubr.c Message-ID: <200203030542.g235gpr67868@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nyan 2002/03/02 21:42:50 PST
Modified files: (Branch: RELENG_4)
sys/conf files.pc98
sys/i386/i386 genassym.c nexus.c
sys/i386/include bus.h bus_at386.h bus_pc98.h
sys/i386/isa isa.c
Added files: (Branch: RELENG_4)
sys/i386/include bus_dma.h
sys/pc98/i386 busio.s busiosubr.c
Removed files: (Branch: RELENG_4)
sys/i386/include bus_pio_ind.h
Log:
MFC: the changes of the bus_space stuff.
- Move the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.
- Add '#include <machine/bus_dma.h>' into bus.h.
- Add the bus_space_subregion(), bus_space_unmap() and bus_space_free()
supports.
- Rewrite the pc98 bus_space stuff.
Revision Changes Path
1.140.2.30 +2 -0 src/sys/conf/files.pc98
1.86.2.3 +8 -1 src/sys/i386/i386/genassym.c
1.26.2.6 +19 -25 src/sys/i386/i386/nexus.c
1.7.2.2 +1 -0 src/sys/i386/include/bus.h
1.8.2.3 +30 -154 src/sys/i386/include/bus_at386.h
1.15.2.1 +221 -0 src/sys/i386/include/bus_dma.h (new)
1.8.2.5 +432 -1497 src/sys/i386/include/bus_pc98.h
1.1.2.2 +0 -31 src/sys/i386/include/bus_pio_ind.h (dead)
1.132.2.5 +21 -16 src/sys/i386/isa/isa.c
1.1.2.1 +1671 -0 src/sys/pc98/i386/busio.s (new)
1.3.2.1 +273 -0 src/sys/pc98/i386/busiosubr.c (new)
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?200203030542.g235gpr67868>
