summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-2/+2
* MFC 266281:jhb2014-06-041-0/+1
* MFC: r260044marius2014-04-251-1/+3
* Allow unmapped I/O via aacd(4). It shouldn't be too hard to add themarius2013-05-301-6/+10
* - Remove pointless returns.marius2013-05-301-9/+0
* - Make tables, device ID strings etc const. This includes #ifdef'ing 0marius2013-03-011-36/+23
* Add a sysctl to report the firmware build number.emaste2012-02-131-0/+9
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* - Fix races on detach handling of AAC_IFFLAGS_* maskattilio2011-06-101-10/+13
* Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srbemaste2011-02-031-5/+1
* Previously, the aac driver did not handle enclosure management AIFs,emaste2010-09-291-0/+22
* Use device_printf where possible, and otherwise at least include theemaste2010-09-161-1/+1
* Implement device unbusying via a cdevpriv destructor.attilio2010-09-161-15/+18
* Fix bogus busying mechanism from cdevsw callbacks:attilio2010-09-151-10/+3
* Avoid repeatedly spamming the console while a timed out command is waitingemaste2010-09-141-1/+6
* Sync some minor items with the upstream driver. Should have no functionalemaste2010-04-131-1/+1
* Whitespace cleanup, in advance of next sync with Adaptec's driver. Noemaste2010-04-131-1/+1
* Make the code more readable and compiling on 64-bits arch differentattilio2010-03-151-5/+1
* Checkin a facility for specifying a passthrough FIB from userland.attilio2010-03-141-1/+141
* Minor diff reduction with Adaptec's driver: in aac_release_command() setemaste2010-02-231-2/+1
* 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
OpenPOWER on IntegriCloud