Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   bouyer
Date:           Wed Jan 26 18:48:13 UTC 2011

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/sys/arch/i386/conf: GENERIC
        src/sys/dev/mii: files.mii
        src/sys/dev/pci: files.pci
Added Files:
        src/share/man/man4: rdcphy.4 vte.4
        src/sys/dev/mii: rdcphy.c rdcphyreg.h
        src/sys/dev/pci: if_vte.c if_vtereg.h if_vtevar.h

Log Message:
Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller,
as found in the vortex86 SoCs (http://www.vortex86dx.com).
Ported from freebsd.
Not added to amd64's GENERIC because this CPU is 32bit only.

thanks to DM&P Electronics, Inc for providing documentation and sample
devices for this work.


To generate a diff of this commit:
cvs rdiff -u -r1.1282 -r1.1283 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.547 -r1.548 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/rdcphy.4 src/share/man/man4/vte.4
cvs rdiff -u -r1.1008 -r1.1009 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/mii/files.mii
cvs rdiff -u -r0 -r1.1 src/sys/dev/mii/rdcphy.c src/sys/dev/mii/rdcphyreg.h
cvs rdiff -u -r1.336 -r1.337 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_vte.c src/sys/dev/pci/if_vtereg.h \
    src/sys/dev/pci/if_vtevar.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