summaryrefslogtreecommitdiff
path: root/sys/dev/hptmv/ioctl.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-02-15Fix the following -Werror warning from clang 10.0.0 in hptmv(4):Dimitry Andric
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2014-08-05Various fixes to hptmv(4):John Baldwin
2009-04-07Update driver to vendor's version 1.16 plus some local changes:Xin LI
2007-05-21Perhaps a better fix- make the called function do the (possible never reached)Matt Jacob
2007-05-20Make gcc 4.2 happy by initiatlizing controller && channel priorMatt Jacob
2007-02-27Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin
2005-09-07Import new version of the HPTMV driver from Highpoint. The major changeScott Long
2005-03-02Clean up the botching of the previous repo-copy. Reference the includedScott Long
2005-03-02Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenScott Long
2005-02-25avoid sneaky double freeSam Leffler
2004-10-24Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forScott Long