summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/hptrr.47
-rw-r--r--sys/dev/hptrr/hptrr_osm_bsd.c2
2 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/hptrr.4 b/share/man/man4/hptrr.4
index 847d86d..54a6512 100644
--- a/share/man/man4/hptrr.4
+++ b/share/man/man4/hptrr.4
@@ -50,8 +50,8 @@ hptrr_load="YES"
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).
+set to 1 to permit driver attach to chips with generic Marvell (non-HighPoint)
+PCI identification. These chips are also supported by ata(4) and mvs(4).
Some vendors are using same chips, but without providing RAID BIOS.
.El
.Sh DESCRIPTION
@@ -112,7 +112,8 @@ This driver supersedes the older rr232x driver.
.Xr ata 4 ,
.Xr cam 4 ,
.Xr hptmv 4 ,
-.Xr loader 8
+.Xr loader 8 ,
+.Xr mvs 4
.Sh HISTORY
The
.Nm
diff --git a/sys/dev/hptrr/hptrr_osm_bsd.c b/sys/dev/hptrr/hptrr_osm_bsd.c
index 1f6b19a..cff4254 100644
--- a/sys/dev/hptrr/hptrr_osm_bsd.c
+++ b/sys/dev/hptrr/hptrr_osm_bsd.c
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
#include <dev/hptrr/os_bsd.h>
#include <dev/hptrr/hptintf.h>
-static int attach_generic = 1;
+static int attach_generic = 0;
TUNABLE_INT("hw.hptrr.attach_generic", &attach_generic);
static int hpt_probe(device_t dev)
OpenPOWER on IntegriCloud