summaryrefslogtreecommitdiff
path: root/sys/dev/hptnr
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-09-03hptnr(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2023-11-29pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h 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
2021-05-21cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala
2021-04-12hptnr: Store the .o files directly in the repoWarner Losh
2020-03-30remove extraneous double ;s in sys/Ed Maste
2018-01-02hpt{nr,rr}: plug info leak in hpt_ioctlEd Maste
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-04Avoid calling get_controller_count() until attaching, this would avoidXin LI
2017-02-10Clean redundant MIN/MAX declarations in some HighPoint drivers.Pedro F. Giffuni
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-27Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2015-06-25Merge changes from vendor driver 1.1.4:Xin LI
2015-04-11Merge changes from vendor driver version 1.1.1:Xin LI
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-08-23Update hptnr(4) driver to version 1.0.1 supplied by the vendor.Xin LI
2014-08-05Various fixes to hptnr(4):John Baldwin
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-12Merge from hpt27xx, r249468 (mav):Xin LI
2013-07-06Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.Xin LI