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

Jung-uk Kim jkim at FreeBSD.org
Fri Nov 16 08:39:28 PST 2007


jkim        2007-11-16 16:39:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Do not report MAC, TX, and RX stats via sysctl(8) with BCM5705+.
  The register layout is little different from memory-mapped stats
  in the previous generation chips.  In fact, it is bad because
  registers in this range are cleared after reading them.
  
  Reviewed by:    scottl
  MFC after:      3 days
  
  Revision  Changes    Path
  1.199     +6 -7      src/sys/dev/bge/if_bge.c


More information about the cvs-src mailing list