Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 07/04/2004 13:09:12
Module Name:	src
Committed By:	chris
Date:		Sun Jul  4 13:09:12 UTC 2004

Modified Files:
	src/sys/dev/ic: cs89x0.c cs89x0var.h

Log Message:
Add the optional ability to parse the cs's eeprom data structure.  I've made
it optional as I'm not able to confirm the eeprom format is the same on
earlier cs89x0's.  Certainly the my 8920M and the data sheet for 8900A use the
same format.

This allows my RiscStation to examine the cs's eeprom to find it's mac
address, previously it was unable to do this, as the eeprom offsets were hard
coded for locating the mac address.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/ic/cs89x0.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/cs89x0var.h

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