Date: Sat, 22 May 1999 08:18:30 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa.c isa_compat.c src/sys/alpha/isa isa.c src/sys/conf files src/sys/isa isa_common.c isa_common.h isa_if.m isahint.c isavar.h Message-ID: <199905221518.IAA44946@freefall.freebsd.org>
index | next in thread | raw e-mail
dfr 1999/05/22 08:18:30 PDT
Modified files:
sys/i386/isa isa.c isa_compat.c
sys/alpha/isa isa.c
sys/conf files
sys/isa isahint.c isavar.h
Added files:
sys/isa isa_common.c isa_common.h isa_if.m
Log:
* Factor out the common code between the isa bus drivers for i386 and alpha.
* Re-work the resource allocation code to use helper functions in subr_bus.c.
* Add simple isa interface for manipulating the resource ranges which can be
allocated and remove the code from isa_write_ivar() which was previously
used for this purpose.
Revision Changes Path
1.127 +32 -431 src/sys/i386/isa/isa.c
1.10 +57 -23 src/sys/i386/isa/isa_compat.c
1.16 +71 -419 src/sys/alpha/isa/isa.c
1.217 +15 -0 src/sys/conf/files
1.2 +20 -17 src/sys/isa/isahint.c
1.7 +3 -2 src/sys/isa/isavar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905221518.IAA44946>
