summaryrefslogtreecommitdiff
path: root/sys/dev/hpt27xx
AgeCommit message (Expand)Author
2025-08-25hpt27xx(4): Fix a couple of typos in source code commentsGordon Bergling
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-09-03hpt27xx(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$: 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-12-09hpt27xx: Remove FreeBSD 9.x support including Giant.Alexander Motin
2021-08-08Fix some common typos in commentsGordon Bergling
2021-05-21cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala
2021-04-12hpt27xx: store the .o files directly in the treeWarner Losh
2019-11-26Revert r355021. In my haste to grep for Giant, I missed that it was inScott Long
2019-11-22Mark hpt27xx for removal in 13.0; all CAM drivers will be Giant-free by then.Scott Long
2018-01-02hpt27xx: 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-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-23Update vendor driver to 1.2.7. This update improves driver reliability andXin LI
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-08-05Remove compat shims for FreeBSD versions older than 8.0.John Baldwin
2014-06-12Remove some Giant unlocks I missed in r267290.John Baldwin
2014-06-11Apply vendor fixes to the High Point drivers:Xin LI
2014-06-09Make the hpt27xx(4) driver MPSAFE.John Baldwin
2014-06-03Don't leak Giant.Xin LI
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-09-06Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.Xin LI
2013-07-06Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.Xin LI
2013-07-05Update hpt27xx(4) driver to address a problem reported by FreeNASXin LI
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2013-01-22 - Don't include date and time the driver is built, this is useful forXin LI
2012-10-22remove duplicate semicolons where possible.Eitan Adler
2012-01-15Remove spurious 8bit chars, turning files into plain ASCII.Ulrich Spörlein
2011-12-28Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA cardXin LI