Matthieu Helder wrote: > The calls to ata_link_print() didn't contain the warning level. I've > added KERN_WARNING. Eh... Sorry, I build tested it but my eyes just flew over the warning messages, it seems. > Could you please provide me with a way to build just the needed > modules? From a.o. the Linux Kernel Module Programming Guide I don't > succeed in building just the two kernel modules. The system builds all > configured modules, which takes rather a long time. > > As soon as I have the requested log, I'll mail it to you. I assume I > have to look in /var/log/messages for it? Well, once you rolled your own kernel, keep the build tree with you and apply the patch on top of it and run make. It will build only what has changed. If you wiped out the original build tree, copy the original .config file and run "make drivers/ata/libata.ko drivers/ata/sata_inic162x.ko". If it doesn't work, run make and let it go through initial stages of building (maybe a few tens of secs) and retry the module building. It usually does the trick. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html