summaryrefslogtreecommitdiffstats
path: root/sys/dev/atapiscsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-11/+11
* Nuke unused struct scsi_link members of adapter softc's where thekrw2020-07-221-2/+1
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-5/+6
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-6/+6
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-161-7/+7
* Shuffle things around so that sc->sc_link initialization iskrw2020-07-021-9/+10
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* Use SDEV_NO_ADAPTER_TARGET instead of '7' to indicate the adapter iskrw2020-06-241-2/+2
* Nuke *_minphys() functions that either simply apply MAXPHYS or dokrw2020-02-131-11/+2
* Drivers that implement their own *minphys() don't need to call thekrw2020-01-251-2/+1
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-8/+3
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Fix previous by calling wdc_atapi_intr_complete() before rerturning.mpi2017-08-111-1/+2
* Missing break/return statement on switch casemestre2017-08-111-1/+3
* 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