Subject: Re: CVS commit: src/sys/arch/arc/jazz
To: None <tsutsui@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 11/06/2005 07:58:53
On Nov 6, 2005, at 3:09 AM, Izumi Tsutsui wrote:

>   "XXX Maxphys temporary changed to 32K while SCSI driver is fixed."
>   I (and soda) don't know what the "SCSI driver" is, but add local
>   asc_minphys() to limit max xfer size only for asc.c for now.

Note that asc_minphys() is only consulted for physio.  You also need  
to adjust MAXBSIZE in order for it to affect e.g. file system I/O  
(this is what the sun3 port has to do).

-- thorpej