From owner-cvs-sys Tue May 21 12:05:53 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA19110 for cvs-sys-outgoing; Tue, 21 May 1996 12:05:53 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA19079; Tue, 21 May 1996 12:05:38 -0700 (PDT) Date: Tue, 21 May 1996 12:05:38 -0700 (PDT) From: Garrett Wollman Message-Id: <199605211905.MAA19079@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/05/21 12:05:35 Modified: sys/pci if_de.c Log: Let the user know what errors are experienced on received packets. I spent the better part of a day trying to figure out why my experiment didn't work the way I expected, only to find out that the router was dropping huge numbers of packets because of PCI bus priblems. This does not fix the bug that errors are counted as input packets because my patch doesn't apply cleanly. Revision Changes Path 1.47 +13 -2 src/sys/pci/if_de.c