Subject: Re: TC bba audio problem on DEC3000/300
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Jason R Thorpe <thorpej@zembu.com>
List: port-alpha
Date: 07/18/2000 10:14:41
On Tue, Jul 18, 2000 at 08:59:21PM +0900, Izumi Tsutsui wrote:

 > /sys/dev/tc/xcfb.c has the following code:
 > 
 > ---
 > static int
 > xcfbintr(v)
 > 	void *v;
 > {
 > 	int intr;
 > 
 > 	intr = *(u_int32_t *)(ioasic_base + IOASIC_INTR);
 > 	intr &= ~XINE_INTR_VINT;
 > 	*(u_int32_t *)(ioasic_base + IOASIC_INTR) = intr;
 > 	return (1);
 > }
 > ---
 > 
 > (Yes, I stole the code from this.)
 > Should this also be handled in ioasic.c or not?

Well.. maybe.  Actually, I'd say that it all needs to be rethought
and handled in a consistent manner, but... :-)

Anyway, xcfb is only on MAXINEs, so let the DECstation people worry
about that one :-)

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>