aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/isa_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/isa_common.c')
-rw-r--r--sys/isa/isa_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c
index 1a6df7bf6046..91a0ee1f2f3d 100644
--- a/sys/isa/isa_common.c
+++ b/sys/isa/isa_common.c
@@ -569,8 +569,8 @@ isa_probe_children(device_t dev)
if (err == 0 && idev->id_vendorid == 0 &&
strcmp(kern_ident, "GENERIC") == 0 &&
device_is_attached(child))
- device_printf(child,
- "non-PNP ISA device will be removed from GENERIC in FreeBSD 15.\n");
+ gone_in_dev(child, 16,
+ "WARNING: non-PNP ISA device will be removed from GENERIC\n");
}
/*