From d008d67effaa6b86d439d56ffa8cb31f25706684 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 19 Jan 2001 13:06:37 +0000 Subject: [PATCH] At great personal risk to my sanity, turn off COMPAT_OLDISA and the two drivers that depend on it - ie and le. The compat code has not been disabled. --- sys/amd64/conf/GENERIC | 5 ++--- sys/i386/conf/GENERIC | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index e26923b61daa..10503a5b1051 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -64,7 +64,6 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device eisa device pci -options COMPAT_OLDISA # compatability shims for le # Floppy drives device fdc @@ -193,8 +192,8 @@ device sn # SMC's 9000 series of ethernet chips device xe # Xircom pccard ethernet # The probe order of these is presently determined by i386/isa/isa_compat.c. -device ie -device le +#device ie +#device le device lnc # Wireless NIC cards diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index e26923b61daa..10503a5b1051 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -64,7 +64,6 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device eisa device pci -options COMPAT_OLDISA # compatability shims for le # Floppy drives device fdc @@ -193,8 +192,8 @@ device sn # SMC's 9000 series of ethernet chips device xe # Xircom pccard ethernet # The probe order of these is presently determined by i386/isa/isa_compat.c. -device ie -device le +#device ie +#device le device lnc # Wireless NIC cards