summaryrefslogtreecommitdiff
path: root/sys/dev/hptiop
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-07-14hptiop: Use device_set_descf()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06hpt*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-21hptiop: Store softc pointer in si_drv1 of cdev.John Baldwin
2021-12-09hptiop: Remove Giant locking around ioctls.Alexander Motin
2021-12-04Fix "set but not used" for hptiopScott Long
2021-05-21cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-04Use imin() macro from sys/libkern.h.Marcelo Araujo
2016-05-02etc: minor spelling fixes.Pedro F. Giffuni
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2014-08-05Various fixes to hptiop(4):John Baldwin
2013-10-30Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn
2013-09-25Re-do r255853. Along with adding back the API/ABI changes from theScott Long
2013-09-25Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber
2013-09-24Update the CAM API for FreeBSD 10:Scott Long
2013-07-05Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640Xin LI
2013-04-30Remove ancient compatibility cruft.Eitan Adler
2013-04-30Add missing bracesEitan Adler
2013-04-29Add missing braces.Xin LI
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-10-25Update hptiop(4) to version 1.8, which added support for HighPointXin LI
2012-08-06Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices.Xin LI
2012-06-01Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2011-11-23- Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl
2011-10-13Merge from r225950:Marius Strobl
2011-08-01Add PCI ID for RocketRAID 4321 and 4322. A FreeNAS user have tested theXin LI
2010-06-19Report transport type in XPT_PATH_INQ.Alexander Motin
2010-01-28MFp4: Large set of CAM inprovements.Alexander Motin
2009-09-08Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp
2009-09-08Add necessary include.Poul-Henning Kamp
2009-03-25Use __packed from cdefs.hXin LI
2009-03-25Use __attribute__((packed)) for the structure so that hptiop managementXin LI
2008-10-04- Spell cam correctly (scbus), this makes it possible to compile hptiopAntoine Brodin
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-02-03Update the hptiop driver to version 1.3. This adds support for the 4xxxScott Long
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-05-09Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.Scott Long