summaryrefslogtreecommitdiff
path: root/sys/dev/hptmv
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2023-12-26hptmv: Handle errors from copyout() in hpt_set_info()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-23hptmv: remove vestigial EVENTHANDLER_DEREGISTER()Mitchell Horne
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-04hptmv: purge EOL release compatibilityElliott Mitchell
2022-06-04hptmv(4): Fix a typo in a source code commentGordon Bergling
2022-05-06hpt*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-04Fix "set but not used" for hptmvScott Long
2021-04-12hptmv: use .o files directlyWarner Losh
2020-11-23Don't check return from xpt_alloc_ccb() for being NULL; since it's notEdward Tomasz Napierala
2020-11-23Make hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead of malloc/free.Edward Tomasz Napierala
2020-06-22Revert r362466Baptiste Daroussin
2020-06-21Improve wording to be more precise and clear.Hans Petter Selasky
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
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-07-06hptmv: avoid gcc variably-modified warningRyan Libby
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-02-19Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-18hptmv(4) Fix potential buffer overflow in hpt_set_info.Sean Bruno
2016-02-27Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2015-11-07hptmv(4): Fix broken sysctl(9) API assumptionsConrad Meyer
2014-08-05Various fixes to hptmv(4):John Baldwin
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-06-11Apply vendor fixes to the High Point drivers:Xin LI
2013-09-25Re-do r255853. Along with adding back the API/ABI changes from theScott Long
2013-09-25Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber
2013-09-24Update the CAM API for FreeBSD 10:Scott Long
2013-05-10Fxi a bunch of typos.Eitan Adler
2013-04-24Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LASTAlexander Motin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-09-07It seems that what the code really meant is that when a write is completed,Xin LI
2012-06-01Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2012-01-15Remove spurious 8bit chars, turning files into plain ASCII.Ulrich Spörlein
2011-11-23- Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl
2011-03-21 - Merge changes to the base system to support OFED. These includeJeff Roberson
2010-06-19Report transport type in XPT_PATH_INQ.Alexander Motin