Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105523
b: refs/heads/master
c: 0b9cf3a
h: refs/heads/master
i:
  105521: 391933a
  105519: 8b3cc4c
v: v3
  • Loading branch information
Roland Kletzing authored and Linus Torvalds committed Jul 24, 2008
1 parent 265c3a4 commit 6bc3ced
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 663b0e15877293451bdfea619db45eafae9dec54
refs/heads/master: 0b9cf3aa6b1e934807b40b4d478d7e11f7c43f55
4 changes: 3 additions & 1 deletion trunk/drivers/video/console/mdacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,15 @@ static char *mda_type_name;

/* console information */

static int mda_first_vc = 1;
static int mda_first_vc = 13;
static int mda_last_vc = 16;

static struct vc_data *mda_display_fg = NULL;

module_param(mda_first_vc, int, 0);
MODULE_PARM_DESC(mda_first_vc, "First virtual console. Default: 13");
module_param(mda_last_vc, int, 0);
MODULE_PARM_DESC(mda_last_vc, "Last virtual console. Default: 16");

/* MDA register values
*/
Expand Down

0 comments on commit 6bc3ced

Please sign in to comment.