* Herbert Xu | 2007-10-08 11:15:10 [+0800]: >On Sat, Oct 06, 2007 at 11:58:57PM +0200, Sebastian Siewior wrote: >> * Evgeniy Polyakov | 2007-10-02 19:00:13 [+0400]: >> >> >+MODULE_LICENSE("GPL"); >> >+MODULE_AUTHOR("Evgeniy Polyakov <johnpol@xxxxxxxxxxx>"); >> >+MODULE_DESCRIPTION("Driver for HIFN 795x crypto accelerator chip."); >> >> Please also add MODULE_ALIAS for algos (that was aes, des and 3des as >> far as I remember). > >Actually this one should register aliases of "cbc(aes)", etc. as >it doesn't implement plain old AES. After thinking I realized that he does not need to provide an alias because his driver should be auto loaded due to the PCI-IDs right? But while you mention it: Should the alias cbc(aes), etc. also be provided by the s390 and padlock driver which don't have PCI-IDs? Currently they have the aes alias (what they also provide) so it might be enough. >Cheers, Sebastian - To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html