git: 2e32d4e41d20 - main - param.h: Bump FreeBSD_Version to 1400058 for devclass newbus changes

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 07 May 2022 15:34:38 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=2e32d4e41d205d6f14834f87306a77ff77b9c0bd

commit 2e32d4e41d205d6f14834f87306a77ff77b9c0bd
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-05-07 15:32:47 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-05-07 15:32:47 +0000

    param.h: Bump FreeBSD_Version to 1400058 for devclass newbus changes
    
    jhb changed the newbus ABI and it's affecting some ports. Bump the
    version to give them something to key off of for the removal of the
    devclass arg from some macros. In theory the change should have been
    ABI neutral, but there some build breakage with drm-kmod so better
    to bump than not.
    
    Sponsored by:           Netflix
---
 sys/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/param.h b/sys/sys/param.h
index b0b53f1a7776..1e1fb80cb38e 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1400057
+#define __FreeBSD_version 1400058
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,