| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r267368: | Xin LI | 2014-06-14 | 1 | -2/+9 |
| * | MFC r250460 (by eadler): | Alexander Motin | 2013-10-09 | 1 | -3/+3 |
| * | Big MFC of the physbio changes necessary for unmapped I/O. These changes | Scott Long | 2013-06-18 | 1 | -73/+34 |
| * | MFC r249849: | Alexander Motin | 2013-04-27 | 1 | -2/+4 |
| * | MFC r240210: | Xin LI | 2012-10-26 | 1 | -1/+1 |
| * | MFC r236379: | Eitan Adler | 2012-06-06 | 1 | -0/+1 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -1/+1 |
| * | MFC: r227912 | Marius Strobl | 2012-01-29 | 1 | -5/+10 |
| * | - Merge changes to the base system to support OFED. These include | Jeff Roberson | 2011-03-21 | 1 | -2/+2 |
| * | Report transport type in XPT_PATH_INQ. | Alexander Motin | 2010-06-19 | 1 | -0/+4 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | MFp4: | Alexander Motin | 2009-06-24 | 1 | -197/+0 |
| * | Use DEVICE_SHUTDOWN(9) mechanism for shutdown handler. | Xin LI | 2009-04-09 | 1 | -8/+2 |
| * | When multiple cards are present, register a shutdown handler for each card | Xin LI | 2009-04-07 | 1 | -8/+9 |
| * | Update driver to vendor's version 1.16 plus some local changes: | Xin LI | 2009-04-07 | 18 | -3637/+4175 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -1/+1 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -1/+1 |
| * | Perhaps a better fix- make the called function do the (possible never reached) | Matt Jacob | 2007-05-21 | 1 | -8/+11 |
| * | Make gcc 4.2 happy by initiatlizing controller && channel prior | Matt Jacob | 2007-05-20 | 1 | -1/+1 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -1/+2 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 2 | -12/+12 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | - Use a regular mutex rather than a spin mutex. This driver doesn't need | John Baldwin | 2007-01-04 | 1 | -9/+3 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Remove some header polution. | Scott Long | 2006-04-30 | 1 | -1/+0 |
| * | Fix -Wundef. | Ruslan Ermilov | 2005-12-04 | 2 | -3/+3 |
| * | Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__. | Jens Schweikhardt | 2005-11-13 | 1 | -1/+1 |
| * | Fix a typo that broke LINT. | Scott Long | 2005-09-08 | 1 | -1/+1 |
| * | Import new version of the HPTMV driver from Highpoint. The major change | Scott Long | 2005-09-07 | 20 | -3299/+5257 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | check copyin return value (and while we're at it copyout too) | Sam Leffler | 2005-03-31 | 1 | -8/+14 |
| * | plug resource leak | Sam Leffler | 2005-03-29 | 1 | -0/+3 |
| * | Don't read past the end of pVDevice[]. (Previously, we would iterate | David Schultz | 2005-03-18 | 1 | -1/+1 |
| * | Don't write past the end of the VendorId field (and into the ProductId | David Schultz | 2005-03-18 | 1 | -1/+1 |
| * | Clean up the botching of the previous repo-copy. Reference the included | Scott Long | 2005-03-02 | 6 | -12/+12 |
| * | Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistaken | Scott Long | 2005-03-02 | 12 | -1/+24 |
| * | Add FreeBSD ID. | David E. O'Brien | 2005-02-28 | 1 | -0/+2 |
| * | avoid sneaky double free | Sam Leffler | 2005-02-25 | 1 | -1/+5 |
| * | plug resource leak | Sam Leffler | 2005-02-24 | 1 | -0/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 6 | -6/+6 |
| * | Move launching the worker thread from a SYSINIT to the first device's | Nate Lawson | 2004-12-19 | 1 | -4/+10 |
| * | Fix some warnings that only triggered in LINT. | Scott Long | 2004-10-24 | 2 | -10/+10 |
| * | Embed the correct name. | Scott Long | 2004-10-24 | 1 | -1/+1 |
| * | Clean up some messy Makefile stuff so that this can be built into the | Scott Long | 2004-10-24 | 2 | -2/+14 |
| * | Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint for | Scott Long | 2004-10-24 | 19 | -0/+11587 |