So what I'm seeing is
1D FF 00 00 00 (1D is the SCSI Diagnostic command)
and
08 FF 00 00 00 (08 is the SCSI Read command)
Feeling like the FF idea you have seems on track. I think SELECT is on track for the following reason...
IF I set the drive ID as 0 then when it tries to boot (or I access it via another method) it looks selects for drive 0 and i get a drive light indication that the drive was accessed, and I'm hung.
If I set the drive ID as 1 then when it tries to boot and looks for drive 0, I get no drive light indication - and no hang... But if I access it via another method that will select for drive 1 (like listing SCSI Devices on the bus) it will hang when it attempts to access drive ID 1.
So, the XEBEC S1410 is, at least according to my documentation, a SASI controller. However, given that SCSI is an extension to SASI, it may be possible for a XEBEC S1410 to function - at least partially - on a SCSI system.For SASI, the "response" to commands is two bytes, the first being an error indicator and the second being zero. I'm not sure what SCSI does in that regard, and how any of that relates to the bytes you see printed. But, it seems possible that the "FF" could be a floating bus (nothing selected). SASI only defines one bit in the status "error" byte (plus the LUN), and states all the rest would be zero. If that holds for SCSI, then "FF" would not be a valid value for that byte - if it is indeed the status bytes being shown there.
--
You received this message because you are subscribed to a topic in the Google Groups "retro-comp" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/retro-comp/2CSN2AGLAj8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/a72cf750-df5e-40b6-aaaf-630f7e0e5848n%40googlegroups.com.