On Sat, 25 Oct 2025, Ed Maste wrote:
The branch main has been updated by emaste:
URL:
https://cgit.FreeBSD.org/src/commit/?id=46f982122c0d670ac181b748a5b8c2b221f61517
commit 46f982122c0d670ac181b748a5b8c2b221f61517
Author: Ed Maste <[email protected]>
AuthorDate: 2025-10-24 18:39:00 +0000
Commit: Ed Maste <[email protected]>
CommitDate: 2025-10-25 22:57:15 +0000
sys: Bump non-ISA PNP removal to 16.0
This may include atkbdc, which is not being removed in 15.0.
We really ought to have a macro for these somehow so we can grep them more
easily.
Could even be a sysinit just spitting them out whenever they are compiled in to
increase the pain and visibility on main. Add a tunable for people to turn them
off ;-)
Sponsored by: The FreeBSD Foundation
---
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 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");
}
/*
--
Bjoern A. Zeeb r15:7