Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 10/20/2007 01:46:30
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.