aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aacraid
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* aacraid: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-16/+5
* [aacraid] Handle both AIF and SYNC interruptsLeandro Lupori2020-03-091-2/+8
* [aacraid] Port driver to big-endianLeandro Lupori2020-03-054-22/+596
* [aacraid] Add missing unmap call for SYNC modeLeandro Lupori2020-03-041-0/+1
* [aacraid] Prevent sense data from causing a buffer overflowLeandro Lupori2020-03-021-1/+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-064-101/+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-224-74/+108
* 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 the PCI attachment of the aacraid driver.Warner Losh2018-06-131-3/+6
* 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-278-1/+16
* 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: rework r315083 for a clean build with and without AACRAID_DEBUGAndriy Gapon2017-03-231-6/+2
* aacraid: fix build with AACRAID_DEBUG=2Andriy Gapon2017-03-111-1/+5
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Remove a PCI ID for a raid controller from Adaptec that was planned,Warner Losh2016-10-281-2/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-3/+3
* aacraid(4): Fix some mostly trivial buffer overrunsConrad Meyer2016-04-261-3/+5
* 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
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-302-7/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* 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-084-160/+621
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-3/+10
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-7/+1
* 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-248-0/+8303