Changeset 5cb223f in mainline for kernel/genarch/src
- Timestamp:
- 2009-02-19T22:00:44Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4544884
- Parents:
- 7d60cf5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/drivers/ega/ega.c
r7d60cf5 r5cb223f 59 59 static uint8_t *videoram; 60 60 static uint8_t *backbuf; 61 static ioport _tega_base;61 static ioport8_t *ega_base; 62 62 63 63 chardev_t ega_console; … … 132 132 }; 133 133 134 void ega_init(ioport _tbase, uintptr_t videoram_phys)134 void ega_init(ioport8_t *base, uintptr_t videoram_phys) 135 135 { 136 136 /* Initialize the software structure. */
Note:
See TracChangeset
for help on using the changeset viewer.