From 8f3a0dd4891814d4e1756fe867d88ea75e3af37c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 30 Oct 2001 06:08:56 +0000 Subject: [PATCH] Move device lnc to isa section, since it no longer uses the compat shims. Add comment about lnc. Remove probe order comment from isa_compat.c. That appears to no longer be the case. --- 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 4c3b8f44a161..293e16192dc8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -188,13 +188,12 @@ device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards device ex # Intel EtherExpress Pro/10 and Pro/10+ device ep # Etherlink III based cards device fe # Fujitsu MB8696x based cards +device lnc # NE2100, NE32-VL Lance Ethernet cards 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 +# ISA deivces that use the old ISA shims #device le -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 4c3b8f44a161..293e16192dc8 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -188,13 +188,12 @@ device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards device ex # Intel EtherExpress Pro/10 and Pro/10+ device ep # Etherlink III based cards device fe # Fujitsu MB8696x based cards +device lnc # NE2100, NE32-VL Lance Ethernet cards 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 +# ISA deivces that use the old ISA shims #device le -device lnc # Wireless NIC cards device an # Aironet 4500/4800 802.11 wireless NICs.