RE: PCMCIA: Statically linked CF card driver?
From: kus Kusche Klaus (kus_at_keba.com)
Date: 06/23/05
- Previous message: Eric Dumazet: "[PATCH] x86_64 prefetchw() function can take into account CONFIG_MK8 / CONFIG_MPSC"
- Maybe in reply to: kus Kusche Klaus: "PCMCIA: Statically linked CF card driver?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Jun 2005 12:00:44 +0200 To: "Dominik Brodowski" <linux@dominikbrodowski.net>
> From: Dominik Brodowski [mailto:linux@dominikbrodowski.net]
> Hi,
>
> - use 2.6.12-mm1, and build all you need into the kernel
> - in drivers/pcmcia/ds.c , remove the following block:
>
> /* also, FUNC_ID matching needs to be
> activated by userspace
> * after it has re-checked that there is no
> possible module
> * with a prod_id/manf_id/card_id match.
> */
> if (!dev->allow_func_id_match)
> return 0;
>
> - it should(tm) work then... though I haven't and can't try it myself.
Thanks, I'll try it.
> > * Any chance to boot from it?
>
> > * It would be nice to be able to replace the CF
> > without rebooting.
>
> I'm not sure whether these two aspects exclude each other.
We don't need them at the same time:
* Usually, the system boots from flash,
and the CF is used for data transfer
(and hence should be changeable).
* In case of emergency (when the system in flash got messed up),
or for the first-time flash,
it would be nice to be able to boot from CF.
In that case, the CF will not be removed in flight!
-- Klaus Kusche (Software Development - Control Systems) KEBA AG Gewerbepark Urfahr, A-4041 Linz, Austria (Europe) Tel: +43 / 732 / 7090-3120 Fax: +43 / 732 / 7090-6301 E-Mail: kus@keba.com WWW: www.keba.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Eric Dumazet: "[PATCH] x86_64 prefetchw() function can take into account CONFIG_MK8 / CONFIG_MPSC"
- Maybe in reply to: kus Kusche Klaus: "PCMCIA: Statically linked CF card driver?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|