mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Hide unneeded message under bootverbose.
MFC after: 1 week
This commit is contained in:
parent
0d20533e69
commit
a8fefd0ed5
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue