From: Geert U. <ge...@li...> - 2001-08-23 10:09:58
|
On Thu, 23 Aug 2001, Romain Dolbeau wrote: > Geert Uytterhoeven wrote: > > Since there are still some issues left with the scr_*() functions on > > big-endian platforms that can have both VGA and frame buffer consoles, I > > decided to spent some precious time on auditing the usage of these functions. > > >From a driver author point of view, where are those functions > useful ? My understanding is they should only be used in _putcs, > when accessing the [unsigned short *] parameter that contain the > character data. Is that right ? (pm3fb need to be fixed :-( ) Yes, that's right. A frame buffer device just has to draw characters from a passed screen buffer in its putcs() routine. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |