fixed introduced regs cloning err on later cards
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7174 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
This file may be used under the terms of the Be Sample Code License.
|
This file may be used under the terms of the Be Sample Code License.
|
||||||
|
|
||||||
Other authors:
|
Other authors:
|
||||||
Rudolf Cornelissen 4/2003-3/2004
|
Rudolf Cornelissen 4/2003-4/2004
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DRIVERINTERFACE_H
|
#ifndef DRIVERINTERFACE_H
|
||||||
@@ -100,6 +100,9 @@ typedef struct {
|
|||||||
uint32 * clone_bugfix_regs;
|
uint32 * clone_bugfix_regs;
|
||||||
uint32 * clone_bugfix_regs2;
|
uint32 * clone_bugfix_regs2;
|
||||||
|
|
||||||
|
/* old cards have their registers mapped inside the framebuffer area */
|
||||||
|
bool regs_in_fb;
|
||||||
|
|
||||||
/*memory mappings*/
|
/*memory mappings*/
|
||||||
area_id regs_area, regs2_area; /* Kernel's area_id for the memory mapped registers.
|
area_id regs_area, regs2_area; /* Kernel's area_id for the memory mapped registers.
|
||||||
It will be cloned into the accelerant's address
|
It will be cloned into the accelerant's address
|
||||||
|
|||||||
Reference in New Issue
Block a user