Up the event class reporting from 10 (basically, nothing) to EVT_CLASS_INFO.

Submitted by: Doug Ambrisko
This commit is contained in:
Scott Long 2007-01-07 06:43:25 +00:00
parent c2221c3536
commit c953d93930
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165852

View file

@ -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");