Subject: Re: isa vga card on alpha sable
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Murray Armfield <murray.armfield@arconsulting.com.au>
List: current-users
Date: 08/01/2002 00:04:23
There is no mention at all of the vga card on NetBSD :-(

Murray

On Wed, 31 Jul 2002 18:33, you wrote:
> Murray Armfield wrote:
> > I have started looking at the code in NetBSD and FreeBSD but have had=
 no
> >  luck. I noticed:
> > =09int
> > =09dec_2100_a500_eisa_intr_alloc(void *v, int mask, int type, int *ei=
rqp)
> > =09{
> > =09=09/* XXX Not supported right now. */
> > =09=09return (1);
> > =09}
> > in pci_2100_a500.c and is referenced earlier in
> > pci_2100_a500_isa_pickintr
> >
> > Does this mean that interrupts on this machine won't work for isa?
>
> I don't think (ISA) vga cards need/use any interrupts. What does NetBSD
> say on boot about it? Can you see any error messages?
>
> Jaromir