aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptmv/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Fix the following -Werror warning from clang 10.0.0 in hptmv(4):Dimitry Andric2020-02-151-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Various fixes to hptmv(4):John Baldwin2014-08-051-138/+64
* Update driver to vendor's version 1.16 plus some local changes:Xin LI2009-04-071-0/+57
* Perhaps a better fix- make the called function do the (possible never reached)Matt Jacob2007-05-211-8/+11
* Make gcc 4.2 happy by initiatlizing controller && channel priorMatt Jacob2007-05-201-1/+1
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-9/+9
* Import new version of the HPTMV driver from Highpoint. The major changeScott Long2005-09-071-24/+57
* Clean up the botching of the previous repo-copy. Reference the includedScott Long2005-03-021-1/+1
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenScott Long2005-03-021-0/+2
* avoid sneaky double freeSam Leffler2005-02-251-1/+5
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forScott Long2004-10-241-0/+924