From owner-cvs-all@FreeBSD.ORG Fri Sep 17 10:14:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA80116A4CE; Fri, 17 Sep 2004 10:14:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D8043D5A; Fri, 17 Sep 2004 10:14:49 +0000 (GMT) (envelope-from glebius@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 i8HAEn1M074449; Fri, 17 Sep 2004 10:14:49 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8HAEnW6074448; Fri, 17 Sep 2004 10:14:49 GMT (envelope-from glebius) Message-Id: <200409171014.i8HAEnW6074448@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 17 Sep 2004 10:14:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/ed if_ed.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 10:14:50 -0000 glebius 2004-09-17 10:14:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ed if_ed.c Log: MFC 1.234: Remove layer intermixing. Device driver should pass the frame to ether_input(), and do not play with bridge itself. Approved by: re (scottl) Revision Changes Path 1.233.2.1 +2 -20 src/sys/dev/ed/if_ed.c