diff options
author | msmith <msmith@FreeBSD.org> | 2000-12-13 01:11:34 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-12-13 01:11:34 +0000 |
commit | 2d05523ae7df796c5a923944286943dc1cbaf76c (patch) | |
tree | 292e4f885123f40a344f52b7663a89580f1fb0f9 /sys | |
parent | d735b2ca4e96a62e4c27c17b371d4427cb56a951 (diff) | |
download | FreeBSD-src-2d05523ae7df796c5a923944286943dc1cbaf76c.zip FreeBSD-src-2d05523ae7df796c5a923944286943dc1cbaf76c.tar.gz |
Remove the COMPAT_OLDPCI option, it's going away.
Turn 'lnc' off in GENERIC for the moment, pending its update to newbus.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/conf/NOTES | 1 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index a8beb30..2afb33b 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -66,7 +66,6 @@ device isa device eisa device pci options COMPAT_OLDISA # compatability shims for lnc, le -options COMPAT_OLDPCI # compatability shims for lnc # Floppy drives device fdc @@ -197,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/conf/NOTES b/sys/conf/NOTES index 617d59b..60f1ed0 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1091,7 +1091,6 @@ device pci # PCI options # #options PCI_QUIET #quiets PCI code on chipset settings -options COMPAT_OLDPCI #Use PCI shims and glue for old drivers ##################################################################### diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index a8beb30..2afb33b 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -66,7 +66,6 @@ device isa device eisa device pci options COMPAT_OLDISA # compatability shims for lnc, le -options COMPAT_OLDPCI # compatability shims for lnc # Floppy drives device fdc @@ -197,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/NOTES b/sys/i386/conf/NOTES index 617d59b..60f1ed0 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1091,7 +1091,6 @@ device pci # PCI options # #options PCI_QUIET #quiets PCI code on chipset settings -options COMPAT_OLDPCI #Use PCI shims and glue for old drivers ##################################################################### |