The branch releng/15.0 has been updated by cperciva:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c2c8f9d3214f6a3604e2e74e05ad04120ffcfb92

commit c2c8f9d3214f6a3604e2e74e05ad04120ffcfb92
Author:     Ed Maste <[email protected]>
AuthorDate: 2025-10-24 18:39:00 +0000
Commit:     Colin Percival <[email protected]>
CommitDate: 2025-10-30 04:22:47 +0000

    sys: Bump non-ISA PNP removal to 16.0
    
    This may include atkbdc, which is not being removed in 15.0.
    
    Approved by:    re (cperciva)
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 46f982122c0d670ac181b748a5b8c2b221f61517)
    (cherry picked from commit db84583a939f3d678a0c3f5e2ec599c7f9964118)
---
 sys/isa/isa_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c
index 8e4064af1455..b66cf2be3958 100644
--- a/sys/isa/isa_common.c
+++ b/sys/isa/isa_common.c
@@ -570,7 +570,7 @@ isa_probe_children(device_t dev)
                    strcmp(kern_ident, "GENERIC") == 0 &&
                    device_is_attached(child))
                        device_printf(child,
-                           "non-PNP ISA device will be removed from GENERIC in 
FreeBSD 15.\n");
+                           "non-PNP ISA device will be removed from GENERIC in 
FreeBSD 16.\n");
        }
 
        /*

Reply via email to