completed unhide_fw and pgm_panel option stuff

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8333 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2004-07-06 10:58:25 +00:00
parent ead2658b25
commit 58fa391ee4
10 changed files with 68 additions and 27 deletions
@@ -81,7 +81,6 @@ typedef struct settings { // apsed, see comments in nv.settings
// for driver
char accelerant[B_FILE_NAME_LENGTH];
bool dumprom;
bool unhide_fw;
// for accelerant
uint32 logmask;
uint32 memory;
@@ -89,6 +88,7 @@ typedef struct settings { // apsed, see comments in nv.settings
bool hardcursor;
bool switchhead;
bool force_pci;
bool unhide_fw;
bool pgm_panel;
} settings;