Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 04/25/2007 21:12:49
Module Name:	src
Committed By:	joerg
Date:		Wed Apr 25 21:12:49 UTC 2007

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

Log Message:
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.128 -r1.129 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.