Kees Cook <[EMAIL PROTECTED]> wrote:
> Therefore, I'd conclude that the missing definition in include/scsi/scsi.h
> is simply just the case that no one has or uses these devices, especially

Well, I have developped a Linux (user-space) driver for the Able
Communications SCSI serial device (16-port), two years ago.
This was however done as a contract work with NDA. I can only tell
what could be obviously seen from installing the driver:

   - it uses the SCSI generic driver
   - it uses ptys

The Able device I developped for had 16 serial lines with full
flow control and modem signals.

If you have the specification for the protocol for your device type,
it shouldn't be too difficult to do something similar. The most
complicated part is the RTS/CTS and various signal handling.

I sustain your proposition for the patch (I didn't look at it,
however).


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to