git: 326adc0726cf - releng/14.0 - isa: Postpone removal of the non-PNP driver until 15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Nov 2023 04:32:44 UTC
The branch releng/14.0 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=326adc0726cf85625120489330776ba43818061d commit 326adc0726cf85625120489330776ba43818061d Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2023-10-28 20:31:11 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2023-11-02 04:29:52 +0000 isa: Postpone removal of the non-PNP driver until 15 Reviewed by: imp Approved by: re (karels) 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 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"); } /*