diff options
author | paul <paul@FreeBSD.org> | 2000-12-20 11:24:47 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 2000-12-20 11:24:47 +0000 |
commit | a0117ce2f8cb6e610a33849619582df3d03b3b77 (patch) | |
tree | 92faf4125e6dd95c6c5c7fbd8e6a0e387717ae27 /sys/i386 | |
parent | 44f312b9eb439044771b085964c1ae450b3f6331 (diff) | |
download | FreeBSD-src-a0117ce2f8cb6e610a33849619582df3d03b3b77.zip FreeBSD-src-a0117ce2f8cb6e610a33849619582df3d03b3b77.tar.gz |
Re-enable the lnc driver in GENERIC.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 2afb33b..aa003d0 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -65,7 +65,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device eisa device pci -options COMPAT_OLDISA # compatability shims for lnc, le +options COMPAT_OLDISA # compatability shims for le # Floppy drives device fdc @@ -196,7 +196,7 @@ device xe # Xircom pccard ethernet # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie device le -#device lnc +device lnc # Wireless NIC cards device an # Aironet 4500/4800 802.11 wireless NICs. |