Ignore:
Timestamp:
2009-08-21T14:12:45Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0e6dce8, b50b5af2, e5792d1
Parents:
90c8b8d
Message:

kernel output devices now suport multiple instances (except ski and sgcn, which respect the same interface, but behave as singletons)
if more than one output device gets initialized, the output is cloned to all of them
get rid of arch_grab_console() and arch_release_console() (output devices can implement a generic "redraw" method, input devices respect the "silent" global variable)
related cleanups and modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/drivers/ega/ega.h

    r90c8b8d ra71c158  
    3838#include <arch/types.h>
    3939#include <typedefs.h>
     40#include <console/chardev.h>
    4041
    4142#define EGA_COLS       80
     
    4849#define EGA_DATA_REG   1
    4950
    50 extern void ega_redraw(void);
    51 extern void ega_init(ioport8_t *, uintptr_t);
     51extern outdev_t *ega_init(ioport8_t *, uintptr_t);
    5252
    5353#endif
Note: See TracChangeset for help on using the changeset viewer.