From 3f5bc9e8af8c9ee617b143e42ad4bd2feb379a19 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 23 Nov 2012 15:02:18 +0100 Subject: q35: update lpc pci config space according to configured devices Signed-off-by: Gerd Hoffmann --- hw/smbus_ich9.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'hw/smbus_ich9.c') diff --git a/hw/smbus_ich9.c b/hw/smbus_ich9.c index 54e7e1252d..4194785d71 100644 --- a/hw/smbus_ich9.c +++ b/hw/smbus_ich9.c @@ -77,18 +77,6 @@ static int ich9_smbus_initfn(PCIDevice *d) /* TODO? D31IP.SMIP in chipset configuration space */ pci_config_set_interrupt_pin(d->config, 0x01); /* interrupt pin 1 */ - pci_set_byte(d->config + ICH9_SMB_HOSTC, 0); - - /* - * update parameters based on - * paralell_hds[0] - * serial_hds[0] - * serial_hds[0] - * fdc - * - * Is there any OS that depends on them? - */ - pci_set_byte(d->config + ICH9_SMB_HOSTC, 0); /* TODO bar0, bar1: 64bit BAR support*/ -- cgit v1.2.3