Module Name: src Committed By: nat Date: Mon Oct 28 14:36:43 UTC 2024
Modified Files: src/sys/dev/ic: ncr5380sbc.c src/sys/dev/scsipi: scsipi_base.c scsipiconf.h Log Message: Introduce scsipi_done_once. This allows for transfers to be sucessfully aborted on the ncr5380sbc(4). This may be usefull in future for other scsi controllers. Callers of scsipi_done are not affected by this change. Part of kern/58452. As posted to tech-kern: https://mail-index.netbsd.org/tech-kern/2024/08/02/msg029652.html Ok thorpej@. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/ic/ncr5380sbc.c cvs rdiff -u -r1.190 -r1.191 src/sys/dev/scsipi/scsipi_base.c cvs rdiff -u -r1.131 -r1.132 src/sys/dev/scsipi/scsipiconf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.