Bug 200882

Summary: Building pci(4) on sparc64's been broken for the past ~week
Product: Base System Reporter: Enji Cooper <ngie>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Many People CC: emaste, jhb
Priority: ---    
Version: 10.1-STABLE   
Hardware: Any   
OS: Any   

Description Enji Cooper freebsd_committer freebsd_triage 2015-06-15 19:04:33 UTC
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
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2015-06-15 19:11:16 UTC
Looks like the issue might be caused by a missing MFC: r281930. CCing jhb for comment.
Comment 2 Ed Maste freebsd_committer freebsd_triage 2015-06-16 18:40:31 UTC
Merged in r284455