From owner-cvs-all@FreeBSD.ORG Wed Jun 2 15:12:17 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 4ADC816A4CE; Wed, 2 Jun 2004 15:12:17 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E81943D41; Wed, 2 Jun 2004 15:12:15 -0700 (PDT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i52MCEWR036948 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jun 2004 15:12:14 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Christian Weisgerber Date: Wed, 2 Jun 2004 15:08:18 -0700 User-Agent: KMail/1.6.1 References: <200406022134.i52LYEEI076616@repoman.freebsd.org> In-Reply-To: <200406022134.i52LYEEI076616@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406021508.18886.sam@errno.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net ethernet.h if_ethersubr.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: Wed, 02 Jun 2004 22:12:17 -0000 On Wednesday 02 June 2004 02:34 pm, Christian Weisgerber wrote: > naddy 2004/06/02 14:34:14 PDT > > FreeBSD src repository (ports committer) > > Modified files: > sys/net ethernet.h if_ethersubr.c > Log: > Add helper functions to calculate the standard ethernet CRC in > little/big endian fashion, so that network drivers can just reference > the standard implementation and don't have to bring their own. > > As discussed on arch@. > > Obtained from: NetBSD > > Revision Changes Path > 1.23 +2 -0 src/sys/net/ethernet.h > http://cvsweb.FreeBSD.org/src/sys/net/ethernet.h.diff?r1=1.22&r2=1.23 > 1.171 +73 -0 src/sys/net/if_ethersubr.c > http://cvsweb.FreeBSD.org/src/sys/net/if_ethersubr.c.diff?r1=1.170&r2=1.171 Thank you! Sam