Module Name: src Committed By: msaitoh Date: Sun Aug 24 21:15:35 UTC 2014
Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: Set the WM_F_ATTACHED flag if wm_attach() finished succesfully and check the flag in wm_detach(). It will avoid to panic in wm_detach(). Fixes PR#49102. To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/if_wmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.