Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/31/2007 22:52:14
Module Name:	src
Committed By:	dyoung
Date:		Mon Dec 31 22:52:14 UTC 2007

Modified Files:
	src/sys/dev/pci: if_bnx.c if_bnxreg.h

Log Message:
Don't buffer packets while the link is down, but drop them on the
floor like most other ethernet drivers do.

bnx(4) has "vanilla" MII media-handling, so use ether_mediachange
and ether_mediastatus.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dev/pci/if_bnx.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/if_bnxreg.h

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