git: b2aa64d05bd8 - stable/13 - Bump __FreeBSD_version for new variants of *DRIVER_MODULE*().
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 21:24:22 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b2aa64d05bd8b04a1bdb63f2a5f9de39c600b463 commit b2aa64d05bd8b04a1bdb63f2a5f9de39c600b463 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-05-19 21:20:53 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-05-19 21:20:53 +0000 Bump __FreeBSD_version for new variants of *DRIVER_MODULE*(). This is a direct commit to stable/13. The devclass argument and global devclass variables will not be removed on stable branches, but bump the version just in case. --- 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 a963a8486171..a0f1b9f7945b 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1301502 /* Master, propagated to newvers */ +#define __FreeBSD_version 1301503 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,