git: ac34d3cd6840 - stable/13 - isa: Postpone removal of the non-PNP driver until 15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Oct 2023 00:57:25 UTC
The branch stable/13 has been updated by zlei:
URL: https://cgit.FreeBSD.org/src/commit/?id=ac34d3cd6840e2c7626d113e9ee7b8a873e11300
commit ac34d3cd6840e2c7626d113e9ee7b8a873e11300
Author: Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-10-28 20:31:11 +0000
Commit: Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-10-30 00:56:50 +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
(cherry picked from commit 98a670cdd6720da4988f902192177fa368b9f9e9)
(cherry picked from commit 699526792d2fac156d72654dba89a4b94c8a4c67)
---
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 2a3920373c1d..856551a7abba 100644
--- a/sys/isa/isa_common.c
+++ b/sys/isa/isa_common.c
@@ -574,7 +574,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");
}
/*