Module Name: src Committed By: msaitoh Date: Fri Jul 11 02:23:44 UTC 2014
Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Fix some bugs realted to semaphore. This change fixes a problem which was exposed in if_wm.c rev. 1.271. Tested by riastradh@. - Clear the SMBI bit in SWSM register before accessing NVM and PHY in wm_attach(). Same as FreeBSD. - Fix a bug that 82573 doesn't put the hardware semaphore. Same as FreeBSD r256200. To generate a diff of this commit: cvs rdiff -u -r1.272 -r1.273 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/if_wmreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.