summaryrefslogtreecommitdiffstats
path: root/sys/dev/atapiscsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* scsi has to scrub the ata xfer before using it so its set for the restdlg2014-01-191-1/+2
* move atapiscsi to iopools by making the entire ata layer use them too.dlg2014-01-181-8/+5
* Convert from K&R to ISO function signatures.matthew2012-08-081-107/+40
* Backout a bunch of my SCSI commits from c2k11. At least one of thesematthew2011-07-171-3/+3
* First batch of converting SCSI HBAs from setting saa_targets andmatthew2011-07-081-3/+3
* wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h.matthew2011-05-251-2/+2
* Change wdc_reset_channel() to take a `no wait' argument. Pass in turn thismiod2011-04-151-4/+4
* Do not #include <sys/dkstat.h> if you don't need anything from it.miod2010-11-181-3/+1
* Use SSD_ERRCODE_CURRENT instead of magic 0x70.krw2010-09-201-2/+2
* Wake up cdroms attached to pciide; same as in wd.c 1.86deraadt2010-08-041-2/+29
* Manuel Bouyer rescinded clauses 3 and 4 of his license text.jsg2010-07-231-7/+1
* Change scsibus(4)'s scsi_link array to an SLIST to save memory onmatthew2010-07-011-2/+2
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-10/+1
* dont pass the dev_t from the scsi device drivers into the midlayer fordlg2010-06-151-6/+4
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-8/+1
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-10/+9
* Don't check ITSDONE since we know it is set in scsi_done(). Eliminateskrw2010-01-111-20/+12
* dont need to end statements with two semicolons. one is enough.dlg2010-01-051-2/+2
* atapiscsi didnt call scsi_done when the xfer had SCSI_POLL set. this isdlg2010-01-051-6/+8
* typo in documentation; missing full stop.sobrado2009-11-271-2/+2
* call scsi_done before returning COMPLETE in the stuffup case.dlg2009-09-051-1/+4
* Force atapiscsi to depend upon wdc_base. This allows kernels to havemiod2009-06-201-2/+2
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-4/+4
* Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.krw2008-11-251-2/+2
* never schedule a timer for a negative time, if in the past schedule short delay.drahn2008-05-221-2/+6
* More scsi_done() at SPLBIO.krw2007-11-061-1/+4
* Fix some "that that"s.tom2007-08-061-2/+2
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-4/+4
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-3/+6
* fetch the name of the cd device attached to the atapiscsi scsibus bydlg2006-10-221-11/+6
* strncpy -> strlcpydlg2006-10-221-5/+5
* Enable detaching atapiscsi devices.miod2006-01-131-2/+11
* spacing; ok deraadt@david2005-08-011-2/+2
* Cosmetics...tdeval2005-03-081-5/+5
* SCSI_DATA_OUT doesn't mean transfer from host in all cases, whengrange2004-02-211-3/+6
* Cleanup debug messages: use %b for status, %x -> 0x%x, wrap lines.grange2004-02-131-9/+12
* Always disable interrupts on a controller for polled commands.grange2004-02-071-2/+6
* Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Alsokrw2004-01-141-2/+2
* remove uvm_extern.hbrad2004-01-091-3/+1
* typos from Tom Cosgrove;jmc2003-10-211-3/+3
* Merge an old fix from NetBSD:grange2003-10-171-7/+2
* Allow setting of wdcdebug*_mask variables via preprocessor defines.grange2003-10-161-2/+5
* kill trailing spaces, no functional changesgrange2003-09-281-67/+67
* Don't force all ATAPI devices to PIO mode 3, there aregrange2003-02-131-10/+5
* Protect WDCDEBUG_PRINT macro with do {} while (0)grange2002-12-191-4/+5
* Move enum definitions to global scope. Local scope is meaningless, andespie2002-05-211-2/+3
* Dump the actual command to be sentcsapuntz2002-05-101-3/+3
* Drives can go busy after IDENTIFY. Make sure drive is not busy before issuingcsapuntz2002-05-081-2/+13
* Log extra info for ATAPI devicescsapuntz2002-03-161-10/+25