Age | Commit message (Expand) | Author |
2005-04-09 | Add page 1 (configuration page) definitions. This is required to interpret | Marco Peereboom |
2005-04-06 | Remove ses crud. | Marco Peereboom |
2005-04-06 | Move ses crud into its own file. | Marco Peereboom |
2005-04-06 | Add status/receive ses structures and #defines. | Marco Peereboom |
2005-04-06 | De-register scsi. | Kenneth R Westerback |
2005-04-06 | Add control/send structures. | Marco Peereboom |
2005-04-06 | Remove obsolete file. | Kenneth R Westerback |
2005-04-06 | Add RECEIVE_DIAGNOSTIC & SEND_DIAGNOSTIC #defines for SES. | Marco Peereboom |
2005-04-05 | Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does. | Kenneth R Westerback |
2005-04-05 | Clean up some logic. Use better error handling for sd devices. Be | Kenneth R Westerback |
2005-04-01 | Cleanup SKEY_NOT_READY logic. Only retry command if it's likely the | Kenneth R Westerback |
2005-03-30 | Comment typo, minor knf. No code change. | Kenneth R Westerback |
2005-03-25 | Since START_STOP is an optional command that a device need not | Kenneth R Westerback |
2005-03-24 | If READ CAPACITY(10) says there are more than 0xffffffff sectors, | Kenneth R Westerback |
2005-03-08 | Cosmetics... | Thierry Deval |
2005-02-27 | If test_unit_ready() in sdattach() returns EIO, try to spin up unit | Kenneth R Westerback |
2004-12-28 | correct snprintf return val mishandling; ok krw marco | Theo de Raadt |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-18 | Add SPI status information unit structure and defines, along with some | Kenneth R Westerback |
2004-11-30 | No longer require write permission for read-only SCSI commands | Kenneth R Westerback |
2004-10-17 | Add some FreeBSD MSG_EXT_PPR_* defines. Will be used in (at least) ahd | Kenneth R Westerback |
2004-10-16 | Fix 'Tape block size (32754) not a multiple of dump block size | Kenneth R Westerback |
2004-09-15 | target/lun attributes are optional | Michael Shalayeff |
2004-08-01 | Remove openings = 1 and inherit the value from the HBA instead. This keeps t... | Marco Peereboom |
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-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom |
2004-05-28 | Clean up sense error logic and printing a bit, partly inspired by | Kenneth R Westerback |
2004-05-20 | Add QAS phase which is required by ahd. ok krw@ | Marco Peereboom |
2004-05-17 | Elminate SCSIRET_* synonyms for EJUSTRETURN and ERESTART by using | Kenneth R Westerback |
2004-05-17 | Add a quirk entry for TEAC compact cassette tape drive, taken from NetBSD. | Kenji Aoyama |
2004-05-13 | More cleanup of SCSI sense printing. Better output, more readable code. | Kenneth R Westerback |
2004-05-09 | Remove some #ifndef __OpenBSD__/#endif sections that were intended to | Kenneth R Westerback |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2004-05-07 | Set value for rslt before trying to display it. 'Bad LUN ...' messsage | Kenneth R Westerback |
2004-05-07 | Remove mvme88k workaround for ssh(4) bugs. | Miod Vallat |
2004-04-18 | Restore siop's (and possibly others) ability to negotiate tags/wide/sync by | Kenneth R Westerback |
2004-03-14 | Last pre-3.5 tweak: restore bus scanning to full speed by not performing | 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-02-21 | Fix a race. scsi_done() can free a scsi_xfer, so relying on the values | Kenneth R Westerback |
2004-02-17 | bzero scsi_xfer's as they come out of the pool to ensure there is no | Kenneth R Westerback |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-02-07 | If scsi_probe_bus() is called with a particular lun, ensure that lun 0 | Kenneth R Westerback |
2004-01-30 | Backout until we have a better implementation... | Thierry Deval |
2004-01-29 | "And you definitely don't want to use p_priority. Use PRIBIO" | Thierry Deval |
2004-01-29 | Avoid an annoying freeze during attach of live "scsibus" devices. | Thierry Deval |
2004-01-25 | Be less verbose in sdattach() by suppressing the display of detailed | Kenneth R Westerback |
2004-01-25 | Use %lu to print u_long values, not %d or %ld. Fixes display of | Kenneth R Westerback |