Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/dev/ofw



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.




Home | Main Index | Thread Index | Old Index