Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99584
b: refs/heads/master
c: aa60d13
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Jun 27, 2008
1 parent 1dde882 commit a3a5ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 23deb06821442506615f34bd92ccd6a2422629d7
refs/heads/master: aa60d13fb04f6d5ce72e4da508a4048b934ebd24
5 changes: 4 additions & 1 deletion trunk/arch/x86/boot/a20.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*- linux-c -*- ------------------------------------------------------- *
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright 2007 rPath, Inc. - All Rights Reserved
* Copyright 2007-2008 rPath, Inc. - All Rights Reserved
*
* This file is part of the Linux kernel, and is made available under
* the terms of the GNU General Public License version 2.
Expand Down Expand Up @@ -95,6 +95,9 @@ static void enable_a20_kbc(void)

outb(0xdf, 0x60); /* A20 on */
empty_8042();

outb(0xff, 0x64); /* Null command, but UHCI wants it */
empty_8042();
}

static void enable_a20_fast(void)
Expand Down

0 comments on commit a3a5ee5

Please sign in to comment.