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

Jung-uk Kim jkim at FreeBSD.org
Mon Nov 26 09:33:29 PST 2007


jkim        2007-11-26 17:33:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/bge          if_bge.c 
  Log:
  MFC:    1.199
  
  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.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.198.2.2  +6 -7      src/sys/dev/bge/if_bge.c


More information about the cvs-all mailing list