aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptiop
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient compatibility cruft.Eitan Adler2013-04-302-123/+0
* Add missing bracesEitan Adler2013-04-301-1/+2
* Add missing braces.Xin LI2013-04-291-1/+2
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-45/+16
* Update hptiop(4) to version 1.8, which added support for HighPointXin LI2012-10-252-20/+849
* Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices.Xin LI2012-08-061-3/+9
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler2012-06-011-0/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* - Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl2011-11-231-0/+4
* Merge from r225950:Marius Strobl2011-10-131-0/+14
* Add PCI ID for RocketRAID 4321 and 4322. A FreeNAS user have tested theXin LI2011-08-011-0/+2
* Report transport type in XPT_PATH_INQ.Alexander Motin2010-06-191-0/+4
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-21/+8
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-2/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+2
* Use __packed from cdefs.hXin LI2009-03-251-1/+1
* Use __attribute__((packed)) for the structure so that hptiop managementXin LI2009-03-251-1/+1
* - Spell cam correctly (scbus), this makes it possible to compile hptiopAntoine Brodin2008-10-041-2/+2
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Update the hptiop driver to version 1.3. This adds support for the 4xxxScott Long2008-02-032-529/+1517
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.Scott Long2007-05-092-0/+1644