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

Reviewed by:	imp
MFC after:	1 day
Differential Revision:	https://reviews.freebsd.org/D42387
This commit is contained in:
Zhenlei Huang 2023-10-29 04:31:11 +08:00
parent 61b15e6dfc
commit 98a670cdd6

View file

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