diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-06-29 02:43:14 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-06-29 02:43:14 +0000 |
commit | 4de27bb78aa4c964f7e8a5ef3850d924fbb60f22 (patch) | |
tree | f9df672469a0cce0e9fe8f9e68fead4762770807 | |
parent | 6a864e2c597ace0a30fa211d94550c83985b5202 (diff) |
sync with freebsd:
mention that this driver supports pnic-ii
-rw-r--r-- | share/man/man4/mx.4 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/mx.4 b/share/man/man4/mx.4 index 00410ec333b..f5b927f7202 100644 --- a/share/man/man4/mx.4 +++ b/share/man/man4/mx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mx.4,v 1.4 1999/06/05 13:18:34 aaron Exp $ +.\" $OpenBSD: mx.4,v 1.5 1999/06/29 02:43:13 jason Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD: mx.4,v 1.2 1998/12/05 09:31:25 rnordier Exp $ +.\" $FreeBSD: mx.4,v 1.4 1999/05/28 18:43:19 wpaul Exp $ .\" .Dd November 5, 1998 .Dt MX 4 @@ -43,12 +43,17 @@ Macronix 98713/98715/98725 fast ethernet device driver .Cd "mx* at pci? dev ? function ?" .Sh DESCRIPTION The -.Nm +.Nm mx driver provides support for PCI ethernet adapters and embedded controllers based on the Macronix 98713, 98713A, 98715, 98715A and 98725 fast ethernet controller chips. This includes the NDC Communications SOHOware SFA110, the SVEC PN102-TX -fast ethernet card, and various other adapters. +fast ethernet card, and various other adapters. The +.Nm mx +driver also supports the Lite-On 82c115 PNIC II chip, which is +actually similiar in design to the Macronix 98715A with the addition +of wake on LAN support. Supported PNIC II cards include the +LinkSys LNE100TX Version 2. .Pp The Macronix chips use bus master DMA and are designed to be DEC 'tulip' workalikes. The original 98713 had an MII bus for |