summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_ioctl.c
AgeCommit message (Expand)Author
2007-09-16MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts,Kenneth R Westerback
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-01-16Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices whenKenneth R Westerback
2006-12-21Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' ->Kenneth R Westerback
2006-07-23remove some scsi ioctls, most importantly the ones that can reprobe theDavid Gwynne
2006-07-11a few formatting tweaks. this was mostly knf/ansi already. no binary changeDavid Gwynne
2006-05-11Zap trailing whitespace.Kenneth R Westerback
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2005-12-08Don't panic for pathological i/o sizes unless minphys() really isKenneth R Westerback
2005-10-10Make some panic messages more useful.Kenneth R Westerback
2005-05-28Handle XS_SHORTSENSE error codes in ioctl situations. From NetBSD.Kenneth R Westerback
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-11-30No longer require write permission for read-only SCSI commandsKenneth R Westerback
2004-01-03Make 'unknown error category' message more informative by including errorKenneth R Westerback
2002-06-09some splassert and protection of biodone.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-07pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ okMichael Shalayeff
2001-06-22KNFTheo de Raadt
2001-04-30Pass IOCTL to adapter device if not understood by SCSI layer.Constantine Sapuntzakis
2001-01-25spellingTodd T. Fries
1999-08-24Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI).Constantine Sapuntzakis
1997-09-01Correct a debug printoutNiklas Hallqvist
1997-08-31* Make scsi_do_ioctl() sane again.Jason Downs
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason Downs
1996-08-13Remove unused variableNiklas Hallqvist
1996-08-11limit ioctl priviledgesTheo de Raadt
1996-06-17SCIOCCOMMAND now requires that the device be open for writing.Jason Downs
1996-06-16netbsd pr#2220: add SCIOCRESET. I can't think of any reason not to.Jason Downs
1996-02-20Sync. w/ NetBSD: scsi prototypes.briggs
1995-10-18initial import of NetBSD treeTheo de Raadt