From: "David S. Miller" <davem@redhat.com>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH]: was Re: VIA "Velocity" Gigabit ethernet driver
Date: Wed, 26 May 2004 11:30:00 -0700 [thread overview]
Message-ID: <20040526113000.09ccc390.davem@redhat.com> (raw)
In-Reply-To: <20040526174018.GA29119@devserv.devel.redhat.com>
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;
next prev parent reply other threads:[~2004-05-26 18:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-26 17:40 VIA "Velocity" Gigabit ethernet driver Alan Cox
2004-05-26 18:30 ` David S. Miller [this message]
2004-05-26 20:08 ` [PATCH]: was " Alan Cox
2004-05-31 22:35 ` [PATCH] " Francois Romieu
2004-05-31 23:01 ` Alan Cox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040526113000.09ccc390.davem@redhat.com \
--to=davem@redhat.com \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.