The vx driver no longer needs the PCI compat shims. Also should now
work on the alpha (at least the PCI part should).
This commit is contained in:
parent
de2c27913c
commit
f425f328cd
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user