summaryrefslogtreecommitdiff
path: root/console
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-18 07:14:07 +0000
committerRoland McGrath <roland@gnu.org>2002-03-18 07:14:07 +0000
commite61136a242e520657656984aa529c67961a95f2c (patch)
treeadaf1185607133a0ba53eed2a94bbcfe2f47aaa8 /console
parent3dc01753bb988132cca4ced9d253ececdecf9624 (diff)
2002-03-17 Roland McGrath <roland@frob.com>
* vga.c (vga_init): io_perm -> ioperm. (vga_deinit): Likewise.
Diffstat (limited to 'console')
-rw-r--r--console/vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console/vga.c b/console/vga.c
index 87c863c7..77b8dee3 100644
--- a/console/vga.c
+++ b/console/vga.c
@@ -63,7 +63,7 @@ vga_init (void)
void
vga_deinit (void)
{
- io_perm (VGA_MIN_REG, VGA_MAX_REG, 0);
+ ioperm (VGA_MIN_REG, VGA_MAX_REG, 0);
munmap (vga_videomem, VGA_VIDEO_MEM_LENGTH);
}