summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-28 13:30:44 +0000
committerpeter <peter@FreeBSD.org>2000-05-28 13:30:44 +0000
commitacf1d9baa5dba9a9188d0de92398abb8751b88bd (patch)
treece1454ae234018f3f7a3da74a3b5737f948aeb57 /sys/i386/isa/isa.c
parent93273a1f231197296d12c4368772cc7a4837b0bc (diff)
downloadFreeBSD-src-acf1d9baa5dba9a9188d0de92398abb8751b88bd.zip
FreeBSD-src-acf1d9baa5dba9a9188d0de92398abb8751b88bd.tar.gz
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.
Diffstat (limited to 'sys/i386/isa/isa.c')
-rw-r--r--sys/i386/isa/isa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index e9e8203..9c96c4c 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -56,8 +56,6 @@
* SUCH DAMAGE.
*/
-#include "opt_compat_oldisa.h"
-
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/malloc.h>
@@ -72,9 +70,6 @@
void
isa_init(void)
{
-#ifdef COMPAT_OLDISA
- isa_wrap_old_drivers();
-#endif
}
/*
OpenPOWER on IntegriCloud