Remove leftover from the intel driver.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36617 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2010-05-04 21:56:53 +00:00
parent d4e8a27c3b
commit da0e57ba62
2 changed files with 4 additions and 11 deletions
@@ -1,9 +1,10 @@
/*
* Copyright 2006-2009, Haiku, Inc. All Rights Reserved.
* Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Axel Dörfler, [email protected]
* Clemens Zeidler, [email protected]
*/
@@ -41,15 +42,6 @@
status_t
radeon_hd_init(radeon_info &info)
{
int fbIndex = 0;
int mmioIndex = 1;
if (info.device_type.InFamily(RADEON_TYPE_9xx)) {
// For some reason Intel saw the need to change the order of the
// mappings with the introduction of the i9xx family
mmioIndex = 0;
fbIndex = 2;
}
// memory mapped I/O
AreaKeeper sharedCreator;
@@ -1,9 +1,10 @@
/*
* Copyright 2006-2008, Haiku, Inc. All Rights Reserved.
* Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Axel Dörfler, [email protected]
* Clemens Zeidler, [email protected]
*/
#ifndef RADEON_RD_PRIVATE_H
#define RADEON_RD_PRIVATE_H