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-11-28
Abstract mode sense block descriptor parsing into a separate function.
Kenneth R Westerback
2019-11-28
Align an annoying comment.
Kenneth R Westerback
2019-11-28
Always pass a pointer to 'big' to scsi_do_mode_sense().
Kenneth R Westerback
2019-11-26
Reinitialize 'err' to ensure we are not checking a stale value.
Kenneth R Westerback
2019-11-26
Don't zero existing values for density, block_count and block_size in
Kenneth R Westerback
2019-11-25
Use scsi_read_cap[10|16] instead of re-rolling the code.
Kenneth R Westerback
2019-11-25
Move struct scsi_read_cap_data and struct scsi_read_cap_data_16 to
Kenneth R Westerback
2019-11-23
Consistently use ISSET() to check for set flags.
Kenneth R Westerback
2019-11-23
Consistently use !ISSET() to check for unset flags.
Kenneth R Westerback
2019-11-23
Consistently use SET() to set bits.
Kenneth R Westerback
2019-11-22
Be consistent and always use CLR() to clear flags.
Kenneth R Westerback
2019-11-21
Be consistent and always use [!]ISSET() to test flags in xs->flags.
Kenneth R Westerback
2019-11-21
Be consistent and always use SET() to set flags in xs->flags.
Kenneth R Westerback
2019-11-10
Tedu scsi_scanner.h as krw@ intended to do
Patrick Wildt
2019-11-09
Make sure that SDEV_NOSYNC abd SDEV_NOWIDE quirks are not
Kenneth R Westerback
2019-11-09
Shuffle sd_get_parms() logic to ensure we only update sc->params with
Kenneth R Westerback
2019-11-09
Fix SCSIDEBUG display of VPD inquiry data.
Kenneth R Westerback
2019-11-09
Fix SCSIDEBUG display of VPD inquiry data.
Kenneth R Westerback
2019-11-09
Fix SCSIDEBUG compile. Missed a %lx -> %x.
Kenneth R Westerback
2019-11-08
The u_long fields in struct disk_parms (secsize, heads, cyls, sectors)
Kenneth R Westerback
2019-11-07
sd_size() is a wrapper around sd_read_cap_10() and sd_read_cap_16() so
Kenneth R Westerback
2019-10-23
There used to be three possible return values from sd_get_parms(), but
Kenneth R Westerback
2019-10-22
No need to always pass the same thing to sd_get_parms(). One less
Kenneth R Westerback
2019-10-19
Use !ISSET() for unset flag checks.
Kenneth R Westerback
2019-10-19
Use ISSET() for the easier flag checks.
Kenneth R Westerback
2019-10-19
Fix typo in previous, link->flag is link->flags.
Kenneth R Westerback
2019-10-19
Resolve mix of '&=' and CLR() usage in favour of CLR().
Kenneth R Westerback
2019-10-19
Resolve mix of '|=' and SET() usage in favour of SET().
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
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
[next]