Subject: Re: scsipi changes
To: Andrew Doran <ad@netbsd.org>
From: Matthew Jacob <mjacob@feral.com>
List: tech-kern
Date: 07/13/2001 14:49:17
A lun argument would be good as long as you can use -1 for a wildcard.
Heck- a wildcard on target would be okay too.

On Fri, 13 Jul 2001, Andrew Doran wrote:

> Manuel Bouyer <bouyer@antioche.lip6.fr> wrote:
> 
> > I'd like to add 2 functions to the scispi code:
> > - scsipi_target_detach(), which will detach all periphs for this target
> >   This can be used after a seltimeout or after some fiber channel event
> >   (Matthew can tell more about this one:), if we know that the
> >   device is no longer here.
> 
> How about an optional `lun' argument? It would also be good to be able to
> do the reverse (e.g. if scsi_probe_device() was public).
> 
> Andrew
>