| To: | Manish Lachwani <mlachwani@prometheus.mvista.com> |
|---|---|
| Subject: | Re: [PATCH] PCMCIA Subsystem of Toshiba TX4927 |
| From: | Manish Lachwani <mlachwani@mvista.com> |
| Date: | Mon, 22 Nov 2004 17:33:31 -0800 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org |
| In-reply-to: | <20041123013102.GA20638@prometheus.mvista.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20041123013102.GA20638@prometheus.mvista.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040308 |
Hello ! Missed it. This is a 2.4 only patch Thanks Manish Lachwani Manish Lachwani wrote: Hi Ralf Attached patch gets the PCMCIA to work for the Toshiba TX4927. This has been tested with a Linksys PCMCIA ethernet controller. Please review ... Thanks Manish Lachwani ------------------------------------------------------------------------ --- include/asm-mips/pci.h.orig 2004-11-22 17:37:59.000000000 -0800 +++ include/asm-mips/pci.h 2004-11-22 17:37:08.000000000 -0800 @@ -23,6 +23,11 @@ #define PCIBIOS_MIN_IO 0x1000 #define PCIBIOS_MIN_MEM 0x10000000+#ifdef CONFIG_TOSHIBA_RBTX4927+#undef PCIBIOS_MIN_MEM +#define PCIBIOS_MIN_MEM 0x1000000 +#endif +extern void pcibios_set_master(struct pci_dev *dev); |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] PCMCIA Subsystem of Toshiba TX4927, Manish Lachwani |
|---|---|
| Next by Date: | Re: [PATCH] Synthesize TLB refill handler at runtime, Manish Lachwani |
| Previous by Thread: | [PATCH] PCMCIA Subsystem of Toshiba TX4927, Manish Lachwani |
| Next by Thread: | PATCH: arcboot cache, Keith M Wesolowski |
| Indexes: | [Date] [Thread] [Top] [All Lists] |