git: 98a670cdd672 - main - isa: Postpone removal of the non-PNP driver until 15

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Sat, 28 Oct 2023 20:32:30 UTC
The branch main has been updated by zlei:

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

commit 98a670cdd6720da4988f902192177fa368b9f9e9
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-10-28 20:31:11 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-10-28 20:31:11 +0000

    isa: Postpone removal of the non-PNP driver until 15
    
    Reviewed by:    imp
    MFC after:      1 day
    Differential Revision:  https://reviews.freebsd.org/D42387
---
 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 3abbff68ea02..b6f99a0922e5 100644
--- a/sys/isa/isa_common.c
+++ b/sys/isa/isa_common.c
@@ -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");
 	}
 
 	/*