Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 08/15/2000 00:04:46
Module Name: syssrc
Committed By: wdk
Date: Mon Aug 14 21:04:45 UTC 2000
Modified Files:
syssrc/sys/arch/mipsco/obio: asc.c
Log Message:
Decrement the block count to compensate for 64 bytes prefetched to fill
the DMA FIFO on non block aligned writes. Not doing this causes large
writes (>4k) that are not aligned to incorrectly write 64bytes
of data every 4k interval. This only occurs on raw devices - typically
newfs fails to create a clean filesystem.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/mipsco/obio/asc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.