aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptiop
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-2/+6
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Use imin() macro from sys/libkern.h.Marcelo Araujo2016-05-041-2/+2
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-021-1/+1
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-2/+2
* Various fixes to hptiop(4):John Baldwin2014-08-052-21/+30
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-2/+2
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-252-2/+4
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-252-4/+2
* Update the CAM API for FreeBSD 10:Scott Long2013-09-242-2/+4
* Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640Xin LI2013-07-051-1/+5
* 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-46/+17
* 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-531/+1519
* 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