diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1998-11-18 21:05:11 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1998-11-18 21:05:11 +0000 |
| commit | bb2ce8f34ef771f2dca32fa5622ebc0f4ea3e3e7 (patch) | |
| tree | cc81a5bb3813aa74e1fd996798fa633ab78e8f0d | |
| parent | 552a0ec7c393949e41e0a9bc599dd8ae2a62cadc (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/rl.4 | 5 | ||||
| -rw-r--r-- | share/man/man4/rl.4 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/rl.4 b/share/man/man4/man4.i386/rl.4 index 09b133e02bb9..690e2031b684 100644 --- a/share/man/man4/man4.i386/rl.4 +++ b/share/man/man4/man4.i386/rl.4 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: rl.4,v 1.1 1998/11/07 17:40:18 wpaul Exp $ +.\" $Id: rl.4,v 1.7 1998/11/18 20:15:57 wpaul Exp $ .\" .Dd November 4, 1998 .Dt RL 4 i386 @@ -48,7 +48,8 @@ chips. This includes the Allied Telesyn AT2550, Genius GF100TXR, NDC Communications NE100TX-E, OvisLink LEF-8129TX, OvisLink LEF-8139TX, Netronix Inc. EA-1210 NetEther 10/100, KTX-9130TX 10/100 Fast Ethernet, Encore ENL832-TX 10/100 M PCI, Longshine LCS-8038TX-R and various -other cheap adapters. +other cheap adapters. It also supports the Accton EN1207D which has a +chip labeled MPX5030 (or MPX5038) which appears to be a RealTek workalike. .Pp The RealTek controllers use bus master DMA but do not use a descriptor-based data transfer mechanism. The receiver uses a diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4 index 09b133e02bb9..690e2031b684 100644 --- a/share/man/man4/rl.4 +++ b/share/man/man4/rl.4 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: rl.4,v 1.1 1998/11/07 17:40:18 wpaul Exp $ +.\" $Id: rl.4,v 1.7 1998/11/18 20:15:57 wpaul Exp $ .\" .Dd November 4, 1998 .Dt RL 4 i386 @@ -48,7 +48,8 @@ chips. This includes the Allied Telesyn AT2550, Genius GF100TXR, NDC Communications NE100TX-E, OvisLink LEF-8129TX, OvisLink LEF-8139TX, Netronix Inc. EA-1210 NetEther 10/100, KTX-9130TX 10/100 Fast Ethernet, Encore ENL832-TX 10/100 M PCI, Longshine LCS-8038TX-R and various -other cheap adapters. +other cheap adapters. It also supports the Accton EN1207D which has a +chip labeled MPX5030 (or MPX5038) which appears to be a RealTek workalike. .Pp The RealTek controllers use bus master DMA but do not use a descriptor-based data transfer mechanism. The receiver uses a |
