Subject: CVS commit: syssrc/sys/dev/ofw
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/22/2002 09:28:52
Module Name: syssrc
Committed By: chs
Date: Tue Oct 22 06:28:52 UTC 2002
Modified Files:
syssrc/sys/dev/ofw: ofnet.c
Log Message:
in ofnet_read(), interpret returns of either -2 or 0 from OF_read() as meaning
that there is no packet available. the OF spec reportedly says that it's supposed
to return 0 in this case, but my Firepower box uses -2, so this is probably another
of those FIRMWORKSBUGS things. we'll accept both values in any case.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/dev/ofw/ofnet.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.