Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2005 02:03:57 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c
Message-ID:  <200512220203.jBM23vdu064252@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512220203.jBM23vdu064252>