From owner-svn-src-head@FreeBSD.ORG Wed Nov 24 19:21:12 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86BF3106564A; Wed, 24 Nov 2010 19:21:12 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7678FC0C; Wed, 24 Nov 2010 19:21:11 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=drJD7N2WYgraSrvx4WFOmF+tWOmhzpnKhDnOdsziBzQ= c=1 sm=1 a=8TIkKnxdTboA:10 a=N659UExz7-8A:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=6I5d2MoRAAAA:8 a=iceBnK8SPEqwnxxv0rEA:9 a=yD3sG3oClKs1kXDzuNIA:7 a=NHnZ_TLe6YRg1DucRG15wM9b7voA:4 a=pILNOxqGKmIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 53623085; Wed, 24 Nov 2010 20:21:10 +0100 From: Hans Petter Selasky To: Weongyo Jeong Date: Wed, 24 Nov 2010 20:21:55 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201011241911.oAOJBWSK080475@svn.freebsd.org> In-Reply-To: <201011241911.oAOJBWSK080475@svn.freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201011242021.55305.hselasky@c2i.net> Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r215802 - in head/sys/dev/usb: . controller X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 19:21:12 -0000 On Wednesday 24 November 2010 20:11:32 Weongyo Jeong wrote: > Author: weongyo > Date: Wed Nov 24 19:11:32 2010 > New Revision: 215802 > URL: http://svn.freebsd.org/changeset/base/215802 > > Log: > Removes all duplicated code with BPF that it's greatly simplified and > take all benefits whenever BPF code is improved. > > Pointed by: jkim > Reviewed by: thompsa > > Modified: > head/sys/dev/usb/controller/usb_controller.c > head/sys/dev/usb/usb_bus.h > head/sys/dev/usb/usb_pf.c > head/sys/dev/usb/usb_pf.h > Should the Copyright be updated aswell. We are no longer using enet.c code in usb_pf.c ? * Copyright (c) 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from the Stanford/CMU enet packet filter, * (net/enet.c) distributed as part of 4.3BSD, and code contributed * to Berkeley by Steven McCanne and Van Jacobson both of Lawrence * Berkeley Laboratory. --HPS