mirror of
https://github.com/opnsense/src.git
synced 2026-05-12 00:49:10 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue