summaryrefslogtreecommitdiff
path: root/sys/dev/aac
AgeCommit message (Expand)Author
2025-10-20aac: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
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-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-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-05-06aac: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-08aac: Move sge64 declaration into the #ifdef __amd64__ block.John Baldwin
2021-12-09Create wrapper for Giant taken for newbusWarner Losh
2021-01-12Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik
2020-09-01aac: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2019-11-24Don't need giant for these drivers dev nodes.Warner Losh
2019-05-24Make uniqueifier match the module definition.Warner Losh
2019-05-16reinstate 4GB DMA boundary workarounds for bge and aacTycho Nightingale
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-01Add PNP_INFO to aacWarner 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
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-08Move the intrhook release to later in the function so that GEOM knows to wait...Scott Long
2017-07-01Clean up MD pollution of bus_dma.h:Jason A. Harmening
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
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-03-01Remove taskqueue_enqueue_fast().John Baldwin
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-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-05-17Clear the data buffer length field when freeing a command structure so thatJohn Baldwin
2014-03-16Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson
2013-12-29Free the MSI again on detach if allocated. Arguably, this code would beMarius Strobl
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-08-06- Fix a bug in the MSI allocation logic so an MSI is also employed if aMarius Strobl
2013-08-06As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSIMarius Strobl
2013-05-30Allow unmapped I/O via aacd(4). It shouldn't be too hard to add theMarius Strobl
2013-05-30- Remove pointless returns.Marius Strobl
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-03-01Initialize count in order to appease clang.Marius Strobl
2013-03-01- Make tables, device ID strings etc const. This includes #ifdef'ing 0Marius Strobl