ISAPnP tweaks: allow initialization with a null ROM; disable fatals for bad resource data; only change state on enable/disable if a change occurred.

This commit is contained in:
RichardG867
2021-05-22 22:27:21 -03:00
parent f2f8d4a02e
commit c8c4aac167
2 changed files with 59 additions and 13 deletions

View File

@@ -251,7 +251,7 @@ um8669f_reset(um8669f_t *dev)
lpt1_remove();
isapnp_enable_card(dev->pnp_card, 0);
isapnp_enable_card(dev->pnp_card, ISAPNP_CARD_DISABLE);
dev->locked = 1;