Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/02/2006 11:02:58
Module Name:	src
Committed By:	tsutsui
Date:		Thu Nov  2 11:02:58 UTC 2006

Modified Files:
	src/sys/dev/pci: if_vr.c

Log Message:
Pull some RX fixes from FreeBSD's if_vr.c rev 1.59:
- in vr_rxeoc() (i.e. on RX error interrupts), disable RX before
  calling vr_rxeof() and check it actually stopped
- no recovery is needed for VR_ISR_DROPPED, so just account ierrors
- also account ierrors in vr_rxeoc()


To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/sys/dev/pci/if_vr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.