cvs commit: src/sys/dev/bge if_bge.c

Bill Paul wpaul at FreeBSD.org
Sat Aug 9 18:32:18 PDT 2003


wpaul       2003/08/09 18:32:16 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Silence unwanted 'gigabit link up' messages: do not treat the
  BGE_MACSTAT_MI_COMPLETE bit in the MAC status register as a link
  change indicator. We turn this bit on now because some of the newer
  chips need it, but it usually just means that reading/writing
  an MII/GMII register has completed, not that a link change has
  occured.
  
  Revision  Changes    Path
  1.48      +2 -1      src/sys/dev/bge/if_bge.c


More information about the cvs-src mailing list