aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptmv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* MFp4:Alexander Motin2009-06-241-197/+0
* Use DEVICE_SHUTDOWN(9) mechanism for shutdown handler.Xin LI2009-04-091-8/+2
* When multiple cards are present, register a shutdown handler for each cardXin LI2009-04-071-8/+9
* Update driver to vendor's version 1.16 plus some local changes:Xin LI2009-04-0718-3637/+4175
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Perhaps a better fix- make the called function do the (possible never reached)Matt Jacob2007-05-211-8/+11
* Make gcc 4.2 happy by initiatlizing controller && channel priorMatt Jacob2007-05-201-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+2
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-272-12/+12
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* - Use a regular mutex rather than a spin mutex. This driver doesn't needJohn Baldwin2007-01-041-9/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove some header polution.Scott Long2006-04-301-1/+0