Age | Commit message (Expand) | Author |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-03 | Don't attempt to set the read or write caches on usb disks. It | Kenneth R Westerback |
2010-08-02 | Don't refer to xs->cmd, even via a pointer to xs->cmd, after xs has | Kenneth R Westerback |
2010-07-28 | DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set | Kenneth R Westerback |
2010-07-28 | No need to bzero() malloc'd memory if we used M_ZERO. | Kenneth R Westerback |
2010-07-27 | Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command, | Matthew Dempsky |
2010-07-27 | the queue entry and state variables in the xsh and ioh structs are part | David Gwynne |
2010-07-25 | Missing SCSI_DATA_IN flag in dvd_read_copyright() caused | Kenneth R Westerback |
2010-07-25 | Restore previous behaviour of always bzero()'ing the buf passed to | Kenneth R Westerback |
2010-07-25 | Let DVD's play again. Logic reversal prevented copyright reading. | Kenneth R Westerback |
2010-07-24 | Get rid of scsi_deinit(), and change scsi_init() back to a one-time | Matthew Dempsky |
2010-07-22 | Fix a few more scsi_scsi_cmd() removal regressions, caught by | Matthew Dempsky |
2010-07-22 | Mark two more DMA accessible malloc(9)s. | Matthew Dempsky |
2010-07-22 | In st_space() and st_write_filemarks(), if scsi_xs_get() returns NULL, | Matthew Dempsky |
2010-07-22 | In scsi_inquire_vpd(), actually just return EJUSTRETURN when dealing | Matthew Dempsky |
2010-07-22 | style(9) fix and release rwlock(9) if scsi_xs_get() returns NULL, | Matthew Dempsky |
2010-07-22 | In safte_match(), return 0 on SCSI errors, not an errno value. Fixes | Matthew Dempsky |
2010-07-22 | Appropriately set SCSI_DATA_IN or SCSI_DATA_OUT depending on type of | Matthew Dempsky |
2010-07-22 | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the | Kenneth R Westerback |
2010-07-21 | let mpath build again even though it is disabled | Todd T. Fries |
2010-07-13 | Correct comment. scsi_sense_data is now 18 bytes, not 32. | Kenneth R Westerback |
2010-07-10 | Fixup structures to be correct size | Jordan Hargrave |
2010-07-10 | Limit SCIOCCOMMAND and ATAIOCCOMMAND requests to transferring MAXPHYS | Matthew Dempsky |
2010-07-08 | Move ss and friends to the attic. | Kenneth R Westerback |
2010-07-07 | Pull out disk sort. I committed the wrong version of the diff and it | Marco Peereboom |
2010-07-06 | Enable FIFO IO for sd devices. This time committed against the actual tree. | Marco Peereboom |
2010-07-06 | Fix monumental cock-up with SCSI_SILENT and SCSI_IGNORE_ILLEGAL_REQUEST | Kenneth R Westerback |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-03 | Get rid of EAGAIN, retry scsi_xs_sync() commands (after a scsi_delay()) | Kenneth R Westerback |
2010-07-03 | Stop disk on suspend and start it again upon resume. Gets rid of the loud | Mark Kettenis |
2010-07-02 | Always try READ CAPACITY(16) on SCSI-3 devices. If it fails, return | Kenneth R Westerback |
2010-07-02 | ss(4) does not need the tape attribute; only tape devices do (and only on vax, | Miod Vallat |
2010-07-02 | Use M_NOWAIT only if SCSI_NOSLEEP is set, as is the usual idiom. From | Kenneth R Westerback |
2010-07-01 | Move rdcap/rdcap16 structs used to get info about disk size off of | Kenneth R Westerback |
2010-07-01 | ioctl XS_SENSE/XS_SHORTSENSE should print the sense info like | Kenneth R Westerback |
2010-07-01 | Die struct scsi_device! Die! Instead, save a pointer to the routine | Kenneth R Westerback |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-07-01 | Call malloc(9) with M_ZERO to prevent code paths from exposing | Matthew Dempsky |
2010-07-01 | Restore setting xs->bp; fixes ncr(4) on VAX. | Matthew Dempsky |
2010-06-30 | for scsibus, silence the activate function when unknown events are given. | Theo de Raadt |
2010-06-30 | Flush cache before suspend. | Mark Kettenis |
2010-06-30 | Bring cd(4) into line with sd(4) and st(4) by implementing CDF_DYING | Kenneth R Westerback |
2010-06-30 | Prune some dead assignments in st_interpret_sense(); st(4) already | Matthew Dempsky |
2010-06-30 | switch ss over to using xshandlers for queuing io. this brings it into line | David Gwynne |
2010-06-29 | Shrink struct scsi_sense_data and thus the sense member of scsi_xfer, | Kenneth R Westerback |
2010-06-29 | Change st(4) to use the FIFO buf sorting discipline rather than the | Matthew Dempsky |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | remove a lonely remnant from some debug code that snuck in. | David Gwynne |
2010-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing |
2010-06-27 | "Believe it or not," nothing uses scsi_xfer's req_sense_length field | Matthew Dempsky |