Bump __FreeBSD_version to 1402505 for LinuxKPI alloc routine changes

Also for iwlwifi firmware removal.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 7acd5af48c)
This commit is contained in:
Bjoern A. Zeeb 2025-04-12 20:47:09 +00:00
parent 42be6050ce
commit a3b2d8e360
2 changed files with 7 additions and 1 deletions

View file

@ -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.
20250419:
LinuxKPI alloc routines were changed to return physically contiguous
memory where expected. These changes may require out-of-tree drivers
to be recompiled.
Bump __FreeBSD_version to 1402505 to be able to detect this change.
20250419:
Intel iwlwifi firmware has been removed from the src repository.
Before updating their system, users of iwlwifi(4) or iwx(4) must

View file

@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1402504
#define __FreeBSD_version 1402505
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,