Hide unneeded message under bootverbose.

MFC after:	1 week
This commit is contained in:
Shunsuke Akiyama 2017-01-27 14:17:48 +00:00
parent 0d20533e69
commit a8fefd0ed5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312887

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;