rpms/kernel/devel linux-2.6-fec_mpc52xx-fix.patch, 1.1, 1.2 kernel.spec, 1.258, 1.259

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Wed Nov 28 17:55:31 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27045

Modified Files:
	linux-2.6-fec_mpc52xx-fix.patch kernel.spec 
Log Message:
fix fec_mpc52xx device probe in kudzu

linux-2.6-fec_mpc52xx-fix.patch:

Index: linux-2.6-fec_mpc52xx-fix.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-fec_mpc52xx-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-fec_mpc52xx-fix.patch	24 Nov 2007 10:24:23 -0000	1.1
+++ linux-2.6-fec_mpc52xx-fix.patch	28 Nov 2007 17:55:27 -0000	1.2
@@ -92,3 +92,12 @@
 Linuxppc-dev mailing list
 Linuxppc-dev at ozlabs.org
 https://ozlabs.org/mailman/listinfo/linuxppc-dev
+@@ -971,6 +971,8 @@ mpc52xx_fec_probe(struct of_device *op, const struct of_device_id *match)
+ 
+ 	mpc52xx_fec_reset_stats(ndev);
+ 
++	SET_NETDEV_DEV(ndev, &op->dev);
++
+ 	/* Register the new network device */
+ 	rv = register_netdev(ndev);
+ 	if (rv < 0)


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- kernel.spec	28 Nov 2007 15:24:28 -0000	1.258
+++ kernel.spec	28 Nov 2007 17:55:27 -0000	1.259
@@ -1714,6 +1714,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Wed Nov 28 2007 David Woodhouse <dwmw2 at redhat.com>
+- Fix net: symlink in sysfs for fec_mpc52xx
+
 * Wed Nov 28 2007 Kyle McMartin <kmcmartin at redhat.com>
 - 2.6.24-rc3-git3
 




More information about the fedora-extras-commits mailing list