Age | Commit message (Expand) | Author |
2008-07-26 | Silence scsi_inquire_vpd() so devices that don't understand the necessary | Kenneth R Westerback |
2008-07-05 | When SCSIDEBUG'ing, print data about to be written (for commands | Kenneth R Westerback |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback |
2008-06-21 | Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES. | Kenneth R Westerback |
2008-06-15 | Treat SENSE_NOT_READY_INIT_REQUIRED sense errors the same as | Kenneth R Westerback |
2008-06-14 | Nuke ADEV_NOTUR, always issue TEST UNIT READY to clear out power-up | Kenneth R Westerback |
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth R Westerback |
2007-11-25 | dont use the adapter_softc member of scsi_link as a softc anymore. the | David Gwynne |
2007-09-16 | MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, | Kenneth R Westerback |
2007-06-23 | Implement disk sizes > 2^32-1. Code modelled on NetBSD. | Kenneth R Westerback |
2007-05-31 | remove the scsi task thread, and replace it with the system workq. | David Gwynne |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-03 | add a wrapper for querying vpd inquiry pages | David Gwynne |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne |
2006-12-12 | Give the SCSI layer the ability to requeue i/o's rejected by a driver | Kenneth R Westerback |
2006-11-27 | more magic removal | Bob Beck |
2006-11-27 | rework asc/ascq handling to get rid of "magic" 0x values in the code, changes | Bob Beck |
2006-11-04 | kthread_create returns an int, not a pointer. compare the return value to | David Gwynne |
2006-09-22 | implement a kernel thread that can be used by the midlayer or scsi drivers | David Gwynne |
2006-08-04 | Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs | Bob Beck |
2006-07-29 | The version field of scsi_inquiry_data is not a simple numeric value | 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-07-22 | If the LUN is > 7, don't try to stuff it into the three bits available | Kenneth R Westerback |
2006-07-15 | catch "Media Removal Prevented" for devices that are capable of telling us | Bob Beck |
2006-07-13 | Eliminate scsi_link field 'scsi_version' and just use the INQUIRY data | Kenneth R Westerback |
2006-07-11 | scsi_get_xs raises splbio, but didnt lower it on error. tsk tsk. | David Gwynne |
2006-07-11 | knf and ansi. no binary change | David Gwynne |
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 |