From: Jonathan Gray Subject: set activate for ahci_acpi To: tech@openbsd.org Date: Sun, 6 Oct 2024 18:40:32 +1100 already set in ahci_fdt and ahci_pci Index: sys/dev/acpi/ahci_acpi.c =================================================================== RCS file: /cvs/src/sys/dev/acpi/ahci_acpi.c,v diff -u -p -r1.5 ahci_acpi.c --- sys/dev/acpi/ahci_acpi.c 6 Apr 2022 18:59:27 -0000 1.5 +++ sys/dev/acpi/ahci_acpi.c 6 Oct 2024 07:35:07 -0000 @@ -40,7 +40,8 @@ int ahci_acpi_match(struct device *, voi void ahci_acpi_attach(struct device *, struct device *, void *); const struct cfattach ahci_acpi_ca = { - sizeof(struct ahci_acpi_softc), ahci_acpi_match, ahci_acpi_attach + sizeof(struct ahci_acpi_softc), ahci_acpi_match, ahci_acpi_attach, + NULL, ahci_activate }; int