From e61136a242e520657656984aa529c67961a95f2c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Mar 2002 07:14:07 +0000 Subject: 2002-03-17 Roland McGrath * vga.c (vga_init): io_perm -> ioperm. (vga_deinit): Likewise. --- console/vga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console') 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); } -- cgit v1.2.3