Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 07/31/2000 02:17:25
Module Name: syssrc
Committed By: briggs
Date: Sun Jul 30 23:17:24 UTC 2000
Modified Files:
syssrc/sys/arch/mac68k/include: bus.h
Log Message:
Make sure that bus_space read/write functions that take a count will not be
called if count is zero. The smc91cxx driver, for example, may try to call
bus_space_write_multi_2() with a count of 0.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/mac68k/include/bus.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.