Re: git: a9880bfe1181 - main - acpi_ged: New driver to ACPI generic event device
- In reply to: Cy Schubert : "Re: git: a9880bfe1181 - main - acpi_ged: New driver to ACPI generic event device"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Oct 2022 13:54:55 UTC
> > This fails to build. > > src/sys/dev/acpica/acpi_ged.c:201:31: error: no member named 'evt' in > 'struct acpi_ged_softc'; did you mean 'evts'? > rawirq = rman_get_start(sc->evt[i].r); > ^~~ > evts Sorry. I wrote quick fix. https://reviews.freebsd.org/D37104