Hide unneeded message under bootverbose.

MFC after:	1 week
This commit is contained in:
akiyama 2017-01-27 14:17:48 +00:00
parent 159249f9d6
commit 3ac653a18a

View File

@ -493,6 +493,10 @@ acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify, void *context)
}
ACPI_SERIAL_END(panasonic);
break;
case 0x81:
if (!bootverbose)
break;
/* FALLTHROUGH */
default:
device_printf(sc->dev, "unknown notify: %#x\n", notify);
break;