svn commit: r331881 - stable/11/sys/dev/pdq

Brooks Davis brooks at FreeBSD.org
Mon Apr 2 16:08:52 UTC 2018


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);


More information about the svn-src-all mailing list