Subject: CVS commit: src/sys/arch/hp300/stand/common
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 07/02/2006 10:40:25
Module Name: src
Committed By: tsutsui
Date: Sun Jul 2 10:40:25 UTC 2006
Modified Files:
src/sys/arch/hp300/stand/common: samachdep.h
Log Message:
Use a volatile variable in DELAY() macro so that gcc4 won't omit it.
Fixes output corruption on DCA console boot.
XXX some mips ports have the similar macro in <machine/param.h>.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/hp300/stand/common/samachdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.