From 6e5fe1d6feda2ac82fe6838d0167215d57039cac Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 26 Sep 2003 23:22:31 +0000 Subject: it's getting through the 8601 but the values are still not right. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1155 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/via/epia/auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/via') diff --git a/src/mainboard/via/epia/auto.c b/src/mainboard/via/epia/auto.c index 6b06be3424..e5ea66cec1 100644 --- a/src/mainboard/via/epia/auto.c +++ b/src/mainboard/via/epia/auto.c @@ -16,7 +16,7 @@ void udelay(int usecs) { int i; for(i = 0; i < usecs; i++) - outb(0x80, 0x80); + outb(i&0xff, 0x80); } #include "lib/delay.c" -- cgit v1.2.3