Date: Fri, 28 May 1999 11:43:28 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pn.c if_pnreg.h if_mx.c if_mxreg.h src/share/man/man4/man4.i386 mx.4 src/release/texts HARDWARE.TXT RELNOTES.TXT Message-ID: <199905281843.LAA57782@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/05/28 11:43:27 PDT Modified files: sys/pci if_pn.c if_pnreg.h if_mx.c if_mxreg.h share/man/man4/man4.i386 mx.4 release/texts HARDWARE.TXT RELNOTES.TXT Log: 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. Revision Changes Path 1.21 +2 -4 src/sys/pci/if_pn.c 1.13 +1 -2 src/sys/pci/if_pnreg.h 1.18 +4 -2 src/sys/pci/if_mx.c 1.7 +12 -1 src/sys/pci/if_mxreg.h 1.4 +7 -2 src/share/man/man4/man4.i386/mx.4 1.23 +3 -0 src/release/texts/HARDWARE.TXT 1.31 +3 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905281843.LAA57782>