agp update: force_pci for nv.settings added

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8099 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2004-06-21 19:28:55 +00:00
parent ee6141d2af
commit d7533bcf31

View File

@ -5,7 +5,7 @@
Other authors: Other authors:
Mark Watson; Mark Watson;
Apsed; Apsed;
Rudolf Cornelissen 10/2002-5/2004. Rudolf Cornelissen 10/2002-6/2004.
*/ */
#ifndef DRIVERINTERFACE_H #ifndef DRIVERINTERFACE_H
@ -87,6 +87,7 @@ typedef struct settings { // apsed, see comments in nv.settings
bool usebios; bool usebios;
bool hardcursor; bool hardcursor;
bool switchhead; bool switchhead;
bool force_pci;
} settings; } settings;
/*shared info*/ /*shared info*/