diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-07-29 15:01:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-07-29 15:01:50 +0000 |
commit | 20ec1696e0640c3e063f6ce869fe0cfa0c5c4587 (patch) | |
tree | 650b44e18f63a4b9c710be73cf52dad5109e14a1 /sys/arch/armish/stand/boot/clock.c | |
parent | c11c824cade1312eaf5ad0179468c582be542193 (diff) |
ework armish bootloader into an interactive one, much like i386 has.
Make sure disk names match those used by the kernel. This means that now
it boots from wd0 by default, whatever slot it is in.
Diffstat (limited to 'sys/arch/armish/stand/boot/clock.c')
-rw-r--r-- | sys/arch/armish/stand/boot/clock.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/armish/stand/boot/clock.c b/sys/arch/armish/stand/boot/clock.c index d3f1a61dee7..99d7ddb1a1a 100644 --- a/sys/arch/armish/stand/boot/clock.c +++ b/sys/arch/armish/stand/boot/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.1 2006/07/28 17:12:06 kettenis Exp $ */ +/* $OpenBSD: clock.c,v 1.2 2006/07/29 15:01:49 kettenis Exp $ */ /* $NetBSD: clock.c,v 1.1 2003/06/25 17:24:22 cdi Exp $ */ /*- @@ -38,9 +38,8 @@ */ #include <sys/types.h> -#include <lib/libsa/stand.h> -#include "boot.h" +#include "libsa.h" #define DELAY_CALIBRATE 1000 |