Subject: Re: Getting MacROM Glue to work on Mac IIci
To: None <macbsd-development@NetBSD.ORG, magnus@MIT.EDU>
From: Paul Goyette <Paul@pgoyette.bdt.com>
List: macbsd-development
Date: 04/01/1995 08:47:15
>Paul- I just got back from vacation to your intriuging message-
>Does this mean that the keyboard is really working with MRG on
>the IIci? If so, please tell me more- i.e. send the patch
>and I'll try it on my IIsi tomorrow. (If it's very easy, I may
>not need it.)
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.)
------------------------------------------------------------------
| Paul Goyette | PGP Public key available on request |
| Paul@pgoyette.bdt.com | Fingerprint: 0E 40 D2 FC 2A 13 74 A0 |
| | E4 69 D5 BE 65 E4 56 C6 |
------------------------------------------------------------------