-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronous transfer rate at 5MB/s on PS/2 Model 77 fails (Zulu v1.1) #189
Comments
Interesting update: I just had it fail IPL with For reference, attached is a successful IPL / MS-DOS boot. |
Also, FWIW, I tried every option for the PHYs, only one that seems to work is GREENPAK_DMA. GreenPAK PIO runs afoul of watchdog timeouts, and the others just fail to boot in exactly the same way as before when I've also tried setting the selection delay to 10, then 5, then 3, and finally 2, with much the same results. |
In comparing the two logs, it appears that in normal boot after the The reasonable explanation would be some kind of transfer corruption in the IPL data, which then causes the computer to crash. But normally that would be detected as parity error by the computer. The host requests 200 ns period / 7 offset syncronous mode, the actual device-to-host timing used by ZuluSCSI v1.1 for these parameters is 260 ns / 7 offset so there should be even extra margin in the timing. I don't know what might be going wrong with the transfer. |
@jtgans does it behave any differently if you disable synchronous transfers entirely, with "MaxSyncSpeed = 0"? If you haven't tested that yet, it would be a good data point to have. Thanks for reporting this. |
IBM PS/2 Model 77s actually cache the SCSI bus identifier for the boot disk and other devices in the onboard EEPROM (kinda like what they do with MCA devices), so what you might be seeing is normal during a boot for this machine. There aren't any errors being reported to me during a normal boot, and typically IBM PS/2s are pretty pedantic about errors.
Yeah, I think it's something equivalent to this happening. During a failed IPL boot, the firmware will retry several times, and only once it's failed all of them, report failure.
Makes me wonder if perhaps that extra margin is causing issues? During the IPL, I don't think we're talking to a sane SCSI controller, TBH -- might just be "enough" of a firmware to pull in the first-stage IPL to bring everything else up. If I can, I'll try hooking up the SCSI bus to my network analyzer and get a dump of what's going on.
Will do! |
Ah, I thought I mentioned this in the original report: setting |
Ah thanks, @jtgans, you definitely did ("if I set MaxSyncSpeed to 0, magically everything just works.") and I just overlooked it. This is quite a strange issue, so it will likely take some time for us to figure it out fully, but in the meantime, at least you can set MaxSyncSpeed to zero as a way to reliably work around the issue, for now. |
@jtgans can you try the latest firmware release and let us know if you're still experiencing this issue? |
Will do! I'll have to go re-hook up my 77, but will definitely give it a shot tomorrow. |
@jtgans ping :) |
No reponse from reporting party. Closing. |
Model: ZuluSCSI 1.1
SD Card: SanDisk Ultra 80MB/s SDHC I class 10 16GB
ConnectIon: stock IBM SCSI cable for the Model 77, approx 3' long, connected to Bermuda motherboard SCSI adapter on the first connector, approx 6" away from the motherboard.
Been troubleshooting this one for a while now -- been stymied by Model 77 weirdness with regard to how it boots (IPL from HD). Near as I can tell, either the ZuluSCSI isn't using the timing the PS/2 wants, or negotiation is going south or something equivalent to both.
At the moment, my zuluscsi.ini contains the following:
This results in the attached log file, and a failed IPL (early early boot -- these stupid machines have their early BIOS stored to disk). On the other hand, if I set
MaxSyncSpeed
to 0, magically everything just works.This machine should be capable of 5MB/s synchronous transfers using the SCSI-2 command set. According to IBM themselves (and copied off ardent-tool.com):
Thoughts on what I might try, or if you guys see anything useful in those logs? I tried to dig through, but it looked like normal read requests (Read6 followed by a Read10 to fetch the IPL signature, both look correct from what I can tell in terms of the return data and what's in the disk image).
FWIW, this adapter is apparently known as the IBM "Spock" SCSI card.
zululog.txt
The text was updated successfully, but these errors were encountered: