aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hpt27xx
Commit message (Expand)AuthorAgeFilesLines
* 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-292-4/+9
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1613-26/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* 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-103-151/+17
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala2021-05-211-0/+1
* hpt27xx: store the .o files directly in the treeWarner Losh2021-04-124-43312/+0
* 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-2713-0/+26
* Avoid calling get_controller_count() until attaching, this would avoidXin LI2017-11-042-5/+5
* Clean redundant MIN/MAX declarations in some HighPoint drivers.Pedro F. Giffuni2017-02-102-5/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-271-4/+4
* 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-2315-38149/+43386
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-2/+2
* Remove compat shims for FreeBSD versions older than 8.0.John Baldwin2014-08-053-160/+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-112-16/+12
* Make the hpt27xx(4) driver MPSAFE.John Baldwin2014-06-093-47/+51
* 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-252-3/+4
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-252-4/+3
* Update the CAM API for FreeBSD 10:Scott Long2013-09-242-3/+4
* 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-062-0/+0
* Update hpt27xx(4) driver to address a problem reported by FreeNASXin LI2013-07-052-33/+14
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-72/+28
* - Don't include date and time the driver is built, this is useful forXin LI2013-01-223-8/+11
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* Remove spurious 8bit chars, turning files into plain ASCII.Ulrich Spörlein2012-01-151-1/+1
* Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA cardXin LI2011-12-2816-0/+44809