Age | Commit message (Expand) | Author |
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 |
2001-04-08 | Add one more 1 byte (reserved, as defined in spc-2) field to the | Kenneth R Westerback |
2001-04-02 | Add padding and new field 'flags2' to struct scsi_inquiry_data, | Kenneth R Westerback |
2001-01-09 | Typo: dome -> some | Kenneth R Westerback |
2000-02-21 | Add in Enclosure device type (0xd/13). Pad out inquiry data to 50 bytes | mjacob |
1999-07-25 | Merge sd stuff from NetBSD-current. Helps with LS-120, ZIP | Constantine Sapuntzakis |
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason Downs |
1996-07-02 | handle SCSI_QUEUE_FULL correctly | Theo de Raadt |
1996-06-16 | netbsd pr#2220: add SCIOCRESET. I can't think of any reason not to. | Jason Downs |