cvs commit: src/sys/dev/bge if_bge.c
Pyun YongHyeon
yongari at FreeBSD.org
Wed Dec 21 18:03:58 PST 2005
yongari 2005-12-22 02:03:57 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
Fix bge_eeprom_getbyte() to return 1 when timeout happens.
Previously it always returned 0 which means success regardless of
EEPROM status.
While here, add a check whether EEPROM read is successful.
Submitted by: jkim
Revision Changes Path
1.110 +8 -3 src/sys/dev/bge/if_bge.c
More information about the cvs-src
mailing list