Subject: CVS commit: src/sys/arch/sgimips
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 07/15/2007 23:27:56
Module Name: src
Committed By: macallan
Date: Sun Jul 15 23:27:56 UTC 2007
Modified Files:
src/sys/arch/sgimips/conf: files.sgimips
src/sys/arch/sgimips/sgimips: bus.c
Log Message:
make the delay()s and spl*()s in bus_space*() functions optional
( enable with options MACE_NEEDS_DELAYS )
mec apparently was the only device that really needed them and that's no
longer the case, at least on my O2.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/arch/sgimips/conf/files.sgimips
cvs rdiff -r1.49 -r1.50 src/sys/arch/sgimips/sgimips/bus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.