From owner-cvs-all Sat May 22 8:18:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C57CD14D93; Sat, 22 May 1999 08:18:30 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44946; Sat, 22 May 1999 08:18:30 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905221518.IAA44946@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 08:18:30 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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