From d9be2d9a8b9e0508dbba58cfafbd48dbd80bdea3 Mon Sep 17 00:00:00 2001 From: jakllsch Date: Thu, 3 Jan 2013 21:13:26 +0000 Subject: Add driver for TI CPSW Ethernet on TI AM335x SoCs. Portions of this driver are derived from FreeBSD's cpsw(4). Developed and tested on a BeagleBone. --- sys/dev/DEVNAMES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/DEVNAMES') diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index e90eb3b28a9..75b64e25a71 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.281 2012/12/23 09:31:46 mbalmer Exp $ +# $NetBSD: DEVNAMES,v 1.282 2013/01/03 21:13:26 jakllsch Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -288,6 +288,7 @@ cpcbus MI Attribute cpciic MI cpctim MI cprofb MI +cpsw evbarm cpu acorn26 cpu acorn32 cpu algor -- cgit