summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_cam.c
Commit message (Expand)AuthorAgeFilesLines
* 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