summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac.c
Commit message (Expand)AuthorAgeFilesLines
...
* Do not recursively acquire aac_io_lock in aac_ioctl_event.emaste2007-12-191-3/+1
* Add family support to allow the driver to attach to new devices thatemaste2007-12-071-5/+17
* Allow simultaneous opens of the device for issuing commands to theemaste2007-12-071-68/+138
* Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertionemaste2007-11-011-2/+5
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Correct calculation of aac_sg_tablesize.emaste2007-10-151-6/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-5/+7
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().luoqi2007-02-141-1/+1
* Rearrange locking in the alloc_commands and ioctl paths to avoid problems.scottl2006-04-081-5/+9
* Initialize the event tailq.scottl2005-12-281-0/+1
* Remove the unused AAC_DRIVER_BUILD_DATE macro.schweikh2005-11-131-49/+48
* Pickup I/O lock in aac_get_bus_info, as this code will callcsjp2005-10-311-0/+6
* Fix a regression that prevented PERC3 hardware from working. Apparently theyscottl2005-10-141-29/+42
* Fix a missing set of lock operations.scottl2005-10-101-0/+3
* Ue a better msleep identifier. Fix some whitespace.scottl2005-10-081-5/+5
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-081-62/+517
* Use time_uptime for timing commands instead of time_second. This is a bitscottl2005-09-141-9/+9
* Add a text description for the Intel IOP302/303 processors. Be slightlyscottl2005-06-011-2/+5
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* purge dead codesam2005-03-261-2/+0
* Handle failures better in the passthrough bus creation code.scottl2005-03-191-4/+11
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.scottl2004-12-091-1/+1
* Don't force busdma to pre-allocate bounce pages for static allocations.scottl2004-11-211-2/+2
* If the timeout handler runs and notices that commands are timed out, checkscottl2004-09-161-0/+10
* Put some of the probe messages under bootverbose so to lessen the noise.scottl2004-09-121-15/+16
* Add support for the Adaptec RAID-On-Chip architecture. This in turnscottl2004-08-131-0/+91
* Destroy mutexes on detach.scottl2004-08-121-0/+4
* Change FREE() to free()scottl2004-08-121-1/+1
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyscottl2004-08-121-29/+27
* Release the sync fib after the controller has been shut down. This alsoscottl2004-08-121-0/+1
* Avoid casts as lvalues.kan2004-07-281-3/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Collapse sync fib locking into normal i/o locking. The former didn'tscottl2004-06-021-38/+5
* Commit the correct version of the patch from last night. This fixes anscottl2004-06-011-7/+7
* Collapse aac_map_command() into aac_startio(). Check the AAC_QUEUE_FRZN inscottl2004-06-011-43/+31
* Remove the 'timeout' argument from aac_wait_command() as it isn't used andscottl2004-04-141-14/+10
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* Revert the last commit. I don't know what I was thinking, but this changescottl2004-02-251-1/+0
* Device megapatch 4/6:phk2004-02-211-0/+2
* Fix a major brain-o. If the command needs to be put on the deferred queue,scottl2004-02-211-0/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-1/+1
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sincescottl2004-02-071-3/+2
* If a command has to be deferred because there are no more resources for itscottl2004-02-071-9/+11
* - Broaden the scope of locking in aac_command_thread() again to catch somescottl2004-02-071-11/+17
* Take the plunge and make this driver be INTR_FAST. This re-arranges thescottl2004-01-301-60/+53
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Fix a couple of bugs with AIF handling:scottl2003-10-171-11/+15
* Eliminate the use of a statically assign major number for the aac device.scottl2003-09-291-3/+0
* Correctly wrap the producer queue index when dequeuing commands. This wasn'tscottl2003-09-161-1/+5
* Commands submitted through the management interface won't have scatter/scottl2003-09-011-0/+2
OpenPOWER on IntegriCloud