summaryrefslogtreecommitdiff
path: root/sys/dev/aacraid/aacraid.c
AgeCommit message (Expand)Author
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-06-21aacraid: reduce max I/O size to avoid DMA issuesLeandro Lupori
2020-09-01aacraid: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-09[aacraid] Handle both AIF and SYNC interruptsLeandro Lupori
2020-03-05[aacraid] Port driver to big-endianLeandro Lupori
2020-03-04[aacraid] Add missing unmap call for SYNC modeLeandro Lupori
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-06Remove ifdefs for FreeBSD 6, 7, 8 and 9. Assume we're past that.Warner Losh
2019-11-24Don't need giant for these drivers dev nodes.Warner Losh
2019-05-22Make aacraid(4) working on ASR8805 & ASR8402 in particular. This patchMaxim Sobolev
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2018-03-14Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.Brooks Davis
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-01Clean up MD pollution of bus_dma.h:Jason A. Harmening
2017-06-09remove an unrelated local change from r319746Andriy Gapon
2017-06-09MFV r319744,r319745: 8269 dtrace stddev aggregation is normalized incorrectlyAndriy Gapon
2016-04-19aacraid(4): Sanely copyin userland pointers and ensure that we don't getSean Bruno
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2015-03-22Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin
2014-01-03Wrap this debug statement in debug defines. Else, this driverSean Bruno
2013-11-08Update aacraid to version 3.2.5.Achim Leubner
2013-05-26Unbreak ia64 tinderbox: 64-bit support was made conditional uponMarcel Moolenaar
2013-05-24Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...Achim Leubner