aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-129-9/+9
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-3/+3
* aac: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-063-11/+4
* aac: Move sge64 declaration into the #ifdef __amd64__ block.John Baldwin2022-04-091-2/+1
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-4/+4
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+2
* aac: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-8/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-0/+5
* Don't need giant for these drivers dev nodes.Warner Losh2019-11-241-3/+1
* 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