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:           Mon Dec 29 06:30:42 UTC 2003

Modified Files:
        src/sys/dev/raidframe: rf_driver.c rf_threadstuff.c rf_threadstuff.h

Log Message:
rf_lkmgr_mutex_init() is only called from one spot, and it really
can't fail.  Simplify life in rf_BootRaidframe(), and then nuke
rf_lkmgr_mutex_init().  Cleanup rf_threadstuff.h a bit more too.
rf_threadstuff.c is about to Go Away.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/raidframe/rf_threadstuff.c \
    src/sys/dev/raidframe/rf_threadstuff.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