From owner-cvs-src@FreeBSD.ORG Fri May 21 10:11:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F151816A4CE; Fri, 21 May 2004 10:11:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D305B43D48; Fri, 21 May 2004 10:11:37 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LHBYUG014116; Fri, 21 May 2004 10:11:34 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LHBYUO014112; Fri, 21 May 2004 10:11:34 -0700 (PDT) (envelope-from yar) Message-Id: <200405211711.i4LHBYUO014112@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 21 May 2004 10:11:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire if_fwe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 17:11:38 -0000 yar 2004/05/21 10:11:34 PDT FreeBSD src repository Modified files: sys/dev/firewire if_fwe.c Log: Mark the capability of this driver to receive VLAN frames >1500 bytes as initially active in if_capenable since it is always on. Reviewed by: simokawa Revision Changes Path 1.29 +1 -0 src/sys/dev/firewire/if_fwe.c