I am having issues getting the ndi_devi_offline call to return successfully in my driver. When a SCSI device disappears from the SAN, I issue a ndi_devi_offline(dip, NDI_DEVI_REMOVE) call to remove the device from the device tree. There is no outstanding I/O on this device and the reference count (dip->devi_ref) is also zero. I still get back a -1 from the ndi_devi_offline call.
Where am I going wrong ? Regards, Gautam This message contains Emulex confidential information intended only for specific recipients and is not to be forwarded to anyone else. If you have received this message in error, please delete it immediately. Thank you.
_______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
