Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53919
b: refs/heads/master
c: f82af20
h: refs/heads/master
i:
  53917: 4e18051
  53915: 1d57456
  53911: d9cb52c
  53903: 1ec9c50
  53887: 44251c6
v: v3
  • Loading branch information
Gerd Hoffmann authored and Andi Kleen committed May 2, 2007
1 parent 609789e commit b6b981b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 889f21ce272e38db19c8114a7e0a5793d4590077
refs/heads/master: f82af20e1a028e16b9bb11da081fa1148d40fa6a
3 changes: 2 additions & 1 deletion trunk/drivers/video/console/vgacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ static const char *vgacon_startup(void)
}

/* VGA16 modes are not handled by VGACON */
if ((ORIG_VIDEO_MODE == 0x0D) || /* 320x200/4 */
if ((ORIG_VIDEO_MODE == 0x00) || /* SCREEN_INFO not initialized */
(ORIG_VIDEO_MODE == 0x0D) || /* 320x200/4 */
(ORIG_VIDEO_MODE == 0x0E) || /* 640x200/4 */
(ORIG_VIDEO_MODE == 0x10) || /* 640x350/4 */
(ORIG_VIDEO_MODE == 0x12) || /* 640x480/4 */
Expand Down

0 comments on commit b6b981b

Please sign in to comment.