aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptmv/entry.c
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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-4/+4
* 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-031-2/+2
* 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
* Various fixes to hptmv(4):John Baldwin2014-08-051-177/+77
* 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-251-2/+3
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-3/+2
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-2/+3
* 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
* - Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl2011-11-231-5/+10
* 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
* 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-071-85/+299
* 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
* 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-271-3/+3
* 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
* Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.Jens Schweikhardt2005-11-131-1/+1
* Fix a typo that broke LINT.Scott Long2005-09-081-1/+1
* Import new version of the HPTMV driver from Highpoint. The major changeScott Long2005-09-071-1474/+1384
* plug resource leakSam Leffler2005-03-291-0/+3
* Don't write past the end of the VendorId field (and into the ProductIdDavid Schultz2005-03-181-1/+1
* Clean up the botching of the previous repo-copy. Reference the includedScott Long2005-03-021-1/+1
* plug resource leakSam Leffler2005-02-241-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Move launching the worker thread from a SYSINIT to the first device'sNate Lawson2004-12-191-4/+10
* Fix some warnings that only triggered in LINT.Scott Long2004-10-241-9/+9
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forScott Long2004-10-241-0/+2988