From: Manish Lachwani <mlachwani@mvista.com>
To: Manish Lachwani <mlachwani@prometheus.mvista.com>
Cc: linux-mips@linux-mips.org, ralf@linux-mips.org
Subject: Re: [PATCH] PCMCIA Subsystem of Toshiba TX4927
Date: Mon, 22 Nov 2004 17:33:31 -0800 [thread overview]
Message-ID: <41A2936B.2000403@mvista.com> (raw)
In-Reply-To: <20041123013102.GA20638@prometheus.mvista.com>
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 parent reply other threads:[~2004-11-23 1:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-23 1:31 [PATCH] PCMCIA Subsystem of Toshiba TX4927 Manish Lachwani
2004-11-23 1:33 ` Manish Lachwani [this message]
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=41A2936B.2000403@mvista.com \
--to=mlachwani@mvista.com \
--cc=linux-mips@linux-mips.org \
--cc=mlachwani@prometheus.mvista.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.