diff options
-rw-r--r-- | sys/arch/mac68k/dev/grf_iv.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/mac68k/dev/grf_iv.c b/sys/arch/mac68k/dev/grf_iv.c index 2edfac852be..07a3d2943f6 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.13 1997/03/29 03:16:18 briggs Exp $ */ +/* $OpenBSD: grf_iv.c,v 1.14 1997/03/30 22:44:03 briggs Exp $ */ /* $NetBSD: grf_iv.c,v 1.17 1997/02/20 00:23:27 scottr Exp $ */ /* @@ -74,11 +74,6 @@ struct cfattach intvid_ca = { sizeof(struct grfbus_softc), grfiv_match, grfiv_attach }; -/* XXX -- kludge */ -#include <vm/vm.h> -#include <vm/vm_kern.h> -#include <vm/vm_map.h> - #define QUADRA_DAFB_BASE 0xF9800000 static int @@ -159,7 +154,6 @@ grfiv_attach(parent, self, aux) 0, &sc->sc_regh)) { panic("failed to map space for DAFB regs.\n"); } - /* Show off a bit -- no need to really set these. */ printf(": DAFB: Monitor sense %x.\n", R4(sc,0x1C)&7); break; default: |