Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2021 23:03:57 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f58d396cce14 - stable/12 - Move back the isa non-PNP driver deadline to FreeBSD 14.
Message-ID:  <202103082303.128N3vCo079681@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f58d396cce14bd1af46be54b90b4d9264dfc3c36

commit f58d396cce14bd1af46be54b90b4d9264dfc3c36
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-03-08 22:59:48 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-03-08 23:03:09 +0000

    Move back the isa non-PNP driver deadline to FreeBSD 14.
    
    (cherry picked from commit 6ffdaa5f2d4f0881557f64dabf61fb57541e0fba)
---
 sys/isa/isa_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c
index 56fa0f2ba987..7bc66d552e31 100644
--- a/sys/isa/isa_common.c
+++ b/sys/isa/isa_common.c
@@ -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");
 	}
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103082303.128N3vCo079681>