Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 1999 12:43:37 -0700 (MST)
From:      "Justin T. Gibbs" <gibbs@narnia.plutotech.com>
To:        Nick Hibma <hibma@skylink.it>
Cc:        scsi@FreeBSD.org
Subject:   Re: AC_LOST_DEVICE
Message-ID:  <199911251943.MAA99910@narnia.plutotech.com>
In-Reply-To: <Pine.BSF.4.20.9911251538140.1647-100000@henny.jrc.it>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.4.20.9911251538140.1647-100000@henny.jrc.it> you wrote:
> 
> If I want to indicate an added device, should I specify the path of the
> the path of the new device (sc->path) or of the controller it is
> attached to (umass_path)?
> 
>    xpt_async(AC_LOST_DEVICE, sc->path, NULL);

AC_LOST_DEVICE indicates that a device has gone away, not been
found.

In general, your path should be as specific as possible, so use
the fully qualified address of the device that has arrived.

--
Justin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911251943.MAA99910>