Source-Changes archive

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

CVS commit: [netbsd-4] src/sys/dev/ic



Module Name:    src
Committed By:   bouyer
Date:           Mon Mar 24 20:50:33 UTC 2008

Modified Files:
        src/sys/dev/ic [netbsd-4]: rtl8169.c rtl81x9reg.h

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1105):
        sys/dev/ic/rtl8169.c: revisions 1.94, 1.95, 1.97, 1.98
        sys/dev/ic/rtl81x9reg.h: revision 1.28
No need to preserve RE_NTXDESC_RSVD on re_start().
FreeBSD says "16 bits" comment about RTK_GTXSTART was incorrect.
Use CSR_WRITE_1() for it. (though the previous code also worked)
Don't fetch DMA descriptor after BUS_DMASYNC_PREREAD op.
It looks vlan tag info must appear not only in the first descriptor
but in all descriptors of a multi-descriptor transmission attempt on re(4).
Problem was reported and fix was confirmed by Chris Brookes on tech-net.
Should also close PR kern/37959.


To generate a diff of this commit:
cvs rdiff -r1.72.2.8 -r1.72.2.9 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.25.2.2 -r1.25.2.3 src/sys/dev/ic/rtl81x9reg.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