[Another BUG? kernel 2.6.34-rc1] cs: warning: no high memory space available!

Komuro komurojun-mbn at nifty.com
Sat Mar 13 15:58:47 EST 2010


Hi,

it works now. Thanks.

>Ah, that seems like a change outside the PCMCIA realm. Could you try out the
>following patch, please, which should adapt this driver to the new state of
>things?
>
>
>
>diff --git a/drivers/pcmcia/pd6729.c b/drivers/pcmcia/pd6729.c
>index 7c20491..7ba57a5 100644
>--- a/drivers/pcmcia/pd6729.c
>+++ b/drivers/pcmcia/pd6729.c
>@@ -671,6 +671,7 @@ static int __devinit pd6729_pci_probe(struct pci_dev *dev,
> 		socket[i].socket.map_size = 0x1000;
> 		socket[i].socket.irq_mask = mask;
> 		socket[i].socket.pci_irq  = dev->irq;
>+		socket[i].socket.cb_dev = dev;

Komuro



More information about the linux-pcmcia mailing list