From b1e8343fdf030b703725b69c480e87498e6339ef Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 14 Mar 2004 23:03:57 +0000 Subject: Remove isa compat stuff. Only cy, bs and wd in the tree still use it. I have a replacement for cy that I need to test on ISA and PCI cards. bs and wd are pc98 only drivers that appear to no longer be necessary. I'll be removing them when I hear back from the pc98 people. --- sys/conf/files.i386 | 2 -- sys/conf/files.pc98 | 2 -- sys/conf/options.i386 | 1 - sys/conf/options.pc98 | 1 - 4 files changed, 6 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 0161cc6..d0a98b8 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -266,8 +266,6 @@ i386/isa/elink.c optional ep i386/isa/elink.c optional ie i386/isa/if_el.c count el i386/isa/isa.c optional isa -i386/isa/isa_compat.c optional isa compat_oldisa \ - warning "Old ISA driver compatibility shims present." i386/isa/isa_dma.c optional isa i386/isa/mse.c optional mse i386/isa/nmi.c standard diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index d0a3f66..1371a88 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -203,8 +203,6 @@ i386/isa/cy.c count cy i386/isa/elink.c optional ep i386/isa/elink.c optional ie i386/isa/isa.c optional isa -i386/isa/isa_compat.c optional isa compat_oldisa \ - warning "Old ISA driver compatibility shims present." i386/isa/npx.c optional npx i386/isa/pmtimer.c optional pmtimer i386/isa/prof_machdep.c optional profiling-routine diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 4c7495a..24a6584 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -4,7 +4,6 @@ AUTO_EOI_1 opt_auto_eoi.h AUTO_EOI_2 opt_auto_eoi.h BROKEN_KEYBOARD_RESET opt_reset.h -COMPAT_OLDISA DISABLE_PG_G opt_pmap.h DISABLE_PSE opt_pmap.h I586_PMC_GUPROF opt_i586_guprof.h diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index d579f32..d9414df 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -3,7 +3,6 @@ AUTO_EOI_1 opt_auto_eoi.h BROKEN_KEYBOARD_RESET opt_reset.h -COMPAT_OLDISA DISABLE_PG_G opt_pmap.h DISABLE_PSE opt_pmap.h I586_PMC_GUPROF opt_i586_guprof.h -- cgit v1.1