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