Module Name: src Committed By: msaitoh Date: Fri May 24 11:47:47 UTC 2013
Modified Files: src/sys/dev/pci: if_bge.c Log Message: On sparc64, the memory arbiter may be disabled by OF. Move the HW config checking stuff to after bge_reset(). bge_reset() initializes both byte order settings and the memory arbiter. The hwcfg stuff will be required in bge_reset() in future, so we should rethink about hwconfig and bge_reset(). To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/dev/pci/if_bge.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.