diff options
author | ats <ats@FreeBSD.org> | 1996-01-09 23:14:57 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1996-01-09 23:14:57 +0000 |
commit | e5ea246b195328bbe6ef2bd288737531c7680958 (patch) | |
tree | 645666c2cf64047068019e38c9dcb17f79827737 /sys/i386 | |
parent | ecb5802a841d3c4529dee07dbd581ea0d13b967b (diff) | |
download | FreeBSD-src-e5ea246b195328bbe6ef2bd288737531c7680958.zip FreeBSD-src-e5ea246b195328bbe6ef2bd288737531c7680958.tar.gz |
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.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 98e6bfd..7db8cd8 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 98e6bfd..7db8cd8 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 |