Changeset 8ed53e05 in rtems
- Timestamp:
- 01/18/05 10:13:19 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d662c8ca
- Parents:
- 65daade
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r65daade r8ed53e05 1 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * console/vgainit.c: static graphic_on|off. 4 1 5 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/i386/pc386/console/vgainit.c
r65daade r8ed53e05 66 66 67 67 /* local data*/ 68 externREGIO graphics_on[];69 externREGIO graph_off[];68 static REGIO graphics_on[]; 69 static REGIO graph_off[]; 70 70 71 71 /* entry points*/
Note: See TracChangeset
for help on using the changeset viewer.