Subject: ath compiling problems
To: None <current-users@netbsd.org>
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
List: current-users
Date: 12/17/2003 12:35:12
i added

ath* at pci? dev ? function ? to my kernel config and tried to compile

todays -current

../../../../dev/ic/ath.c: In function `ath_attach':
../../../../dev/ic/ath.c:295: error: structure has no member named
`ah_abi'
../../../../dev/ic/ath.c:295: error: `HAL_ABI_VERSION' undeclared (first
use in this function)
../../../../dev/ic/ath.c:295: error: (Each undeclared identifier is
reported only once
../../../../dev/ic/ath.c:295: error: for each function it appears in.)
../../../../dev/ic/ath.c:297: error: structure has no member named
`ah_abi'
../../../../dev/ic/ath.c:302: error: structure has no member named
`ah_macVersion'
../../../../dev/ic/ath.c:302: error: structure has no member named
`ah_macRev'
../../../../dev/ic/ath.c:303: error: structure has no member named
`ah_phyRev'
../../../../dev/ic/ath.c:303: error: structure has no member named
`ah_phyRev'
../../../../dev/ic/ath.c:304: error: structure has no member named
`ah_analog5GhzRev'
../../../../dev/ic/ath.c:306: error: structure has no member named
`ah_analog5GhzRev'
../../../../dev/ic/ath.c:306: error: structure has no member named
`ah_analog5GhzRev'
../../../../dev/ic/ath.c:307: error: structure has no member named
`ah_analog2GhzRev'
../../../../dev/ic/ath.c:309: error: structure has no member named
`ah_analog2GhzRev'
../../../../dev/ic/ath.c:309: error: structure has no member named
`ah_analog2GhzRev'
../../../../dev/ic/ath.c: In function `ath_ioctl':
../../../../dev/ic/ath.c:1200: error: structure has no member named
`ah_getDiagState'
../../../../dev/ic/ath.c: In function `ath_rx_proc':
../../../../dev/ic/ath.c:2155: error: too many arguments to function
../../../../dev/ic/ath.c: In function `ath_stoprecv':
../../../../dev/ic/ath.c:2806: error: too many arguments to function
../../../../dev/ic/ath.c: In function `ath_newstate':
../../../../dev/ic/ath.c:3045: warning: passing arg 3 of pointer to
function discards qualifiers from pointer target type
*** Error code 1


anything i did wrong?