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:
@@ -172,7 +172,7 @@ intel_extreme_init(intel_info &info)
|
|||||||
&primary.handle, &primary.offset) == B_OK) {
|
&primary.handle, &primary.offset) == B_OK) {
|
||||||
primary.register_base = INTEL_PRIMARY_RING_BUFFER;
|
primary.register_base = INTEL_PRIMARY_RING_BUFFER;
|
||||||
primary.size = B_PAGE_SIZE;
|
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
|
// no errors, so keep mappings
|
||||||
|
|||||||
Reference in New Issue
Block a user