Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/ic
Module Name: src
Committed By: tsutsui
Date: Sun Jan 11 06:11:53 UTC 2026
Modified Files:
src/sys/dev/ic: wd33c93.c
Log Message:
wd33c93: abort the given transfer, not what's on or not currently active
The timeout is per-transfer, not global. And if this happens after
a state changing event - eg the device disconnecting - then sc->sc_nexus
is NULL. Calling wd33c93_abort() with a NULL acb leads to a panic.
Patch from Adrian Chadd on port-mips@:
https://mail-index.netbsd.org/port-mips/2025/12/01/msg001535.html
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ic/wd33c93.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