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_all.h
Age
Commit message (
Expand
)
Author
2019-09-27
Use consistent idiom/naming convention for the the #include
Kenneth R Westerback
2019-09-21
Expand scsi_inquiry_data to 96 bytes to include new fields. If the
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-08-27
Refactor probing logic to mirror detach logic. i.e. put smarts in
Kenneth R Westerback
2015-06-07
More damned eye searing whitespace.
Kenneth R Westerback
2013-06-06
Fix EOM handling. Makes Bacula much happier by allowing the use of
Kenneth R Westerback
2011-07-08
describe the ata vpd page
David Gwynne
2010-12-24
Have sd(4) devices check for and respect read-only information the
Kenneth R Westerback
2010-09-02
the page_length field in the vpd page header is 2 bytes, not 1.
David Gwynne
2010-09-01
ata information vpd page id
David Gwynne
2010-06-29
Shrink struct scsi_sense_data and thus the sense member of scsi_xfer,
Kenneth R Westerback
2010-04-23
the SAT spec from t10.org defines messages for tunnelling ATA commands over
David Gwynne
2009-10-12
mask bits correctly in devid vpd for the PI
David Gwynne
2008-06-02
Shrink scsi_mode_sense_buf to 254 bytes so ahci doesn't get upset at
Kenneth R Westerback
2008-04-10
fix the macros that are used to read the devid vpd page.
David Gwynne
2007-12-28
massage the way vpds are defined. rename the page used for the devices
David Gwynne
2007-04-12
The beginnings of support for 16-byte cdb's in the scsi code. This is
Tobias Weingartner
2007-04-03
define the vpd inquiry page code.
David Gwynne
2007-04-03
modernise scsi_inquiry. the length field has grown and now theres pages to
David Gwynne
2006-11-27
more magic removal
Bob Beck
2006-11-27
get rid of the rest of the asc/ascq magic codes in scsi
Bob Beck
2006-11-27
rework asc/ascq handling to get rid of "magic" 0x values in the code, changes
Bob Beck
2006-07-29
Zap a couple of unused defines - SID_ANSI_SCSI2 and SID_ANSI_SCSI3.
Kenneth R Westerback
2006-07-23
Use REPORT LUNS to get the list of LUNs to probe. If such a list is
Kenneth R Westerback
2006-05-11
Zap trailing whitespace.
Kenneth R Westerback
2005-09-11
Simplify code by changing struct scsi_mode_sense_buf{ union {}
Kenneth R Westerback
2005-08-29
Make sure certain architectures/compilers don't round up the size of
Kenneth R Westerback
2005-08-17
add a macro for the WRITE_BUFFER opcode
David Gwynne
2005-08-09
Add Vital Product Data structure. Requested deraadt@ ok dlg@
Marco Peereboom
2005-08-05
a define for the scsi READ BUFFER opcode
David Gwynne
2005-08-04
Add SCSI 3 define. ok dlg@
Marco Peereboom
2005-07-25
SID_ANSII_SCSI2 is a valid value of SID_ANSII
David Gwynne
2005-06-18
Shorten a couple of structure names:
Kenneth R Westerback
2005-06-12
It turns out you need to ask for 16 byte block descriptors. We don't,
Kenneth R Westerback
2005-06-03
Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh.
Kenneth R Westerback
2005-05-27
Reduce size of scsi_mode_sense_buf to 255 characters from 256. Fixes
Kenneth R Westerback
2005-05-25
Introduce safer, more general mode sense capability. Transparently use
Kenneth R Westerback
2005-04-06
Remove ses crud.
Marco Peereboom
2005-04-06
Add status/receive ses structures and #defines.
Marco Peereboom
2005-04-06
Add control/send structures.
Marco Peereboom
2005-04-06
Add RECEIVE_DIAGNOSTIC & SEND_DIAGNOSTIC #defines for SES.
Marco Peereboom
2004-12-18
Add SPI status information unit structure and defines, along with some
Kenneth R Westerback
2004-07-31
Remove scsi_change_def() and related command structure. Its only use
Kenneth R Westerback
2004-02-21
Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and
Kenneth R Westerback
2004-01-04
Rewrite scsi_decode_sense() to clean up code; eliminate many magic
Kenneth R Westerback
2002-12-15
Fix/Cleanup some SCSI #defines.
Kenneth R Westerback
2002-09-04
Add support for RBC (simplified direct) devices.
Thierry Deval
2001-11-11
Add missing values for SCSI status byte. Add new name for 0x28 to
Kenneth R Westerback
2001-06-22
KNF
Theo de Raadt
[next]