From b2dc905572db28dd2adb3ce100e5ece3b5b32d91 Mon Sep 17 00:00:00 2001 From: scottr Date: Wed, 12 Aug 1998 06:50:37 +0000 Subject: [PATCH] The Performa/LC 58x have a Valkyrie, not the DAFB. --- sys/arch/mac68k/obio/grf_obio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/mac68k/obio/grf_obio.c b/sys/arch/mac68k/obio/grf_obio.c index 5432903765de..481be066ad12 100644 --- a/sys/arch/mac68k/obio/grf_obio.c +++ b/sys/arch/mac68k/obio/grf_obio.c @@ -1,4 +1,4 @@ -/* $NetBSD: grf_obio.c,v 1.36 1998/08/12 02:36:38 scottr Exp $ */ +/* $NetBSD: grf_obio.c,v 1.37 1998/08/12 06:50:37 scottr Exp $ */ /* * Copyright (C) 1998 Scott Reynolds @@ -202,7 +202,8 @@ grfiv_attach(parent, self, aux) switch (current_mac_model->class) { case MACH_CLASSQ2: - if (current_mac_model->machineid == MACH_MACQ630) { + if (current_mac_model->machineid == MACH_MACP580 || + current_mac_model->machineid == MACH_MACQ630) { printf(": Valkyrie video subsystem\n"); sc->sc_basepa = VALKYRIE_BASE; length = 0x00100000; /* 1MB */ @@ -238,7 +239,6 @@ grfiv_attach(parent, self, aux) case MACH_MACLC475: /* XXX */ case MACH_MACLC475_33: /* XXX */ case MACH_MACLC575: /* XXX */ - case MACH_MACP580: /* XXX */ /* A guess... ? */ /* XXX */ sc->sc_fbofs = 0x1000; /* XXX */ break; /* XXX */