diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-30 20:02:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-30 20:02:14 +0000 |
commit | 944ea24171f07abe4e0cc2dfe6a03573937461f1 (patch) | |
tree | a6c68f4e90896ba7159498f671b23f18fb2f4ac6 /sys/arch/vax/stand/boot/boot.c | |
parent | a8981e77861ae0cbcf698131061f4ed34eac26f6 (diff) |
Horrible code to work around stupid VXT2000 rom getchar() behaviour, but
at least this allows our boot blocks to work with glass console on these
machines now.
Caution: reading this code will hurt your eyes.
ok deraadt@
Diffstat (limited to 'sys/arch/vax/stand/boot/boot.c')
-rw-r--r-- | sys/arch/vax/stand/boot/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/stand/boot/boot.c b/sys/arch/vax/stand/boot/boot.c index e53f54027c6..afc082b5bd3 100644 --- a/sys/arch/vax/stand/boot/boot.c +++ b/sys/arch/vax/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.15 2006/08/24 20:29:38 miod Exp $ */ +/* $OpenBSD: boot.c,v 1.16 2006/08/30 20:02:13 miod Exp $ */ /* $NetBSD: boot.c,v 1.18 2002/05/31 15:58:26 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -111,7 +111,7 @@ Xmain(void) transition = ' '; askname = bootrpb.rpb_bootr5 & RB_ASKNAME; - printf("\n\r>> OpenBSD/vax boot [%s] [%s] <<\n", "1.11", __DATE__); + printf("\n\r>> OpenBSD/vax boot [%s] [%s] <<\n", "1.12", __DATE__); printf(">> Press enter to autoboot now, or any other key to abort: "); sluttid = getsecs() + 5; senast = 0; |