Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/03/2000 18:18:55
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Jul  4 01:18:54 UTC 2000

Modified Files:
	syssrc/sys/dev/ic [netbsd-1-5]: ncr53c9x.c

Log Message:
Pull up rev. 1.52:
Fix negative timeout symptoms caused by integer multiply overflow,
which is revealed with larger HZ systems like NetBSD/pmax (256Hz)
and NetBSD/alpha (1024Hz) as reported by PR#8645.  Polled tape
drive access is done with maximum 6 hour timeout which ended up
with negative time and then confused SCSI bus severely.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.51.2.1 syssrc/sys/dev/ic/ncr53c9x.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.