Age | Commit message (Expand) | Author |
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 |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Not that anyone uses it, but bring ss(4) device referencing into | Kenneth R Westerback |
2010-06-25 | move st over to using xshandlers for scheduling io. based on the | David Gwynne |
2010-06-24 | we cant rely on being able to sleep when dumping, so dont lose the | David Gwynne |
2010-06-16 | Always check both the return value of scsi_do_mode_sense() and the | Kenneth R Westerback |
2010-06-16 | Bring ststrategy() into line with sdstrategy() and cdstrategy(), making | Kenneth R Westerback |
2010-06-15 | enable the write cache on disks during attach. | David Gwynne |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-14 | remove the scsi_buf_* functions as these have been | Thordur I. Bjornsson |
2010-06-11 | Restore an unusual XS_SENSE semantic that inadvertantly got lost | Kenneth R Westerback |
2010-06-03 | cut cd(4) over to use xshandlers. based on the sd(4) diff and includes the | David Gwynne |
2010-06-02 | ss has no value, its readme has even less value. it discusses development | David Gwynne |
2010-06-02 | bring back the SDF_WAITING waiting flag while adapters still implement | David Gwynne |
2010-06-01 | move cd, st & ss over to bufq's again. | Thordur I. Bjornsson |
2010-06-01 | if we're going to set ITSDONE when an xfer is done cos the adapter expects | David Gwynne |
2010-05-26 | Trying this again. Mixing anoncvs with cvs is _not_ a good idea. | Thordur I. Bjornsson |
2010-05-24 | "scsi_ioh_add:" -> "scsi_ioh_del:" in scsi_ioh_del() panic msg. | Kenneth R Westerback |
2010-05-24 | removed prototypes for functions that were removed. | David Gwynne |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-05-20 | Simplify new disk cache code so simpler people can understand it. | Kenneth R Westerback |
2010-05-19 | remove unused flag. | David Gwynne |
2010-05-19 | add an ioctl that allows userland to get or set a disks read and write | David Gwynne |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |