From 1ca9ddeaa3ff861cc67bc4f92069c7cb5e35974e Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 18 Apr 2020 02:53:09 +0000 Subject: [PATCH] Deprecation notice for iir --- share/man/man4/iir.4 | 5 +++++ sys/dev/iir/iir_pci.c | 1 + 2 files changed, 6 insertions(+) diff --git a/share/man/man4/iir.4 b/share/man/man4/iir.4 index d9e4309771cd..fa742965eb90 100644 --- a/share/man/man4/iir.4 +++ b/share/man/man4/iir.4 @@ -8,6 +8,11 @@ .Sh NAME .Nm iir .Nd Intel Integrated RAID controller and ICP Vortex driver +.Sh DEPRECATION NOTICE +The +.Nm +driver is not present in +.Fx 13.0 . .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index bd7f15b57c4a..1dcdb7397e97 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -336,6 +336,7 @@ iir_pci_attach(device_t dev) } gdt_pci_enable_intr(gdt); + gone_in_dev(dev, 13, "iir(4) removed"); return (0); err: