Age | Commit message (Expand) | Author |
2005-12-02 | Remove one tab that cause a line to overflow. No functional change. | Marco Peereboom |
2005-11-13 | Use scsi_delay() instead of delay() when waiting for scsi disk to | Kenneth R Westerback |
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback |
2005-06-24 | Fix botch introduced in r1.12. reduced_geometry.sectors is a 5 byte | Kenneth R Westerback |
2005-06-23 | Don't discard the blocksize information provided by the READ CAPACITY | Kenneth R Westerback |
2005-06-05 | Fix scsi_mode_select() and scsi_mode_select_big() to send just the | Kenneth R Westerback |
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback |
2005-06-03 | Cache a copy of the INQUIRY data obtained during device attachment in | Kenneth R Westerback |
2005-05-28 | Add _lto8b() and _8btol() to decode nblocks field of | Kenneth R Westerback |
2005-05-25 | With PQUIK_NOMODESENSE gone, SDEV_NOMODESENSE can go too. | Kenneth R Westerback |
2005-05-25 | Introduce safer, more general mode sense capability. Transparently use | Kenneth R Westerback |
2005-05-14 | Add scsi_mode_[sense|select]_big() and use it instead of | Kenneth R Westerback |
2005-04-27 | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a | Kenneth R Westerback |
2005-04-06 | De-register scsi. | Kenneth R Westerback |
2005-04-05 | Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does. | Kenneth R Westerback |
2004-11-30 | No longer require write permission for read-only SCSI commands | Kenneth R Westerback |
2004-07-31 | Remove scsi_change_def() and related command structure. Its only use | Kenneth R Westerback |
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom |
2004-05-17 | Elminate SCSIRET_* synonyms for EJUSTRETURN and ERESTART by using | Kenneth R Westerback |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-04-18 | Restore siop's (and possibly others) ability to negotiate tags/wide/sync by | Kenneth R Westerback |
2004-03-10 | Simplify new LUN scanning logic, add diagnostic messages for all | Kenneth R Westerback |
2004-02-21 | Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and | Kenneth R Westerback |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback |
2003-05-18 | constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw... | Michael Shalayeff |
2003-05-16 | Provide most if not all the support required for the usb changes Nate | Kenneth R Westerback |
2003-02-20 | Eliminate unused parameter to scsi_free_xs(). | Kenneth R Westerback |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev |
2002-05-27 | punctuation | Thierry Deval |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff |
2001-10-26 | Remove unused #define INUSE. It was rendered superfluous by the | Kenneth R Westerback |
2001-10-08 | Add a new quirk type, SDEV_NOCDB6, some USB devices like ATAPI | Dale Rahn |
2001-08-25 | Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok. | Federico G. Schwindt |
2001-08-18 | Make siop pay attention to quirks table. This not only eliminates the | Kenneth R Westerback |
2001-06-22 | KNF | Theo de Raadt |
2001-04-30 | Pass IOCTL to adapter device if not understood by SCSI layer. | Constantine Sapuntzakis |
2000-11-23 | fix lun support, not as nice as i would like | Theo de Raadt |
2000-11-20 | limit luns on usb | Theo de Raadt |
2000-07-06 | Add in a timeout structure to the scsi_xfer structure so that HBA's can | mjacob |
2000-04-08 | These days, attach can occur outside the tsleep-restricted world of | Constantine Sapuntzakis |
1999-12-16 | Split SDEV_NOSYNCWIDE into SDEV_NOSYNC and SDEV_NOWIDE (as is done | mjacob |
1999-11-22 | In order to support Fibre Channel fabric fatten scsi target id's to 16 bits. | mjacob |
1999-07-25 | Merge sd stuff from NetBSD-current. Helps with LS-120, ZIP | Constantine Sapuntzakis |
1999-07-20 | Make acd redundant. | Constantine Sapuntzakis |
1999-07-18 | Added SDEV_NOSENSE for ATAPI devices without request sense. | Constantine Sapuntzakis |
1998-08-04 | make resid size_t | Todd C. Miller |
1998-02-16 | add SDEV_NOTAGS | Theo de Raadt |
1997-09-05 | Add SCSITERSE option which omits the (large) ASC/ASCQ table. | Todd C. Miller |