Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/04/2002 18:22:32
Module Name:	syssrc
Committed By:	tsutsui
Date:		Fri Oct  4 15:22:31 UTC 2002

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/dev/ic: mb86960.c mb86960reg.h mb86960var.h
	syssrc/sys/dev/isa: if_ate.c
	syssrc/sys/dev/mca: if_ate_mca.c
Removed Files:
	syssrc/sys/dev/ic: ate_subr.c ate_subr.h

Log Message:
- Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROM
  read function which can also be used for other MB86965 based boards.
- Rewrite EEPROM read function as per 93C06 EEPROM datasheet.
- Misc cleanup.


To generate a diff of this commit:
cvs rdiff -r1.553 -r1.554 syssrc/sys/conf/files
cvs rdiff -r1.3 -r0 syssrc/sys/dev/ic/ate_subr.c syssrc/sys/dev/ic/ate_subr.h
cvs rdiff -r1.52 -r1.53 syssrc/sys/dev/ic/mb86960.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ic/mb86960reg.h
cvs rdiff -r1.28 -r1.29 syssrc/sys/dev/ic/mb86960var.h
cvs rdiff -r1.35 -r1.36 syssrc/sys/dev/isa/if_ate.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/mca/if_ate_mca.c

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