CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/15 05:30:02
Modified files:
sys/arch/arm64/dev: aplns.c simplebus.c
Log message:
Specify the correct "read" and "write" bits to the NVMMU based on the
opcode of the NVMe command. Drop the opcode itself, since it isn't needed.
This allows us to drop the magic "null check" bit that is no longer
supported by the firmware that Apple ships with newer macOS releases.
Based on work done by Sven Peter over at Asahi Linux.
ok jmatthew@
