Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 09/24/2007 13:11:09
Module Name: src
Committed By: cube
Date: Mon Sep 24 13:11:09 UTC 2007
Modified Files:
src/sys/dev/pci: if_nfe.c
Log Message:
From OpenBSD, rev 1.72:
In nfe_start() do a fast return if IFF_OACTIVE is set, in
this case we need a Tx interrupt to clean up the DMA ring
before if_start can be properly called.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/dev/pci/if_nfe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.