diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-03-18 05:54:02 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-03-18 05:54:02 +0000 |
commit | e810b3edcac8bfce2aed8c20ce0936f82938071e (patch) | |
tree | edc6b59abcce0126bce96d4e69401c3cf584a360 /sys/arch/mac68k/dev/grf_iv.c | |
parent | 8bbac05dbf32697a26b090210b687c0b01209f5e (diff) |
Bad idea to reset mac68k_vidphys/videorowbytes here.
Diffstat (limited to 'sys/arch/mac68k/dev/grf_iv.c')
-rw-r--r-- | sys/arch/mac68k/dev/grf_iv.c | 5 |
1 files changed, 1 insertions, 4 deletions
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: |