Created attachment 255529 [details] patch to add the creation of device_if.h and bus_if.h for arm64 kernel builds When doing a `make buildkernel` on recent versions of FreeBSD current for arm64, it fails because device_if.h and bus_if.h files are missing. Both sys/conf/Makefile.arm and sys/conf/Makefile.riscv have the same hack I have added to sys/conf/Makefile.arm64.
this likely should be for all platforms, not adding them one at a time... And buildkernel works for me... Is there something that you do differently than I do? I'll check into it, though, since something is amiss.
Why is the attachment in "application/mbox" format (well, MIME type)?
hmmm, maybe the right answer is to just remove it from all three places... Checking that out now...
(In reply to Mark Millard from comment #2) I can read it, and it's fine. It's the output of git format-patch