| Commit message (Expand) | Author | Age | Files | Lines |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -2/+2 |
* | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 2020-07-28 | 1 | -4/+10 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -5/+5 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -6/+6 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -3/+3 |
* | Remove some pointless casting of void * when assigning one |  krw | 2020-07-13 | 1 | -3/+3 |
* | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 1 | -4/+1 |
* | Shuffle things around so that sc->sc_link initialization is |  krw | 2020-07-02 | 1 | -11/+11 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -2/+1 |
* | *_minphys() functions that cap i/o sizes at a value larger than the |  krw | 2020-02-15 | 1 | -18/+2 |
* | Whitespace tweak. |  krw | 2020-02-06 | 1 | -3/+2 |
* | Drivers that implement their own *minphys() don't need to call the |  krw | 2020-01-25 | 1 | -2/+1 |
* | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -5/+2 |
* | Nuke some forward-only struct's and functions and functions thereby |  krw | 2017-12-12 | 1 | -25/+1 |
* | Move to iopool. No voluntary testers after several years of requests so now |  krw | 2016-08-17 | 1 | -30/+9 |
* | Reduces the noise around the global ``ticks'' variable by renaming |  mpi | 2016-03-19 | 1 | -11/+11 |
* | Nuke a bunch of leading and trailing whitespace so I don't go blind |  krw | 2015-07-17 | 1 | -13/+13 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | if the hardware is too busy or its queues are too full, return XS_BUSY, |  dlg | 2014-01-17 | 1 | -7/+3 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -4/+1 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -6/+1 |
* | Correct the spelling of "transferred" and "transferring" |  guenther | 2012-02-24 | 1 | -2/+2 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -11/+1 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -19/+21 |
* | Remove horrible hack in ahc/ahd that made some commands retry |  krw | 2010-01-20 | 1 | -11/+3 |
* | Set ITSDONE in scsi_done() and zap trivial instances of setting it |  krw | 2010-01-10 | 1 | -4/+1 |
* | Bring last drivers fully into the NO_CCB world by replacing |  krw | 2009-11-22 | 1 | -2/+2 |
* | Extend the scsi_adapter minphys() callback to take a struct scsi_link * |  miod | 2009-02-16 | 1 | -3/+3 |
* | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). |  grange | 2009-01-21 | 1 | -2/+2 |
* | dontqueue is set but never used. garbage collect it. |  krw | 2008-11-25 | 1 | -5/+1 |
* | Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out. |  krw | 2008-11-24 | 1 | -2/+2 |
* | Put scsi_done() invocations inside existing splbio/splx pairs to make |  krw | 2007-10-20 | 1 | -6/+5 |
* | The obvious bzero/memset -> M_ZERO changes. |  krw | 2007-09-07 | 1 | -3/+2 |
* | give scsi controllers a real attach args to fill in when attaching scsibus. |  dlg | 2006-11-28 | 1 | -3/+6 |
* | Attach routines can fail before calling *hook_establish(), and they |  krw | 2006-05-22 | 1 | -2/+3 |
* | All CAM_* values stored in xs->error must be 'interpreted' by |  krw | 2006-03-04 | 1 | -2/+2 |
* | Strip out fancy timeout code that attempts to mimic FreeBSD's thread |  krw | 2005-12-28 | 1 | -56/+2 |
* | It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER. |  krw | 2005-11-02 | 1 | -8/+6 |
* | Use correct timer when reinstating timeouts. Adapted from FreeBSD |  krw | 2005-10-06 | 1 | -3/+3 |
* | Current ahd timeout code does nothing. Add fbsd style timeout |  krw | 2004-12-30 | 1 | -18/+43 |
* | Don't allow an infinite number of SCSI bus resets per i/o. |  krw | 2004-12-28 | 1 | -1/+2 |
* | Fix tag handling for non-U320/packetized devices. Allow tags for these |  krw | 2004-12-27 | 1 | -10/+2 |
* | Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No |  krw | 2004-12-24 | 1 | -130/+124 |
* | In the rare case that SCSI_RESET is set, ensure that xs->stimeout is |  krw | 2004-12-20 | 1 | -9/+4 |
* | Activate packetized status handling. |  krw | 2004-12-20 | 1 | -21/+7 |
* | Reduce delta to FreeBSD by adding and using ahd_alloc() rather than |  krw | 2004-12-19 | 1 | -8/+10 |
* | Use millisends rather than microseconds in parameters to timer |  krw | 2004-12-13 | 1 | -6/+21 |
* | More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one |  krw | 2004-11-23 | 1 | -177/+8 |
* | More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and variable shuffle. No functional change. |  krw | 2004-11-18 | 1 | -11/+2 |
* | More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and |  krw | 2004-11-14 | 1 | -13/+1 |