svn commit: r354998 - head/contrib/amd/amd

Ed Maste emaste at FreeBSD.org
Fri Nov 22 15:06:08 UTC 2019


Author: emaste
Date: Fri Nov 22 15:06:07 2019
New Revision: 354998
URL: https://svnweb.freebsd.org/changeset/base/354998

Log:
  amd: add deprecation warning on program startup
  
  Reviewed by:	rgrimes, trasz, kevans, brooks
  Discussed with:	cy
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D22466

Modified:
  head/contrib/amd/amd/amd.c

Modified: head/contrib/amd/amd/amd.c
==============================================================================
--- head/contrib/amd/amd/amd.c	Fri Nov 22 15:04:03 2019	(r354997)
+++ head/contrib/amd/amd/amd.c	Fri Nov 22 15:06:07 2019	(r354998)
@@ -414,6 +414,8 @@ main(int argc, char *argv[])
     progname = "amd";
   am_set_progname(progname);
 
+  plog(XLOG_WARNING, "built-in amd in FreeBSD is deprecated and will be removed before FreeBSD 13");
+
   /*
    * Initialize process id.  This is kept
    * cached since it is used for generating


More information about the svn-src-all mailing list