Subject: Re: Getting MacROM Glue to work on Mac IIci
To: None <macbsd-development@NetBSD.ORG, magnus@MIT.EDU>
From: Space Case <wormey@eskimo.com>
List: macbsd-development
Date: 04/01/1995 09:05:22
On Apr 1, 8:47am, Paul Goyette wrote:
>Patch is real easy: edit file sys/arch/mac68k/mac68k/macrom.c
>go to the very end of the file, and in routine mrg_initadbintr there's an
> if(something->class==CLASS_MACHII)
>statement; just change it to
> if((something->class==CLASS_MACHII) | (something->class==CLASS_MACHIIci))
>
>(I forget what the "something" part is, and I don't have MacBSD running
>right now to check.)
More like:
if((current_mac_model->class == MACH_CLASSII) ||
(current_mac_model->class == MACH_CLASSIICI))
:-)
~Steve
--
Steven R. Allen - wormey@eskimo.com http://www.eskimo.com/~wormey/
Faith is the quality that enables you to eat blackberry jam on a picnic
without looking to see whether the seeds move.
Every word is like an unnecessary stain on silence and nothingness.
-- Beckett