Module Name: src Committed By: mlelstv Date: Sat Jan 2 16:20:50 UTC 2016
Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: No longer detach opened device directly in RAIDFRAME_SHUTDOWN ioctl, instead just mark the device for shutdown and detach on last close. Also don't manually print the detached message but leave this to config_detach(). This avoids a duplicate message when shutting down. To generate a diff of this commit: cvs rdiff -u -r1.333 -r1.334 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.