aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptnr/hptnr_osm_bsd.c
Commit message (Expand)AuthorAgeFilesLines
* hptnr(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-12/+2
* 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
* cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala2021-05-211-0/+1
* hpt{nr,rr}: 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
* Merge changes from vendor driver 1.1.4:Xin LI2015-06-251-3/+17
* Merge changes from vendor driver version 1.1.1:Xin LI2015-04-111-27/+378
* Update hptnr(4) driver to version 1.0.1 supplied by the vendor.Xin LI2014-08-231-1/+1
* Various fixes to hptnr(4):John Baldwin2014-08-051-100/+52
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-2/+3
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-3/+2
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-2/+3
* Merge from hpt27xx, r249468 (mav):Xin LI2013-07-121-1/+1
* Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.Xin LI2013-07-061-0/+1360