| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] PCMCIA Subsystem of Toshiba TX4927 |
| From: | Manish Lachwani <mlachwani@prometheus.mvista.com> |
| Date: | Mon, 22 Nov 2004 17:31:02 -0800 |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.1i |
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: | Re: [PATCH] Synthesize TLB refill handler at runtime, Maciej W. Rozycki |
|---|---|
| Next by Date: | Re: [PATCH] PCMCIA Subsystem of Toshiba TX4927, Manish Lachwani |
| Previous by Thread: | The Linux binutils 2.15.94.0.1 is released, H. J. Lu |
| Next by Thread: | Re: [PATCH] PCMCIA Subsystem of Toshiba TX4927, Manish Lachwani |
| Indexes: | [Date] [Thread] [Top] [All Lists] |