Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2024 22:16:03 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a7b9f4d96e8b - main - Bump __FreeBSD_version for bus resource API change
Message-ID:  <202403132216.42DMG3nL075677@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

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

commit a7b9f4d96e8bdc30db27ec7a193a8d8fdf7c652c
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-03-13 22:14:23 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-03-13 22:14:23 +0000

    Bump __FreeBSD_version for bus resource API change
    
    Specifically, the change to remove redundant rid and type arguments
    from bus_* when passing an allocated struct resource.
---
 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 ff932e6c60dd..4369aba9bb46 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1500014
+#define __FreeBSD_version 1500015
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403132216.42DMG3nL075677>