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 98a670cdd6720da4988f902192177fa368b9f9e9)
This commit is contained in:
Zhenlei Huang 2023-10-29 04:31:11 +08:00
parent b23756cc78
commit 699526792d

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