From owner-cvs-all Sun May 28 6:30:51 2000 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 375B337B513; Sun, 28 May 2000 06:30:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA00505; Sun, 28 May 2000 06:30:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200005281330.GAA00505@freefall.freebsd.org> From: Peter Wemm Date: Sun, 28 May 2000 06:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c isa_device.h isa.c isa_compat.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/05/28 06:30:45 PDT Modified files: sys/i386/isa isa_compat.c isa_device.h isa.c Removed files: sys/i386/isa isa_compat.h Log: Redo the isa compat driver shim so that each driver is self contained and does not require that evil list of drivers in isa_compat.h. It uses the same strategy that pci drivers use, namely a COMPAT_ISA_DRIVER() macro that creates the glue on the fly. Theoretically old-style isa drivers should be preloadable now. Revision Changes Path 1.22 +21 -28 src/sys/i386/isa/isa_compat.c 1.71 +16 -5 src/sys/i386/isa/isa_device.h 1.135 +1 -6 src/sys/i386/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message