Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/raidframe



Module Name:    src
Committed By:   oster
Date:           Sun Mar  7 22:15:19 UTC 2004

Modified Files:
        src/sys/dev/raidframe: rf_alloclist.c rf_callback.c rf_dagutils.c
            rf_diskqueue.c rf_driver.c rf_map.c rf_mcpair.c rf_netbsd.h
            rf_netbsdkintf.c rf_psstatus.c rf_reconstruct.c rf_reconutil.c
            rf_revent.c rf_stripelocks.c

Log Message:
- Introduce rf_pools which contains all of the various global pools used
by RAIDframe.  Convert all other RAIDframe global pools to use pools
defined within this new structure.
- Introduce rf_pool_init(), used for initializing a single pool in
RAIDframe.  Teach each of the configuration routines to use
rf_pool_init().
- Cleanup a few pool-related comments.
- Cleanup revent initialization and #defines.
- Add a missing pool_destroy() for the reconbuffer pool.

(Saves another 1K off of an i386 GENERIC kernel, and makes
stuff a lot more readable)


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/dev/raidframe/rf_alloclist.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/raidframe/rf_callback.c
cvs rdiff -r1.36 -r1.37 src/sys/dev/raidframe/rf_dagutils.c
cvs rdiff -r1.32 -r1.33 src/sys/dev/raidframe/rf_diskqueue.c \
    src/sys/dev/raidframe/rf_map.c
cvs rdiff -r1.89 -r1.90 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/raidframe/rf_mcpair.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/raidframe/rf_netbsd.h
cvs rdiff -r1.177 -r1.178 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -r1.25 -r1.26 src/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.73 -r1.74 src/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/raidframe/rf_reconutil.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/raidframe/rf_revent.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/raidframe/rf_stripelocks.c

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