git: db84583a939f - stable/15 - sys: Bump non-ISA PNP removal to 16.0

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 28 Oct 2025 12:23:48 UTC
The branch stable/15 has been updated by emaste:

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

commit db84583a939f3d678a0c3f5e2ec599c7f9964118
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-24 18:39:00 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-10-28 12:23:15 +0000

    sys: Bump non-ISA PNP removal to 16.0
    
    This may include atkbdc, which is not being removed in 15.0.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 46f982122c0d670ac181b748a5b8c2b221f61517)
---
 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");
 	}
 
 	/*