| Commit message (Expand) | Author | Age | Files | Lines |
* | Various fixes to hptmv(4): | jhb | 2014-08-05 | 6 | -377/+192 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -1/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -1/+1 |
* | Apply vendor fixes to the High Point drivers: | delphij | 2014-06-11 | 1 | -2/+9 |
* | Re-do r255853. Along with adding back the API/ABI changes from the | scottl | 2013-09-25 | 2 | -2/+4 |
* | Revert r255853 pending fixes to build errors in usr.bin/kdump | gjb | 2013-09-25 | 2 | -4/+2 |
* | Update the CAM API for FreeBSD 10: | scottl | 2013-09-24 | 2 | -2/+4 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -3/+3 |
* | Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LAST | mav | 2013-04-24 | 1 | -2/+4 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -73/+34 |
* | It seems that what the code really meant is that when a write is completed, | delphij | 2012-09-07 | 1 | -1/+1 |
* | Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod... | eadler | 2012-06-01 | 1 | -0/+1 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+1 |
* | Remove spurious 8bit chars, turning files into plain ASCII. | uqs | 2012-01-15 | 1 | -1/+1 |
* | - Just use cam_calc_geometry(9) on newer version of FreeBSD rather than | marius | 2011-11-23 | 1 | -5/+10 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -2/+2 |
* | Report transport type in XPT_PATH_INQ. | mav | 2010-06-19 | 1 | -0/+4 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | MFp4: | mav | 2009-06-24 | 1 | -197/+0 |
* | Use DEVICE_SHUTDOWN(9) mechanism for shutdown handler. | delphij | 2009-04-09 | 1 | -8/+2 |
* | When multiple cards are present, register a shutdown handler for each card | delphij | 2009-04-07 | 1 | -8/+9 |
* | Update driver to vendor's version 1.16 plus some local changes: | delphij | 2009-04-07 | 18 | -3637/+4175 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Perhaps a better fix- make the called function do the (possible never reached) | mjacob | 2007-05-21 | 1 | -8/+11 |
* | Make gcc 4.2 happy by initiatlizing controller && channel prior | mjacob | 2007-05-20 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+2 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 2 | -12/+12 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | - Use a regular mutex rather than a spin mutex. This driver doesn't need | jhb | 2007-01-04 | 1 | -9/+3 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Remove some header polution. | scottl | 2006-04-30 | 1 | -1/+0 |
* | Fix -Wundef. | ru | 2005-12-04 | 2 | -3/+3 |
* | Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__. | schweikh | 2005-11-13 | 1 | -1/+1 |
* | Fix a typo that broke LINT. | scottl | 2005-09-08 | 1 | -1/+1 |
* | Import new version of the HPTMV driver from Highpoint. The major change | scottl | 2005-09-07 | 20 | -3313/+5271 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | check copyin return value (and while we're at it copyout too) | sam | 2005-03-31 | 1 | -8/+14 |
* | plug resource leak | sam | 2005-03-29 | 1 | -0/+3 |
* | Don't read past the end of pVDevice[]. (Previously, we would iterate | das | 2005-03-18 | 1 | -1/+1 |
* | Don't write past the end of the VendorId field (and into the ProductId | das | 2005-03-18 | 1 | -1/+1 |
* | Clean up the botching of the previous repo-copy. Reference the included | scottl | 2005-03-02 | 6 | -12/+12 |
* | Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistaken | scottl | 2005-03-02 | 12 | -1/+24 |
* | Add FreeBSD ID. | obrien | 2005-02-28 | 1 | -0/+2 |
* | avoid sneaky double free | sam | 2005-02-25 | 1 | -1/+5 |
* | plug resource leak | sam | 2005-02-24 | 1 | -0/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 6 | -6/+6 |
* | Move launching the worker thread from a SYSINIT to the first device's | njl | 2004-12-19 | 1 | -4/+10 |
* | Fix some warnings that only triggered in LINT. | scottl | 2004-10-24 | 2 | -10/+10 |