summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* MFC r311305 (by asomers):mav2017-03-231-3/+3
* sys/dev: minor spelling fixes.pfg2016-05-034-5/+5
* aacraid(4): Sanely copyin userland pointers and ensure that we don't getsbruno2016-04-191-4/+16
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Remove taskqueue_enqueue_fast().jhb2016-03-011-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-03-221-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* Clear the data buffer length field when freeing a command structure so thatjhb2014-05-171-0/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Free the MSI again on detach if allocated. Arguably, this code would bemarius2013-12-291-1/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-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
OpenPOWER on IntegriCloud