Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Add a driver for the RDC Semiconductor RDC R6040 10/...



details:   https://anonhg.NetBSD.org/src/rev/500c4f2596eb
branches:  trunk
changeset: 761412:500c4f2596eb
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Jan 26 18:48:51 2011 +0000

description:
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.

diffstat:

 sys/dev/DEVNAMES |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 44e7fdc4e443 -r 500c4f2596eb sys/dev/DEVNAMES
--- a/sys/dev/DEVNAMES  Wed Jan 26 18:48:32 2011 +0000
+++ b/sys/dev/DEVNAMES  Wed Jan 26 18:48:51 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DEVNAMES,v 1.267 2011/01/26 11:29:04 nisimura Exp $
+#      $NetBSD: DEVNAMES,v 1.268 2011/01/26 18:48:51 bouyer Exp $
 #
 # This file contains all used device names and defined attributes in
 # alphabetical order. New devices added to the system somewhere should first
@@ -1433,6 +1433,7 @@
 vsbus                  vax
 vsms                   alpha
 vt                     i386
+vte                    MI
 vtpbc                  algor
 vz                     vax
 wbsio                  MI



Home | Main Index | Thread Index | Old Index