Source-Changes archive

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

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   tsutsui
Date:           Sat Nov 18 00:21:37 UTC 2006

Modified Files:
        src/sys/dev/ic: rtl8169.c rtl81x9var.h

Log Message:
Use bitmask ops rather than modulo in RE_NEXT_*() macro since
we can assume each number of descriptors and TX queue is a power of two.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/ic/rtl81x9var.h

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