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:
Rudolf Cornelissen
2004-07-05 19:49:55 +00:00
parent 586747b4de
commit 427dd22b3d
@@ -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*/