aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hptmv
Commit message (Collapse)AuthorAgeFilesLines
* Harmonize the hptmv blob's build rule with that of other hpt* drivers.Mark Johnston2019-10-021-8/+2
| | | | | | | | | | | No functional change intended. Reviewed by: emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D21866 Notes: svn path=/head/; revision=353013
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* MFtbemd:Warner Losh2010-08-231-2/+2
| | | | | | | | | | | | Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the source code location of the machine, the latter the binary output. In general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless we're tesitng for a specific target. The isn't even moot for i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86, although a specific cleanup for that likely would be needed... Notes: svn path=/head/; revision=211690
* Import new version of the HPTMV driver from Highpoint. The major changeScott Long2005-09-071-7/+12
| | | | | | | | | | | 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-2/+2
| | | | | | | for being on a CVS vendor branch. The files were moved via a repo-copy. Notes: svn path=/head/; revision=142988
* Clean up some messy Makefile stuff so that this can be built into theScott Long2004-10-241-19/+4
| | | | | | | kernel. Notes: svn path=/head/; revision=136856
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forScott Long2004-10-241-0/+62
providing the original driver, and thanks to IronSystems for providing hardware for testing. Notes: svn path=/head/; revision=136849