From e3c2c01f9124672d98b62e71ff67345147aefd98 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 3 May 2024 18:47:54 +0200 Subject: [PATCH] Commented out a call to lpt_reset() in device.c. --- src/device.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/device.c b/src/device.c index 14380f6c5..5e3b394c2 100644 --- a/src/device.c +++ b/src/device.c @@ -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 *