Subject: CVS commit: src/sys/arch/sparc/dev
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/04/2005 04:59:18
Module Name:	src
Committed By:	tsutsui
Date:		Sat Jun  4 04:59:18 UTC 2005

Modified Files:
	src/sys/arch/sparc/dev: vme_machdep.c

Log Message:
fkbyte() is in locore.s and accoring to its description it's used
only for work around unexplained transient bus errors when reading
the VME interrupt vector in vmeintr4m(), so change the prototype
declaration of fkbyte() in vmeintr4m() to appease gcc -Wcast-qual.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/arch/sparc/dev/vme_machdep.c

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