From: Roman Z. <zi...@fh...> - 2000-08-07 12:29:07
|
Hi, > The BIG question is: must us create drivers so big as amiserial.c for > each our serial board ? ( little provocation... :) ) The standard answer right now is to look at drivers/char/generic_serial.c and drivers who use it. IMO the main problem is that the standard driver serial.c doesn't use that interface (at least not yet). On the other hand generic_serial.c uses similiar mechanisms that m68k_serial.c used, so I'm still wondering how that went in but not m68k_serial.c... bye, Roman |