Age | Commit message (Expand) | Author |
2006-05-28 | Add PCATCH to tsleep flags when a scsi command is waiting for an opening | Bob Beck |
2006-05-13 | When SCSIDEBUG'ing, display the return value of scsi_interpret_sense() | Kenneth R Westerback |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2006-05-07 | If a device says a MODE SENSE command worked fine, do *not* try a MODE | Kenneth R Westerback |
2006-05-07 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-11-28 | fix month-old breakage found by genududes (after henning's breakage) | Michael Shalayeff |
2005-11-13 | ATAPI Tape drives need 6 byte MODE SENSE commands according to at | Kenneth R Westerback |
2005-11-13 | Use SCSI_DELAY only once. Document it. Default to no delay. | Kenneth R Westerback |
2005-11-13 | Use scsi_delay() instead of delay() when waiting for scsi disk to | Kenneth R Westerback |
2005-11-07 | Death to superfluous verbiage. Suppress errors when getting the parameters | Kenneth R Westerback |
2005-11-02 | Abstract delay code out and call it directly from XX_interpret_sense. | Kenneth R Westerback |
2005-10-22 | When a scsi command is waiting for an opening or is waiting to be retried, | Kenneth R Westerback |
2005-10-16 | Don't pound UNIT ATTENTION retries in as fast as possible. If we are | Kenneth R Westerback |
2005-10-10 | Make some panic messages more useful. | Kenneth R Westerback |
2005-10-04 | shorter name for wait channel | Theo de Raadt |
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback |
2005-08-29 | If a buffer larger than the max allowed is offered to scsi_mode_sense() | Kenneth R Westerback |
2005-08-01 | Return 0 as the block size when READ_CAPACITY fails in scsi_size(). | Kenneth R Westerback |
2005-06-23 | Don't discard the blocksize information provided by the READ CAPACITY | Kenneth R Westerback |
2005-06-18 | Shorten a couple of structure names: | Kenneth R Westerback |
2005-06-18 | Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices at | 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-09 | Fix typo in ASC/ASQ messages: DEnied -> Denied. | Kenneth R Westerback |
2005-06-05 | Fix scsi_mode_select() and scsi_mode_select_big() to send just the | Kenneth R Westerback |
2005-06-04 | Make scsi_do_mode_sense() aware of the difference between the 8 byte | Kenneth R Westerback |
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback |
2005-06-02 | Fix pasto - use correct pointer to extract block count from 8 byte | Kenneth R Westerback |
2005-05-31 | Remove unused sc_err1() parameter 'async'. Lint. | Kenneth R Westerback |
2005-05-28 | Sprinkle some /* FALLTHROUGH */'s as suggested by lint. | Kenneth R Westerback |
2005-05-28 | 'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint. | Kenneth R Westerback |
2005-05-28 | Forgot to specify parameter type. Lint. | Kenneth R Westerback |
2005-05-28 | snprintf returns int not size_t. Thank you lint. | Kenneth R Westerback |
2005-05-28 | Add _lto8b() and _8btol() to decode nblocks field of | Kenneth R Westerback |
2005-05-25 | Introduce safer, more general mode sense capability. Transparently use | Kenneth R Westerback |
2005-05-22 | Check if the scsi_request has been released in the COMPLETE case as | Kenneth R Westerback |
2005-05-14 | Add scsi_mode_[sense|select]_big() and use it instead of | Kenneth R Westerback |
2005-04-28 | more snprintf error checking. ok krw@ | Moritz Jodeit |
2005-04-17 | Fix typo | Tom Cosgrove |
2005-04-05 | Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does. | Kenneth R Westerback |
2005-04-01 | Cleanup SKEY_NOT_READY logic. Only retry command if it's likely the | Kenneth R Westerback |
2005-03-24 | If READ CAPACITY(10) says there are more than 0xffffffff sectors, | Kenneth R Westerback |
2004-07-31 | Remove scsi_change_def() and related command structure. Its only use | Kenneth R Westerback |
2004-05-28 | Clean up sense error logic and printing a bit, partly inspired by | Kenneth R Westerback |
2004-05-17 | Elminate SCSIRET_* synonyms for EJUSTRETURN and ERESTART by using | Kenneth R Westerback |
2004-05-13 | More cleanup of SCSI sense printing. Better output, more readable code. | 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-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 |