ISAPnP: follow spec and don't reset read data port on reset command, fixes UM8669F AMI machines

This commit is contained in:
RichardG867
2021-03-31 20:38:51 -03:00
parent 56d62de4fe
commit a994737257

View File

@@ -387,8 +387,7 @@ isapnp_write_data(uint16_t addr, uint8_t val, void *priv)
case 0x02: /* Config Control */
if (val & 0x01) {
isapnp_log("ISAPnP: Reset\n");
isapnp_set_read_data(0, dev);
card = dev->first_card;
while (card) {
ld = card->first_ld;