rpms/kernel/FC-6 linux-2.6-netdev-forcedeth-realtek-oui.patch, NONE, 1.1 kernel-2.6.spec, 1.3014, 1.3015

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 23 20:40:03 UTC 2007


Author: cebbert

Update of /cvs/dist/rpms/kernel/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv7152

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-netdev-forcedeth-realtek-oui.patch 
Log Message:
* Thu Aug 23 2007 Chuck Ebbert <cebbert at redhat.com>
- fix wrong vendor ID for Realtek PHY in forcedeth driver


linux-2.6-netdev-forcedeth-realtek-oui.patch:
 forcedeth.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE linux-2.6-netdev-forcedeth-realtek-oui.patch ---
Yes, you are right. Copy and paste error. I have attached a patch which 
will fix this issue.

Thanks for catching it.
Ayaz

Signed-off-by: Ayaz Abdulla <aabdulla at nvidia.com>

--- old/drivers/net/forcedeth.c	2007-08-09 17:37:12.000000000 -0400
+++ new/drivers/net/forcedeth.c	2007-08-09 17:37:07.000000000 -0400
@@ -551,7 +551,7 @@
 #define PHY_OUI_MARVELL	0x5043
 #define PHY_OUI_CICADA	0x03f1
 #define PHY_OUI_VITESSE	0x01c1
-#define PHY_OUI_REALTEK	0x01c1
+#define PHY_OUI_REALTEK	0x0732
 #define PHYID1_OUI_MASK	0x03ff
 #define PHYID1_OUI_SHFT	6
 #define PHYID2_OUI_MASK	0xfc00


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/kernel-2.6.spec,v
retrieving revision 1.3014
retrieving revision 1.3015
diff -u -r1.3014 -r1.3015
--- kernel-2.6.spec	23 Aug 2007 18:08:47 -0000	1.3014
+++ kernel-2.6.spec	23 Aug 2007 20:40:01 -0000	1.3015
@@ -595,6 +595,7 @@
 Patch712: linux-2.6-net-sky2-dont-clear-phy-power-bits.patch
 Patch713: linux-2.6-net-atl1-fix-typo-in-dma-setup.patch
 Patch714: linux-2.6-net-atl1-fix-typo-in-dma_req_block.patch
+Patch715: linux-2.6-netdev-forcedeth-realtek-oui.patch
 
 Patch740: linux-2.6-sdhci-ene-controller-quirk.patch
 Patch741: linux-2.6-sdhci-fix-interrupt-mask.patch
@@ -1263,6 +1264,8 @@
 # atl1 DMA bugs
 ApplyPatch linux-2.6-net-atl1-fix-typo-in-dma-setup.patch
 ApplyPatch linux-2.6-net-atl1-fix-typo-in-dma_req_block.patch
+# forcedeth has the wrong OUI for realtek PHYs
+ApplyPatch linux-2.6-netdev-forcedeth-realtek-oui.patch
 
 # sdhci
 #
@@ -2216,6 +2219,9 @@
 
 %changelog
 * Thu Aug 23 2007 Chuck Ebbert <cebbert at redhat.com>
+- fix wrong vendor ID for Realtek PHY in forcedeth driver
+
+* Thu Aug 23 2007 Chuck Ebbert <cebbert at redhat.com>
 - Linux 2.6.22.5
 - CFS scheduler v20.2
 




More information about the fedora-cvs-commits mailing list