I've been struggling to come up to speed on the requirements for writing a low-level SCSI driver for Linux, and was delighted to come across the article ``An introduction to SCSI drivers'' written by Alan Cox at: http://www.oswg.org/oswg-nightly/oswg/en_US.ISO_8859-1/articles/alan-cox/scsi-drivers/scsi-drivers.html [Beware of URL wrapping] However, one issue that this article does not address is the ``new'' eh_* style error handling which is likely to become mandatory for Linux in the 2.5 era. Is anyone aware of an updated version of this article, or another article that provides a similar overview of writing to the new interfaces? Note: I have read through the material at: http://www.andante.org/scsi_error.html While I can make some sense of this description, I am having trouble filling in the blanks e.g. for how this affects the responsibilities of the driver's interrupt routine... -- Kaelin - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED]

