Subject: Intel G33 AGP support
To: None <port-i386@netbsd.org>
From: Anthony Mallet <anthony.mallet@laas.fr>
List: port-i386
Date: 09/03/2007 11:34:16
Hi all,

Is anyone working (or has planned to work) on the AGP support for the
intel G33 chipset? What about drm?

My desmg is currently showing (Asus P5K-VM motherboard with integrated
GMA3100 IGD):
pchb0 at pci0 dev 0 function 0
pchb0: Intel product 0x29c0 (rev. 0x02)
vga0 at pci0 dev 2 function 0: Intel product 0x29c2 (rev. 0x02)
direct rendering for vga0 unsupported
Intel product 0x29c3 (miscellaneous display, revision 0x02) at pci0 dev 2 functi
on 1 not configured

And of course X doesn't start up:
(EE) GARTInit: Unable to open /dev/agpgart (Device not configured)
(WW) intel(0): /dev/agpgart is either not available, or no memory is available
for allocation.  Using pre-allocated memory only.
(==) intel(0): VideoRam: 7164 KB
(WW) intel(0): remove MTRR fe900000 - fe980000
(WW) intel(0): remove MTRR fe800000 - fe840000
(EE) intel(0): [dri] I830CheckDRIAvailable failed: dri not loaded
(II) intel(0): Allocating 408 scanlines for pixmap cache
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Couldn't allocate video memory


I guess this is more or less a matter of adding the correct pcidevs
entries and some new cases in the pchb.c and agp_i810.c files ...

Any help appreciated!

-- Anthony