From 749bfbcb4ceae88a68c87f581f192fe4a5537ce2 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Mon, 28 Sep 1998 01:07:35 +0000 Subject: support powerpc port (needs ifdef to use powerpc_btop()), is there a machine independant function that calls this md function?? --- sys/dev/ic/vga.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/vga.c') diff --git a/sys/dev/ic/vga.c b/sys/dev/ic/vga.c index e29809a70bf..d4212386637 100644 --- a/sys/dev/ic/vga.c +++ b/sys/dev/ic/vga.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga.c,v 1.11 1997/11/06 12:26:54 niklas Exp $ */ +/* $OpenBSD: vga.c,v 1.12 1998/09/28 01:07:34 rahnds Exp $ */ /* $NetBSD: vga.c,v 1.3 1996/12/02 22:24:54 cgd Exp $ */ /* @@ -252,6 +252,8 @@ vgammap(v, offset, prot) return alpha_btop(port); /* XXX */ #elif defined(i386) return i386_btop(port); +#elif defined(powerpc) + return powerpc_btop(port); #endif } -- cgit v1.2.3