Skip to content
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

ZuluSCSI GD32 V1.1: Fix PhyMode=2 (DMA_TIMER) with AHA2940UW #254

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

PetteriAimonen
Copy link
Collaborator

On V1.1, PhyMode 2 could terminate transfer before last ack from host was received. In practice this happened if host waited more than 2 µs after the last REQ. This resulted in watchdog timeouts in the logs.

This has occurred in particular with AHA2940UW, where the SCSI MESSAGE_IN phase has up to 18 µs delay from the host.

On V1.1, PhyMode 2 could terminate transfer before last ack from
host was received. In practice this happened if host waited more
than 2 µs after the last REQ. This resulted in watchdog timeouts
in the logs.

This has occurred in particular with AHA2940UW, where the
SCSI MESSAGE_IN phase has up to 18 µs delay from the host.
@aperezbios aperezbios merged commit d03f9a7 into main Jun 22, 2023
@aperezbios aperezbios deleted the dev_fix_v1_1_dma_timer branch June 22, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants