summaryrefslogtreecommitdiff
path: root/sys/dev/aacraid
AgeCommit message (Expand)Author
2025-10-20aacraid: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
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-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06aacraid: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2021-06-21aacraid: ignore data overrun on INQUIRYLeandro Lupori
2021-06-21aacraid: reduce max I/O size to avoid DMA issuesLeandro Lupori
2021-01-12Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik
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-03-02[aacraid] Prevent sense data from causing a buffer overflowLeandro 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-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-06-13Add PNP info to the PCI attachment of the aacraid driver.Warner Losh
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
2017-03-23aacraid: rework r315083 for a clean build with and without AACRAID_DEBUGAndriy Gapon
2017-03-11aacraid: fix build with AACRAID_DEBUG=2Andriy Gapon
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-10-28Remove a PCI ID for a raid controller from Adaptec that was planned,Warner Losh
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-26aacraid(4): Fix some mostly trivial buffer overrunsConrad Meyer
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-03-30Remove instances of variables that were set, but never used. gcc 4.9Warner Losh
2014-03-16Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson
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-09-05Handle cases where capability rights are not provided.Pawel Jakub Dawidek
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long