isa: Postpone removal of the non-PNP driver until 15

Reviewed by:	imp
MFC after:	1 day
Differential Revision:	https://reviews.freebsd.org/D42387

(cherry picked from commit 98a670cdd6)
(cherry picked from commit 699526792d)
This commit is contained in:
Zhenlei Huang 2023-10-29 04:31:11 +08:00
parent c1429f5f9b
commit ac34d3cd68

View file

@ -574,7 +574,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 14.\n");
"non-PNP ISA device will be removed from GENERIC in FreeBSD 15.\n");
}
/*