From 460cae84500bc1592bc2701003908324ed1d354b Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 25 Nov 2021 14:21:04 +0100 Subject: [PATCH] Removed excess AT keyboard controller Pulse reset logging. --- src/device/keyboard_at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/keyboard_at.c b/src/device/keyboard_at.c index ff166ea89..36921ef9a 100644 --- a/src/device/keyboard_at.c +++ b/src/device/keyboard_at.c @@ -1088,7 +1088,7 @@ write_output(atkbd_t *dev, uint8_t val) if ((val & 0x01) && !(old & 0x01)) { if (val & 0x01) { /* Pin 0 selected. */ - pclog("write_output(): Pulse reset!\n"); + kbd_log("write_output(): Pulse reset!\n"); softresetx86(); /*Pulse reset!*/ cpu_set_edx(); flushmmucache();