| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke some forward-only struct's and functions and functions thereby |  krw | 2017-12-12 | 1 | -21/+1 |
* | Move to iopool. No voluntary testers after several years of requests so now |  krw | 2016-08-17 | 1 | -22/+53 |
* | Nuke a bunch of leading and trailing whitespace so I don't go blind |  krw | 2015-07-17 | 1 | -10/+10 |
* | 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 | -6/+2 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -6/+2 |
* | Call bzero(&saa, sizeof(saa)) each time we use saa to attach |  matthew | 2011-07-05 | 1 | -2/+5 |
* | Use the SDEV_2NDBUS flag like isp(4) instead of the current |  matthew | 2011-07-04 | 1 | -1/+2 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -11/+1 |
* | dont drop out of handling a command if ITSDONE is set. return a better |  dlg | 2010-06-02 | 1 | -21/+8 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -21/+23 |
* | 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 | -3/+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 | -4/+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 |
* | Remove commented out NetBSD __KERNEL_RCSID macro usage. |  brad | 2008-05-13 | 1 | -4/+1 |
* | Put scsi_done() invocations inside existing splbio/splx pairs to make |  krw | 2007-10-20 | 1 | -4/+3 |
* | The obvious bzero/memset -> M_ZERO changes. |  krw | 2007-09-07 | 1 | -3/+2 |
* | Since ahc_controller_info()'s definition is inside #ifndef DEBUG, put |  krw | 2007-08-04 | 1 | -2/+4 |
* | Eliminate unused inline functions and replace ahc_lock() which |  krw | 2007-05-02 | 1 | -19/+19 |
* | give scsi controllers a real attach args to fill in when attaching scsibus. |  dlg | 2006-11-28 | 1 | -7/+15 |
* | 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 | -280/+22 |
* | It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER. |  krw | 2005-11-02 | 1 | -8/+6 |
* | Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returns |  krw | 2005-02-12 | 1 | -13/+1 |
* | Don't call ahc_setup_data() after calling ahc_execute_scb() since the |  krw | 2005-01-12 | 1 | -3/+3 |
* | fix conflicting types for ahc_send_async(). |  kevlo | 2005-01-08 | 1 | -2/+2 |
* | Don't allow an infinite number of SCSI bus resets per i/o. |  krw | 2004-12-28 | 1 | -1/+2 |
* | Shuffle defines around so that ahc and ahd use the aic_ names that |  krw | 2004-10-24 | 1 | -7/+7 |
* | timedout is not an english word, complaint from theo, ok marco |  henning | 2004-09-24 | 1 | -2/+2 |
* | Fix issue with auto request sense handling for both ahc and ahd. |  krw | 2004-08-13 | 1 | -1/+2 |
* | Fold in relevant bits of the most recent two updates from |  krw | 2004-08-01 | 1 | -12/+3 |
* | Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device. |  krw | 2004-01-24 | 1 | -2/+1 |
* | Major stability improvement. Fix a variety of systems and problems |  krw | 2004-01-17 | 1 | -37/+53 |
* | Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG. |  krw | 2004-01-17 | 1 | -2/+2 |
* | Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set. |  krw | 2004-01-07 | 1 | -3/+8 |
* | Reduce ahc verbosity. Put chip details inside an if (bootverbose) {} |  krw | 2004-01-05 | 1 | -3/+5 |
* | Give i/o's requeued as a result of aborts, timeouts, etc. a status of |  krw | 2003-12-28 | 1 | -19/+6 |
* | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal |  krw | 2003-12-24 | 1 | -1114/+340 |
* | typos from Tom Cosgrove; |  jmc | 2003-10-21 | 1 | -5/+5 |
* | more dmamp_sync()s; krw@ ok |  mickey | 2003-09-29 | 1 | -99/+125 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -3/+3 |
* | Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc. |  drahn | 2003-03-21 | 1 | -9/+4 |
* | spelling |  deraadt | 2003-01-05 | 1 | -3/+3 |
* | Share interrupts nicely. Add tag type. |  smurph | 2002-09-06 | 1 | -11/+19 |
* | attempt to make ahc smaller. change PCI interrupt handler. |  smurph | 2002-07-05 | 1 | -65/+142 |
* | Ensure scb is setup correctly. Add debugging info. |  smurph | 2002-07-01 | 1 | -4/+4 |