Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 08:33:58 -0800 (PST)
From:      Doug Ambrisko <ambrisko@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 vlan.4 src/sys/pci if_dc.c
Message-ID:  <200201161633.g0GGXwe71982@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ambrisko    2002/01/16 08:33:58 PST

  Modified files:
    share/man/man4       vlan.4 
    sys/pci              if_dc.c 
  Log:
  Add VLAN for the dc(4) driver (ie long frame).  The patch is 2 parts.
  One to notify the system that the MTU for VLAN can be 1500 so the vlan
  will automatically be configured with a 1500 MTU the other is to ignore
  the error case if the received frame is to long.
  
  The frame size notification came from code in the SIS driver, and
  the support for long frames derived from the NetBSD Tulip driver.
  
  Tested on:      4 port D-Link adapter DFE-570TX 4 Intel 21143
                  Netgear card with 82c169 PNIC 10/100BaseTX
  
  Reviewed by:    ru (manpage), wpaul (not objected to), archie
  Approved by:    imp
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.7       +4 -0      src/share/man/man4/vlan.4
  1.68      +26 -12    src/sys/pci/if_dc.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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