aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aacraid/aacraid.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* aacraid: reduce max I/O size to avoid DMA issuesLeandro Lupori2021-06-211-2/+2
* aacraid: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+3
* [aacraid] Handle both AIF and SYNC interruptsLeandro Lupori2020-03-091-2/+8
* [aacraid] Port driver to big-endianLeandro Lupori2020-03-051-20/+80
* [aacraid] Add missing unmap call for SYNC modeLeandro Lupori2020-03-041-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Remove ifdefs for FreeBSD 6, 7, 8 and 9. Assume we're past that.Warner Losh2019-12-061-47/+1
* Don't need giant for these drivers dev nodes.Warner Losh2019-11-241-6/+2
* Make aacraid(4) working on ASR8805 & ASR8402 in particular. This patchMaxim Sobolev2019-05-221-61/+98
* 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
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* remove an unrelated local change from r319746Andriy Gapon2017-06-091-8/+6
* MFV r319744,r319745: 8269 dtrace stddev aggregation is normalized incorrectlyAndriy Gapon2017-06-091-6/+8
* aacraid(4): Sanely copyin userland pointers and ensure that we don't getSean Bruno2016-04-191-4/+14
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* 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
* Wrap this debug statement in debug defines. Else, this driverSean Bruno2014-01-031-0/+2
* Update aacraid to version 3.2.5.Achim Leubner2013-11-081-121/+480
* Unbreak ia64 tinderbox: 64-bit support was made conditional uponMarcel Moolenaar2013-05-261-13/+4
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...Achim Leubner2013-05-241-0/+3501