summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-01-07 06:43:25 +0000
committerscottl <scottl@FreeBSD.org>2007-01-07 06:43:25 +0000
commit60ee690576b5f2fbbc9c52139fb13c3d946a7808 (patch)
tree662dea202420d6032b5304813a0fd7c583f5517d /sys/dev/mfi
parent56fe8a82e89bc0f48e59d0db6f93bf22076186f3 (diff)
downloadFreeBSD-src-60ee690576b5f2fbbc9c52139fb13c3d946a7808.zip
FreeBSD-src-60ee690576b5f2fbbc9c52139fb13c3d946a7808.tar.gz
Up the event class reporting from 10 (basically, nothing) to EVT_CLASS_INFO.
Submitted by: Doug Ambrisko
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 9a14eae..b52e5d3 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");
OpenPOWER on IntegriCloud