Module Name: src Committed By: pgoyette Date: Thu Dec 10 05:29:41 UTC 2015
Modified Files: src/sys/dev/pci: ichsmb.c piixpm.c Log Message: Initialize the mutex before calling xxx_rescan(). Otherwise if we load/attach an i2cbus at a later time (ie, load the iic module), we'll end-up re-initializing the mutex. (Caught with a LOCKDEBUG kernel) To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/ichsmb.c cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/piixpm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.