summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptmv/entry.c
Commit message (Expand)AuthorAgeFilesLines
* 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