Module Name: src Committed By: msaitoh Date: Mon Feb 8 23:54:33 UTC 2010
Modified Files: src/sys/dev/ic: mfi.c Log Message: Fix a bug that the system which has no logical volume panics in shutdown hook. Without any logical volume, sysmon_envsys_register() fails. On such case, sc->sc_sme must be NULL for the detach. Reviewed by dyoung and bouyer. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/mfi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.