index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
scsi
/
scsi_debug.h
Age
Commit message (
Expand
)
Author
2022-02-28
Shuffle some SCSIDEBUG code to simplify code, tersify the
Kenneth R Westerback
2020-07-27
Refactor scsi_show_flags() to allow 32-bit flags. Display unnamed flags as one
Kenneth R Westerback
2019-09-30
SC_DEBUGN is not spelled SCSI_DEBUGN.
Kenneth R Westerback
2019-09-29
Restore SC_DEBUGN() as it was used outside sys/scsi. Some things are
Kenneth R Westerback
2019-09-29
Introduce SC_DEBUG_SENSE() and simplify code by eliminating a bunch
Kenneth R Westerback
2019-09-29
Continue SCSIDEBUG cleanup by nuking pointles SC_DEBUGN() #define.
Kenneth R Westerback
2019-09-29
Tweak some whitespace to make autoindenter happy. Use consistent naming idiom...
Kenneth R Westerback
2019-09-27
Use consistent idiom/naming convention for the the #include
Kenneth R Westerback
2019-09-27
Add/tweak #endif comments to make spelunking via grep more rewarding.
Kenneth R Westerback
2019-09-27
Shuffle and consolidate SCSIDEBUG declarations into fewer sections in
Kenneth R Westerback
2017-11-11
Fix a broken compilation when using SCSIDEBUG options(4).
Mike Larkin
2016-03-12
Standardize on calling local scsi_link variables 'link' instead of
Kenneth R Westerback
2015-06-07
More damned eye searing whitespace.
Kenneth R Westerback
2011-06-21
scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so
Matthew Dempsky
2008-11-10
clean namespace a fair bit; wrap kernel-use-only structures and gunk in
Theo de Raadt
2004-01-25
Allow restriction of SCSIDEBUG output to particular scsi buses in
Kenneth R Westerback
1997-09-05
Add SCSITERSE option which omits the (large) ASC/ASCQ table.
Todd C. Miller
1997-08-22
Add more detailed SCSI error printing by Matthew Jacob. Enabled by
Todd C. Miller
1997-04-14
Merge in various pieces of current NetBSD scsi code, including but not limited
Jason Downs
1996-11-28
Make SCSI debugging more dynamic, more targets and luns can be
Niklas Hallqvist
1996-10-31
$OpenBSD RCSIDs + comment fix in sd.c
Niklas Hallqvist
1996-06-10
Several changes:
Jason Downs
1995-10-18
initial import of NetBSD tree
Theo de Raadt