aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-01-07 06:43:25 +0000
committerScott Long <scottl@FreeBSD.org>2007-01-07 06:43:25 +0000
commitc953d9393099cb5582b5d77101bac047179c2864 (patch)
tree662dea202420d6032b5304813a0fd7c583f5517d /sys/dev/mfi
parentc2221c35363ef26790d2b66d1ba7ab7dd0e94956 (diff)
Notes
Diffstat (limited to 'sys/dev/mfi')
-rw-r--r--sys/dev/mfi/mfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c
index 9a14eae081c5..b52e5d34decd 100644
--- a/sys/dev/mfi/mfi.c
+++ b/sys/dev/mfi/mfi.c
@@ -90,7 +90,7 @@ TUNABLE_INT("hw.mfi.event_locale", &mfi_event_locale);
SYSCTL_INT(_hw_mfi, OID_AUTO, event_locale, CTLFLAG_RW, &mfi_event_locale,
0, "event message locale");
-static int mfi_event_class = 10;
+static int mfi_event_class = MFI_EVT_CLASS_INFO;
TUNABLE_INT("hw.mfi.event_class", &mfi_event_class);
SYSCTL_INT(_hw_mfi, OID_AUTO, event_class, CTLFLAG_RW, &mfi_event_class,
0, "event message class");