On Tue, Jul 26, 2016 at 7:15 PM Stefan Reinauer <stefan.reinauer@coreboot.org> wrote:


> Finally, why the use of packed? In general you really only want to use packed
> when you're using it to directly address data. Why not deserialize the data
> from memory into an unpacked struct? That's how ACPICA seems to do it.

Because in most cases, it is not data, but register space we are
accessing.

Are you suggesting to learn our coding style from ACPI? Who are you and
what did you do to Ron Minnich? ;)




but in this does not seem to be. It looks like a table. Is it really registers?

ronĀ