From c7ea14ed61888b99ad9c23e1f6d9eb4e5935fc78 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 8 Mar 2021 15:59:48 -0700 Subject: [PATCH] Move back the isa non-PNP driver deadline to FreeBSD 14. Approved by: re@ (gjb) (cherry picked from commit 6ffdaa5f2d4f0881557f64dabf61fb57541e0fba) (cherry picked from commit 832d0719d6e5eb4ee2dec62f88ec79bfb617cd9d) --- 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 56fa0f2ba98..7bc66d552e3 100644 --- a/sys/isa/isa_common.c +++ b/sys/isa/isa_common.c @@ -576,7 +576,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 12.\n"); + "non-PNP ISA device will be removed from GENERIC in FreeBSD 14.\n"); } /* -- 2.45.0