summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2016-09-13 18:27:50 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2016-09-13 18:27:50 +0000
commit3908c7822fb0a435e623fc17b41c95572ec05ea9 (patch)
treefa71d7b63803b5034b8d27ca20937ebd775ed28d /sys/arch/i386
parent574e96d4b71186f0d809788cd9cc851801344bc5 (diff)
crank bootloader version after .SUNW_ctf change
as discussed with jsing@ it's easier this way to ensure people have bootblocks capable of loading the section
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/boot/conf.c4
-rw-r--r--sys/arch/i386/stand/cdboot/conf.c4
-rw-r--r--sys/arch/i386/stand/pxeboot/conf.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c
index f2009c0c7ba..eeb43baf33d 100644
--- a/sys/arch/i386/stand/boot/conf.c
+++ b/sys/arch/i386/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.59 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.60 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -42,7 +42,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.29";
+const char version[] = "3.30";
int debug = 1;
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c
index b4ea3b51bc7..27b54d4e3d6 100644
--- a/sys/arch/i386/stand/cdboot/conf.c
+++ b/sys/arch/i386/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.28 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.29 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -43,7 +43,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.26";
+const char version[] = "3.27";
int debug = 1;
void (*sa_cleanup)(void) = NULL;
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c
index 2ea02b85e9c..c7693fa262e 100644
--- a/sys/arch/i386/stand/pxeboot/conf.c
+++ b/sys/arch/i386/stand/pxeboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.33 2016/05/28 15:53:39 sthen Exp $ */
+/* $OpenBSD: conf.c,v 1.34 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -45,7 +45,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.26";
+const char version[] = "3.27";
int debug = 1;
void (*sa_cleanup)(void) = pxe_shutdown;