From patchwork Sun Feb 14 16:16:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/20] eepro100: Remove old unused code From: Stefan Weil X-Patchwork-Id: 45316 Message-Id: <1266164189-21062-10-git-send-email-weil@mail.berlios.de> To: QEMU Developers Cc: Date: Sun, 14 Feb 2010 17:16:19 +0100 This code is no longer needed. Signed-off-by: Stefan Weil --- hw/eepro100.c | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index 1ce2cd1..c647322 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -469,24 +469,6 @@ static void pci_reset(EEPRO100State * s) PCI_CONFIG_8(PCI_LATENCY_TIMER, 0x20); // latency timer = 32 clocks /* PCI Header Type */ /* BIST (built-in self test) */ -#if defined(TARGET_I386) -// !!! workaround for buggy bios -//~ #define PCI_BASE_ADDRESS_MEM_PREFETCH 0 -#endif -#if 0 - /* PCI Base Address Registers */ - /* CSR Memory Mapped Base Address */ - PCI_CONFIG_32(PCI_BASE_ADDRESS_0, - PCI_BASE_ADDRESS_SPACE_MEMORY | - PCI_BASE_ADDRESS_MEM_PREFETCH); - /* CSR I/O Mapped Base Address */ - PCI_CONFIG_32(PCI_BASE_ADDRESS_1, PCI_BASE_ADDRESS_SPACE_IO); -#if 0 - /* Flash Memory Mapped Base Address */ - PCI_CONFIG_32(PCI_BASE_ADDRESS_2, - 0xfffe0000 | PCI_BASE_ADDRESS_SPACE_MEMORY); -#endif -#endif /* Expansion ROM Base Address (depends on boot disable!!!) */ /* TODO: not needed, set when BAR is registered */ PCI_CONFIG_32(PCI_ROM_ADDRESS, PCI_BASE_ADDRESS_SPACE_MEMORY);