aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic/aic.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r274819:Steven Hartland2014-12-211-8/+8
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-2/+2
* Add locking to the aic(4) driver and mark it MPSAFE.John Baldwin2012-10-151-48/+58
* Snip redundant assignment.Dag-Erling Smørgrav2009-05-131-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+4
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-86/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-9/+116
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* In aic_reconnect()i, initialize scb. On ia64 the compiler warns aboutMarcel Moolenaar2003-08-231-0/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-19/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Remove __P.Alfred Perlstein2002-03-201-20/+20
* Support for LG GM82C700, an AIC6360 clone.Luoqi Chen2002-03-151-10/+33
* Back out the hack from rev 1.13 that was done to initiate a bus rescanJoerg Wunsch2002-01-171-35/+8
* Fix a few things in the aic(4) driver:Kenneth D. Merry2001-03-161-6/+34
* Sigh, nobody ever got back to me about this. So, here it is..Peter Wemm2001-02-231-8/+35
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* remove 5 unnecessary includes, per phk's scriptWarner Losh2000-09-201-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Add support to aic for pccard attachments. Reports from testers haveWarner Losh2000-01-141-0/+2
* Adjust data pointers for untransmitted bytes in fifos when there's phaseLuoqi Chen1999-12-161-5/+13
* Disconnect and tagged queueing now really work. Also fix a bug that'sLuoqi Chen1999-12-041-98/+110
* Bug fix: allow reset device command to complete.Luoqi Chen1999-10-281-1/+5
* Fix a typo which would result a bad REQUEST SENSE command be sent toLuoqi Chen1999-10-261-5/+19
* A few improvements and cleanups.Luoqi Chen1999-10-211-48/+61
* Non-functional changes. Add some comments before I start to forget howLuoqi Chen1999-10-211-3/+111
* Adaptec 6260/6360 CAM driver.Luoqi Chen1999-10-211-0/+1373