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:
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Axel Dörfler, [email protected]
|
* Axel Dörfler, [email protected]
|
||||||
|
* Clemens Zeidler, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -41,15 +42,6 @@
|
|||||||
status_t
|
status_t
|
||||||
radeon_hd_init(radeon_info &info)
|
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
|
// memory mapped I/O
|
||||||
|
|
||||||
AreaKeeper sharedCreator;
|
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.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Axel Dörfler, [email protected]
|
* Axel Dörfler, [email protected]
|
||||||
|
* Clemens Zeidler, [email protected]
|
||||||
*/
|
*/
|
||||||
#ifndef RADEON_RD_PRIVATE_H
|
#ifndef RADEON_RD_PRIVATE_H
|
||||||
#define RADEON_RD_PRIVATE_H
|
#define RADEON_RD_PRIVATE_H
|
||||||
|
|||||||
Reference in New Issue
Block a user