diff options
| author | Paul Richards <paul@FreeBSD.org> | 2000-12-20 11:24:47 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 2000-12-20 11:24:47 +0000 |
| commit | 3164c5878ae274ca93fd3651d88eba4f6a297225 (patch) | |
| tree | ae8317442efdb348b23ae35b11b67d8814abf03a | |
| parent | a8513d6f697e47189109a53f001e7c6ec3822db7 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 4 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 2afb33b3280d..aa003d04bd96 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/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. diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 2afb33b3280d..aa003d04bd96 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. |
