From owner-svn-doc-head@FreeBSD.ORG Mon Apr 27 02:12:19 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AD39D76; Mon, 27 Apr 2015 02:12:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EB9A1DCB; Mon, 27 Apr 2015 02:12:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3R2CJ7O017357; Mon, 27 Apr 2015 02:12:19 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3R2CJS6017355; Mon, 27 Apr 2015 02:12:19 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504270212.t3R2CJS6017355@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 27 Apr 2015 02:12:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46616 - head/en_US.ISO8859-1/htdocs/platforms/ia64 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 02:12:19 -0000 Author: eadler Date: Mon Apr 27 02:12:18 2015 New Revision: 46616 URL: https://svnweb.freebsd.org/changeset/doc/46616 Log: ia64: update docs to indicate current tier status Based on https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/article.html ia64 will be dropping to tier 4 (unsuppored) status with FreeBSD 11. Document this. Deleted: head/en_US.ISO8859-1/htdocs/platforms/ia64/todo.xml Modified: head/en_US.ISO8859-1/htdocs/platforms/ia64/Makefile head/en_US.ISO8859-1/htdocs/platforms/ia64/index.xml Modified: head/en_US.ISO8859-1/htdocs/platforms/ia64/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/platforms/ia64/Makefile Mon Apr 27 02:06:14 2015 (r46615) +++ head/en_US.ISO8859-1/htdocs/platforms/ia64/Makefile Mon Apr 27 02:12:18 2015 (r46616) @@ -7,7 +7,7 @@ .include "../Makefile.inc" .endif -DOCS= index.xml machines.xml refs.xml todo.xml +DOCS= index.xml machines.xml refs.xml DATA= i2inside.png mckinley-die.png merced-die.png montecito-die.png .include "${DOC_PREFIX}/share/mk/web.site.mk" Modified: head/en_US.ISO8859-1/htdocs/platforms/ia64/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/platforms/ia64/index.xml Mon Apr 27 02:06:14 2015 (r46615) +++ head/en_US.ISO8859-1/htdocs/platforms/ia64/index.xml Mon Apr 27 02:12:18 2015 (r46616) @@ -34,9 +34,6 @@ Current status
  • - What Needs To Be Done -
  • -
  • Hardware List
  • @@ -53,17 +50,8 @@

    Current status

    -

    The ia64 port is still considered a tier 2 platform. This boils - down to not being fully supported by our security officer, release - engineers and toolchain maintainers. In practice however the - distinction between a tier 1 platform (which is fully supported) - and a tier 2 platform is not as strict as it seems. In almost all - aspects the ia64 port is a tier 1 platform. -
    - From a developer point of view there's an advantage to have the ia64 - port be a tier 2 platform for a while longer. We still have a couple - of ABI breaking changes in the pipeline and having to maintain - backward compatibility this early in a ports life is less than - ideal.

    +

    The ia64 port is considered a tier 2 platform until + FreeBSD 10. After this it will no longer be + supported.