summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2022-08-12 20:18:59 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2022-08-12 20:18:59 +0000
commit2f54d2ee617ac5e9f099dc103ebc9cde7e7605a6 (patch)
treeec7a8040171f6b94b77037f180198d0a83f58f25 /sys
parent7ece349108cf6c7ac501d35bbccd324c4a0a2390 (diff)
Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/stand/boot/conf.c4
-rw-r--r--sys/arch/amd64/stand/cdboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/efi32/conf.c4
-rw-r--r--sys/arch/amd64/stand/efi64/conf.c4
-rw-r--r--sys/arch/amd64/stand/efiboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c
index 543d9b404ed..ac2bf3bd958 100644
--- a/sys/arch/amd64/stand/boot/conf.c
+++ b/sys/arch/amd64/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.54 2022/07/11 19:45:02 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.55 2022/08/12 20:18:58 stsp Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -41,7 +41,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.54";
+const char version[] = "3.55";
int debug = 1;
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index 5b4e78c86c4..f376f5fffc0 100644
--- a/sys/arch/amd64/stand/cdboot/conf.c
+++ b/sys/arch/amd64/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.48 2022/07/11 19:45:02 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.49 2022/08/12 20:18:58 stsp Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -42,7 +42,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.54";
+const char version[] = "3.55";
int debug = 1;
diff --git a/sys/arch/amd64/stand/efi32/conf.c b/sys/arch/amd64/stand/efi32/conf.c
index dcf19e147de..4ad1d083901 100644
--- a/sys/arch/amd64/stand/efi32/conf.c
+++ b/sys/arch/amd64/stand/efi32/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.10 2020/12/09 18:10:18 krw Exp $ */
+/* $OpenBSD: conf.c,v 1.11 2022/08/12 20:18:58 stsp Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -40,7 +40,7 @@
#include "efidev.h"
#include "efipxe.h"
-const char version[] = "3.53";
+const char version[] = "3.54";
#ifdef EFI_DEBUG
int debug = 0;
diff --git a/sys/arch/amd64/stand/efi64/conf.c b/sys/arch/amd64/stand/efi64/conf.c
index 4eac75be43a..19428b00efa 100644
--- a/sys/arch/amd64/stand/efi64/conf.c
+++ b/sys/arch/amd64/stand/efi64/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.9 2020/12/09 18:10:18 krw Exp $ */
+/* $OpenBSD: conf.c,v 1.10 2022/08/12 20:18:58 stsp Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -40,7 +40,7 @@
#include "efidev.h"
#include "efipxe.h"
-const char version[] = "3.53";
+const char version[] = "3.54";
#ifdef EFI_DEBUG
int debug = 0;
diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c
index 2096ee66f3d..4859ce0c8b9 100644
--- a/sys/arch/amd64/stand/efiboot/conf.c
+++ b/sys/arch/amd64/stand/efiboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.38 2022/07/11 19:45:02 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.39 2022/08/12 20:18:58 stsp Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -40,7 +40,7 @@
#include "efidev.h"
#include "efipxe.h"
-const char version[] = "3.61";
+const char version[] = "3.62";
#ifdef EFI_DEBUG
int debug = 0;
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c
index f80304065d7..da7347520a4 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.53 2022/07/11 19:45:02 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.54 2022/08/12 20:18:58 stsp Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -44,7 +44,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.54";
+const char version[] = "3.55";
int debug = 0;
void (*sa_cleanup)(void) = pxe_shutdown;