Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: a hint on /dev/grf3 problems..



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



Home | Main Index | Thread Index | Old Index