summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic79xx_osm.c
Commit message (Expand)AuthorAgeFilesLines
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+1
* Only print sense data diagnostics if debugging is enabled with thegibbs2008-02-171-6/+12
* Remove superfluous setting of the transport_version field of ourgibbs2008-02-171-1/+0
* Advertise to CAM the ability of 790X controllers to negotiate informationgibbs2008-02-171-2/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Basic MPSAFE locking for the AHC and AHD drivers.scottl2007-04-171-47/+10
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-175/+0
* Clean up the way we handle auxiliary commands for a given ddb commandjhb2006-03-071-1/+1
* Fix -Wundef.ru2005-12-041-2/+2
* Correct bug that caused the completed "recovery" scb to have itsgibbs2005-09-221-1/+2
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessgibbs2005-02-161-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-171-38/+18
* Correct a very rare case where command ordering could be compromisedgibbs2004-08-041-6/+15
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* ahc_eisa.c:gibbs2003-12-171-329/+34
* Use __FBSDID().obrien2003-08-241-2/+3
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-17/+1
* Sync perforce IDs.gibbs2003-06-101-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+2
* Correct spelling errors.gibbs2003-05-041-2/+2
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Compile with PAE.jake2003-04-091-1/+2
* aic79xx.c:gibbs2003-02-271-2/+10
* aic79xx.c:gibbs2003-01-201-2/+7
* Synchronize perforce Id tagsscottl2002-11-301-1/+1
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inscottl2002-11-281-4/+4
* Fix printf format problems that were stopping LINT on alphascottl2002-11-251-4/+4
* Enable card interrupts in our OSM rather than in the core.gibbs2002-08-311-19/+29
* Hook up the ahd driver.gibbs2002-06-061-1/+1
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-Xgibbs2002-06-051-0/+1992
OpenPOWER on IntegriCloud