summaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* MFC r205167:Attilio Rao2010-03-301-5/+1
* MFC r205160:Attilio Rao2010-03-301-1/+141
* MFC aac(4) driver changesEd Maste2010-03-295-149/+35
* MFC r204264:Ed Maste2010-03-292-3/+1
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-1/+1
* MFC r198593:Ed Maste2010-02-092-12/+8
* MFC: r200251Jung-uk Kim2010-01-063-10/+6
* MFC r198525:Ed Maste2009-11-052-6/+6
* MFC r197011:Ed Maste2009-11-021-1/+1
* MFC r198541:Ed Maste2009-11-021-1/+1
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-4/+4
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-4/+4
* Get correct maxio from the controller and drop the tunable.Jung-uk Kim2009-07-111-15/+5
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-4/+4
* SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0Ed Maste2009-02-231-2/+4
* Sync with the official Adaptec vendor driver:Attilio Rao2009-02-215-118/+188
* Use outbound message register 0 instead of mailbox 7 inEd Maste2009-02-182-2/+6
* Remove duplicate 2610SA entry.Ed Maste2008-11-271-2/+0
* Whitespace cleanup.Ed Maste2008-09-121-5/+5
* Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:Ed Maste2008-06-271-0/+8
* Fix test for waiting AIFs in aac_poll(). This seems to solve theEd Maste2008-06-241-2/+7
* Allow crashdumps on machines with >4GB of RAM as long as the adapter canEd Maste2008-04-031-13/+54
* Calling RequestSupplementAdapterInfo before RequestAdapterInfo appearsEd Maste2008-04-011-17/+17
* Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAIDEd Maste2008-03-281-0/+44
* Add \n to the end of a printf string and remove it from panic strings.Ed Maste2008-03-261-6/+6
* Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ AdaptecEd Maste2008-03-254-5/+17
* Correct data direction flags in aac_bio_command() in theEd Maste2008-03-251-2/+2
* Diff reduction to Adaptec's driver (around build 15317): catch up with aEd Maste2008-03-246-153/+128
* Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):Ed Maste2008-03-241-187/+206
* Restore creation of passthrough devices with newer controller firmware byEd Maste2008-03-201-2/+2
* Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,Ed Maste2008-03-201-8/+31
* Change spelling and eliminate a typo in comments to reduce diffs withEd Maste2008-03-141-11/+11
* Avoid holding the aac_io_lock over copyout.Ed Maste2007-12-201-5/+6
* Do not recursively acquire aac_io_lock in aac_ioctl_event.Ed Maste2007-12-191-3/+1
* Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returningEd Maste2007-12-071-8/+13
* Add family support to allow the driver to attach to new devices thatEd Maste2007-12-073-10/+92
* Allow simultaneous opens of the device for issuing commands to theEd Maste2007-12-072-73/+149
* Add more PCI ID's from Adaptec's driver, including two requestedEd Maste2007-12-061-0/+16
* Add PCI IDs for additional cards:Ed Maste2007-12-061-0/+12
* Respell 'Conatainer' as 'Container'.Robert Watson2007-11-241-11/+11
* Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertionEd Maste2007-11-012-19/+22
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Correct calculation of aac_sg_tablesize.Ed Maste2007-10-151-6/+4
* Add PCI IDs from Adaptec's driver version b11669:Ed Maste2007-10-141-0/+42
* Add PCI IDs for two cards:Ed Maste2007-08-231-0/+4
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-6/+8
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().Luoqi Chen2007-02-141-1/+1
* Add a missing mutex unlock to an error path.Scott Long2007-01-151-0/+1