summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aic79xx_openbsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-2/+2
* SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw2020-07-281-4/+10
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-5/+5
* 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-3/+3
* Remove some pointless casting of void * when assigning onekrw2020-07-131-3/+3
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-4/+1
* Shuffle things around so that sc->sc_link initialization iskrw2020-07-021-11/+11
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* *_minphys() functions that cap i/o sizes at a value larger than thekrw2020-02-151-18/+2
* Whitespace tweak.krw2020-02-061-3/+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-5/+2
* Nuke some forward-only struct's and functions and functions therebykrw2017-12-121-25/+1
* Move to iopool. No voluntary testers after several years of requests so nowkrw2016-08-171-30/+9
* Reduces the noise around the global ``ticks'' variable by renamingmpi2016-03-191-11/+11
* Nuke a bunch of leading and trailing whitespace so I don't go blindkrw2015-07-171-13/+13
* 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-7/+3
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-4/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-6/+1
* Correct the spelling of "transferred" and "transferring"guenther2012-02-241-2/+2
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-11/+1
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-19/+21
* 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-4/+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-3/+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
* Put scsi_done() invocations inside existing splbio/splx pairs to makekrw2007-10-201-6/+5
* The obvious bzero/memset -> M_ZERO changes.krw2007-09-071-3/+2
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-3/+6
* Attach routines can fail before calling *hook_establish(), and theykrw2006-05-221-2/+3
* 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-56/+2
* It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER.krw2005-11-021-8/+6
* Use correct timer when reinstating timeouts. Adapted from FreeBSDkrw2005-10-061-3/+3
* Current ahd timeout code does nothing. Add fbsd style timeoutkrw2004-12-301-18/+43
* Don't allow an infinite number of SCSI bus resets per i/o.krw2004-12-281-1/+2
* Fix tag handling for non-U320/packetized devices. Allow tags for thesekrw2004-12-271-10/+2
* Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. Nokrw2004-12-241-130/+124
* In the rare case that SCSI_RESET is set, ensure that xs->stimeout iskrw2004-12-201-9/+4
* Activate packetized status handling.krw2004-12-201-21/+7
* Reduce delta to FreeBSD by adding and using ahd_alloc() rather thankrw2004-12-191-8/+10
* Use millisends rather than microseconds in parameters to timerkrw2004-12-131-6/+21
* More FreeBSD delta reduction. Use aic_* defines rather than ahd_* onekrw2004-11-231-177/+8
* More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and variable shuffle. No functional change.krw2004-11-181-11/+2
* More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andkrw2004-11-141-13/+1