Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/mac68k/dev



Module Name:    src
Committed By:   nat
Date:           Sat Oct 26 20:58:35 UTC 2024

Modified Files:
        src/sys/arch/mac68k/dev: sbc.c

Log Message:
Write an extra byte to handle the last ACK from 5380.

This was found from the example code in the NCR5380 Interface Manual.

This is not needed (but does not hurt) on the 53C80 and later.

This fixed many problems from stuck busy to phase mismatches when aborting
transfers and avoiding hard lockups of the scsi subsystem originating from
what I first thought were errors from the target device.

XXX pullup-9, pullup 10.

I will look next at the pdma_out function to do the same there.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/mac68k/dev/sbc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index