From 1c6d285b94ecedd2ab5baca7f3f9fe0e52b35774 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 3 Sep 2018 00:17:35 +0100 Subject: [PATCH] rc2014: correct SIO probe This gets us to the point of bootdev: but then life goes downhill. --- Kernel/platform-rc2014/rc2014.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-rc2014/rc2014.s b/Kernel/platform-rc2014/rc2014.s index 295e754e..fdde31e3 100644 --- a/Kernel/platform-rc2014/rc2014.s +++ b/Kernel/platform-rc2014/rc2014.s @@ -85,7 +85,7 @@ init_hardware: inc b out (c),b in a,(c) - sub e + sub d jr z, is_sio ; We have however pooped on the 68B50 setup so put it back into ; a sensible state. -- 2.34.1