Date: Fri, 4 Feb 2011 20:47:46 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/forth loader.conf src/sys/conf NOTES files src/sys/dev/vte if_vte.c if_vtereg.h if_vtevar.h src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/vte Makefile Message-ID: <201102042048.p14Km5t0061088@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-02-04 20:47:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/boot/forth loader.conf
sys/conf NOTES files
sys/i386/conf GENERIC
sys/modules Makefile
Added files: (Branch: RELENG_7)
sys/dev/vte if_vte.c if_vtereg.h if_vtevar.h
sys/modules/vte Makefile
Log:
SVN rev 218297 on 2011-02-04 20:47:46Z by yongari
MFC r216829,216833:
rr216829:
Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.
The controller is commonly found on DM&P Vortex86 x86 SoC. The
driver supports all hardware features except flow control. The
flow control was intentionally disabled due to silicon bug.
DM&P Electronics, Inc. provided all necessary information including
sample board to write driver and answered many questions I had.
Many thanks for their support of FreeBSD.
H/W donated by: DM&P Electronics, Inc.
r216833:
Remove debugging leftovers.
Revision Changes Path
1.122.2.11 +1 -0 src/sys/boot/forth/loader.conf
1.1454.2.36 +2 -0 src/sys/conf/NOTES
1.1243.2.69 +1 -0 src/sys/conf/files
1.2.4.2 +2051 -0 src/sys/dev/vte/if_vte.c (new)
1.1.4.2 +346 -0 src/sys/dev/vte/if_vtereg.h (new)
1.1.4.2 +169 -0 src/sys/dev/vte/if_vtevar.h (new)
1.474.2.24 +1 -0 src/sys/i386/conf/GENERIC
1.540.2.46 +1 -0 src/sys/modules/Makefile
1.1.4.2 +8 -0 src/sys/modules/vte/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102042048.p14Km5t0061088>
