]> Zhao Yanbai Git Server - minix.git/commitdiff
Disable IOMMU warnings.
authorArun Thomas <arun@minix3.org>
Wed, 22 Apr 2009 16:53:46 +0000 (16:53 +0000)
committerArun Thomas <arun@minix3.org>
Wed, 22 Apr 2009 16:53:46 +0000 (16:53 +0000)
drivers/audio/framework/audio_fw.c
drivers/rtl8139/rtl8139.c

index 38d8e6cdbc41d9537494701d9fc454a97ab92370..6dd2a1e6552f61059283a28ed7162dae0d22bfa4 100755 (executable)
@@ -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;
        }
 
index 6c223232c620feea6bf3c41a1073e80e73501661..1d8c924bbc2de6313c94fd3708228290ac8e7a2c 100755 (executable)
@@ -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;
        }