Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/01/2003 22:41:43
Module Name:	src
Committed By:	tsutsui
Date:		Sat Nov  1 22:41:43 UTC 2003

Modified Files:
	src/sys/dev/ic: mk48txx.c mk48txxreg.h
Added Files:
	src/sys/dev/ic: mk48txxvar.h

Log Message:
Cleanup MI mk48txx(4) todclock driver:
- Prepare mk48txxvar.h and leave only register definitions in mk48txxreg.h.
- Define struct mk48txx_softc as usual devices and allocate necessary
  members like struct todr_chip_handle in it.
- Change mk48txx_attach(), mk48txx_nvwr() and mk48txx_nvrd() to take
  struct mk48txx_softc.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/mk48txx.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/mk48txxreg.h
cvs rdiff -r0 -r1.1 src/sys/dev/ic/mk48txxvar.h

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