Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/07/2002 03:01:21
Module Name: syssrc
Committed By: bjh21
Date: Fri Jun 7 00:01:20 UTC 2002
Modified Files:
syssrc/sys/dev/ic: seeq8005.c
Log Message:
When copying a block with an odd size to or from the card, be very careful
not to overrun the end of it on the host side, since that might just slip over
a page boundary and cause an embarrassing kernel panic.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/dev/ic/seeq8005.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.