diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-06-17 02:46:27 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-06-17 02:46:27 +0000 |
| commit | f181f0e74b1af7183ff7edfbd92b21f1a3ef49c0 (patch) | |
| tree | cd4b5e8b884f53fc632e13deefdf172e7bb8b3ae /sys/dev/hptrr | |
| parent | 891f9ad6f29725e62cf5d08bdc016073ceed4da7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hptrr')
| -rw-r--r-- | sys/dev/hptrr/hptrr_osm_bsd.c | 2 |
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) |
