Remove magic offset from data structures. This makes it much easier to
authorkettenis <kettenis@openbsd.org>
Mon, 30 Aug 2021 18:40:19 +0000 (18:40 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 30 Aug 2021 18:40:19 +0000 (18:40 +0000)
commited8242148a38c727f255f8704be7cf70017d3938
treeac904c64ea30f597e7eec8f8dbf41fe4e78ec918
parentc5fd638a13b489fd6d61becc2128288936fa12a0
Remove magic offset from data structures.  This makes it much easier to
compare the data structures with the Linux code which unfortunately is
the only documentation we have for the pin numbers used by ACPI.
While there make the data structures const.

ok jcs@
sys/dev/acpi/pchgpio.c