Commit 95299738 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr r8169] temporary build fix, until DMA_xxBIT_MASK is upstream

parent 00dfe26f
...@@ -46,6 +46,10 @@ VERSION 1.2 <2002/11/30> ...@@ -46,6 +46,10 @@ VERSION 1.2 <2002/11/30>
#include <asm/io.h> #include <asm/io.h>
/* FIXME: remove this, when the definitions are upstream */
#define DMA_32BIT_MASK 0xffffffffULL
#define DMA_64BIT_MASK 0xffffffffffffffffULL
#define RTL8169_VERSION "1.2" #define RTL8169_VERSION "1.2"
#define MODULENAME "r8169" #define MODULENAME "r8169"
#define RTL8169_DRIVER_NAME MODULENAME " Gigabit Ethernet driver " RTL8169_VERSION #define RTL8169_DRIVER_NAME MODULENAME " Gigabit Ethernet driver " RTL8169_VERSION
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment