From 3cad1672a8d11c6ef7d1f0b229b467cfa097c883 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 28 Aug 2017 20:35:45 +0200 Subject: [PATCH] Moved the RTL8029AS back to the INTC pin, fixes the operation of the card with Windows 98 SE and Windows 2000. --- src/network/net_ne2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/net_ne2000.c b/src/network/net_ne2000.c index 2d4dd49db..92c457d9d 100644 --- a/src/network/net_ne2000.c +++ b/src/network/net_ne2000.c @@ -1988,7 +1988,7 @@ nic_init(int board) dev->pci_regs[0x2E] = (PCI_DEVID&0xff); dev->pci_regs[0x2F] = (PCI_DEVID>>8); - dev->pci_regs[0x3D] = PCI_INTA; /* PCI_IPR */ + dev->pci_regs[0x3D] = PCI_INTC; /* PCI_IPR */ /* Enable our address space in PCI. */ dev->pci_bar[0].addr_regs[0] = 0x01;