summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptmv/entry.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267368:delphij2014-06-141-2/+9
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-251-2/+3
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-251-3/+2
* Update the CAM API for FreeBSD 10:scottl2013-09-241-2/+3
* Fxi a bunch of typos.eadler2013-05-101-3/+3
* Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LASTmav2013-04-241-2/+4
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-73/+34
* It seems that what the code really meant is that when a write is completed,delphij2012-09-071-1/+1
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...eadler2012-06-011-0/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* - Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanmarius2011-11-231-5/+10
* Report transport type in XPT_PATH_INQ.mav2010-06-191-0/+4
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Use DEVICE_SHUTDOWN(9) mechanism for shutdown handler.delphij2009-04-091-8/+2
* When multiple cards are present, register a shutdown handler for each carddelphij2009-04-071-8/+9
* Update driver to vendor's version 1.16 plus some local changes:delphij2009-04-071-85/+299
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+2
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-3/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* - Use a regular mutex rather than a spin mutex. This driver doesn't needjhb2007-01-041-9/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.schweikh2005-11-131-1/+1
* Fix a typo that broke LINT.scottl2005-09-081-1/+1
* Import new version of the HPTMV driver from Highpoint. The major changescottl2005-09-071-1486/+1396
* plug resource leaksam2005-03-291-0/+3
* Don't write past the end of the VendorId field (and into the ProductIddas2005-03-181-1/+1
* Clean up the botching of the previous repo-copy. Reference the includedscottl2005-03-021-1/+1
* plug resource leaksam2005-02-241-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Move launching the worker thread from a SYSINIT to the first device'snjl2004-12-191-4/+10
* Fix some warnings that only triggered in LINT.scottl2004-10-241-9/+9
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forscottl2004-10-241-0/+2988
OpenPOWER on IntegriCloud