The branch main has been updated by zlei:

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

commit 98a670cdd6720da4988f902192177fa368b9f9e9
Author:     Zhenlei Huang <z...@freebsd.org>
AuthorDate: 2023-10-28 20:31:11 +0000
Commit:     Zhenlei Huang <z...@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");
        }
 
        /*

Reply via email to