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:22:04 UTC 2026
Modified Files:
src/sys/dev/ic: wd33c93.c wd33c93var.h
Log Message:
wd33c93: add a debug section for submitted SCSI requests from scsipi
Whilst debugging things like hangs I found it useful to know the
class of scsi request coming in from the upper layer.
* Add a new debug bit entry - SCSIREQ
* Use it to echo the submitted SCSI requests
* Note that the unhandled one will just .. never be serviced, which is
problematic and should be addressed in a subsequent commit.
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.36 -r1.37 src/sys/dev/ic/wd33c93.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/wd33c93var.h
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