Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2003 22:50:53 -0700 (PDT)
From:      Bill Paul <wpaul@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:  <200308040550.h745orc5081756@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2003/08/03 22:50:53 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Set the BGE_RX_MTU register correctly so that we can receive slightly
  larger than normal frames, to account for the case where a bge(4) NIC
  is used with VLANs. Since we set the IFCAP_VLAN_MTU flag, we must allow
  reception of frames up to 1522 bytes in size rather than 1518.
  
  Note that it is possible to work around this bug by doing:
  
  # ifconfig bge0 mtu 1504
  
  prior to configuring any VLAN interfaces.
  
  Revision  Changes    Path
  1.47      +1 -1      src/sys/dev/bge/if_bge.c



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