aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* MFC 266281:John Baldwin2014-06-041-0/+1
* MFC: r260044Marius Strobl2014-04-251-1/+3
* MFC: r254005Marius Strobl2013-09-261-21/+7
* MFC: 254004Marius Strobl2013-08-092-40/+41
* MFC r249468:Alexander Motin2013-07-081-1/+1
* MFC: r242823Marius Strobl2013-06-181-1/+1
* MFC: r251116Marius Strobl2013-06-183-6/+13
* Big MFC of the physbio changes necessary for unmapped I/O. These changesScott Long2013-06-181-19/+21
* MFC: r251115Marius Strobl2013-06-094-20/+3
* MFC: r247570, r247591Marius Strobl2013-05-286-111/+110
* MFC r227293 (by ed):Alexander Motin2013-04-052-2/+2
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC r240923Ryan Stone2013-03-081-27/+48
* MFC r231589: Add a sysctl to report the firmware build number.Ed Maste2012-11-191-0/+9
* MFC r238601Sean Bruno2012-09-231-1/+3
* MFC r238201:Eitan Adler2012-09-021-3/+0
* MFC r232668:Ed Maste2012-03-161-1/+1
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-3/+1
* Merge from r225950:Marius Strobl2011-10-291-9/+11
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* - Fix races on detach handling of AAC_IFFLAGS_* maskAttilio Rao2011-06-102-14/+16
* We can pass a format string and args to panic(), so instead of usingEd Maste2011-02-041-14/+8
* Include driver name in panic string, to make it easier to find these shouldEd Maste2011-02-031-4/+4
* Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srbEd Maste2011-02-031-5/+1
* When masking direct and processor devices during an inquiry, properlyJohn Baldwin2010-12-061-1/+2
* Previously, the aac driver did not handle enclosure management AIFs,Ed Maste2010-09-294-0/+80
* Use device_printf where possible, and otherwise at least include theEd Maste2010-09-163-7/+10
* Implement device unbusying via a cdevpriv destructor.Attilio Rao2010-09-161-15/+18
* Fix bogus busying mechanism from cdevsw callbacks:Attilio Rao2010-09-152-12/+4
* Add some enums and constants from Adaptec's latest driverEd Maste2010-09-151-1/+14
* Avoid repeatedly spamming the console while a timed out command is waitingEd Maste2010-09-141-1/+6
* Use enums in the aac_command_status_table rather than duplicating the sameEd Maste2010-04-131-36/+36
* Sync some minor items with the upstream driver. Should have no functionalEd Maste2010-04-134-4/+8
* Whitespace cleanup, in advance of next sync with Adaptec's driver. NoEd Maste2010-04-137-102/+102
* Make the code more readable and compiling on 64-bits arch differentAttilio Rao2010-03-151-5/+1
* Checkin a facility for specifying a passthrough FIB from userland.Attilio Rao2010-03-141-1/+141
* Minor diff reduction with Adaptec's driver: in aac_release_command() setEd Maste2010-02-232-3/+1
* Include command type in COMMAND TIMEOUT messages to aid in debugging.Ed Maste2010-02-171-2/+3
* Diff reduction with Adaptec's vendor driver.Ed Maste2010-02-144-15/+28
* Garbage collect Falcon/PPC support that has not been used in releasedEd Maste2010-02-124-128/+0
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* - Try pre-allocating all FIBs upfront. Previously we tried pre-allocatingJung-uk Kim2009-12-083-10/+6
* Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver.Ed Maste2009-10-292-4/+4
* Rename aac_fast_intr to aac_filter to reflect its current use. EliminateEd Maste2009-10-292-12/+8
* Do first controller time sync after 1 minute, as in Adaptec's vendorEd Maste2009-10-281-1/+1
* Whitespace fixup: 8 spaces -> tabEd Maste2009-10-272-6/+6
* Whitespace tweak.Ed Maste2009-09-091-1/+1
* Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spuriousEd Maste2009-09-091-1/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+1
* Add necessary include.Poul-Henning Kamp2009-09-081-1/+1