From owner-cvs-all Sat Mar 2 21:42:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2312F37B400; Sat, 2 Mar 2002 21:42:51 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g235gpr67868; Sat, 2 Mar 2002 21:42:51 -0800 (PST) (envelope-from nyan) Message-Id: <200203030542.g235gpr67868@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 2 Mar 2002 21:42:51 -0800 (PST) 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 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 ' 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