git: 056e29070f08 - main - asmc(4): Add PnP record

From: Vladimir Kondratyev <wulf_at_FreeBSD.org>
Date: Sun, 29 Mar 2026 19:02:00 UTC
The branch main has been updated by wulf:

URL: https://cgit.FreeBSD.org/src/commit/?id=056e29070f083ac4cea31ac0a08619add6370839

commit 056e29070f083ac4cea31ac0a08619add6370839
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2026-03-29 19:00:59 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2026-03-29 19:00:59 +0000

    asmc(4): Add PnP record
    
    To load asmc(4) automagically on boot with devd(8).
    
    MFC after:      1 month
---
 sys/dev/asmc/asmc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c
index 17a282ce0b97..f39eef63aef4 100644
--- a/sys/dev/asmc/asmc.c
+++ b/sys/dev/asmc/asmc.c
@@ -606,6 +606,7 @@ static char *asmc_ids[] = { "APP0001", NULL };
 
 static unsigned int light_control = 0;
 
+ACPI_PNP_INFO(asmc_ids);
 DRIVER_MODULE(asmc, acpi, asmc_driver, NULL, NULL);
 MODULE_DEPEND(asmc, acpi, 1, 1, 1);