From f425f328cdbf6312abf81c3296e3db7f04e2a476 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Tue, 7 Nov 2000 00:58:35 +0000 Subject: [PATCH] The vx driver no longer needs the PCI compat shims. Also should now work on the alpha (at least the PCI part should). --- sys/alpha/conf/GENERIC | 1 + sys/alpha/conf/NOTES | 1 + sys/amd64/conf/GENERIC | 2 +- sys/i386/conf/GENERIC | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index bd740b0a569d..5e08e4404774 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -136,6 +136,7 @@ device ppi # Parallel port interface device device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device le # Lance +device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index bd740b0a569d..5e08e4404774 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -136,6 +136,7 @@ device ppi # Parallel port interface device device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device le # Lance +device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 80bc63b3f1de..9caa500d6f14 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -66,7 +66,7 @@ device isa device eisa device pci options COMPAT_OLDISA # compatability shims for lnc, le -options COMPAT_OLDPCI # compatability shims for lnc, vx +options COMPAT_OLDPCI # compatability shims for lnc # Floppy drives device fdc diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 80bc63b3f1de..9caa500d6f14 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -66,7 +66,7 @@ device isa device eisa device pci options COMPAT_OLDISA # compatability shims for lnc, le -options COMPAT_OLDPCI # compatability shims for lnc, vx +options COMPAT_OLDPCI # compatability shims for lnc # Floppy drives device fdc