Move back the isa non-PNP driver deadline to FreeBSD 14.

This commit is contained in:
Warner Losh 2021-03-08 15:59:48 -07:00
parent 88a5591203
commit 6ffdaa5f2d

View File

@ -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");
}
/*