From owner-freebsd-current@FreeBSD.ORG Tue Apr 26 20:16:42 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A350316A4CE for ; Tue, 26 Apr 2005 20:16:42 +0000 (GMT) Received: from 62-15-211-171.inversas.jazztel.es (62-15-211-171.inversas.jazztel.es [62.15.211.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609A443D5D for ; Tue, 26 Apr 2005 20:16:41 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j3QKGMik022397; Tue, 26 Apr 2005 22:16:22 +0200 (CEST) (envelope-from josemi@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j3QKGKA5003047; Tue, 26 Apr 2005 22:16:20 +0200 (CEST) (envelope-from josemi@redesjm.local) From: Jose M Rodriguez To: Sam Leffler Date: Tue, 26 Apr 2005 22:16:18 +0200 User-Agent: KMail/1.8 References: <200504261143.55195.josemi@redesjm.local> <20050426194208.GB7773@ns1.xcllnt.net> <426E9E1C.6020609@errno.com> In-Reply-To: <426E9E1C.6020609@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200504262216.20170.josemi@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.7; VDF: 6.30.0.116; host: antares.redesjm.local) cc: freebsd-current@freebsd.org cc: Jose M Rodriguez cc: Marcel Moolenaar Subject: Re: rigth crc32 implementation X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:16:42 -0000 El Martes, 26 de Abril de 2005 22:01, Sam Leffler escribi=F3: > Marcel Moolenaar wrote: > > On Tue, Apr 26, 2005 at 11:43:54AM +0200, Jose M Rodriguez wrote: > >>My first think was use the libkern based one, but I found: > >>sys/linkern/crc32.c > >> > > Note also there is CRC32 code of this sort in WEP and TKIP crypto > modules in the net80211 support. > > Sam Yes. I'm finding _really_ a lot of crc32 out there. I'll take a look in=20 this. Are this code safe tested in non-i386 arch (You know)? =2D- josemi