Hide unneeded message under bootverbose.
MFC after: 1 week
This commit is contained in:
parent
159249f9d6
commit
3ac653a18a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user