aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn 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-119/+189
* 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