mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
42be6050ce
commit
a3b2d8e360
2 changed files with 7 additions and 1 deletions
6
UPDATING
6
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.
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue