Index: /trunk/include/VBox/vmm/pdmdev.h
===================================================================
--- /trunk/include/VBox/vmm/pdmdev.h	(revision 41825)
+++ /trunk/include/VBox/vmm/pdmdev.h	(revision 41826)
@@ -4625,5 +4625,5 @@
 /**
  * Reads data via bus mastering, if enabled. If no bus mastering is available,
- * this function does nothing and returns VINF_NOT_SUPPORTED.
+ * this function does nothing and returns VINF_PGM_PCI_PHYS_READ_BM_DISABLED.
  *
  * @return  IPRT status code.
@@ -4649,5 +4649,5 @@
 /**
  * Writes data via bus mastering, if enabled. If no bus mastering is available,
- * this function does nothing and returns VINF_NOT_SUPPORTED.
+ * this function does nothing and returns VINF_PGM_PCI_PHYS_WRITE_BM_DISABLED.
  *
  * @return  IPRT status code.
