Subject: Re: MATROX_G100_AGP support ?
To: None <hwr@pilhuhn.de>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-i386
Date: 10/21/1998 22:08:41
> my kernel says ..
>
> Matrox product 0x1001 (VGA display, revision 0x02) at pci1 dev 0 function 0 not configured
>
> From pcidevs this is #define PCI_PRODUCT_MATROX_G100_AGP     0x1001          /* MGA G100 AGP */
>
> Why is this "not configured"? And how can I change this?

You shouldn't have to.  NetBSD itself is only using the "VGA core"
of the graphics card, as far as I know.  The device-specific things
for doing graphics are entirely embedded in the X server program, so
there is currently no real need for a kernel driver for each and
every graphics card.

- H=E5vard