Disable IOMMU warnings.

This commit is contained in:
Arun Thomas 2009-04-22 16:53:46 +00:00
parent 3b37103fa3
commit f149733e16
2 changed files with 4 additions and 0 deletions

View file

@ -984,8 +984,10 @@ int pci_func;
r= ds_retrieve_u32("amddev", &u32);
if (r != OK)
{
#if 0
printf("tell_dev: ds_retrieve_u32 failed for 'amddev': %d\n",
r);
#endif
return;
}

View file

@ -3071,9 +3071,11 @@ int pci_func;
r= ds_retrieve_u32("amddev", &u32);
if (r != OK)
{
#if 0
printf(
"rtl8139`tell_dev: ds_retrieve_u32 failed for 'amddev': %d\n",
r);
#endif
return;
}