Move back the isa non-PNP driver deadline to FreeBSD 14.
(cherry picked from commit 6ffdaa5f2d
)
This commit is contained in:
parent
e3394851b5
commit
832d0719d6
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user