Age | Commit message (Expand) | Author |
2014-12-15 | convert bcopy to memcpy. ok dlg krw | Ted Unangst |
2011-06-21 | scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so | Matthew Dempsky |
2011-03-17 | use dma_alloc/dma_free instead of malloc to allocate buffers which need | Theo de Raadt |
2010-07-22 | Mark two more DMA accessible malloc(9)s. | Matthew Dempsky |
2010-07-10 | Limit SCIOCCOMMAND and ATAIOCCOMMAND requests to transferring MAXPHYS | Matthew Dempsky |
2010-07-01 | ioctl XS_SENSE/XS_SHORTSENSE should print the sense info like | Kenneth R Westerback |
2010-07-01 | Call malloc(9) with M_ZERO to prevent code paths from exposing | Matthew Dempsky |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-04-23 | the SAT spec from t10.org defines messages for tunnelling ATA commands over | David Gwynne |
2010-02-27 | Don't print sense info for ioctl's. Let the userland program decide | Kenneth R Westerback |
2010-01-04 | introduce scsi_xs_sync. this will synchronously execute a scsi_xfer | David Gwynne |
2009-12-01 | put the midlayer changes back in. | David Gwynne |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-05 | The big diff dlg committed to the midlayer breaks NO_CCB and | Marco Peereboom |
2009-10-27 | Check return value of scsi_xs_get() in scsi_ioc_cmd() for NULL. It | Kenneth R Westerback |
2009-10-12 | avoid smashing the stack when we have sense data to return back to userland | David Gwynne |
2009-09-14 | rework the scsi midlayer to start addressing some problems i have | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2007-09-16 | MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, | Kenneth R Westerback |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-01-16 | Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices when | Kenneth R Westerback |
2006-12-21 | Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> | Kenneth R Westerback |
2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne |
2006-07-11 | a few formatting tweaks. this was mostly knf/ansi already. no binary change | David Gwynne |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2005-12-08 | Don't panic for pathological i/o sizes unless minphys() really is | Kenneth R Westerback |
2005-10-10 | Make some panic messages more useful. | Kenneth R Westerback |
2005-05-28 | Handle XS_SHORTSENSE error codes in ioctl situations. From NetBSD. | Kenneth R Westerback |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-30 | No longer require write permission for read-only SCSI commands | Kenneth R Westerback |
2004-01-03 | Make 'unknown error category' message more informative by including error | Kenneth R Westerback |
2002-06-09 | some splassert and protection of biodone. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff |
2001-06-22 | KNF | Theo de Raadt |
2001-04-30 | Pass IOCTL to adapter device if not understood by SCSI layer. | Constantine Sapuntzakis |
2001-01-25 | spelling | Todd T. Fries |
1999-08-24 | Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI). | Constantine Sapuntzakis |
1997-09-01 | Correct a debug printout | Niklas Hallqvist |
1997-08-31 | * Make scsi_do_ioctl() sane again. | Jason Downs |
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason Downs |
1996-08-13 | Remove unused variable | Niklas Hallqvist |
1996-08-11 | limit ioctl priviledges | Theo de Raadt |
1996-06-17 | SCIOCCOMMAND now requires that the device be open for writing. | Jason Downs |
1996-06-16 | netbsd pr#2220: add SCIOCRESET. I can't think of any reason not to. | Jason Downs |
1996-02-20 | Sync. w/ NetBSD: scsi prototypes. | briggs |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |