diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-09-22 19:46:14 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-09-22 19:46:14 +0000 |
commit | 9e9ee6a9d861a3edf3d0726e5344af5760250c3b (patch) | |
tree | f5b347a591b943eaac4fcf783c089322bdf30eb2 | |
parent | 79bc9f0914323ba50b176fc8572d2038bc0bac95 (diff) | |
download | FreeBSD-src-9e9ee6a9d861a3edf3d0726e5344af5760250c3b.zip FreeBSD-src-9e9ee6a9d861a3edf3d0726e5344af5760250c3b.tar.gz |
Mention in the documentation that the AOpen/Acer ALN-320 is a supported
ethernet card (PCI, VIA Rhine II chipset).
-rw-r--r-- | release/texts/alpha/HARDWARE.TXT | 1 | ||||
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 1 | ||||
-rw-r--r-- | release/texts/i386/HARDWARE.TXT | 1 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 1 | ||||
-rw-r--r-- | share/man/man4/man4.i386/vr.4 | 15 | ||||
-rw-r--r-- | share/man/man4/vr.4 | 15 | ||||
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
9 files changed, 26 insertions, 17 deletions
diff --git a/release/texts/alpha/HARDWARE.TXT b/release/texts/alpha/HARDWARE.TXT index cd5a538..e0ad542 100644 --- a/release/texts/alpha/HARDWARE.TXT +++ b/release/texts/alpha/HARDWARE.TXT @@ -351,6 +351,7 @@ VIA Technologies VT3043 "Rhine I" and VT86C100A "Rhine II" fast ethernet NICs including the following: Hawking Technologies PN102TX D-Link DFE-530TX + AOpen/Acer ALN-320 Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index d1889f6..ae8d1e20 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -309,6 +309,7 @@ VIA Technologies VT3043 "Rhine I" and VT86C100A "Rhine II" fast ethernet NICs including the following: Hawking Technologies PN102TX D-Link DFE-530TX + AOpen/Acer ALN-320 Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs diff --git a/release/texts/i386/HARDWARE.TXT b/release/texts/i386/HARDWARE.TXT index 8128ff8..dbfc494 100644 --- a/release/texts/i386/HARDWARE.TXT +++ b/release/texts/i386/HARDWARE.TXT @@ -483,6 +483,7 @@ VIA Technologies VT3043 "Rhine I" and VT86C100A "Rhine II" fast ethernet NICs including the following: Hawking Technologies PN102TX D-Link DFE-530TX + AOpen/Acer ALN-320 Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 8fed19a..a228576 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -309,6 +309,7 @@ VIA Technologies VT3043 "Rhine I" and VT86C100A "Rhine II" fast ethernet NICs including the following: Hawking Technologies PN102TX D-Link DFE-530TX + AOpen/Acer ALN-320 Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs diff --git a/share/man/man4/man4.i386/vr.4 b/share/man/man4/man4.i386/vr.4 index 8100bfe..7b914e8 100644 --- a/share/man/man4/man4.i386/vr.4 +++ b/share/man/man4/man4.i386/vr.4 @@ -45,15 +45,16 @@ The driver provides support for PCI ethernet adapters and embedded controllers based on the VIA Technologies VT3043 Rhine I and VT86C100A Rhine II fast ethernet controller chips. This includes -the D-Link DFE530-TX and various other commodity fast ethernet +the D-Link DFE530-TX, the Hawking Technologies PN102TX, the +AOpen/Acer ALN-320, and various other commodity fast ethernet cards. .Pp -The VIA Rhine chips use bus master DMA and have a software interface -designed to resemble that of the DEC 21x4x "tulip" chips. The major -differences are that the receive filter in the Rhine chips is -much simpler and is programmed through registers rather than by -downloading a special setup frame through the transmit DMA engine, -and that transmit and receive DMA buffers must be longword +The VIA Rhine chips use bus master DMA and have a descriptor layout +designed to resemble that of the DEC 21x4x "tulip" chips. The register +layout is different however and the receive filter in the Rhine chips +is much simpler and is programmed through registers rather than by +downloading a special setup frame through the transmit DMA engine. +Transmit and receive DMA buffers must be longword aligned. The Rhine chips are meant to be interfaced with external physical layer devices via an MII bus. They support both 10 and 100Mbps speeds in either full or half duplex. diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4 index 8100bfe..7b914e8 100644 --- a/share/man/man4/vr.4 +++ b/share/man/man4/vr.4 @@ -45,15 +45,16 @@ The driver provides support for PCI ethernet adapters and embedded controllers based on the VIA Technologies VT3043 Rhine I and VT86C100A Rhine II fast ethernet controller chips. This includes -the D-Link DFE530-TX and various other commodity fast ethernet +the D-Link DFE530-TX, the Hawking Technologies PN102TX, the +AOpen/Acer ALN-320, and various other commodity fast ethernet cards. .Pp -The VIA Rhine chips use bus master DMA and have a software interface -designed to resemble that of the DEC 21x4x "tulip" chips. The major -differences are that the receive filter in the Rhine chips is -much simpler and is programmed through registers rather than by -downloading a special setup frame through the transmit DMA engine, -and that transmit and receive DMA buffers must be longword +The VIA Rhine chips use bus master DMA and have a descriptor layout +designed to resemble that of the DEC 21x4x "tulip" chips. The register +layout is different however and the receive filter in the Rhine chips +is much simpler and is programmed through registers rather than by +downloading a special setup frame through the transmit DMA engine. +Transmit and receive DMA buffers must be longword aligned. The Rhine chips are meant to be interfaced with external physical layer devices via an MII bus. They support both 10 and 100Mbps speeds in either full or half duplex. diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 81e4c88..40bc157 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1631,7 +1631,8 @@ controller miibus0 # # The `vr' device provides support for various fast ethernet adapters # based on the VIA Technologies VT3043 `Rhine I' and VT86C100A `Rhine II' -# chips, including the D-Link DFE530TX. +# chips, including the D-Link DFE530TX, the Hawking Technologies PN102TX, +# and the AOpen/Acer ALN-320. # # The `vx' device provides support for the 3Com 3C590 and 3C595 # early support diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 81e4c88..40bc157 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -1631,7 +1631,8 @@ controller miibus0 # # The `vr' device provides support for various fast ethernet adapters # based on the VIA Technologies VT3043 `Rhine I' and VT86C100A `Rhine II' -# chips, including the D-Link DFE530TX. +# chips, including the D-Link DFE530TX, the Hawking Technologies PN102TX, +# and the AOpen/Acer ALN-320. # # The `vx' device provides support for the 3Com 3C590 and 3C595 # early support diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 81e4c88..40bc157 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1631,7 +1631,8 @@ controller miibus0 # # The `vr' device provides support for various fast ethernet adapters # based on the VIA Technologies VT3043 `Rhine I' and VT86C100A `Rhine II' -# chips, including the D-Link DFE530TX. +# chips, including the D-Link DFE530TX, the Hawking Technologies PN102TX, +# and the AOpen/Acer ALN-320. # # The `vx' device provides support for the 3Com 3C590 and 3C595 # early support |