summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-09-15 02:25:41 +0000
committernyan <nyan@FreeBSD.org>2000-09-15 02:25:41 +0000
commit9a01225006bf773df6c594b4763a45b245fa65b4 (patch)
tree6e6417aef80a383095938f09098e9bdddf4a9306 /sys
parentec0b4421756bcb2660340a6c77ecaf6b2d2e8d69 (diff)
downloadFreeBSD-src-9a01225006bf773df6c594b4763a45b245fa65b4.zip
FreeBSD-src-9a01225006bf773df6c594b4763a45b245fa65b4.tar.gz
Moved the fe driver from the compat section to the correct section.
Submitted by: sanpei
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/i386/conf/GENERIC4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 7cc95b2..f02806c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -70,7 +70,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
device isa
device eisa
device pci
-options COMPAT_OLDISA # compatability shims for lnc, fe, le
+options COMPAT_OLDISA # compatability shims for lnc, le
options COMPAT_OLDPCI # compatability shims for lnc, vx
# Floppy drives
@@ -182,6 +182,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device ed
device ex
device ep
+device fe
device cs
device sn
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
@@ -200,7 +201,6 @@ device awi
device xe
# The probe order of these is presently determined by i386/isa/isa_compat.c.
device ie
-device fe
device le
device lnc
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 7cc95b2..f02806c 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -70,7 +70,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
device isa
device eisa
device pci
-options COMPAT_OLDISA # compatability shims for lnc, fe, le
+options COMPAT_OLDISA # compatability shims for lnc, le
options COMPAT_OLDPCI # compatability shims for lnc, vx
# Floppy drives
@@ -182,6 +182,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device ed
device ex
device ep
+device fe
device cs
device sn
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
@@ -200,7 +201,6 @@ device awi
device xe
# The probe order of these is presently determined by i386/isa/isa_compat.c.
device ie
-device fe
device le
device lnc
OpenPOWER on IntegriCloud