mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
MFC r199043:
Introduce hw.hptrr.attach_generic loader tunable to deny hptrr driver attach chips with generic Marvell (non-HighPoint) PCI identification. These chips are also supported by ata(4). Some vendors, like Supermicro, are using same chips without providing HPT RAID BIOS. PR: kern/120842, kern/136750
This commit is contained in:
parent
c68cd0c40d
commit
fe3bfc62e0
1 changed files with 10 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 14, 2007
|
||||
.Dd November 8, 2009
|
||||
.Dt HPTRR 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -46,6 +46,14 @@ module at boot time, place the following line in
|
|||
.Bd -literal -offset indent
|
||||
hptrr_load="YES"
|
||||
.Ed
|
||||
.Pp
|
||||
The following tunables are settable from the loader:
|
||||
.Bl -ohang
|
||||
.It Va hw.hptrr.attach_generic
|
||||
set to 0 to deny driver attach to chips with generic Marvell (non-HighPoint)
|
||||
PCI identification. These chips are also supported by ata(4).
|
||||
Some vendors are using same chips, but without providing RAID BIOS.
|
||||
.El
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
@ -101,6 +109,7 @@ manual page for details on support.
|
|||
.Pp
|
||||
This driver supersedes the older rr232x driver.
|
||||
.Sh SEE ALSO
|
||||
.Xr ata 4 ,
|
||||
.Xr cam 4 ,
|
||||
.Xr hptmv 4 ,
|
||||
.Xr loader 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue