[PATCH]: was Re: VIA "Velocity" Gigabit ethernet driver

From: David S. Miller
Date: Wed May 26 2004 - 13:35:16 EST


On Wed, 26 May 2004 13:40:18 -0400
Alan Cox <alan@xxxxxxxxxx> wrote:

> It should work on both 32 and 64bit little endian, it won't work on big
> endian boxes yet.

64-bit eh? :-)

--- velocity.h.~1~ 2004-05-26 09:58:00.000000000 -0700
+++ velocity.h 2004-05-26 11:28:51.727665416 -0700
@@ -1628,8 +1628,8 @@
enum chip_type chip_id;

struct mac_regs * mac_regs;
- u32 memaddr;
- u32 ioaddr;
+ unsigned long memaddr;
+ unsigned long ioaddr;
u32 io_size;

u8 rev_id;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/