From: Pete Popov <ppopov@mvista.com>
To: linux-mips <linux-mips@oss.sgi.com>,
sforge <linux-mips-kernel@lists.sourceforge.net>
Subject: pcmcia
Date: 29 Nov 2001 12:32:01 -0800 [thread overview]
Message-ID: <1007065921.13095.110.camel@zeus> (raw)
The pcmcia variable ioaddr_t should be a 32 bit type for my socket
driver. Is there any harm to other mips pcmcia socket drivers if we
apply the patch below? If not, it would make it so much easier if I
don't have to debug this problem with each new kernel (having forgotten
about the need for this patch)...
--- linux-orig/include/pcmcia/cs_types.h Mon Nov 5 16:55:31 2001
+++ linux/include/pcmcia/cs_types.h Thu Nov 29 12:27:42 2001
@@ -36,7 +36,7 @@
#include <sys/types.h>
#endif
-#ifdef __arm__
+#if defined(__arm__) || defined(__mips__)
typedef u_int ioaddr_t;
#else
typedef u_short ioaddr_t;
next reply other threads:[~2001-11-29 21:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-29 20:32 Pete Popov [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-11-30 8:39 pcmcia Guillermo A. Loyola
2001-11-30 17:35 ` pcmcia Pete Popov
2001-11-30 17:54 ` pcmcia Alan Cox
2001-11-30 17:50 ` pcmcia Pete Popov
2001-11-30 17:54 ` pcmcia 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=1007065921.13095.110.camel@zeus \
--to=ppopov@mvista.com \
--cc=linux-mips-kernel@lists.sourceforge.net \
--cc=linux-mips@oss.sgi.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox