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

Jung-uk Kim jkim at FreeBSD.org
Mon Dec 4 14:13:41 PST 2006


jkim        2006-12-04 22:12:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  - Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability.  Some day we
  may be able to support jumbo frames for BCM5714 and BCM5780.
  - Rename BGE_IS_5705_OR_BEYOND() to BGE_IS_5705_PLUS() for consistency.
  
  Revision  Changes    Path
  1.157     +22 -21    src/sys/dev/bge/if_bge.c
  1.60      +2 -1      src/sys/dev/bge/if_bgereg.h


More information about the cvs-src mailing list