summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac.c
Commit message (Expand)AuthorAgeFilesLines
* Include command type in COMMAND TIMEOUT messages to aid in debugging.emaste2010-02-171-2/+3
* Diff reduction with Adaptec's vendor driver.emaste2010-02-141-8/+11
* Garbage collect Falcon/PPC support that has not been used in releasedemaste2010-02-121-105/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* - Try pre-allocating all FIBs upfront. Previously we tried pre-allocatingjkim2009-12-081-1/+1
* Rename aac_fast_intr to aac_filter to reflect its current use. Eliminateemaste2009-10-291-11/+7
* Do first controller time sync after 1 minute, as in Adaptec's vendoremaste2009-10-281-1/+1
* Whitespace fixup: 8 spaces -> tabemaste2009-10-271-2/+2
* Whitespace tweak.emaste2009-09-091-1/+1
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+1
* Add necessary include.phk2009-09-081-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-4/+4
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-4/+4
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-4/+4
* SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0emaste2009-02-231-2/+4
* Sync with the official Adaptec vendor driver:attilio2009-02-211-81/+122
* Use outbound message register 0 instead of mailbox 7 inemaste2009-02-181-2/+2
* Fix test for waiting AIFs in aac_poll(). This seems to solve theemaste2008-06-241-2/+7
* Calling RequestSupplementAdapterInfo before RequestAdapterInfo appearsemaste2008-04-011-17/+17
* Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAIDemaste2008-03-281-0/+44
* Add \n to the end of a printf string and remove it from panic strings.emaste2008-03-261-6/+6
* Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptecemaste2008-03-251-1/+8
* Correct data direction flags in aac_bio_command() in theemaste2008-03-251-2/+2
* Diff reduction to Adaptec's driver (around build 15317): catch up with aemaste2008-03-241-113/+97
* Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):emaste2008-03-241-187/+206
* Restore creation of passthrough devices with newer controller firmware byemaste2008-03-201-2/+2
* Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,emaste2008-03-201-8/+31
* Change spelling and eliminate a typo in comments to reduce diffs withemaste2008-03-141-11/+11
* Avoid holding the aac_io_lock over copyout.emaste2007-12-201-5/+6
* 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
OpenPOWER on IntegriCloud