aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2025-10-24 18:39:00 +0000
committerEd Maste <emaste@FreeBSD.org>2025-10-25 22:57:15 +0000
commit46f982122c0d670ac181b748a5b8c2b221f61517 (patch)
treefcde87174fbf8f6e85ef5f129bdf1aef1ea9f257
parent28e52dea96809c7904e498759ee1f79bda929a82 (diff)
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
-rw-r--r--sys/isa/isa_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c
index 1a6df7bf6046..41a63a3c676c 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");
}
/*