[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SCSI drivers, CBHD
>> And (just to really make your day) one that can be both requestor and targ
et.
>> You could add disconnect and command queueing too.
>
>Uh, oh, that's tougher. Not impossible with CBHD, though, since unlike
>other drivers, CBHD's SCSI code follows the SCSI phase protocol.
Nice : essentially I need to be able to select the ST/TT/whatever as the
target to be able to pass data through as it arrives, for obvious
performance reasons 8)
This same functionality is also required for host to host SCSI communication...
The biggest problem I had was deciding how much RAM to keep available to
buffer unsolicited incoming data. (I guess we'll have to add ScIP (SCSI IP) to
MiNT-Net next, eh?)
-- Howard