Subject: Re: CVS commit: src/sys/dev/ic
To: None <briggs@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 10/20/2007 16:20:20
> Module Name:	src
> Committed By:	briggs
> Date:		Sat Oct 20 01:46:30 UTC 2007
> 
> Modified Files:
> 	src/sys/dev/ic: aacvar.h
> 
> Log Message:
> Preallocate all of our FIBs.  This needs more work, but currently avoids
> a case where we could need more FIBs and try to allocate them inside an
> interrupt handler, which is sub-par--a problem pointed out ages ago by ad@.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.9 -r1.10 src/sys/dev/ic/aacvar.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

--- aac.o ---
/siro/nbsd/src/sys/dev/ic/aac.c: In function 'aac_init':
/siro/nbsd/src/sys/dev/ic/aac.c:645: error: 'AAC_PREALLOCATE_FIBS' undeclared (first use in this function)
/siro/nbsd/src/sys/dev/ic/aac.c:645: error: (Each undeclared identifier is reported only once
/siro/nbsd/src/sys/dev/ic/aac.c:645: error: for each function it appears in.)
*** [aac.o] Error code 1