]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-forcedeth-WON.patch
- initial 2.6.31
[packages/kernel.git] / kernel-forcedeth-WON.patch
index c5bb8c1b44cb3d7d2227ea83713ae0abc82d6d43..63bbf3ba908b389c34a5138e6560136037d1b059 100644 (file)
@@ -4,12 +4,12 @@
   * Hardware access:
   */
  
--#define DEV_NEED_TIMERIRQ          0x000001  /* set the timer irq flag in the irq mask */
-+#define DEV_NEED_TIMERIRQ_ORIG     0x000001  /* set the timer irq flag in the irq mask */
-+#define DEV_NEED_TIMERIRQ          0x000000  /* work-around for Wake-On-Lan functionality */
- #define DEV_NEED_LINKTIMER         0x000002  /* poll link settings. Relies on the timer irq */
- #define DEV_HAS_LARGEDESC          0x000004  /* device supports jumbo frames and needs packet format 2 */
- #define DEV_HAS_HIGH_DMA           0x000008  /* device supports 64bit dma */
+-#define DEV_NEED_TIMERIRQ          0x0000001  /* set the timer irq flag in the irq mask */
++#define DEV_NEED_TIMERIRQ_ORIG     0x0000001  /* set the timer irq flag in the irq mask */
++#define DEV_NEED_TIMERIRQ          0x0000000  /* work-around for Wake-On-Lan functionality */
+ #define DEV_NEED_LINKTIMER         0x0000002  /* poll link settings. Relies on the timer irq */
+ #define DEV_HAS_LARGEDESC          0x0000004  /* device supports jumbo frames and needs packet format 2 */
+ #define DEV_HAS_HIGH_DMA           0x0000008  /* device supports 64bit dma */
 @@ -4342,7 +4343,7 @@
                        np->msi_flags |= 0x0001;
        }
This page took 0.139917 seconds and 4 git commands to generate.