Date: Fri, 31 Dec 2010 00:21:41 +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: <201012310022.oBV0MDUJ091410@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-12-31 00:21:41 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf sys/conf NOTES files sys/i386/conf GENERIC sys/modules Makefile Added files: sys/dev/vte if_vte.c if_vtereg.h if_vtevar.h sys/modules/vte Makefile Log: SVN rev 216829 on 2010-12-31 00:21:41Z by yongari 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. Revision Changes Path 1.152 +1 -0 src/sys/boot/forth/loader.conf 1.1596 +2 -0 src/sys/conf/NOTES 1.1551 +1 -0 src/sys/conf/files 1.1 +2056 -0 src/sys/dev/vte/if_vte.c (new) 1.1 +346 -0 src/sys/dev/vte/if_vtereg.h (new) 1.1 +169 -0 src/sys/dev/vte/if_vtevar.h (new) 1.536 +1 -0 src/sys/i386/conf/GENERIC 1.668 +1 -0 src/sys/modules/Makefile 1.1 +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?201012310022.oBV0MDUJ091410>