Age | Commit message (Expand) | Author |
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 |