]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- WOL patch fixed and re-enabled
authorsiefca <siefca@pld-linux.org>
Tue, 12 Dec 2006 21:42:32 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.6.18-forcedeth-WON.patch -> 1.2

linux-2.6.18-forcedeth-WON.patch

index d80f2e2f8c3faf027e376c54789536b54f937ac4..6033074e74a7fc6e4dd9acb24f7d5852628f8ad4 100644 (file)
@@ -1,12 +1,12 @@
 --- linux-2.6.18/drivers/net/forcedeth.c.orig  2006-09-20 05:42:06.000000000 +0200
-+++ linux-2.6.18/drivers/net/forcedeth.c       2006-11-25 14:19:31.000000000 +0100
++++ linux-2.6.18/drivers/net/forcedeth.c       2006-12-12 21:27:09.633423619 +0100
 @@ -156,7 +156,8 @@
   * Hardware access:
   */
  
--#define DEV_NEED_TIMERIRQ     0x0001  /* work-around for Wake-On-Lan functionality */
-+#define DEV_NEED_TIMERIRQ_ORIG        0x0001  /* set the timer irq flag in the irq mask */
+-#define DEV_NEED_TIMERIRQ     0x0001  /* set the timer irq flag in the irq mask */
 +#define DEV_NEED_TIMERIRQ     0x0000  /* work-around for Wake-On-Lan functionality */
++#define DEV_NEED_TIMERIRQ_ORIG        0x0001  /* set the timer irq flag in the irq mask */
  #define DEV_NEED_LINKTIMER    0x0002  /* poll link settings. Relies on the timer irq */
  #define DEV_HAS_LARGEDESC     0x0004  /* device supports jumbo frames and needs packet format 2 */
  #define DEV_HAS_HIGH_DMA        0x0008  /* device supports 64bit dma */
This page took 0.065722 seconds and 4 git commands to generate.