Date: Fri, 4 Feb 2011 20:32:52 +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: <201102042033.p14KXBm6048789@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-02-04 20:32:52 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/boot/forth loader.conf
sys/conf NOTES files
sys/i386/conf GENERIC
sys/modules Makefile
Added files: (Branch: RELENG_8)
sys/dev/vte if_vte.c if_vtereg.h if_vtevar.h
sys/modules/vte Makefile
Log:
SVN rev 218296 on 2011-02-04 20:32:52Z 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.143.2.9 +1 -0 src/sys/boot/forth/loader.conf
1.1553.2.19 +2 -0 src/sys/conf/NOTES
1.1459.2.50 +1 -0 src/sys/conf/files
1.2.2.2 +2051 -0 src/sys/dev/vte/if_vte.c (new)
1.1.2.2 +346 -0 src/sys/dev/vte/if_vtereg.h (new)
1.1.2.2 +169 -0 src/sys/dev/vte/if_vtevar.h (new)
1.519.2.13 +1 -0 src/sys/i386/conf/GENERIC
1.623.2.28 +1 -0 src/sys/modules/Makefile
1.1.2.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?201102042033.p14KXBm6048789>
