Subject: CVS commit: [netbsd-4] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/28/2007 18:17:27
Module Name:	src
Committed By:	bouyer
Date:		Sat Apr 28 18:17:27 UTC 2007

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

Log Message:
Pull up following revision(s) (requested by joerg in ticket #594):
	sys/dev/pci/if_bge.c: revision 1.129
Fix a NULL reference on failing mbuf allocation.
In bge_start return if IFF_OACTIVE is set in combination with
IFF_RUNNING, drop obscure check for length of interface queue.
Remove message about failing bge_encap, it can happen just too easily
because of full descriptor rings.


To generate a diff of this commit:
cvs rdiff -r1.122.2.2 -r1.122.2.3 src/sys/dev/pci/if_bge.c

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