mcusim / freebsd-src

sys/dev/dpaa2 drivers work-in-progress
https://www.FreeBSD.org/
Other
4 stars 3 forks source link

DPAA2 / ACPI cleanup #12

Closed bzfbd closed 2 years ago

bzfbd commented 2 years ago

This sorts out and removes almost all acpica special hacks. The DSD change is in review https://reviews.freebsd.org/D35558 . That leaves us with handling the reference bits and I'll try to sort that out along with FDT next.

dsalychev commented 2 years ago

@bzfbd Could you double check that dc9ae02eed414bb844efed168c43036a6753198d doesn't break NFS root mounting? I had to return DRIVER_MODULE_ORDERED for dpaa2_mc_acpi in order to discover media type when dpaa2 loaded as a kernel module.

bzfbd commented 2 years ago

I'll leave the module problem separate and close this as it got merged; seems pushing to the same private branch otherwise extends this one and doesn't allow me to open a new pull request... I do not understand github...