summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_ioctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, somatthew2011-06-211-2/+2
* use dma_alloc/dma_free instead of malloc to allocate buffers which needderaadt2011-03-171-10/+6
* Mark two more DMA accessible malloc(9)s.matthew2010-07-221-1/+3
* Limit SCIOCCOMMAND and ATAIOCCOMMAND requests to transferring MAXPHYSmatthew2010-07-101-5/+20
* ioctl XS_SENSE/XS_SHORTSENSE should print the sense info likekrw2010-07-011-1/+10
* Call malloc(9) with M_ZERO to prevent code paths from exposingmatthew2010-07-011-3/+3
* dont pass the dev_t from the scsi device drivers into the midlayer fordlg2010-06-151-7/+3
* the SAT spec from t10.org defines messages for tunnelling ATA commands overdlg2010-04-231-1/+94
* Don't print sense info for ioctl's. Let the userland program decidekrw2010-02-271-1/+2
* introduce scsi_xs_sync. this will synchronously execute a scsi_xferdlg2010-01-041-9/+2
* put the midlayer changes back in.dlg2009-12-011-248/+53
* revert midlayer back to it was before i put my big rewrite in. this isdlg2009-11-121-53/+248
* backout the backout marco did of my code because of the NO_CCB breakage.dlg2009-11-101-248/+53
* The big diff dlg committed to the midlayer breaks NO_CCB andmarco2009-11-051-53/+248
* Check return value of scsi_xs_get() in scsi_ioc_cmd() for NULL. Itkrw2009-10-271-1/+3
* avoid smashing the stack when we have sense data to return back to userlanddlg2009-10-121-5/+8
* rework the scsi midlayer to start addressing some problems i havedlg2009-09-141-244/+44
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+21
* MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts,krw2007-09-161-2/+2
* The obvious bzero/memset -> M_ZERO changes.krw2007-09-071-3/+2
* Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices whenkrw2007-01-161-3/+7
* Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' ->krw2006-12-211-2/+2
* remove some scsi ioctls, most importantly the ones that can reprobe thedlg2006-07-231-24/+1
* a few formatting tweaks. this was mostly knf/ansi already. no binary changedlg2006-07-111-34/+41
* Zap trailing whitespace.krw2006-05-111-8/+8
* Fix various printf() issues: too many arguments, not enough arguments, argumentmiod2006-04-201-2/+2
* Don't panic for pathological i/o sizes unless minphys() really iskrw2005-12-081-6/+4
* Make some panic messages more useful.krw2005-10-101-2/+2
* Handle XS_SHORTSENSE error codes in ioctl situations. From NetBSD.krw2005-05-281-1/+7
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-2/+2
* No longer require write permission for read-only SCSI commandskrw2004-11-301-81/+96
* Make 'unknown error category' message more informative by including errorkrw2004-01-031-2/+3
* some splassert and protection of biodone.art2002-06-091-1/+5
* First round of __P removal in sysmillert2002-03-141-5/+5
* pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ okmickey2002-01-071-2/+2
* KNFderaadt2001-06-221-2/+2
* Pass IOCTL to adapter device if not understood by SCSI layer.csapuntz2001-04-301-2/+6
* spellingtodd2001-01-251-2/+2
* Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI).csapuntz1999-08-241-1/+17
* Correct a debug printoutniklas1997-09-011-2/+2
* * Make scsi_do_ioctl() sane again.downsj1997-08-311-17/+12
* Merge in various pieces of current NetBSD scsi code, including but not limiteddownsj1997-04-141-2/+13
* Remove unused variableniklas1996-08-131-3/+1
* limit ioctl priviledgesderaadt1996-08-111-10/+35
* SCIOCCOMMAND now requires that the device be open for writing.downsj1996-06-171-1/+5
* netbsd pr#2220: add SCIOCRESET. I can't think of any reason not to.downsj1996-06-161-0/+6
* Sync. w/ NetBSD: scsi prototypes.briggs1996-02-201-1/+6
* initial import of NetBSD treederaadt1995-10-181-0/+361