summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/pxeboot/conf.c
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2007-01-02 16:34:17 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2007-01-02 16:34:17 +0000
commit74187404662764762470e1cbc6a2f9db1b9fee62 (patch)
treefc6e605d98769d35e896acec289f3e30d9f774b1 /sys/arch/amd64/stand/pxeboot/conf.c
parent8f55de82f9e8dc0269cd2d45ed2fd9604658f947 (diff)
Issue the BIOS "check for keystroke" call before "get keystroke", as
now required on i386 for Intel Macs. Bump versions of boot, cdboot and pxeboot accordingly. Reminded by deraadt@.
Diffstat (limited to 'sys/arch/amd64/stand/pxeboot/conf.c')
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c
index b78ff5889f2..4a10e47908a 100644
--- a/sys/arch/amd64/stand/pxeboot/conf.c
+++ b/sys/arch/amd64/stand/pxeboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.11 2006/10/12 15:49:58 krw Exp $ */
+/* $OpenBSD: conf.c,v 1.12 2007/01/02 16:34:16 tom Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -45,7 +45,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "1.10";
+const char version[] = "1.11";
int debug = 0;
#undef _TEST