From owner-cvs-all Fri Dec 18 20:19:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18795 for cvs-all-outgoing; Fri, 18 Dec 1998 20:19:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA18790; Fri, 18 Dec 1998 20:19:44 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA00512; Fri, 18 Dec 1998 20:19:45 -0800 (PST) Date: Fri, 18 Dec 1998 20:19:45 -0800 (PST) Message-Id: <199812190419.UAA00512@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_wb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/18 20:19:45 PST Modified files: sys/pci if_wb.c Log: Trim the ethernet CRC from received frames manually in wb_rxeof(). The Winbond chip always includes the CRC with every received frame, and I can't find anything in the Winbond manual that indicates you can program it not to do this. Revision Changes Path 1.5 +11 -2 src/sys/pci/if_wb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message