Dear Dominik

The kernel 2.6.19-rc5-mm2 broke 3c589_cs.c.

You remove the "link->conf.Present = parse.config.rmask[0]" from tc589_config.

But link->conf.Present is also set at tc589_probe,
so please do not remove this line from tc589_config.




static int tc589_probe(struct pcmcia_device *link)
{
...

    link->conf.Present = PRESENT_OPTION;

...
}

static int tc589_config(struct pcmcia_device *link)
{
...

    link->conf.Present = parse.config.rmask[0];   <= do not remove!!

...
}


Best Regards
Komuro
 

_______________________________________________
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia

Reply via email to