Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 03/22/2004 14:55:42
Module Name:	src
Committed By:	tls
Date:		Mon Mar 22 14:55:42 UTC 2004

Modified Files:
	src/sys/dev/usb: ulpt.c umassvar.h usscanner.c

Log Message:
MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff when
MAXBSIZE had been reduced by the user (e.g. transfers from umass disks).


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sys/dev/usb/ulpt.c
cvs rdiff -r1.22 -r1.23 src/sys/dev/usb/umassvar.h
cvs rdiff -r1.12 -r1.13 src/sys/dev/usb/usscanner.c

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