Subject: CVS commit: src/sys/arch/news68k
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/02/2005 15:26:36
Module Name:	src
Committed By:	tsutsui
Date:		Thu Jun  2 15:26:36 UTC 2005

Modified Files:
	src/sys/arch/news68k/dev: if_le.c zs.c
	src/sys/arch/news68k/news68k: machdep.c

Log Message:
- add const
- u_char -> uint8_t
- sccport0a is not used as pointer, so make it uint32_t address
- idrom is stored in ROM, so make it const rather than volatile


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/news68k/dev/if_le.c
cvs rdiff -r1.20 -r1.21 src/sys/arch/news68k/dev/zs.c
cvs rdiff -r1.59 -r1.60 src/sys/arch/news68k/news68k/machdep.c

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