Date: Sun, 17 Feb 2002 01:16:45 -0800 (PST) From: Takahashi Yoshihiro <nyan@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_pc98.h src/sys/i386/isa isa.c src/sys/pc98/i386 busiosubr.c Message-ID: <200202170916.g1H9Gjh71997@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nyan 2002/02/17 01:16:45 PST Modified files: sys/i386/i386 nexus.c sys/i386/include bus_pc98.h sys/i386/isa isa.c sys/pc98/i386 busiosubr.c Log: - Split the routine to initialize a bus_space_handle into the separate function. - Only access a bus_space_handle if the resource type is SYS_RES_MEMORY or SYS_RES_IOPORT. - Add the bus_space_subregion supports. Revision Changes Path 1.46 +18 -33 src/sys/i386/i386/nexus.c 1.21 +25 -0 src/sys/i386/include/bus_pc98.h 1.142 +7 -5 src/sys/i386/isa/isa.c 1.2 +114 -0 src/sys/pc98/i386/busiosubr.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?200202170916.g1H9Gjh71997>