/sys/dev/nand/

/rf_callback.c'>commitdiff
path: root/sys/dev/raidframe/rf_callback.c
AgeCommit message (Expand)Author
2021-07-23Extensive mechanical changes to the pools used in RAIDframe.oster
2019-10-10fix the function pointer and callback mess:christos
2019-02-10Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.christos
2009-03-15ansify function definitionscegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-05- remove the RF_*_INC's, as necessary. They are not needed any more.oster
2004-02-29Adjust _rf_ShutdownCreate() so that it is willing to wait for moreoster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-29- first kick at a major reworking of RAIDframe's memory allocation code:oster
2003-12-21Since the 5th arg of pool_init() wasn't actually the numberoster
2003-12-21Fix usage of fifth argument to pool_init().simonb
2002-10-25Poolify callback descriptor allocation. While some of the underlyingoster
2002-09-14Everyone and their dog was using RF_ERRORMSG3 to print out the sameoster
2001-11-13add RCSIDslukem
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster
2001-09-26- rf_types.h doesn't really need to pull in rf_archs.hoster