updated nVidia kerneldriver to use DMA acceleration as default when the nv.settings file is missing. As long as the settings file was present, the settings file default was used, which already was DMA acceleration. Now DMA is always used as default.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14227 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0d5dbad3ec
commit
92f02bd42f
@ -4,7 +4,7 @@
|
||||
|
||||
Other authors:
|
||||
Mark Watson;
|
||||
Rudolf Cornelissen 3/2002-6/2005.
|
||||
Rudolf Cornelissen 3/2002-9/2005.
|
||||
*/
|
||||
|
||||
/* standard kernel driver stuff */
|
||||
@ -347,7 +347,7 @@ static nv_settings current_settings = { // see comments in nv.settings
|
||||
false, // force_pci
|
||||
false, // unhide_fw
|
||||
true, // pgm_panel
|
||||
false, // dma_acc
|
||||
true, // dma_acc
|
||||
};
|
||||
|
||||
static void dumprom (void *rom, uint32 size)
|
||||
|
Loading…
Reference in New Issue
Block a user