]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
clean up piix3_reset() (no more need to set 0x61..0x63 in pci config)
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 5 Feb 2009 14:50:07 +0000 (14:50 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 5 Feb 2009 14:50:07 +0000 (14:50 +0000)
Now #ifdef CONFIG_DM part become bogus because of
477afee37ca29e156e3309874d100de0bf4e6fd0.
So remove it.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
hw/piix_pci.c

index ee7ad433be05b61775675efdad48c35718dc5be8..955d30810385e8df37657c737532bb931ade01f7 100644 (file)
@@ -291,12 +291,6 @@ static void piix3_reset(PCIDevice *d)
     pci_conf[0xab] = 0x00;
     pci_conf[0xac] = 0x00;
     pci_conf[0xae] = 0x00;
-
-#ifdef CONFIG_DM
-    pci_conf[0x61] = 0x80;
-    pci_conf[0x62] = 0x80;
-    pci_conf[0x63] = 0x80;
-#endif /* CONFIG_DM */
 }
 
 #ifndef CONFIG_DM