Subject: Re: netbsd-current and ibook g4: kernel freeze
To: Michael Lorenz <macallan@netbsd.org>
From: leon zadorin <leonleon77@gmail.com>
List: port-macppc
Date: 02/05/2007 16:14:53
On 2/5/07, leon zadorin <leonleon77@gmail.com> wrote:
> On 2/5/07, Michael Lorenz <macallan@netbsd.org> wrote:
>
> > Should be OF_interpret("line#", 0, 1, &crow); - nothing in, one out.
> >
>
> Ahh, cool - make sense to me now - thanks.
>
> In that case, what about the following code in "copy_rom_font" (same
> file, macppc/dev/ofb_cons.c):
>
>         /* Get ROM FONT address. */
>         OF_interpret("font-adr", 1, 1, &romfont);
>

and these (whilst I am in this method :-) in "copy_rom_font" (same
file, macppc/dev/ofb_cons.c):

	/* Get character size */
	OF_interpret("char-width", 1, 1, &char_width);
	OF_interpret("char-height", 1, 1, &char_height);