-/* $OpenBSD: com_acpi.c,v 1.6 2021/12/26 13:55:36 kettenis Exp $ */
+/* $OpenBSD: com_acpi.c,v 1.7 2022/02/15 12:24:55 claudio Exp $ */
/*
* Copyright (c) 2018 Mark Kettenis
*
void com_acpi_attach(struct device *, struct device *, void *);
struct cfattach com_acpi_ca = {
- sizeof(struct com_acpi_softc), com_acpi_match, com_acpi_attach
+ sizeof(struct com_acpi_softc), com_acpi_match, com_acpi_attach,
+ NULL, com_activate
};
const char *com_hids[] = {