This little fix should allow Stippi to have a working driver when he compiled

it himself.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17397 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-05-09 16:11:15 +00:00
parent 8fd09efd86
commit 18f48919c0
@@ -172,7 +172,7 @@ intel_extreme_init(intel_info &info)
&primary.handle, &primary.offset) == B_OK) {
primary.register_base = INTEL_PRIMARY_RING_BUFFER;
primary.size = B_PAGE_SIZE;
primary.base = info.shared_info->graphics_memory + primary.offset;
primary.base = info.graphics_memory + primary.offset;
}
// no errors, so keep mappings