Module Name: src Committed By: pgoyette Date: Sat Dec 26 00:58:45 UTC 2015
Modified Files: src/sys/dev/raidframe: rf_driver.c rf_driver.h rf_netbsdkintf.c Log Message: Modularize the raidframe driver, including rework of the unit attach code to permit detaching (and possible module unloading). Also, convert tsleep()/wakeup() locking to use cv_wait_sig()/cv_broadcast(). Tested in non-modular, modular-builtin, and modular-loaded-at-runtime environments. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/dev/raidframe/rf_driver.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/raidframe/rf_driver.h cvs rdiff -u -r1.326 -r1.327 src/sys/dev/raidframe/rf_netbsdkintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.