[arch-commits] CVS update of core/support/rt2500 (kernel-2.6.24.patch)

Tobias Powalowski tpowa at archlinux.org
Fri Jan 25 17:21:30 UTC 2008


    Date: Friday, January 25, 2008 @ 12:21:30
  Author: tpowa
    Path: /home/cvs-core/core/support/rt2500

   Added: kernel-2.6.24.patch (1.1)

upgpkg: update to new .24 series


---------------------+
 kernel-2.6.24.patch |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)


Index: core/support/rt2500/kernel-2.6.24.patch
diff -u /dev/null core/support/rt2500/kernel-2.6.24.patch:1.1
--- /dev/null	Fri Jan 25 12:21:30 2008
+++ core/support/rt2500/kernel-2.6.24.patch	Fri Jan 25 12:21:29 2008
@@ -0,0 +1,20 @@
+--- rt2500-1.1.0-b4/Module/rtmp_main.c~	2008-01-25 11:13:14.000000000 +0100
++++ rt2500-1.1.0-b4/Module/rtmp_main.c	2008-01-25 11:17:57.000000000 +0100
+@@ -251,8 +251,6 @@
+         goto err_out;
+     }
+ 
+-    SET_MODULE_OWNER(net_dev);
+-
+     #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
+        SET_NETDEV_DEV(net_dev, &(pPci_Dev->dev));
+     #endif
+@@ -392,7 +390,7 @@
+         NICDisableInterrupt(pAd);
+     }
+ 
+-    status = request_irq(pAd->pPci_Dev->irq, &RTMPIsr, SA_SHIRQ, net_dev->name, net_dev);
++    status = request_irq(pAd->pPci_Dev->irq, &RTMPIsr, IRQF_SHARED, net_dev->name, net_dev);
+     if (status)
+     {
+         goto out_module_put;




More information about the arch-commits mailing list