| To: | "'Pete Popov'" <ppopov@mvista.com>, linux-mips <linux-mips@oss.sgi.com>, sforge <linux-mips-kernel@lists.sourceforge.net> |
|---|---|
| Subject: | RE: pcmcia |
| From: | "Guillermo A. Loyola" <gmo@broadcom.com> |
| Date: | Fri, 30 Nov 2001 00:39:35 -0800 |
| Sender: | owner-linux-mips@oss.sgi.com |
> 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? We need the same here, how about doing this instead: #ifdef __i386__ typedef u_short ioaddr_t; #else typedef u_int ioaddr_t; #endif Gmo. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Bug in Dwarf support?, Andre . Messerschmidt |
|---|---|
| Next by Date: | Re: Bug in Dwarf support?, Dave Airlie |
| Previous by Thread: | pcmcia, Pete Popov |
| Next by Thread: | RE: pcmcia, Pete Popov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |