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:
parent
34d8c1065d
commit
b40ba576db
@ -3,7 +3,7 @@
|
||||
This file may be used under the terms of the Be Sample Code License.
|
||||
|
||||
Other authors:
|
||||
Rudolf Cornelissen 4/2003-3/2004
|
||||
Rudolf Cornelissen 4/2003-4/2004
|
||||
*/
|
||||
|
||||
#ifndef DRIVERINTERFACE_H
|
||||
@ -100,6 +100,9 @@ typedef struct {
|
||||
uint32 * clone_bugfix_regs;
|
||||
uint32 * clone_bugfix_regs2;
|
||||
|
||||
/* old cards have their registers mapped inside the framebuffer area */
|
||||
bool regs_in_fb;
|
||||
|
||||
/*memory mappings*/
|
||||
area_id regs_area, regs2_area; /* Kernel's area_id for the memory mapped registers.
|
||||
It will be cloned into the accelerant's address
|
||||
|
Loading…
Reference in New Issue
Block a user