Commented out a call to lpt_reset() in device.c.

This commit is contained in:
OBattler
2024-05-03 18:47:54 +02:00
parent 2acb11d37c
commit e3c2c01f91

View File

@@ -348,9 +348,11 @@ device_reset_all(uint32_t match_flags)
}
}
#ifdef UNCOMMENT_LATER
/* TODO: Actually convert the LPT devices to device_t's. */
if ((match_flags == DEVICE_ALL) || (match_flags == DEVICE_PCI))
lpt_reset();
#endif
}
void *