git: 20f75b486aa9 - stable/14 - asmc(4): Add PnP record
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Sep 2026 23:32:14 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=20f75b486aa903007f77280122b7f5cd655ffcee
commit 20f75b486aa903007f77280122b7f5cd655ffcee
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2026-03-29 19:00:59 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-05 23:31:45 +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 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);