aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Clear the data buffer length field when freeing a command structure so thatJohn Baldwin2014-05-171-0/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Free the MSI again on detach if allocated. Arguably, this code would beMarius Strobl2013-12-291-1/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* - Fix a bug in the MSI allocation logic so an MSI is also employed if aMarius Strobl2013-08-061-21/+7
* As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSIMarius Strobl2013-08-062-40/+41
* Allow unmapped I/O via aacd(4). It shouldn't be too hard to add theMarius Strobl2013-05-303-6/+13
* - Remove pointless returns.Marius Strobl2013-05-304-20/+3
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Initialize count in order to appease clang.Marius Strobl2013-03-011-0/+1
* - Make tables, device ID strings etc const. This includes #ifdef'ing 0Marius Strobl2013-03-016-112/+110
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-19/+21
* Give panic format string to pacify clang warning.Roman Divacky2012-11-091-1/+1
* Some aac(4) adapters will always report that a direct access device isRyan Stone2012-09-251-27/+48
* On BIO_ERROR, set bio_resid to stop losing data in the error case.Sean Bruno2012-07-181-1/+3
* Remove variables which are initialized but never used thereafterEitan Adler2012-07-071-3/+0
* Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint.John Baldwin2012-03-071-1/+1
* Revert r232260.Ed Maste2012-02-281-2/+1
* Avoid transfers crossing a 4GB boundary, which can lead to dataEd Maste2012-02-281-1/+2
* Add a sysctl to report the firmware build number.Ed Maste2012-02-131-0/+9
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-2/+2
* Merge from r225950:Marius Strobl2011-10-131-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