Subject: Re: CVS commit: syssrc [thorpej_scsipi]
To: Andrew Doran <ad@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: source-changes
Date: 04/23/2001 18:35:26
On Mon, Apr 23, 2001 at 07:17:06PM +0300, Andrew Doran wrote:
> 
> Module Name:	syssrc
> Committed By:	ad
> Date:		Mon Apr 23 16:17:05 UTC 2001
> 
> Modified Files:
> 	syssrc/sys/dev/i2o [thorpej_scsipi]: iopsp.c
> 
> Log Message:
> - Set SCSIPI_CHAN_NOSETTLE in the channel's flags, otherwise boards with lots
>   of SCSI ports will take ages to configure.
> - We have 1 channel, so call it channel -1.

This is not correct for thorpej_scsipi: chan # should be >= 0 (starting at 0)
Just set adapt_nchannels to 1 if you have only one channel, and the channel
number won't be printed.

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--