aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2026-03-29 19:00:59 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2026-03-29 19:00:59 +0000
commit056e29070f083ac4cea31ac0a08619add6370839 (patch)
treea17732288c853ee0cf14da09a79286c2aad722ee
parent63ecedb3c2ce75a44d55b9424d74d94e294de313 (diff)
asmc(4): Add PnP record
To load asmc(4) automagically on boot with devd(8). MFC after: 1 month
-rw-r--r--sys/dev/asmc/asmc.c1
1 files changed, 1 insertions, 0 deletions
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);