]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
magic ioport 0x10 protocol - give owner names
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 31 Dec 2008 16:18:01 +0000 (16:18 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 31 Dec 2008 16:18:01 +0000 (16:18 +0000)
Product IDs should have named owners to discourage reuse and identify
who is supposed to be using them.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
xenstore.c

index 12d01243b6042d6c64b95a20d171ee112b63e77d..83aad864fe708036ca9741cc674cae9407725fd1 100644 (file)
@@ -800,9 +800,9 @@ xenstore_pv_driver_build_blacklisted(uint16_t product_nr,
      * During development, you may use the product ID 0xffff to
      * indicate a driver which is yet to be released.
      */
-    case 1:     product = "xensource-windows";  break;
-    case 2:     product = "gplpv-windows";      break;
-    case 0xffff: product = "experimental";      break;
+    case 1: product = "xensource-windows";  break; /* Citrix */
+    case 2: product = "gplpv-windows";      break; /* James Harper */
+    case 0xffff: product = "experimental";  break;
     default:
         /* Don't know what product this is -> we can't blacklist
          * it. */