public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* VIA "Velocity" Gigabit ethernet driver
@ 2004-05-26 17:40 Alan Cox
  2004-05-26 18:30 ` [PATCH]: was " David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2004-05-26 17:40 UTC (permalink / raw)
  To: linux-kernel

A cleaned up and 2.6 ported VIA velocity driver is now available on
ftp://people/redhat.com/alan/Kernel/. This is an initial clean up and
port to 2.6. It isn't by any means polished yet. Please send test results
and patches to me (I don't currently read linux-kernel).

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

Alan


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH]: was Re: VIA "Velocity" Gigabit ethernet driver
  2004-05-26 17:40 VIA "Velocity" Gigabit ethernet driver Alan Cox
@ 2004-05-26 18:30 ` David S. Miller
  2004-05-26 20:08   ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: David S. Miller @ 2004-05-26 18:30 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

On Wed, 26 May 2004 13:40:18 -0400
Alan Cox <alan@redhat.com> 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;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]: was Re: VIA "Velocity" Gigabit ethernet driver
  2004-05-26 18:30 ` [PATCH]: was " David S. Miller
@ 2004-05-26 20:08   ` Alan Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Cox @ 2004-05-26 20:08 UTC (permalink / raw)
  To: David S. Miller; +Cc: Alan Cox, linux-kernel

On Wed, May 26, 2004 at 11:30:00AM -0700, David S. Miller wrote:
> > It should work on both 32 and 64bit little endian, it won't work on big
> > endian boxes yet.
> 
> 64-bit eh? :-)

Works on athlon64 .. will apply 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-26 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-26 17:40 VIA "Velocity" Gigabit ethernet driver Alan Cox
2004-05-26 18:30 ` [PATCH]: was " David S. Miller
2004-05-26 20:08   ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox