Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2004 19:16:46 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_sk.c
Message-ID:  <200405190216.i4J2GkXA098398@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004/05/18 19:16:46 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_sk.c 
  Log:
  Replace the lame big endian crc with wpaul's standard big endian crc
  algorithm, supplied by wpaul himself.  The lame one has an origin
  that's been called into question, so rather than argue about that (one
  could make an excellent fair use argument), replace it with better
  code since that's what FreeBSD is about.
  
  Submitted by: wpaul[1], Klaus Klein
  
  [1] Bill called this a silly bikeshed.  Maybe his is not incorrect.
  
  Revision  Changes    Path
  1.80      +9 -23     src/sys/pci/if_sk.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405190216.i4J2GkXA098398>