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
Age
Commit message (
Expand
)
Author
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
Move some logic inside scsi_show_xs() instead of surrounding the
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
2019-09-24
Use consistent names for unused flags/quirks when printing same under
Kenneth R Westerback
2019-09-23
When printing the scsi_link info under SCSIDEBUG show state, luns,
Kenneth R Westerback
2019-09-21
Expand scsi_inquiry_data to 96 bytes to include new fields. If the
Kenneth R Westerback
2019-09-20
Print inquiry and read capacity (10 and 16) data under SCSIDEBUG.
Kenneth R Westerback
2019-09-19
Introduce and use convenience SID_REPOONSE_FORMAT() define.
Kenneth R Westerback
2019-09-19
Add new (a.k.a SBC-4) flags/fields to struct scsi_read_cap_16. Adopt
Kenneth R Westerback
2019-09-18
Update struct inquiry_data with latest flags and remove flags that we didn't ...
Kenneth R Westerback
2019-09-16
Update list of device types with combination of FreeBSD and
Kenneth R Westerback
2019-09-15
With the recent fixes to SCSI version detection we reproduced a
Kenneth R Westerback
2019-09-14
Typo in comment. scsi_size() is actually sd_size().
Kenneth R Westerback
2019-09-10
Shuffle a couple of lines to make the device -> st_softc dances look
Kenneth R Westerback
2019-09-10
No need to check for ST_MOUNTED before calling st_mount_tape() AND in
Kenneth R Westerback
2019-09-10
return is not a funciton call. Avoid pointless parenthesis.
Kenneth R Westerback
2019-09-10
Explicitly check error results against 0.
Kenneth R Westerback
2019-09-10
Some stray bit twiddles that were using yet another idiom.
Kenneth R Westerback
2019-09-10
check pointer against NULL and error values against 0.
Kenneth R Westerback
2019-09-10
Last (?) small bit twiddling modernization.
Kenneth R Westerback
2019-09-10
!ISSET() for various flags.
Kenneth R Westerback
2019-09-10
SET/CLR/ISSET all at once for st->quirks, and a few other rare flags.
Kenneth R Westerback
2019-09-09
SET/CLR/ISSET all at once for the far less numerous link->flags.
Kenneth R Westerback
2019-09-09
Continue bit twiddling tweaks. Use SET() with st->flags.
Kenneth R Westerback
2019-09-09
Lots of st->flags bit clearing in a mix of old school and CLR() makes
Kenneth R Westerback
2019-09-09
Lots of st->flags checking in a mix of old school and ISSET() makes
Kenneth R Westerback
2019-09-09
Tweak some comments to be useful. Sort switch cases into
Kenneth R Westerback
2019-09-07
Fold st_identify_drive() into stattach().
Kenneth R Westerback
2019-09-07
Tweak some comments and code layout to make MTSETBSIZE and MTSETDENSITY
Kenneth R Westerback
2019-09-07
ST_USER_BLKSIZE and ST_QUIRK_BLKSIZE are only tested as an or'd pair.
Kenneth R Westerback
2019-09-07
ST_Q_FORCE_BLKSIZE is superfluous since it is only used in combination with
Kenneth R Westerback
2019-09-07
Nuke unused flag ST_BLOCK_SET.
Kenneth R Westerback
2019-09-07
Various struct/variables "modes" -> "mode" since there is only one.
Kenneth R Westerback
2019-09-05
Nuke some 25+year old comments that the oracles at delphi would have
Kenneth R Westerback
2019-09-05
Devices that have no quirks don't need to appear in the list of
Kenneth R Westerback
2019-09-05
Nuke unused struct block_desc_cipher. The Eighties called and want
Kenneth R Westerback
2019-09-05
Nuke unused st_softc field 'numblks'.
Kenneth R Westerback
2019-09-05
There can be only one -- mode.
Kenneth R Westerback
2019-09-04
Shuffle sdstart() and sdminphys() declarations closer to their friends.
Kenneth R Westerback
2019-09-04
Hoist the quirks up another rung. drive_quirks is superfluous, just
Kenneth R Westerback
2019-09-04
'quirks' field of struct modes is superfluous. There is only 1 mode. Just use
Kenneth R Westerback
2019-09-04
Various whitespace nits.
Kenneth R Westerback
2019-09-04
The great density mode purge of 2006 (r1.62) was never carried through
Kenneth R Westerback
2019-09-03
Shorten normal dmesg attach verbiage and expand SCSIDEBUG verbiage.
Kenneth R Westerback
[next]