Subject: CVS commit: [netbsd-4] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: source-changes
Date: 06/18/2007 09:59:24
Module Name:	src
Committed By:	liamjfoy
Date:		Mon Jun 18 09:59:24 UTC 2007

Modified Files:
	src/sys/dev/pci [netbsd-4]: if_vge.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #731):
	sys/dev/pci/if_vge.c: revision 1.35
Fix one more bug I introduced in rev 1.21:
Clear sc->sc_rx_consumed before allocating RX mbufs by vge_newbuf()
in vge_intr() otherwise vge_newbuf() might get KASSERT() failure
on DIAGNOSTIC kernel when the interface is reinitialized during RX.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.33.2.1 src/sys/dev/pci/if_vge.c

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