aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2021-07-17 21:48:13 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2021-07-18 00:35:04 +0000
commitf72db34d2295080f57a283858125aa906c0d409e (patch)
treee7d5be021006593203fd770d9ac5f0ff7fabc1e6
parentf2bd70c674f0409dc4f1dc5b3ca1142a1456adf6 (diff)
downloadsrc-f72db34d2295080f57a283858125aa906c0d409e.tar.gz
src-f72db34d2295080f57a283858125aa906c0d409e.zip
Bump __FreeBSD_version to 1300512 for LinuxKPI changes and OFED cleanup
from linux netdevice.h. drm-kmod needs rebuilding after this.
-rw-r--r--UPDATING6
-rw-r--r--sys/sys/param.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index a3fe9b74a245..b780eeb7b887 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,12 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
+20210718:
+ Bump __FreeBSD_version to 1300512 after merging LinuxKPI, OFED,
+ net80211, and driver changes in order to support building
+ Intel wireless iwlwifi drivers. This is especially needed for
+ drm-kmod which needs updates after this.
+
20210715:
The 20210707 awk update brought in a change in behavior. This has
been corrected as of d4d252c49976. Between these dates, if you
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 4c43839c297e..877cdaa74204 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 1300511 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300512 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,