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