Replies: 2 comments 2 replies
-
I just tried the BlueSCSI (HW rev
See also this photo. As you also mention Sun, see also the Anyone tried BlueSCSI with a Sun Sparcstation? discussion - where BlueSCSI also does not, as of writing, work properly - which also mentions further debugging suggestions. |
Beta Was this translation helpful? Give feedback.
-
cmd 0x12 is an Inquiry, which we respond with just a 36 byte array - https://github.com/erichelgeson/BlueSCSI/blob/main/src/BlueSCSI.cpp#L286 - if we knew what it was looking for we could add it. |
Beta Was this translation helpful? Give feedback.
-
I just tried setting up a SGI Indy on a 20220404 based 1.1b board I just assembled. With just one file on the exfat formatted sd, HD10_512IndyIrix53.hda, at boot I get a bad error :
sc0,1,0: cmd=0x12 Unexpected info phase 47, state 40. Resetting SCSI bus
this message loops for a while and the PROM Diagnostics fails.
A scsi2sd seems to working ok.
Is there anything I can do to provide more log/debug ?
Btw, I have quite a few "exotic" scsi machines, from HP, Sun, SGI, Commodore, Atari, NeXT, Apple or Roland, I may come with some other test results over time, don't know if you'd like me to test some in a certain order, just tell me ! I have also some coding knowledge but could not find any scsi protocol documentation in a digestable format, do you have any pointer ? I may help.
Anyway thanks a lot for your work, I really appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions