aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptmv
Commit message (Expand)AuthorAgeFilesLines
* style(9): white space after ; and around binary operatorsDavid E. O'Brien11 days3-25/+22
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-8/+8
* hptmv: Handle errors from copyout() in hpt_set_info()Mark Johnston2023-12-271-4/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* hptmv: remove vestigial EVENTHANDLER_DEREGISTER()Mitchell Horne2023-11-232-3/+0
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1616-32/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1217-17/+17
* hptmv: purge EOL release compatibilityElliott Mitchell2023-02-041-9/+1
* hptmv(4): Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* hpt*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+2
* Fix "set but not used" for hptmvScott Long2021-12-042-5/+1
* hptmv: use .o files directlyWarner Losh2021-04-124-3374/+0
* Don't check return from xpt_alloc_ccb() for being NULL; since it's notEdward Tomasz Napierala2020-11-231-9/+4
* Make hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead of malloc/free.Edward Tomasz Napierala2020-11-231-3/+2
* Revert r362466Baptiste Daroussin2020-06-221-2/+2
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+7
* 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-2717-17/+51
* hptmv: avoid gcc variably-modified warningRyan Libby2017-07-061-2/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-204-10/+10
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-035-6/+6
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* hptmv(4) Fix potential buffer overflow in hpt_set_info.Sean Bruno2016-04-181-4/+11
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-271-2/+2
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-1/+1
* hptmv(4): Fix broken sysctl(9) API assumptionsConrad Meyer2015-11-071-6/+3
* Various fixes to hptmv(4):John Baldwin2014-08-056-377/+192
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+1
* Apply vendor fixes to the High Point drivers:Xin LI2014-06-111-2/+9
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-252-2/+4
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-252-4/+2
* Update the CAM API for FreeBSD 10:Scott Long2013-09-242-2/+4
* Fxi a bunch of typos.Eitan Adler2013-05-101-3/+3
* Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LASTAlexander Motin2013-04-241-2/+4
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-73/+34
* It seems that what the code really meant is that when a write is completed,Xin LI2012-09-071-1/+1
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler2012-06-011-0/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Remove spurious 8bit chars, turning files into plain ASCII.Ulrich Spörlein2012-01-151-1/+1
* - Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl2011-11-231-5/+10
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-2/+2
* Report transport type in XPT_PATH_INQ.Alexander Motin2010-06-191-0/+4