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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to