Excerpt from an email sent by wemm@ -------------------------------------------------------------- stage 3.2: building everything -------------------------------------------------------------- /usr/src/sys/sparc64/pci/apb.c: In function 'apb_attach': /usr/src/sys/sparc64/pci/apb.c:174: error: 'struct pcib_softc' has no member named 'secstat' /usr/src/sys/sparc64/pci/apb.c:176: error: 'struct pcib_softc' has no member named 'command' /usr/src/sys/sparc64/pci/apb.c:186: error: 'struct pcib_softc' has no member named 'seclat' --- apb.o --- *** [apb.o] Error code 1 make[2]: stopped in /usr/obj/sparc64.sparc64/usr/src/sys/GENERIC 1 error
Looks like the issue might be caused by a missing MFC: r281930. CCing jhb for comment.
Merged in r284455