Subject: Re: bge query
To: None <tech-kern@netbsd.org>
From: Pavel Cahyna <pavel.cahyna@matfyz.cz>
List: tech-kern
Date: 05/17/2007 11:54:50
Patrick Welche <prlw1 <at> newn.cam.ac.uk> writes:

> 
> Looking at if_bgereg.h,v 1.41 (against FreeBSD), there seems to be a typo:
> 
> #define BGE_HCC_TX_COAL_TICKS_INT       0x3C1C /* ticks during interrupt */
> #define BGE_HCC_RX_MAX_COAL_BDS_INT     0x3C20 /* BDs during interrupt */
> #define BGE_HCC_TX_MAX_COAL_BDS_INT     0x3C34 /* BDs during interrupt */
> 
> BGE_HCC_TX_MAX_COAL_BDS_INT should be 0x3C24 if it follows the sequence.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bge/if_bgereg.h#rev1.22