Hi All, First, I'm a newbie to SCSI so please forgive me if any of the following questions are silly. Having said that, I very much appreciate pointers to good SCSI references and the Linux implementaion of the SCSI subsystem... I have a kernel driver that needs to send SCSI commands and data to a FC disk attached to a Qlogic FC HBA. I'm hooking into the SCSI mid-layer by calling scsi_do_req(). It seems to work but I'm not sure if this is the right way of doing things. Is scsi_do_req the right entry point into the mid-layer or should I use something else? Or should I hook into something else than the mid-layer? And finally, is there any documentation talking about the mid-layer API? Any help is greatly appreciated. Thanks ...juerg - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html