From 81dbce8cc90b1d59811638727e8e1e44455afb55 Mon Sep 17 00:00:00 2001 From: ambrisko Date: Wed, 16 Jan 2002 16:33:58 +0000 Subject: 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 --- share/man/man4/vlan.4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share/man/man4') diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 3896596..90a3271 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -103,6 +103,10 @@ filtering that breaks the Path MTU Discovery mechanism. .Pp The NICs that support oversized frames are as follows: .Bl -tag -width ".Xr fxp 4 " -offset indent +.It Xr dc 4 +supports long frames for the +.Nm +natively. .It Xr de 4 requires defining .Dv BIG_PACKET -- cgit v1.1