summaryrefslogtreecommitdiff
path: root/sys/dev/hptmv/entry.c
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
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 .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06hpt*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-04Fix "set but not used" for hptmvScott Long
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
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
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-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
2014-08-05Various fixes to hptmv(4):John Baldwin
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
2011-11-23- Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl
2010-06-19Report transport type in XPT_PATH_INQ.Alexander Motin
2010-01-07Remove extraneous semicolons, no functional changes.Martin Blapp
2009-04-09Use DEVICE_SHUTDOWN(9) mechanism for shutdown handler.Xin LI
2009-04-07When multiple cards are present, register a shutdown handler for each cardXin LI
2009-04-07Update driver to vendor's version 1.16 plus some local changes:Xin LI
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-02-27Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-04- Use a regular mutex rather than a spin mutex. This driver doesn't needJohn Baldwin
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-11-13Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.Jens Schweikhardt
2005-09-08Fix a typo that broke LINT.Scott Long
2005-09-07Import new version of the HPTMV driver from Highpoint. The major changeScott Long
2005-03-29plug resource leakSam Leffler
2005-03-18Don't write past the end of the VendorId field (and into the ProductIdDavid Schultz
2005-03-02Clean up the botching of the previous repo-copy. Reference the includedScott Long
2005-02-24plug resource leakSam Leffler
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-19Move launching the worker thread from a SYSINIT to the first device'sNate Lawson