added two tweak options to nv.settings: unhide_fw and pgm_panel
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8319 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Other authors:
|
Other authors:
|
||||||
Mark Watson;
|
Mark Watson;
|
||||||
Apsed;
|
Apsed;
|
||||||
Rudolf Cornelissen 10/2002-6/2004.
|
Rudolf Cornelissen 10/2002-7/2004.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DRIVERINTERFACE_H
|
#ifndef DRIVERINTERFACE_H
|
||||||
@@ -81,6 +81,7 @@ typedef struct settings { // apsed, see comments in nv.settings
|
|||||||
// for driver
|
// for driver
|
||||||
char accelerant[B_FILE_NAME_LENGTH];
|
char accelerant[B_FILE_NAME_LENGTH];
|
||||||
bool dumprom;
|
bool dumprom;
|
||||||
|
bool unhide_fw;
|
||||||
// for accelerant
|
// for accelerant
|
||||||
uint32 logmask;
|
uint32 logmask;
|
||||||
uint32 memory;
|
uint32 memory;
|
||||||
@@ -88,6 +89,7 @@ typedef struct settings { // apsed, see comments in nv.settings
|
|||||||
bool hardcursor;
|
bool hardcursor;
|
||||||
bool switchhead;
|
bool switchhead;
|
||||||
bool force_pci;
|
bool force_pci;
|
||||||
|
bool pgm_panel;
|
||||||
} settings;
|
} settings;
|
||||||
|
|
||||||
/*shared info*/
|
/*shared info*/
|
||||||
|
|||||||
Reference in New Issue
Block a user