diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-10-24 18:39:00 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-10-30 04:22:47 +0000 |
| commit | c2c8f9d3214f6a3604e2e74e05ad04120ffcfb92 (patch) | |
| tree | 4421950e0dbb368951f58ca380b19a42efbd57dc | |
| parent | 1dc5e059da6e29ff33a23cd57b6d4faa7cea4130 (diff) | |
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)
| -rw-r--r-- | sys/isa/isa_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } /* |
