| Commit message (Expand) | Author | Age | Files | Lines |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | scsi has to scrub the ata xfer before using it so its set for the rest |  dlg | 2014-01-19 | 1 | -1/+2 |
* | move atapiscsi to iopools by making the entire ata layer use them too. |  dlg | 2014-01-18 | 1 | -8/+5 |
* | Convert from K&R to ISO function signatures. |  matthew | 2012-08-08 | 1 | -107/+40 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -3/+3 |
* | First batch of converting SCSI HBAs from setting saa_targets and |  matthew | 2011-07-08 | 1 | -3/+3 |
* | wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h. |  matthew | 2011-05-25 | 1 | -2/+2 |
* | Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this |  miod | 2011-04-15 | 1 | -4/+4 |
* | Do not #include <sys/dkstat.h> if you don't need anything from it. |  miod | 2010-11-18 | 1 | -3/+1 |
* | Use SSD_ERRCODE_CURRENT instead of magic 0x70. |  krw | 2010-09-20 | 1 | -2/+2 |
* | Wake up cdroms attached to pciide; same as in wd.c 1.86 |  deraadt | 2010-08-04 | 1 | -2/+29 |
* | Manuel Bouyer rescinded clauses 3 and 4 of his license text. |  jsg | 2010-07-23 | 1 | -7/+1 |
* | Change scsibus(4)'s scsi_link array to an SLIST to save memory on |  matthew | 2010-07-01 | 1 | -2/+2 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -10/+1 |
* | dont pass the dev_t from the scsi device drivers into the midlayer for |  dlg | 2010-06-15 | 1 | -6/+4 |
* | New scsi code seems to be stable. Pluck previously identified |  krw | 2010-05-20 | 1 | -8/+1 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -10/+9 |
* | Don't check ITSDONE since we know it is set in scsi_done(). Eliminates |  krw | 2010-01-11 | 1 | -20/+12 |
* | dont need to end statements with two semicolons. one is enough. |  dlg | 2010-01-05 | 1 | -2/+2 |
* | atapiscsi didnt call scsi_done when the xfer had SCSI_POLL set. this is |  dlg | 2010-01-05 | 1 | -6/+8 |
* | typo in documentation; missing full stop. |  sobrado | 2009-11-27 | 1 | -2/+2 |
* | call scsi_done before returning COMPLETE in the stuffup case. |  dlg | 2009-09-05 | 1 | -1/+4 |
* | Force atapiscsi to depend upon wdc_base. This allows kernels to have |  miod | 2009-06-20 | 1 | -2/+2 |
* | Extend the scsi_adapter minphys() callback to take a struct scsi_link * |  miod | 2009-02-16 | 1 | -4/+4 |
* | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. |  krw | 2008-11-25 | 1 | -2/+2 |
* | never schedule a timer for a negative time, if in the past schedule short delay. |  drahn | 2008-05-22 | 1 | -2/+6 |
* | More scsi_done() at SPLBIO. |  krw | 2007-11-06 | 1 | -1/+4 |
* | Fix some "that that"s. |  tom | 2007-08-06 | 1 | -2/+2 |
* | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -4/+4 |
* | give scsi controllers a real attach args to fill in when attaching scsibus. |  dlg | 2006-11-28 | 1 | -3/+6 |
* | fetch the name of the cd device attached to the atapiscsi scsibus by |  dlg | 2006-10-22 | 1 | -11/+6 |
* | strncpy -> strlcpy |  dlg | 2006-10-22 | 1 | -5/+5 |
* | Enable detaching atapiscsi devices. |  miod | 2006-01-13 | 1 | -2/+11 |
* | spacing; ok deraadt@ |  david | 2005-08-01 | 1 | -2/+2 |
* | Cosmetics... |  tdeval | 2005-03-08 | 1 | -5/+5 |
* | SCSI_DATA_OUT doesn't mean transfer from host in all cases, when |  grange | 2004-02-21 | 1 | -3/+6 |
* | Cleanup debug messages: use %b for status, %x -> 0x%x, wrap lines. |  grange | 2004-02-13 | 1 | -9/+12 |
* | Always disable interrupts on a controller for polled commands. |  grange | 2004-02-07 | 1 | -2/+6 |
* | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also |  krw | 2004-01-14 | 1 | -2/+2 |
* | remove uvm_extern.h |  brad | 2004-01-09 | 1 | -3/+1 |
* | typos from Tom Cosgrove; |  jmc | 2003-10-21 | 1 | -3/+3 |
* | Merge an old fix from NetBSD: |  grange | 2003-10-17 | 1 | -7/+2 |
* | Allow setting of wdcdebug*_mask variables via preprocessor defines. |  grange | 2003-10-16 | 1 | -2/+5 |
* | kill trailing spaces, no functional changes |  grange | 2003-09-28 | 1 | -67/+67 |
* | Don't force all ATAPI devices to PIO mode 3, there are |  grange | 2003-02-13 | 1 | -10/+5 |
* | Protect WDCDEBUG_PRINT macro with do {} while (0) |  grange | 2002-12-19 | 1 | -4/+5 |
* | Move enum definitions to global scope. Local scope is meaningless, and |  espie | 2002-05-21 | 1 | -2/+3 |
* | Dump the actual command to be sent |  csapuntz | 2002-05-10 | 1 | -3/+3 |
* | Drives can go busy after IDENTIFY. Make sure drive is not busy before issuing |  csapuntz | 2002-05-08 | 1 | -2/+13 |
* | Log extra info for ATAPI devices |  csapuntz | 2002-03-16 | 1 | -10/+25 |