From: Manish Lachwani <mlachwani@prometheus.mvista.com>
To: linux-mips@linux-mips.org
Cc: ralf@linux-mips.org
Subject: [PATCH] PCMCIA Subsystem of Toshiba TX4927
Date: Mon, 22 Nov 2004 17:31:02 -0800 [thread overview]
Message-ID: <20041123013102.GA20638@prometheus.mvista.com> (raw)
[-- 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);
next reply other threads:[~2004-11-23 1:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-23 1:31 Manish Lachwani [this message]
2004-11-23 1:33 ` [PATCH] PCMCIA Subsystem of Toshiba TX4927 Manish Lachwani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041123013102.GA20638@prometheus.mvista.com \
--to=mlachwani@prometheus.mvista.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox