summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-01 04:20:19 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-01 04:20:19 +0000
commit3e32530877a217162c232fa6da436516f7fc3f69 (patch)
tree867171202950ee74e51f653300ed80ed32c9e02b /sys/conf
parentd823f577a1cdeae03e92c02195c76cbd0665d226 (diff)
downloadFreeBSD-src-3e32530877a217162c232fa6da436516f7fc3f69.zip
FreeBSD-src-3e32530877a217162c232fa6da436516f7fc3f69.tar.gz
Remove old ethernet drivers if_ec, if_ne, and if_we from config files
and from files.i386, they are no longer supported.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/files.i3865
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 50a7b59..c89925f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.11 1993/09/30 20:44:32 rgrimes Exp $
+# $Id: LINT,v 1.12 1993/09/30 20:45:37 rgrimes Exp $
#
machine "i386"
@@ -88,10 +88,8 @@ device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fd0 drive 0
disk fd1 at fd0 drive 1
-device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
-device ne0 at isa? port 0x300 net irq 9 vector neintr
#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
#special cased above:
#controller isa0
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 6106066..a60c7ab 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.9 1993/08/21 23:52:36 rgrimes Exp $
+# $Id: files.i386,v 1.10 1993/08/28 13:21:48 rgrimes Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -25,12 +25,9 @@ i386/isa/clock.c standard
i386/isa/com.c optional com device-driver
i386/isa/dcfclk.c optional dcfclk device-driver
i386/isa/fd.c optional fd device-driver
-i386/isa/if_ec.c optional ec device-driver
i386/isa/if_ed.c optional ed device-driver
i386/isa/if_is.c optional is device-driver
i386/isa/if_ix.c optional ix device-driver
-i386/isa/if_ne.c optional ne device-driver
-i386/isa/if_we.c optional we device-driver
i386/isa/isa.c optional isa device-driver
i386/isa/lpa.c optional lpa device-driver
i386/isa/lpt.c optional lpt device-driver
OpenPOWER on IntegriCloud