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:   yamt
Date:           Wed Mar 23 20:23:08 UTC 2005

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

Log Message:
- restructure tx descriptor handling code to decouple
  number of tx descriptors, number of rx descriptors, and number of mbufs.
- bump number of tx descriptors for rtl8169.  64 doesn't seem to be sufficient
  when doing TSO.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/rtl81x9reg.h
cvs rdiff -r1.17 -r1.18 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