Rename check_time() to check_tsc().
[seabios.git] / src / ps2port.c
index f379eb3f404c49600052ea1eb1643ddb57afccc9..5b73d23941ac8631120338f468d1f1be7e4934a7 100644 (file)
@@ -161,7 +161,7 @@ ps2_recvbyte(int aux, int needack, int timeout)
             dprintf(1, "Discarding ps2 data %02x (status=%02x)\n", data, status);
         }
 
-        if (check_time(end)) {
+        if (check_tsc(end)) {
             // Don't warn on second byte of a reset
             if (timeout > 100)
                 warn_timeout();