Subject: Re: Quadra Patch Part II
To: None <port-mac68k@NetBSD.ORG>
From: None <erik@mediator.uni-c.dk>
List: port-mac68k
Date: 04/19/1998 22:35:20
On Sun, Apr 19, 1998 at 11:38:51AM -0400, Michael R Zucca wrote:
> Ok, here's another shot at a Quadra fix.
> I've FTP'd it so the patch should work this time :-)
> 
> Try it with and without the fast video stuff.
> 
> I think this should really fix the video wrap-around bug.
> 
> Thanks!
> 
> *** grf_iv.c.orig	Sat Apr 18 10:04:56 1998
> --- grf_iv.c	Sun Apr 19 11:17:01 1998

I didn't try the first version of your patch, so my first question is: is
this patch sufficient by itself ?

Any my results on NetBSD/mac68k - current of 12 Apr 1998 is that the boot
completes, but the boot messages stop after the asc0 line.


NetBSD 1.3E (Q610) #134: Sun Apr 19 22:07:59 MEST 1998
    erik@q610.ebe.uni-c.dk:/home/src/sys/arch/mac68k/compile/Q610
Apple Macintosh Quadra 610  (68040)
cpu: delay factor 291
real mem = 54525952
avail mem = 48201728
using 691 buffers containing 2830336 bytes of memory
mrg: 'Quadra/Centris ROMs' ROM glue, tracing off, debug off, silent traps
mainbus0 (root)
obio0 at mainbus0
adb0 at obio0 (ADB event device)
adb: bus subsystem
\^H\^H\^H\^H\^H\^Hadb: extended keyboard (ISO layout) at 2
adb: 200 dpi mouse at 3
asc0 at obio0: Apple Sound Chip
intvid0 at obio0: DAFB: Monitor sense 1.
intvid0: 832 x 624, 65536 color
grf0 at intvid0
ite at grf0 not configured

The intvid lines are not printed on the screen, but are present in the
dmesg output.

The text is white on black background (as usual in this screen resolution),
but after a while some of the white pixels become black.

X starts, but the black part of the screen remains black. If I move the
cursor around, I can paint the remainder of the white pixels black.

Other than this the machine boots completely, and it is accesible on my
LAN (allowing me to send this message from a telnet session).

I'll revert this patch for this time :-)

- Erik