Module Name: src Committed By: msaitoh Date: Thu May 30 05:50:06 UTC 2013
Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h Log Message: 0x4B657654(BGE_SRAM_FW_MB_MAGIC) == ~0xB49A89AB(BGE_SRAM_FW_MB_RESET_MAGIC), so the same code I added in rev. 1.223 exists in bge_poll_fw(), too. Remove it. And then, call bge_poll_fw() before writing BGE_MODE_CTL register like the latest linux tg3 dirver. To generate a diff of this commit: cvs rdiff -u -r1.251 -r1.252 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/if_bgereg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.