summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-12-10 10:45:11 +0000
committerphk <phk@FreeBSD.org>1999-12-10 10:45:11 +0000
commitf4febe538dac10815b00750a63cf5c54cdabfae9 (patch)
tree951537a5370dc265f21b108da0e92a2df578274f /sys/i386/conf
parentc48451203a194b8b0c9f644aad17d077d8593513 (diff)
downloadFreeBSD-src-f4febe538dac10815b00750a63cf5c54cdabfae9.zip
FreeBSD-src-f4febe538dac10815b00750a63cf5c54cdabfae9.tar.gz
Remove the if_ze and if_zp drivers.
These drivers were cloned from the ed and ep drivers back in 1994 when PCMCIA cards were a very new thing and we had no other support for such devices. They treated the PCIC (the chip which controls the PCCARD slot) as part of their device and generally hacked their way to success. They have significantly bit-rotted relative to their ancestor drivers (ed & ep) and they were a dead-end on the evolution path to proper PCCARD support in FreeBSD. They have been terminally broken since August 18 where mdodd forgot them and nobody seems to have missed them enough to fix them since. I found no outstanding PRs against these drivers.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC6
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
-rw-r--r--sys/i386/conf/PCCARD6
-rw-r--r--sys/i386/conf/files.i3864
5 files changed, 0 insertions, 24 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 8ffe394..731267f 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -190,12 +190,6 @@ device cs0 at isa? port 0x300 irq ?
# requires PCCARD (PCMCIA) support to be activated
#device xe0 at isa? port? irq ?
-# PCCARD NIC drivers.
-# ze and zp take over the pcic and cannot coexist with generic pccard
-# support, nor the ed and ep drivers they replace.
-#device ze0 at isa? port 0x300 irq 10 iomem 0xd8000
-#device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
-
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index b6775be..c98937f 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1297,10 +1297,6 @@ options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
device wl0 at isa? port 0x300 irq ?
device xe0 at isa? port? irq ?
-# We can (bogusly) include both the dedicated PCCARD drivers and the generic
-# support when COMPILING_LINT.
-device ze0 at isa? port 0x300 irq 5 iomem 0xd8000
-device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
device oltr0 at isa?
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b6775be..c98937f 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1297,10 +1297,6 @@ options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
device wl0 at isa? port 0x300 irq ?
device xe0 at isa? port? irq ?
-# We can (bogusly) include both the dedicated PCCARD drivers and the generic
-# support when COMPILING_LINT.
-device ze0 at isa? port 0x300 irq 5 iomem 0xd8000
-device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
device oltr0 at isa?
diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD
index 148ce23..ee1b016 100644
--- a/sys/i386/conf/PCCARD
+++ b/sys/i386/conf/PCCARD
@@ -191,12 +191,6 @@ device cs0 at isa? port 0x300 irq ?
# requires PCCARD (PCMCIA) support to be activated
device xe0 at isa? port? irq ?
-# PCCARD NIC drivers.
-# ze and zp take over the pcic and cannot coexist with generic pccard
-# support, nor the ed and ep drivers they replace.
-#device ze0 at isa? port 0x300 irq 10 iomem 0xd8000
-#device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
-
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 39c1c66..4f09bb9 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -226,8 +226,6 @@ i386/isa/if_sr.c optional sr
i386/isa/if_wi.c optional wi card
i386/isa/if_wl.c optional wl
i386/isa/if_wlp.c optional wlp
-i386/isa/if_ze.c optional ze
-i386/isa/if_zp.c optional zp
i386/isa/intr_machdep.c standard
i386/isa/ipl_funcs.c standard \
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
@@ -245,8 +243,6 @@ i386/isa/npx.c mandatory npx
i386/isa/pcaudio.c optional pca
i386/isa/pcf.c optional pcf
i386/isa/pcibus.c optional pci
-i386/isa/pcicx.c optional ze
-i386/isa/pcicx.c optional zp
i386/isa/pcvt/pcvt_drv.c optional vt
i386/isa/pcvt/pcvt_ext.c optional vt
i386/isa/pcvt/pcvt_kbd.c optional vt
OpenPOWER on IntegriCloud