Author: brooks Date: Mon Apr 2 16:08:51 2018 New Revision: 331881 URL: https://svnweb.freebsd.org/changeset/base/331881
Log: fea(4) was removed in HEAD with the removal of EISA support. This is a direct commit. Modified: stable/11/sys/dev/pdq/if_fea.c Modified: stable/11/sys/dev/pdq/if_fea.c ============================================================================== --- stable/11/sys/dev/pdq/if_fea.c Mon Apr 2 15:28:48 2018 (r331880) +++ stable/11/sys/dev/pdq/if_fea.c Mon Apr 2 16:08:51 2018 (r331881) @@ -234,6 +234,7 @@ pdq_eisa_attach (dev) return (error); } + gone_in_dev(dev, 12, "fea(4) driver"); return (0); bad: pdq_free(dev); _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"