Changeset c8bf88d in mainline for kernel/genarch/src/drivers
- Timestamp:
- 2009-04-03T15:52:14Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7b1071
- Parents:
- 2398ee9
- Location:
- kernel/genarch/src/drivers
- Files:
-
- 3 edited
-
dsrln/dsrlnout.c (modified) (1 diff)
-
ega/ega.c (modified) (2 diffs)
-
i8042/i8042.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/drivers/dsrln/dsrlnout.c
r2398ee9 rc8bf88d 51 51 pio_write_8(dsrlnout_base, ch); 52 52 else 53 pio_write_8(dsrlnout_base, invalch);53 pio_write_8(dsrlnout_base, U_SPECIAL); 54 54 } 55 55 } -
kernel/genarch/src/drivers/ega/ega.c
r2398ee9 rc8bf88d 45 45 #include <arch/asm.h> 46 46 #include <memstr.h> 47 #include <string.h> 47 48 #include <console/chardev.h> 48 49 #include <console/console.h> … … 486 487 487 488 if ((index >> 8)) { 488 glyph = '?';489 glyph = U_SPECIAL; 489 490 style = INVAL; 490 491 } else { -
kernel/genarch/src/drivers/i8042/i8042.c
r2398ee9 rc8bf88d 35 35 * 36 36 * It takes care of the i8042 serial communication. 37 * 37 38 */ 38 39
Note:
See TracChangeset
for help on using the changeset viewer.
