Christian,
I applied the following patch and it works! apt-get update that is, there is no sshd on this freshly installed system yet... I also changed this line to have 4 underscores at the beginning: { 0xec940559, "____alloc_ei_netdev" },
Where does that appear? Can't find it in drivers/net anywhere.
it does not show up in git diff, so I am not sure if this is a leftover from a previous checkout, or if it is also needed. And if it is needed, if it should be two underscores or four or none, and if so why or why not... Looking at the other drivers, there does not seem to be a lot of consistency?
____alloc_ei_netdev is the function defined in lib8390.c which is called by the individual drivers from their respective __alloc_ei_netdev(). The only symbol exported by zorro8390.c should be __alloc_ei_netdev - if your above change was done in some symbol exports file it should probably have been left at __alloc_ei_netdev. Cheers, Michael -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html