aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* hpt: remove unnecessary macro expansion hacksAhmad Khalifa2026-01-261-7/+3
* hpt27xx(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-18/+1
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-5/+5
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-291-0/+5
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* hpt*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+2
* hpt27xx: Remove FreeBSD 9.x support including Giant.Alexander Motin2021-12-101-135/+17
* cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala2021-05-211-0/+1
* Revert r355021. In my haste to grep for Giant, I missed that it was inScott Long2019-11-261-3/+1
* Mark hpt27xx for removal in 13.0; all CAM drivers will be Giant-free by then.Scott Long2019-11-221-1/+3
* hpt27xx: plug info leak in hpt_ioctlEd Maste2018-01-021-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Avoid calling get_controller_count() until attaching, this would avoidXin LI2017-11-041-4/+4
* Clean redundant MIN/MAX declarations in some HighPoint drivers.Pedro F. Giffuni2017-02-101-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-2/+2
* Update vendor driver to 1.2.7. This update improves driver reliability andXin LI2015-06-231-36/+222
* Remove compat shims for FreeBSD versions older than 8.0.John Baldwin2014-08-051-49/+4
* Remove some Giant unlocks I missed in r267290.John Baldwin2014-06-121-3/+0
* Apply vendor fixes to the High Point drivers:Xin LI2014-06-111-1/+11
* Make the hpt27xx(4) driver MPSAFE.John Baldwin2014-06-091-42/+45
* Don't leak Giant.Xin LI2014-06-031-1/+3
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-3/+3
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-3/+3
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-3/+3
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.Xin LI2013-09-061-1/+1
* Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.Xin LI2013-07-061-0/+1361