CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/30 12:40:19
Modified files:
sys/dev/acpi : pchgpio.c
Log message:
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@
