Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/ic
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.
Home |
Main Index |
Thread Index |
Old Index