search for: chip_i810

Displaying 1 result from an estimated 1 matches for "chip_i810".

2008 Jun 04
0
7-STABLE and Intel G33
...In dmesg output I see: agp0: trying to bind into stolen memory Looking at the Xorg.0.log, the xf86-video-intel driver and the drm and dri drivers seem to initialize OK. Grepping through the source, this error seems to originate in /usr/src/sys/pci/agp_i810.c; if ( sc->chiptype != CHIP_I810 ) { if ( (offset >> AGP_PAGE_SHIFT) < sc->stolen ) { device_printf(dev, "trying to bind into stolen memory"); return EINVAL; } [disclaimer: I'm not a software engineer by education or trade, j...