From owner-cvs-all@FreeBSD.ORG Mon Jul 14 18:39:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106F11065673; Mon, 14 Jul 2008 18:39:02 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E55CF8FC13; Mon, 14 Jul 2008 18:39:01 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6EId1Ga058222; Mon, 14 Jul 2008 18:39:01 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6EId17V058221; Mon, 14 Jul 2008 18:39:01 GMT (envelope-from jfv@repoman.freebsd.org) Message-Id: <200807141839.m6EId17V058221@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jfv@repoman.freebsd.org using -f From: Jack F Vogel Date: Mon, 14 Jul 2008 18:38:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys eventhandler.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 14 Jul 2008 18:39:02 -0000 jfv 2008-07-14 18:38:52 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h Log: SVN rev 180510 on 2008-07-14 18:38:52Z by jfv Add an event handler to the vlan driver so the NIC driver becomes aware of it, and gets the VLAN ID. This will allow the easy use of VLAN hardware filtering by adapters that support it. Revision Changes Path 1.43 +7 -0 src/sys/sys/eventhandler.h