Displaying 1 result from an estimated 1 matches for "agp_page_shift".
Did you mean:
igp_page_shift
2008 Jun 04
0
7-STABLE and Intel G33
...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, just a
mechanical engineer who likes to tinker with compu...