summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptrr/hptrr_osm_bsd.c
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-06-17 02:46:27 +0000
committereadler <eadler@FreeBSD.org>2012-06-17 02:46:27 +0000
commita16d44b93863114bc38e7e42833f1a662d645e08 (patch)
treecd4b5e8b884f53fc632e13deefdf172e7bb8b3ae /sys/dev/hptrr/hptrr_osm_bsd.c
parentf4c9781794e8bc62d45d68a74e474fb079522a19 (diff)
downloadFreeBSD-src-a16d44b93863114bc38e7e42833f1a662d645e08.zip
FreeBSD-src-a16d44b93863114bc38e7e42833f1a662d645e08.tar.gz
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 <ryao@gentoo.org> Approved by: cperciva No objections by: -hackers Obtained from: Gentoo FreeBSD MFC after: 2 weeks
Diffstat (limited to 'sys/dev/hptrr/hptrr_osm_bsd.c')
-rw-r--r--sys/dev/hptrr/hptrr_osm_bsd.c2
1 files changed, 1 insertions, 1 deletions
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