Subject: Re: Hotplug support on SCSI subsystem
To: Bill Stouder-Studenmund <wrstuden@netbsd.org>
From: Shadi Ammouri <ammouris@gmail.com>
List: tech-kern
Date: 10/30/2007 08:32:45
What do you mean by rescanning?
Is it the config_found/search() functions?


On 10/29/07, Bill Stouder-Studenmund <wrstuden@netbsd.org> wrote:
> On Mon, Oct 29, 2007 at 02:37:52PM +0200, Shadi Ammouri wrote:
> > Hi,
> >
> > I'm writing a device driver for a SATA controller using the scsipi
> > interface, and was looking for the right way to report a hot-plug
> > event to the upper layers.
> >
> > Does anyone know if SCSI hot-plug is supported?, and how should it be done?
>
> It's not really supported yet. We support rescanning a bus, but that's it.
>
> > BTW, I'm using NetBSD-4-Beta2.
> >
> > Thanks.
>
>