aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptmv/command.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
| | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
* hptmv(4): Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
| | | | | | - s/continous/continuous/ MFC after: 3 days
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
| | | | | | | Most affect comments, very few have user-visible effects. Notes: svn path=/head/; revision=298955
* Update driver to vendor's version 1.16 plus some local changes:Xin LI2009-04-071-4/+4
| | | | | | | | | | | | | | | | | | - override_kernel_driver() has been removed since this is an in-tree version of driver. - __DATE__ and __TIME__ removed from version string to make binary update builders happy. - Utilize pause(9) for __FreeBSDversion >= 700033 (redo 167086). - Utilize kproc_suspend_check() for __FreeBSDversion >= 800002. (redo 172836). - Don't read past end of pVDevice (redo 143787). - Make sure that controller and channel are initialized (redo 169823). - Don't include cam/cam_xpt_periph.h (redo 158177). MFC After: 3 days Notes: svn path=/head/; revision=190809
* Import new version of the HPTMV driver from Highpoint. The major changeScott Long2005-09-071-1/+1
| | | | | | | | | | | here is the support for amd64, as well as possible support for PAE. Many thanks to Highpoint for continuing to support FreeBSD. Obtained from: Steve Chang @ Highpoint MFC After: 3 days. Notes: svn path=/head/; revision=149871
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenScott Long2005-03-021-0/+2
| | | | | | | for being on a CVS vendor branch. The files were moved via a repo-copy. Notes: svn path=/head/; revision=142988
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forScott Long2004-10-241-0/+265
providing the original driver, and thanks to IronSystems for providing hardware for testing. Notes: svn path=/head/; revision=136849