aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aic79xx_osm.c
Commit message (Expand)AuthorAgeFilesLines
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-58/+13
* In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize theDimitry Andric2012-08-061-0/+1
* Fix an issue that caused the kernel to panic inside CTL when tryingKenneth D. Merry2012-06-261-4/+4
* Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comme...Rebecca Cran2010-02-081-0/+4
* Add sysctls in ahd(4) in order to keep track of different classes ofAttilio Rao2009-11-131-0/+99
* Make ddb command registration dynamic so modules can extendSam Leffler2008-09-151-1/+1
* Only print sense data diagnostics if debugging is enabled with theJustin T. Gibbs2008-02-171-6/+12
* Remove superfluous setting of the transport_version field of ourJustin T. Gibbs2008-02-171-1/+0
* Advertise to CAM the ability of 790X controllers to negotiate informationJustin T. Gibbs2008-02-171-2/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Basic MPSAFE locking for the AHC and AHD drivers.Scott Long2007-04-171-47/+10
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-175/+0
* Clean up the way we handle auxiliary commands for a given ddb commandJohn Baldwin2006-03-071-1/+1
* Fix -Wundef.Ruslan Ermilov2005-12-041-2/+2
* Correct bug that caused the completed "recovery" scb to have itsJustin T. Gibbs2005-09-221-1/+2
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessJustin T. Gibbs2005-02-161-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-171-38/+18
* Correct a very rare case where command ordering could be compromisedJustin T. Gibbs2004-08-041-6/+15
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* ahc_eisa.c:Justin T. Gibbs2003-12-171-329/+34
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-17/+1
* Sync perforce IDs.Justin T. Gibbs2003-06-101-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+2
* Correct spelling errors.Justin T. Gibbs2003-05-041-2/+2
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Compile with PAE.Jake Burkholder2003-04-091-1/+2
* aic79xx.c:Justin T. Gibbs2003-02-271-2/+10
* aic79xx.c:Justin T. Gibbs2003-01-201-2/+7
* Synchronize perforce Id tagsScott Long2002-11-301-1/+1
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inScott Long2002-11-281-4/+4
* Fix printf format problems that were stopping LINT on alphaScott Long2002-11-251-4/+4
* Enable card interrupts in our OSM rather than in the core.Justin T. Gibbs2002-08-311-19/+29
* Hook up the ahd driver.Justin T. Gibbs2002-06-061-1/+1
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-XJustin T. Gibbs2002-06-051-0/+1992