Subject: Re: scsipi changes
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Andrew Doran <ad@netbsd.org>
List: tech-kern
Date: 07/13/2001 23:42:23
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