From 901bc4c6471d70a96cffaf23fadad7553068c6c5 Mon Sep 17 00:00:00 2001 From: stsp Date: Fri, 12 Aug 2022 20:18:58 +0000 Subject: [PATCH] Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support. --- sys/arch/amd64/stand/boot/conf.c | 4 ++-- sys/arch/amd64/stand/cdboot/conf.c | 4 ++-- sys/arch/amd64/stand/efi32/conf.c | 4 ++-- sys/arch/amd64/stand/efi64/conf.c | 4 ++-- sys/arch/amd64/stand/efiboot/conf.c | 4 ++-- sys/arch/amd64/stand/pxeboot/conf.c | 4 ++-- 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 #include -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 #include -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; -- 2.20.1