| To: | jgarzik@xxxxxxxxx |
|---|---|
| Subject: | [PATCH] gianfar: Update Marvell PHY name |
| From: | Kumar Gala <galak@xxxxxxxxxxxxx> |
| Date: | Fri, 4 Mar 2005 01:55:11 -0600 (CST) |
| Cc: | linuxppc-embedded@xxxxxxxxxx, netdev@xxxxxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Jeff,
This patch updates the name identifier to list both of the Marvell PHYs
that are supported.
Signed-off-by: Kumar Gala <kumar.gala@xxxxxxxxxxxxx>
---
diff -Nru a/drivers/net/gianfar_phy.c b/drivers/net/gianfar_phy.c
--- a/drivers/net/gianfar_phy.c 2005-03-02 14:20:27 -06:00
+++ b/drivers/net/gianfar_phy.c 2005-03-02 14:20:27 -06:00
@@ -572,7 +572,7 @@
static struct phy_info phy_info_marvell = {
.phy_id = 0x01410c00,
.phy_id_mask = 0xffffff00,
- .name = "Marvell 88E1101",
+ .name = "Marvell 88E1101/88E1111",
.features = MII_GBIT_FEATURES,
.config_aneg = &marvell_config_aneg,
.read_status = &marvell_read_status,
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | resend: [PATCH 2.6.11+netdev] wireless: airo WEXT and quality corrections, Dan Williams |
|---|---|
| Next by Date: | Re: [PATCH] [NET]: Fix deletion of local addresses only varying in prefix length, Herbert Xu |
| Previous by Thread: | resend: [PATCH 2.6.11+netdev] wireless: airo WEXT and quality corrections, Dan Williams |
| Next by Thread: | Re: [PATCH] gianfar: Update Marvell PHY name, Kumar Gala |
| Indexes: | [Date] [Thread] [Top] [All Lists] |