Subject: Re: The SCSI DMA kernel. To: David Brownlee <abs@mono.org> From: Anders Magnusson <ragge@ludd.luth.se> List: port-vax Date: 10/27/1999 15:38:07
> Is is reasonable to tweak the default of newfs/tunefs to do
> this automatically on __vax__?
>
This "magic" in newfs already do that:
maxcontig = MAX(1, MIN(MAXPHYS, MAXBSIZE) / bsize);
-- Ragge