diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-02-18 20:48:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-02-18 20:48:03 +0000 |
commit | 975a37533326b572d52e5b0c92855b5eedd3fb65 (patch) | |
tree | 611bb1ba5e259ce5d6686034f0fe72147cbe1644 /sys/arch/mvme68k/conf | |
parent | a98a29df1941c7a3c749a5f814f6c62527fa2400 (diff) |
delay() would only work as intended after clock0 attached. Initialize the
delay strategy variable in locore now; this fixes the occasional console
output artefacts on MVME177.
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r-- | sys/arch/mvme68k/conf/files.mvme68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/conf/files.mvme68k b/sys/arch/mvme68k/conf/files.mvme68k index b1bc7163022..37313a335ce 100644 --- a/sys/arch/mvme68k/conf/files.mvme68k +++ b/sys/arch/mvme68k/conf/files.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mvme68k,v 1.30 2009/02/17 22:28:38 miod Exp $ +# $OpenBSD: files.mvme68k,v 1.31 2009/02/18 20:48:00 miod Exp $ # config file for mvme68k @@ -25,7 +25,7 @@ file arch/mvme68k/dev/mc.c mc needs-count device clock attach clock at pcc, mc, pcctwo -file arch/mvme68k/dev/clock.c clock +file arch/mvme68k/dev/clock.c device zs: tty attach zs at pcc, mc |