From: Gordon H. <go...@gh...> - 2000-07-15 21:36:18
|
Frank Petzold wrote: > > I have tried to get the ser_mfc driver to run in 2.3. I have taken the > driver from the 2.3.99pre2 tree of the m68k branch. Unfortunately, it > tries to register itself witn m68k_register_serial, which does not seem > to exist in 2.4.x, at least not in the APUS tree. I saw that amiserial.c > contains prototypes of (un)register_serial, but these procedures are > defined nowhere in the kernel (at least not in any .c file). You've got the mfc3 driver, which also requires m68kserial.c from the same branch. But AFAIK they are dropping m68kserial.c And the mf3 driver as well. So the mf3 driver will have to rewritten for 2.3. And It will have to be a totally independent from m68kserial.c > How is serial registring done in 2.4? I am completely clueless. It will have to rewritten for 2.3. So register tty_driver. :) Or just modify serial.c, which is easier. -- BTW sorry for sending you this twice I forgot to CC the List Gordon |