Subject: Re: a hint on /dev/grf3 problems..
To: Joerg Lehners <Joerg.Lehners@Informatik.Uni-Oldenburg.DE>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 06/27/1999 22:39:18
On Fri, Jun 25, 1999 at 02:33:13PM +0200, Joerg Lehners wrote:

> > --- /opt/NetBSD-1.4/src/sys/arch/amiga/dev/ite_cl.c	Thu Mar 25 19:27:17 1999
> > +++ sys/arch/amiga/dev/ite_cl.c	Wed Jun 23 19:06:19 1999
> > @@ -161,6 +161,8 @@
> >  	unsigned char attr;
> >  	unsigned char *cp;
> >  
> > +	if (ip->flags & ITE_INGRF)
> > +		return;
> >  	attr =(unsigned char) ((mode & ATTR_INV) ? (0x70) : (0x07));
> >  	if (mode & ATTR_UL)     attr  = 0x01;	/* ???????? */
> >  	if (mode & ATTR_BOLD)   attr |= 0x08;
> > 

...
> I think the modification should not only apply to the function
> cl_putc() but also to cl_clear() and cl_scroll().

Joerg, did you try this?

	-is