summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aic7xxx_openbsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke some forward-only struct's and functions and functions therebykrw2017-12-121-21/+1
* Move to iopool. No voluntary testers after several years of requests so nowkrw2016-08-171-22/+53
* Nuke a bunch of leading and trailing whitespace so I don't go blindkrw2015-07-171-10/+10
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* if the hardware is too busy or its queues are too full, return XS_BUSY,dlg2014-01-171-6/+2
* Backout a bunch of my SCSI commits from c2k11. At least one of thesematthew2011-07-171-6/+2
* Call bzero(&saa, sizeof(saa)) each time we use saa to attachmatthew2011-07-051-2/+5
* Use the SDEV_2NDBUS flag like isp(4) instead of the currentmatthew2011-07-041-1/+2
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-11/+1
* dont drop out of handling a command if ITSDONE is set. return a betterdlg2010-06-021-21/+8
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-21/+23
* Remove horrible hack in ahc/ahd that made some commands retrykrw2010-01-201-11/+3
* Set ITSDONE in scsi_done() and zap trivial instances of setting itkrw2010-01-101-3/+1
* Bring last drivers fully into the NO_CCB world by replacingkrw2009-11-221-2/+2
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-4/+3
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-2/+2
* dontqueue is set but never used. garbage collect it.krw2008-11-251-5/+1
* Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.krw2008-11-241-2/+2
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-4/+1
* Put scsi_done() invocations inside existing splbio/splx pairs to makekrw2007-10-201-4/+3
* The obvious bzero/memset -> M_ZERO changes.krw2007-09-071-3/+2
* Since ahc_controller_info()'s definition is inside #ifndef DEBUG, putkrw2007-08-041-2/+4
* Eliminate unused inline functions and replace ahc_lock() whichkrw2007-05-021-19/+19
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-7/+15
* All CAM_* values stored in xs->error must be 'interpreted' bykrw2006-03-041-2/+2
* Strip out fancy timeout code that attempts to mimic FreeBSD's threadkrw2005-12-281-280/+22
* It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER.krw2005-11-021-8/+6
* Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnskrw2005-02-121-13/+1
* Don't call ahc_setup_data() after calling ahc_execute_scb() since thekrw2005-01-121-3/+3
* fix conflicting types for ahc_send_async().kevlo2005-01-081-2/+2
* Don't allow an infinite number of SCSI bus resets per i/o.krw2004-12-281-1/+2
* Shuffle defines around so that ahc and ahd use the aic_ names thatkrw2004-10-241-7/+7
* timedout is not an english word, complaint from theo, ok marcohenning2004-09-241-2/+2
* Fix issue with auto request sense handling for both ahc and ahd.krw2004-08-131-1/+2
* Fold in relevant bits of the most recent two updates fromkrw2004-08-011-12/+3
* Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device.krw2004-01-241-2/+1
* Major stability improvement. Fix a variety of systems and problemskrw2004-01-171-37/+53
* Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG.krw2004-01-171-2/+2
* Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set.krw2004-01-071-3/+8
* Reduce ahc verbosity. Put chip details inside an if (bootverbose) {}krw2004-01-051-3/+5
* Give i/o's requeued as a result of aborts, timeouts, etc. a status ofkrw2003-12-281-19/+6
* Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascalkrw2003-12-241-1114/+340
* typos from Tom Cosgrove;jmc2003-10-211-5/+5
* more dmamp_sync()s; krw@ okmickey2003-09-291-99/+125
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-3/+3
* Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc.drahn2003-03-211-9/+4
* spellingderaadt2003-01-051-3/+3
* Share interrupts nicely. Add tag type.smurph2002-09-061-11/+19
* attempt to make ahc smaller. change PCI interrupt handler.smurph2002-07-051-65/+142
* Ensure scb is setup correctly. Add debugging info.smurph2002-07-011-4/+4