Date: Wed, 2 Jun 2004 14:34:14 -0700 (PDT) From: Christian Weisgerber <naddy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net ethernet.h if_ethersubr.c Message-ID: <200406022134.i52LYEEI076616@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 1.171 +73 -0 src/sys/net/if_ethersubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406022134.i52LYEEI076616>