]> xenbits.xen.org Git - xenclient/ioemu.git/commitdiff
passthrough: Update acpi_php_readb()'s comment
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 31 Mar 2009 16:02:52 +0000 (17:02 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 31 Mar 2009 16:02:52 +0000 (17:02 +0100)
This relates to chagnes introduced in
"Allow any unused PCI device to be used for pass-through"
 [ ea4860c13aabe65622be97ae6796c3d646f499db ]

Signed-off-by: Simon Horman <horms@verge.net.au>
hw/piix4acpi.c

index 4a361952635a4edad3dc457f91b994ea659a10ee..001f98dff1d61e730781d75319692c0d31914cd8 100644 (file)
@@ -219,12 +219,13 @@ static void acpi_dbg_writel(void *opaque, uint32_t addr, uint32_t val)
 }
 
 /*
- * simple PCI hotplug controller IO 
+ * simple PCI hotplug controller IO
  * ACPI_PHP_IO_ADDR + :
- * 0 - the hotplug description: slot(|event(remove/add); 
- * 1 - 1st php slot ctr/sts reg
- * 2 - 2nd php slot ctr/sts reg
- * ......
+ * 0 - the hotplug event
+ * 1 - the slot that has a hotplug event
+ * 2 - 1st php slot ctr/sts reg
+ * 3 - 2nd php slot ctr/sts reg
+ * ...
  */
 static uint32_t acpi_php_readb(void *opaque, uint32_t addr)
 {