Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/30/1999 10:48:26
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Sep 30 17:48:25 UTC 1999

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

Log Message:
Changes to get the Lite-On/Macronix 82C115 working:
- 82C115 has a 128-bit multicast hash table, not 512-bit.
- Correct the way the MAC address is read from the SROM, after re-reading
  the MX98715A Application Note.

Other semi-related changes:
- Differentiate between MX98715 and MX98715A.
- Improve the Macronix link-up/link-down detection.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/ic/tulip.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ic/tulipvar.h
cvs rdiff -r1.19 -r1.20 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.