'HAL_INT_RXHP' undeclared (first use in this function)

2012-07-10 Thread Erich Dollansky
Hi,

I updated my source tree a few hours ago and get now error messages like the 
one above while compiling 

/usr/src/sys/dev/ath/if_ath.c

'HAL_INT_RXHP' and 'HAL_INT_RXLP' seem to be totally unknown. There is one 
comment regarding the first of them.

Google does not much either:

'Your search - HAL_INT_RXHP - did not match any documents. '

Who knows more about the values to be used for them?

Erich
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: 'HAL_INT_RXHP' undeclared (first use in this function)

2012-07-10 Thread Glen Barber
On Tue, Jul 10, 2012 at 09:20:09PM +0700, Erich Dollansky wrote:
 Hi,
 
 I updated my source tree a few hours ago and get now error messages like the 
 one above while compiling 
 
 /usr/src/sys/dev/ath/if_ath.c
 
 'HAL_INT_RXHP' and 'HAL_INT_RXLP' seem to be totally unknown. There is one 
 comment regarding the first of them.
 
 Google does not much either:
 
 'Your search - HAL_INT_RXHP - did not match any documents. '
 
 Who knows more about the values to be used for them?
 

Looks like it was introduced here:

http://svn.freebsd.org/changeset/base/238343

Glen

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org