Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/08/2003 17:38:31
Module Name:	src
Committed By:	fvdl
Date:		Wed Oct  8 17:38:31 UTC 2003

Modified Files:
	src/sys/dev/ic: aic79xxvar.h aic7xxxvar.h

Log Message:
Cap the transfer size at MAXPHYS, the driver won't get bigger requests
than that. Allocating 16M per SCB is silly (as pointed out by
Frederick Bruckman).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/ic/aic79xxvar.h
cvs rdiff -r1.41 -r1.42 src/sys/dev/ic/aic7xxxvar.h

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