Changeset 26493 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport
- Timestamp:
- Feb 14, 2010 7:50:58 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57663
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Miniport
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk
r26301 r26493 77 77 VBoxVideoWddm_TEMPLATE = VBOXGUESTR0 78 78 ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.) 79 # driver signing rules will be written once there are all files necessary for that are available, 80 # i.e. a u/m display driver miniport inf 79 # driver signing rules will be written once there are all files necessary for that are available, 80 # i.e. a u/m display driver miniport inf 81 81 $(warning FIXME: !!!define wddm driver signing & install rules !!!) 82 82 VBoxVideoWddm_NOINST = true -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r26324 r26493 740 740 * the Additions service process. The mode table is guaranteed to have 741 741 * two spare entries for this mode (alternating index thus 2). 742 * 742 * 743 743 * ... or ... 744 744 * … … 1471 1471 1472 1472 /* need to call VideoPortGetAccessRanges to ensure interrupt info in ConfigInfo gets set up */ 1473 VP_STATUS status; 1473 VP_STATUS status; 1474 1474 if (vboxQueryWinVersion() == WINNT4) 1475 1475 { -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp
r26000 r26493 1391 1391 */ 1392 1392 1393
Note:
See TracChangeset
for help on using the changeset viewer.