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