Subject: Re: where to look into ?
To: RJ45 <rj45@slacknet.com>
From: Andrey Petrov <petrov@netbsd.org>
List: port-sparc64
Date: 02/11/2003 11:03:04
On Tue, Feb 11, 2003 at 05:15:43AM -0700, RJ45 wrote:
> I Tryed to find out where the kernel writes
> 
> hme0: status=8000<DTIMEXP>
> hme0: status=18001<GOTFRAME,DTIMEXP,RXTOHOST>
> 
> in the kernel source ccode with no luck, anyone could give me hints where
> to find it ?
> I Wanted to disable this loggint it is too annoying.

it's hme_eint, and I'd remove HME_SEB_STAT_DTIMEXP from 
#define HME_SEB_STAT_ALL_ERRORS
in your case, so you'll still get other error notifications.

	Andrey