svn commit: r360062 - in head: share/man/man4 sys/dev/iir
Warner Losh
imp at FreeBSD.org
Sat Apr 18 02:53:11 UTC 2020
Author: imp
Date: Sat Apr 18 02:53:09 2020
New Revision: 360062
URL: https://svnweb.freebsd.org/changeset/base/360062
Log:
Deprecation notice for iir
Modified:
head/share/man/man4/iir.4
head/sys/dev/iir/iir_pci.c
Modified: head/share/man/man4/iir.4
==============================================================================
--- head/share/man/man4/iir.4 Sat Apr 18 02:53:04 2020 (r360061)
+++ head/share/man/man4/iir.4 Sat Apr 18 02:53:09 2020 (r360062)
@@ -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
Modified: head/sys/dev/iir/iir_pci.c
==============================================================================
--- head/sys/dev/iir/iir_pci.c Sat Apr 18 02:53:04 2020 (r360061)
+++ head/sys/dev/iir/iir_pci.c Sat Apr 18 02:53:09 2020 (r360062)
@@ -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:
More information about the svn-src-head
mailing list