Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] PCMCIA Subsystem of Toshiba TX4927
@ 2004-11-23  1:31 Manish Lachwani
  2004-11-23  1:33 ` Manish Lachwani
  0 siblings, 1 reply; 2+ messages in thread
From: Manish Lachwani @ 2004-11-23  1:31 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

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


[-- Attachment #2: patch-tx4927-pcmcia --]
[-- Type: text/plain, Size: 381 bytes --]

--- 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);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] PCMCIA Subsystem of Toshiba TX4927
  2004-11-23  1:31 [PATCH] PCMCIA Subsystem of Toshiba TX4927 Manish Lachwani
@ 2004-11-23  1:33 ` Manish Lachwani
  0 siblings, 0 replies; 2+ messages in thread
From: Manish Lachwani @ 2004-11-23  1:33 UTC (permalink / raw)
  To: Manish Lachwani; +Cc: linux-mips, ralf

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);
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-23  1:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-23  1:31 [PATCH] PCMCIA Subsystem of Toshiba TX4927 Manish Lachwani
2004-11-23  1:33 ` Manish Lachwani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox