Module Name: src Committed By: christos Date: Tue Feb 5 17:13:37 UTC 2019
Modified Files: src/sys/dev/raidframe: rf_compat80.c rf_netbsd.h rf_netbsdkintf.c Log Message: - Fix the FAIL_DISK handling (it would prolly trash the wrong disk before since the request structs are different and the row in the old struct is the col in the new one). - Restructure the way compat modules are loaded so that we only load them for the ioctls that need them. Put a comment explaining why... - Set retcode after loading compat (now that the fail disk passthrough hack is gone), so that various ioctls don't always fail. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/raidframe/rf_compat80.c cvs rdiff -u -r1.30 -r1.31 src/sys/dev/raidframe/rf_netbsd.h cvs rdiff -u -r1.365 -r1.366 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.