Index: /trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c	(revision 49842)
+++ /trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c	(revision 49843)
@@ -1193,4 +1193,6 @@
 int VBOXCALL    supdrvOSMsrProberRead(uint32_t uMsr, RTCPUID idCpu, uint64_t *puValue)
 {
+/** @todo cmi_hdl_rdmsr can safely do this. there is also the on_trap() fun
+ *        for catching traps that could possibly be used directly. */
     NOREF(uMsr); NOREF(idCpu); NOREF(puValue);
     return VERR_NOT_SUPPORTED;
@@ -1200,4 +1202,5 @@
 int VBOXCALL    supdrvOSMsrProberWrite(uint32_t uMsr, RTCPUID idCpu, uint64_t uValue)
 {
+/** @todo cmi_hdl_wrmsr can safely do this. */
     NOREF(uMsr); NOREF(idCpu); NOREF(uValue);
     return VERR_NOT_SUPPORTED;
