From a16d44b93863114bc38e7e42833f1a662d645e08 Mon Sep 17 00:00:00 2001 From: eadler Date: Sun, 17 Jun 2012 02:46:27 +0000 Subject: attach_generic causes missing devices in /dev when the driver interacts with some non-highpoint controollers. Change attach_generic to be off by default. PR: kern/168910 Submitted by: Richard Yao Approved by: cperciva No objections by: -hackers Obtained from: Gentoo FreeBSD MFC after: 2 weeks --- share/man/man4/hptrr.4 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'share/man/man4/hptrr.4') 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 -- cgit v1.1