Date: Sat, 18 Apr 2020 02:53:10 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r360062 - in head: share/man/man4 sys/dev/iir Message-ID: <202004180253.03I2rAu7051093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004180253.03I2rAu7051093>