From 22d120ca093f44f1657f4e3257a82dc3a902e2ad Mon Sep 17 00:00:00 2001 From: jkim Date: Mon, 19 Oct 2009 21:01:42 +0000 Subject: Fix a copy-and-pasto in the previous commit. --- sys/compat/x86bios/x86bios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/compat/x86bios') diff --git a/sys/compat/x86bios/x86bios.c b/sys/compat/x86bios/x86bios.c index 74c32a7..be57887 100644 --- a/sys/compat/x86bios/x86bios.c +++ b/sys/compat/x86bios/x86bios.c @@ -426,7 +426,7 @@ static __inline int x86bios_map_mem(void) { - x86bios_ivt = pmap_mapdev(X86BIOS_IVT_BASE, X86BIOS_IVT_SIZE); + x86bios_ivt = pmap_mapbios(X86BIOS_IVT_BASE, X86BIOS_IVT_SIZE); if (x86bios_ivt == NULL) return (1); x86bios_rom = pmap_mapdev(X86BIOS_ROM_BASE, X86BIOS_ROM_SIZE); -- cgit v1.1