mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
Add the 3C595 as a supported device for vx0. Delete the rest of the line
for the vx0 device, it is not needed as for all other pci devices.
This commit is contained in:
parent
f1686c1ebc
commit
5ccfdea260
3 changed files with 9 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.231 1995/12/29 12:51:09 bde Exp $
|
||||
# $Id: LINT,v 1.232 1996/01/05 20:46:42 wollman Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
|
|
@ -790,7 +790,7 @@ controller ahc0
|
|||
# The `de' device provides support for the Digital Equipment DC21040
|
||||
# self-contained Ethernet adapter.
|
||||
#
|
||||
# The `vx' device provides support for the 3Com 3C590
|
||||
# The `vx' device provides support for the 3Com 3C590 and 3C595
|
||||
# early support
|
||||
#
|
||||
# The `fpa' device provides support for the Digital DEFPA PCI FDDI
|
||||
|
|
@ -813,7 +813,7 @@ controller ahc1
|
|||
device ncr0
|
||||
device de0
|
||||
device fxp0
|
||||
device vx0 at pci0 port? irq? vector vxintr
|
||||
device vx0
|
||||
device fpa0
|
||||
device meteor0
|
||||
options PROBE_VERBOSE
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.231 1995/12/29 12:51:09 bde Exp $
|
||||
# $Id: LINT,v 1.232 1996/01/05 20:46:42 wollman Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
|
|
@ -790,7 +790,7 @@ controller ahc0
|
|||
# The `de' device provides support for the Digital Equipment DC21040
|
||||
# self-contained Ethernet adapter.
|
||||
#
|
||||
# The `vx' device provides support for the 3Com 3C590
|
||||
# The `vx' device provides support for the 3Com 3C590 and 3C595
|
||||
# early support
|
||||
#
|
||||
# The `fpa' device provides support for the Digital DEFPA PCI FDDI
|
||||
|
|
@ -813,7 +813,7 @@ controller ahc1
|
|||
device ncr0
|
||||
device de0
|
||||
device fxp0
|
||||
device vx0 at pci0 port? irq? vector vxintr
|
||||
device vx0
|
||||
device fpa0
|
||||
device meteor0
|
||||
options PROBE_VERBOSE
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.231 1995/12/29 12:51:09 bde Exp $
|
||||
# $Id: LINT,v 1.232 1996/01/05 20:46:42 wollman Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
|
|
@ -790,7 +790,7 @@ controller ahc0
|
|||
# The `de' device provides support for the Digital Equipment DC21040
|
||||
# self-contained Ethernet adapter.
|
||||
#
|
||||
# The `vx' device provides support for the 3Com 3C590
|
||||
# The `vx' device provides support for the 3Com 3C590 and 3C595
|
||||
# early support
|
||||
#
|
||||
# The `fpa' device provides support for the Digital DEFPA PCI FDDI
|
||||
|
|
@ -813,7 +813,7 @@ controller ahc1
|
|||
device ncr0
|
||||
device de0
|
||||
device fxp0
|
||||
device vx0 at pci0 port? irq? vector vxintr
|
||||
device vx0
|
||||
device fpa0
|
||||
device meteor0
|
||||
options PROBE_VERBOSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue