Bug 133173

Summary: [build] kernel compilation failure on 7.1 -STABLE amd64
Product: Base System Reporter: Peter Ulrich Kruppa <ulrich>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Peter Ulrich Kruppa 2009-03-29 06:00:09 UTC
Kernel build fails with this:

[...]
/usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap':
/usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct ath_rx_status' has no member named 'rs_flags'
*** Error code 1

Stop in /usr/obj/usr/src/sys/***.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

How-To-Repeat: Download latest sources and try to "make kernel"
Comment 1 danny 2009-03-29 06:42:26 UTC
add to the configuration file:
options AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors

danny
Comment 2 Peter Ulrich Kruppa 2009-03-29 15:35:33 UTC
That was it, thanks!

I guess this bug can be closed now.

Peter.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2009-03-30 01:15:09 UTC
State Changed
From-To: open->closed

Closed at submitter's request.