Module Name: src
Committed By: msaitoh
Date: Thu Jun 27 09:57:49 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Move the location of wm_check_mng_mode() and wm_get_wakeup() in wm_attach().
Those functions access EEPROM, so they have to call after identifying EEPROM
access type. This modification may change the behavior of BMC(IPMI).
To generate a diff of this commit:
cvs rdiff -u -r1.260 -r1.261 src/sys/dev/pci/if_wm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.