summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_cam.c
Commit message (Expand)AuthorAgeFilesLines
* Diff reduction to Adaptec's driver (around build 15317): catch up with aemaste2008-03-241-7/+5
* Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returningemaste2007-12-071-8/+13
* Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertionemaste2007-11-011-17/+17
* 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/+1
* Add a missing mutex unlock to an error path.scottl2007-01-151-0/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-7/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-1/+23
* Unlock aac_io_lock before returning, thus eliminates a mutexdelphij2006-07-141-0/+1
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-081-65/+42
* Bring aac_cam into line with using time_uptime instead of time_second.scottl2005-09-141-1/+1
* Remove the messy locking dance around xpt_done()scottl2005-02-091-5/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.scottl2004-12-091-1/+1
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyscottl2004-08-121-5/+5
* Collapse sync fib locking into normal i/o locking. The former didn'tscottl2004-06-021-2/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Temporary workaround for aac_cam to deal with CAM requiring Giant. Thisscottl2003-12-031-1/+9
* Use __FBSDID().obrien2003-08-241-2/+3
* Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bitscottl2003-08-191-1/+6
* Begin support for 64-bit address support and workarounds for newer cards:scottl2003-03-261-3/+3
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* The aac driver has evolved enough over the last few months that it noscottl2003-03-011-1/+0
* Bring aac out from under Giant:scottl2003-02-261-0/+4
* Teach the CAM module how to deregister itself so it can be unloaded.scottl2003-02-061-2/+9
* Various cleanups:scottl2003-02-051-5/+5
* Since reseting the SCSI busses via the passthrough interface usuallyscottl2003-01-131-7/+12
* Fix GET_TRAN_SETTINGS to be more correct.scottl2002-08-101-8/+7
* bzero out the sync command buffer when sending commands. This was causingscottl2002-05-031-0/+3
* Fix a bug where the aacp device would only talk to bus 0 on thescottl2002-04-301-7/+5
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-271-0/+591
OpenPOWER on IntegriCloud