summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic/aic.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+4
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-86/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-10/+117
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Use __FBSDID().obrien2003-08-241-2/+3
* In aic_reconnect()i, initialize scb. On ia64 the compiler warns aboutmarcel2003-08-231-0/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-19/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Remove __P.alfred2002-03-201-20/+20
* Support for LG GM82C700, an AIC6360 clone.luoqi2002-03-151-10/+33
* Back out the hack from rev 1.13 that was done to initiate a bus rescanjoerg2002-01-171-35/+8
* Fix a few things in the aic(4) driver:ken2001-03-161-6/+34
* Sigh, nobody ever got back to me about this. So, here it is..peter2001-02-231-8/+35
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* remove 5 unnecessary includes, per phk's scriptimp2000-09-201-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Add support to aic for pccard attachments. Reports from testers haveimp2000-01-141-0/+2
* Adjust data pointers for untransmitted bytes in fifos when there's phaseluoqi1999-12-161-5/+13
* Disconnect and tagged queueing now really work. Also fix a bug that'sluoqi1999-12-041-98/+110
* Bug fix: allow reset device command to complete.luoqi1999-10-281-1/+5
* Fix a typo which would result a bad REQUEST SENSE command be sent toluoqi1999-10-261-5/+19
* A few improvements and cleanups.luoqi1999-10-211-48/+61
* Non-functional changes. Add some comments before I start to forget howluoqi1999-10-211-3/+111
* Adaptec 6260/6360 CAM driver.luoqi1999-10-211-0/+1373
OpenPOWER on IntegriCloud