aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-03-08 22:59:48 +0000
committerWarner Losh <imp@FreeBSD.org>2021-03-08 23:00:23 +0000
commit6ffdaa5f2d4f0881557f64dabf61fb57541e0fba (patch)
tree345aca83eed2492af377df011b813f3382bddf96
parent88a55912032a981bfdb62d340cab058188dd1dc2 (diff)
downloadsrc-6ffdaa5f2d4f0881557f64dabf61fb57541e0fba.tar.gz
src-6ffdaa5f2d4f0881557f64dabf61fb57541e0fba.zip
Move back the isa non-PNP driver deadline to FreeBSD 14.
-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 56fa0f2ba987..7bc66d552e31 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");
}
/*