CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2021/03/23 03:41:12
Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c sys/dev/acpi : acpireg.h Log message: Pack the SPCR struct definition since the struct isn't naturally aligned or padded, and hence e. g. the access to the PCI vendor/device id would be broken. The structs for the other tables all seem to be packed as well. ok kettenis@