aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Make uniqueifier match the module definition.Warner Losh2019-05-241-1/+1
* reinstate 4GB DMA boundary workarounds for bge and aacTycho Nightingale2019-05-161-1/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP_INFO to aacWarner Losh2018-06-011-0/+2
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.Brooks Davis2018-03-141-1/+16
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-0/+18
* Move the intrhook release to later in the function so that GEOM knows to wait...Scott Long2017-09-081-5/+5
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-034-5/+5
* aacraid(4): Sanely copyin userland pointers and ensure that we don't getSean Bruno2016-04-191-4/+16
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* 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