summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-05-28 18:43:25 +0000
committerwpaul <wpaul@FreeBSD.org>1999-05-28 18:43:25 +0000
commitfa6fffc6ffbb5f08315141cd74ff918261993a6a (patch)
tree78a21713fcd837d6b07ee97d0122121b6598bb6c /share/man
parent639d45925192cc9e90ee6a2d2a1d207f2be07e71 (diff)
downloadFreeBSD-src-fa6fffc6ffbb5f08315141cd74ff918261993a6a.zip
FreeBSD-src-fa6fffc6ffbb5f08315141cd74ff918261993a6a.tar.gz
Fix support for the PNIC II. Earlier I had assumed that the PNIC II was
similar to the PNIC I (supported by the pn driver). In fact, it's really a Macronix 98715A with wake on LAN support added. According to LinkSys, the PNIC II was jointly developed by Lite-On and Macronis. I get the feeling Macronix did most of the work. (The datasheet has the Macronix logo on it, and is in fact nearly identical to the 98715 datasheet, except for the extra wake on LAN registers.) In any case, the PNIC II works just fine with the Macronix driver. The changes are: - Move PCI ID for the PNIC II from the pn driver to the mx driver. - Mention PNIC II support in mx.4. - Mention PNIC II support in RELNOTES.TXT and HARDWARE.TXT.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.i386/mx.49
-rw-r--r--share/man/man4/mx.49
2 files changed, 14 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/mx.4 b/share/man/man4/man4.i386/mx.4
index 189f4f3..462252d 100644
--- a/share/man/man4/man4.i386/mx.4
+++ b/share/man/man4/man4.i386/mx.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: mx.4,v 1.2 1998/12/05 09:31:25 rnordier Exp $
+.\" $Id: mx.4,v 1.3 1999/03/25 00:52:44 wpaul Exp $
.\"
.Dd November 5, 1998
.Dt MX 4 i386
@@ -46,7 +46,12 @@ 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
+driver also supports the Lite-On 82c115 PNIC II chip, which is
+actually similar 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
diff --git a/share/man/man4/mx.4 b/share/man/man4/mx.4
index 189f4f3..462252d 100644
--- a/share/man/man4/mx.4
+++ b/share/man/man4/mx.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: mx.4,v 1.2 1998/12/05 09:31:25 rnordier Exp $
+.\" $Id: mx.4,v 1.3 1999/03/25 00:52:44 wpaul Exp $
.\"
.Dd November 5, 1998
.Dt MX 4 i386
@@ -46,7 +46,12 @@ 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
+driver also supports the Lite-On 82c115 PNIC II chip, which is
+actually similar 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
OpenPOWER on IntegriCloud