From owner-svn-src-all@FreeBSD.ORG Wed Feb 3 12:35:43 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7814D106566B; Wed, 3 Feb 2010 12:35:43 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6524A8FC14; Wed, 3 Feb 2010 12:35:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o13CZhCA095126; Wed, 3 Feb 2010 12:35:43 GMT (envelope-from wilko@svn.freebsd.org) Received: (from wilko@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o13CZh4d095124; Wed, 3 Feb 2010 12:35:43 GMT (envelope-from wilko@svn.freebsd.org) Message-Id: <201002031235.o13CZh4d095124@svn.freebsd.org> From: Wilko Bulte Date: Wed, 3 Feb 2010 12:35:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org X-SVN-Group: stable-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203427 - stable/6/release/doc/en_US.ISO8859-1/hardware/alpha X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 12:35:44 -0000 Author: wilko Date: Wed Feb 3 12:35:42 2010 New Revision: 203427 URL: http://svn.freebsd.org/changeset/base/203427 Log: Add some blurb on what Alpha systems are a safe bet for still working with RELENG_6. Triggered by: some emails sent to me. Modified: stable/6/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml Modified: stable/6/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml ============================================================================== --- stable/6/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml Wed Feb 3 12:00:57 2010 (r203426) +++ stable/6/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml Wed Feb 3 12:35:42 2010 (r203427) @@ -13,6 +13,20 @@ Supported processors and motherboards + NOTE NOTE NOTE + + &os; 6 is the last release of &os; to support the Alpha + platform. I have been asked which Alpha system models have the + best chance of working, given the more and more limited testing performed + on a more and more restricted set of different machine types. + + The binary distributions of &os; /alpha were built on a DS10 machine. + By coincidence I had a DS20L available for testing too. All in all this + makes DS10, DS10L or DS20L your best best bet. DS20 and DS20E are + also fairly safe. Loosely speaking these models are the last EV6 based systems + released. Systems to explicitely avoid are the old AS2100 and AS2100A. + This also applies to the neat DS15, it was never supported. + Additions, corrections and constructive criticism are invited. In particular, information on system quirks is more than welcome.