Messages in this thread |  | | Date | Tue, 18 Sep 2001 12:22:48 +0300 (EEST) | From | Pasi Kärkkäinen <> | Subject | Module-loading problem with 4MB of ram |
| |
Hello!
I have a machine with only 4MB of RAM. I'm using kernel 2.2.19.
System starts up just fine, and I can load pcmcia-cs. Now, when I insert pcmcia-card, the card is detected, and the loading of driver is started.
This is where the problems start. Driver says it cannot allocate memory for the firmware of the card. When I look at the code, it is like this:
ptr = dmalloc(size, GFP_ATOMIC);
is there any way to reserve some memory for the driver-module?
Thank you for your help.
- Pasi Kärkkäinen ^ . . Linux / - \ Choice.of.the .Next.Generation.
- 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/
|  |