mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Giant: Postpone removal of Giant-locked drivers until 15
Reviewed by: imp MFC after: 1 day Differential Revision: https://reviews.freebsd.org/D42401 (cherry picked from commit a8bd34bfc0db38c1c11e9c36b7dd849d607c17a8)
This commit is contained in:
parent
c5eb93ef57
commit
5019a5acc5
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ prep_cdevsw(struct cdevsw *devsw, int flags)
|
|||
if ((devsw->d_flags & D_GIANTOK) == 0) {
|
||||
printf(
|
||||
"WARNING: Device \"%s\" is Giant locked and may be "
|
||||
"deleted before FreeBSD 14.0.\n",
|
||||
"deleted before FreeBSD 15.0.\n",
|
||||
devsw->d_name == NULL ? "???" : devsw->d_name);
|
||||
}
|
||||
if (devsw->d_gianttrick == NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue