summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-12-07 03:51:19 +0000
committerimp <imp@FreeBSD.org>2003-12-07 03:51:19 +0000
commitcc5bc0492d42bab7603e9a93a03766b98ced741f (patch)
tree48a20b6caa4445a73dd598a9642a103f94ca0fe1 /sys/conf
parent23ad917e96e88cd92732fc6a2143c7b4d4c61ceb (diff)
downloadFreeBSD-src-cc5bc0492d42bab7603e9a93a03766b98ced741f.zip
FreeBSD-src-cc5bc0492d42bab7603e9a93a03766b98ced741f.tar.gz
First part of the removal of drivers for hardware that isn't relevant
or whose drivers haven't even compiled for years. The loran hardware was very unique, and only a few copies of it ever existed. It used the old COMPAT_ISA_DRIVER and when the author was contacted, he indicated that he had no intention of ever updating this driver and it was no longer relevant to the FreeBSD world and can be removed without impact to anybody. Approved by: phk
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3861
-rw-r--r--sys/conf/files.pc981
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 1f3f1bf..3470dd9 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -260,7 +260,6 @@ 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/istallion.c optional stli nowerror
-i386/isa/loran.c optional loran
i386/isa/mse.c optional mse
i386/isa/nmi.c standard
i386/isa/npx.c optional npx
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 0978758..4993055 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -216,7 +216,6 @@ i386/isa/isa.c optional isa
i386/isa/isa_compat.c optional isa compat_oldisa \
warning "Old ISA driver compatibility shims present."
i386/isa/istallion.c optional stli nowerror
-i386/isa/loran.c optional loran
i386/isa/npx.c optional npx
i386/isa/pmtimer.c optional pmtimer
i386/isa/prof_machdep.c optional profiling-routine
OpenPOWER on IntegriCloud