git: 10678006c6db - stable/15 - asmc(4): Add PnP record

From: Vladimir Kondratyev <wulf_at_FreeBSD.org>
Date: Wed, 22 Apr 2026 20:08:11 UTC
The branch stable/15 has been updated by wulf:

URL: https://cgit.FreeBSD.org/src/commit/?id=10678006c6db9195b32491b5c4b811fefc96a5cc

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

    asmc(4): Add PnP record
    
    To load asmc(4) automagically on boot with devd(8).
    
    MFC after:      1 month
    
    (cherry picked from commit 056e29070f083ac4cea31ac0a08619add6370839)
---
 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 b6b98b1c8953..772df00f34eb 100644
--- a/sys/dev/asmc/asmc.c
+++ b/sys/dev/asmc/asmc.c
@@ -535,6 +535,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);