summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-2/+2
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC 266281:jhb2014-06-041-0/+1
* MFC: r260044marius2014-04-251-1/+3
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* - Fix a bug in the MSI allocation logic so an MSI is also employed if amarius2013-08-061-21/+7
* As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSImarius2013-08-062-40/+41
* Allow unmapped I/O via aacd(4). It shouldn't be too hard to add themarius2013-05-303-6/+13
* - Remove pointless returns.marius2013-05-304-20/+3
* MFprojects/camlock r248982:mav2013-04-141-1/+1
* Initialize count in order to appease clang.marius2013-03-011-0/+1
* - Make tables, device ID strings etc const. This includes #ifdef'ing 0marius2013-03-016-112/+110
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-19/+21
* Give panic format string to pacify clang warning.rdivacky2012-11-091-1/+1
* Some aac(4) adapters will always report that a direct access device isrstone2012-09-251-27/+48
* On BIO_ERROR, set bio_resid to stop losing data in the error case.sbruno2012-07-181-1/+3
* Remove variables which are initialized but never used thereaftereadler2012-07-071-3/+0
* Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint.jhb2012-03-071-1/+1
* Revert r232260.emaste2012-02-281-2/+1
* Avoid transfers crossing a 4GB boundary, which can lead to dataemaste2012-02-281-1/+2
* Add a sysctl to report the firmware build number.emaste2012-02-131-0/+9
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* 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-072-2/+2
* Merge from r225950:marius2011-10-131-9/+11
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* - Fix races on detach handling of AAC_IFFLAGS_* maskattilio2011-06-102-14/+16
* We can pass a format string and args to panic(), so instead of usingemaste2011-02-041-14/+8
* Include driver name in panic string, to make it easier to find these shouldemaste2011-02-031-4/+4
* Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srbemaste2011-02-031-5/+1
* When masking direct and processor devices during an inquiry, properlyjhb2010-12-061-1/+2
* Previously, the aac driver did not handle enclosure management AIFs,emaste2010-09-294-0/+80
* Use device_printf where possible, and otherwise at least include theemaste2010-09-163-7/+10
* Implement device unbusying via a cdevpriv destructor.attilio2010-09-161-15/+18
* Fix bogus busying mechanism from cdevsw callbacks:attilio2010-09-152-12/+4
* Add some enums and constants from Adaptec's latest driveremaste2010-09-151-1/+14
* Avoid repeatedly spamming the console while a timed out command is waitingemaste2010-09-141-1/+6
* Use enums in the aac_command_status_table rather than duplicating the sameemaste2010-04-131-36/+36
* Sync some minor items with the upstream driver. Should have no functionalemaste2010-04-134-4/+8
* Whitespace cleanup, in advance of next sync with Adaptec's driver. Noemaste2010-04-137-102/+102
* 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-232-3/+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-144-15/+28
* Garbage collect Falcon/PPC support that has not been used in releasedemaste2010-02-124-128/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* - Try pre-allocating all FIBs upfront. Previously we tried pre-allocatingjkim2009-12-083-10/+6
* Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver.emaste2009-10-292-4/+4
OpenPOWER on IntegriCloud