Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Castor Fu <castor@netbsd.org>
List: source-changes
Date: 08/03/2000 06:07:31
Module Name:	syssrc
Committed By:	castor
Date:		Thu Aug  3 03:07:31 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: tulip.c tulipreg.h tulipvar.h
	syssrc/sys/dev/pci: if_tlp_pci.c

Log Message:
Support some differences in the Macronix 98715AEC-C and E chips from the other
98715* series.

The MX98715AEC-[C,E] use a different location in the serial eerom for
LED control, and programming it with the original location's values
caused unpredictable behavior.

Also, start integrating fixes where media changes on an adapter
under load may fail.  There's more work to be done here, but I need
to sort out our internal changes a little more carefully.


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 syssrc/sys/dev/ic/tulip.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/ic/tulipreg.h
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/ic/tulipvar.h
cvs rdiff -r1.45 -r1.46 syssrc/sys/dev/pci/if_tlp_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.