mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
SiS 5571 Host to PCI bridge: only initialize register 93h once on reset.
This commit is contained in:
@@ -392,7 +392,6 @@ sis_5571_host_to_pci_reset(void *priv)
|
||||
dev->pci_conf[0x91] = 0x00;
|
||||
dev->pci_conf[0x92] = 0x00;
|
||||
dev->pci_conf[0x93] = 0x00;
|
||||
dev->pci_conf[0x93] = 0x00;
|
||||
dev->pci_conf[0x94] = 0x00;
|
||||
dev->pci_conf[0x95] = 0x00;
|
||||
dev->pci_conf[0x96] = 0x00;
|
||||
|
||||
Reference in New Issue
Block a user