mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
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:
parent
61b15e6dfc
commit
98a670cdd6
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user