summaryrefslogtreecommitdiff
path: root/sys/dev/hptrr
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-06-17 02:46:27 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-06-17 02:46:27 +0000
commitf181f0e74b1af7183ff7edfbd92b21f1a3ef49c0 (patch)
treecd4b5e8b884f53fc632e13deefdf172e7bb8b3ae /sys/dev/hptrr
parent891f9ad6f29725e62cf5d08bdc016073ceed4da7 (diff)
Notes
Diffstat (limited to 'sys/dev/hptrr')
-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 1f6b19a38e70..cff4254dd537 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)