git: d172f42e4ba7 - stable/14 - Bump __FreeBSD_version for bus resource API change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Feb 2025 14:17:24 UTC
The branch stable/14 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=d172f42e4ba7ba8542ae0866aaba56e329b4ea2c
commit d172f42e4ba7ba8542ae0866aaba56e329b4ea2c
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-03-13 22:14:23 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-02-27 13:09: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.
(cherry picked from commit a7b9f4d96e8bdc30db27ec7a193a8d8fdf7c652c)
---
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 3103da173f47..0e91a65170df 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1402501
+#define __FreeBSD_version 1402502
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,