summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_debug.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor scsi_show_flags() to allow 32-bit flags. Display unnamed flags as onekrw2020-07-271-4/+4
* SC_DEBUGN is not spelled SCSI_DEBUGN.krw2019-09-301-2/+2
* Restore SC_DEBUGN() as it was used outside sys/scsi. Some things arekrw2019-09-291-1/+7
* Introduce SC_DEBUG_SENSE() and simplify code by eliminating a bunchkrw2019-09-291-2/+6
* Continue SCSIDEBUG cleanup by nuking pointles SC_DEBUGN() #define.krw2019-09-291-7/+1
* Tweak some whitespace to make autoindenter happy. Use consistent naming idiom forkrw2019-09-291-9/+9
* Use consistent idiom/naming convention for the the #includekrw2019-09-271-2/+2
* Add/tweak #endif comments to make spelunking via grep more rewarding.krw2019-09-271-5/+5
* Shuffle and consolidate SCSIDEBUG declarations into fewer sections inkrw2019-09-271-4/+14
* Fix a broken compilation when using SCSIDEBUG options(4).mlarkin2017-11-111-5/+7
* Standardize on calling local scsi_link variables 'link' instead ofkrw2016-03-121-6/+6
* More damned eye searing whitespace.krw2015-06-071-4/+4
* scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, somatthew2011-06-211-2/+3
* clean namespace a fair bit; wrap kernel-use-only structures and gunk inderaadt2008-11-101-1/+3
* Allow restriction of SCSIDEBUG output to particular scsi buses inkrw2004-01-251-2/+6
* Add SCSITERSE option which omits the (large) ASC/ASCQ table.millert1997-09-051-8/+1
* Add more detailed SCSI error printing by Matthew Jacob. Enabled bymillert1997-08-221-1/+8
* Merge in various pieces of current NetBSD scsi code, including but not limiteddownsj1997-04-141-2/+2
* Make SCSI debugging more dynamic, more targets and luns can beniklas1996-11-281-6/+14
* $OpenBSD RCSIDs + comment fix in sd.cniklas1996-10-311-0/+1
* Several changes:downsj1996-06-101-4/+4
* initial import of NetBSD treederaadt1995-10-181-0/+42