From: briggs Date: Tue, 18 Mar 1997 05:54:01 +0000 (+0000) Subject: Bad idea to reset mac68k_vidphys/videorowbytes here. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e63b173776dec51538b4b4e68cd4cc6f0cbca939;p=openbsd Bad idea to reset mac68k_vidphys/videorowbytes here. --- diff --git a/sys/arch/mac68k/dev/grf_iv.c b/sys/arch/mac68k/dev/grf_iv.c index 9608f8ba033..b30d7ca2120 100644 --- a/sys/arch/mac68k/dev/grf_iv.c +++ b/sys/arch/mac68k/dev/grf_iv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf_iv.c,v 1.11 1997/03/18 05:37:50 briggs Exp $ */ +/* $OpenBSD: grf_iv.c,v 1.12 1997/03/18 05:54:01 briggs Exp $ */ /* $NetBSD: grf_iv.c,v 1.17 1997/02/20 00:23:27 scottr Exp $ */ /* @@ -155,9 +155,6 @@ grfiv_attach(parent, self, aux) panic("failed to map space for DAFB regs.\n"); } /* Show off a bit -- no need to really set these. */ - mac68k_vidphys = (R4(sc, 0) << 9) | ((R4(sc, 4) & 0xf) << 5); - mac68k_vidphys += 0xF9000000; - videorowbytes = R4(sc,8) << 2; printf(": DAFB: Monitor sense %x.\n", R4(sc,0x1C)&7); break; default: