aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aacraid
Commit message (Expand)AuthorAgeFilesLines
* 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