summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-03-14 23:03:57 +0000
committerimp <imp@FreeBSD.org>2004-03-14 23:03:57 +0000
commitb1e8343fdf030b703725b69c480e87498e6339ef (patch)
tree8698639af8b8b93ddd9bf43355d2f48f72a07c2e /sys/conf
parente9e7dbbcb812308aff828ce9031da5a08fb79c27 (diff)
downloadFreeBSD-src-b1e8343fdf030b703725b69c480e87498e6339ef.zip
FreeBSD-src-b1e8343fdf030b703725b69c480e87498e6339ef.tar.gz
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.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.pc982
-rw-r--r--sys/conf/options.i3861
-rw-r--r--sys/conf/options.pc981
4 files changed, 0 insertions, 6 deletions
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
OpenPOWER on IntegriCloud