History log of /dflybsd-src/sys/dev/raid/hptrr/os_bsd.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 0c36ed34 05-Mar-2019 Sascha Wildner <saw@online.de>

kernel: Remove libkern.h inclusion from a few files that don't need it.


# 22d266d8 29-Jun-2017 Sascha Wildner <saw@online.de>

kernel: Sync hptrr(4) with FreeBSD.

* A number of locking fixes, no longer grabs Giant in the ioctl() method
(not relevant to us) and when scanning the bus. Also set D_MPSAFE and
INTR_MPSAFE.

*

kernel: Sync hptrr(4) with FreeBSD.

* A number of locking fixes, no longer grabs Giant in the ioctl() method
(not relevant to us) and when scanning the bus. Also set D_MPSAFE and
INTR_MPSAFE.

* Use bus_dmamap_load_ccb(). Thanks, sephe!

* Additional fixes supplied by HighPoint.

* Fix some typos in comments.

show more ...


# 0e32bd08 03-Aug-2012 Sascha Wildner <saw@online.de>

Add the hptrr(4) driver for HighPoint RocketRAID 17xx, 22xx, 23xx and 25xx.

The manual page mentions the following adapters to be supported:

* RocketRAID 172x series
* RocketRAID 174x series
* Rock

Add the hptrr(4) driver for HighPoint RocketRAID 17xx, 22xx, 23xx and 25xx.

The manual page mentions the following adapters to be supported:

* RocketRAID 172x series
* RocketRAID 174x series
* RocketRAID 2210
* RocketRAID 222x series
* RocketRAID 2240
* RocketRAID 230x series
* RocketRAID 231x series
* RocketRAID 232x series
* RocketRAID 2340
* RocketRAID 2522

I have tested it with a RocketRAID 2300.

Taken-from: FreeBSD

show more ...