kernel/swsusp.c in 2.4.19-pre8-ac1 includes:
<-- snip -->
...
#ifdef CONFIG_BLK_DEV_IDE
ide_disk_suspend();
#else
#error Are you sure your disk driver supports suspend?
#endif
...
<-- snip -->
You hit the #error when you try to compile swsusp into a kernel with a
completely modular IDE.
cu
Adrian
--You only think this is a free country. Like the US the UK spends a lot of time explaining its a free country because its a police state. Alan Cox
- 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/