the flag means no snoop

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32924 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2009-09-03 21:21:13 +00:00
parent 96f041c56c
commit e21d12516e
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ hda_hw_init(hda_controller* controller)
case INTEL_VENDORID:
if (controller->pci_info.device_id == INTEL_SCH_DEVICEID) {
update_pci_register(controller, INTEL_SCH_HDA_DEVC,
~INTEL_SCH_HDA_DEVC_SNOOP, INTEL_SCH_HDA_DEVC_SNOOP, 2);
~INTEL_SCH_HDA_DEVC_SNOOP, 0, 2);
}
break;
}