summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-27 12:44:57 +0000
committerphk <phk@FreeBSD.org>1998-12-27 12:44:57 +0000
commit2225f39db313f8cdb0b0f115337955924684df79 (patch)
tree34cfc55e458c1905e85f2dbc63dbc1224230fbd6 /sys/conf
parent77de2e7413bc386d29ba75317ca9630c99a5e698 (diff)
downloadFreeBSD-src-2225f39db313f8cdb0b0f115337955924684df79.zip
FreeBSD-src-2225f39db313f8cdb0b0f115337955924684df79.tar.gz
Pre 3.0 branch cleanup casualty #3: 3c505 ethernet support
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files.i3863
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f7a219d..064d099 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.512 1998/12/27 12:35:35 phk Exp $
+# $Id: LINT,v 1.513 1998/12/27 12:40:07 phk Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1129,7 +1129,6 @@ device ar0 at isa? port 0x300 net irq 10 iomem 0xd0000
device cs0 at isa? port 0x300 net irq ?
device cx0 at isa? port 0x240 net irq 15 drq 7
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000
-device eg0 at isa? port 0x310 net irq 5
device el0 at isa? port 0x300 net irq 9
device ep0 at isa? port 0x300 net irq 10
device ex0 at isa? port? net irq?
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 18549df..8c1358a 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.207 1998/12/21 18:04:20 joerg Exp $
+# $Id: files.i386,v 1.208 1998/12/27 12:40:07 phk Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -116,7 +116,6 @@ i386/isa/if_ar.c optional ar device-driver
i386/isa/if_cs.c optional cs device-driver
i386/isa/if_cx.c optional cx device-driver
i386/isa/if_ed.c optional ed device-driver
-i386/isa/if_eg.c optional eg device-driver
i386/isa/if_el.c optional el device-driver
i386/isa/if_ep.c optional ep device-driver
i386/isa/if_ex.c optional ex device-driver
OpenPOWER on IntegriCloud