Revert r200231. It was already taken cared by jhb long ago.

Pointed out by:	jhb
Pointy hat:	jkim
This commit is contained in:
jkim 2009-12-07 21:24:07 +00:00
parent d7dd17cebe
commit 37c0b1019a

View File

@ -1081,22 +1081,9 @@ static void
mfi_decode_evt(struct mfi_softc *sc, struct mfi_evt_detail *detail)
{
switch (detail->class.members.class) {
case MFI_EVT_CLASS_DEBUG:
case MFI_EVT_CLASS_PROGRESS:
case MFI_EVT_CLASS_INFO:
#ifndef MFI_DEBUG
if (!bootverbose)
return;
/* FALLTHROUGH */
#endif
default:
device_printf(sc->mfi_dev, "%d (%s/0x%04x/%s) - %s\n",
detail->seq, format_timestamp(detail->time),
detail->class.members.locale,
format_class(detail->class.members.class),
detail->description);
}
device_printf(sc->mfi_dev, "%d (%s/0x%04x/%s) - %s\n", detail->seq,
format_timestamp(detail->time), detail->class.members.locale,
format_class(detail->class.members.class), detail->description);
}
static int