[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1294907135-24884-1-git-send-email-daniel@gaisler.com>
Date: Thu, 13 Jan 2011 09:25:26 +0100
From: Daniel Hellstrom <daniel@...sler.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, kristoffer@...sler.com
Subject: [PATCH 01/10] GRETH: added raw AMBA vendor/device number to match against.
Signed-off-by: Daniel Hellstrom <daniel@...sler.com>
---
drivers/net/greth.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 27d6960..1c2dbdb 100644
--- a/drivers/net/greth.c
+++ b/drivers/net/greth.c
@@ -1600,6 +1600,9 @@ static struct of_device_id greth_of_match[] = {
{
.name = "GAISLER_ETHMAC",
},
+ {
+ .name = "01_01d",
+ },
{},
};
--
1.5.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists