From owner-freebsd-questions@FreeBSD.ORG Tue Jan 5 22:46:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7C37106566B for ; Tue, 5 Jan 2010 22:46:22 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9BDD98FC16 for ; Tue, 5 Jan 2010 22:46:22 +0000 (UTC) Received: by pxi12 with SMTP id 12so10790378pxi.3 for ; Tue, 05 Jan 2010 14:46:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=+q0Vz9K4SLH5De9WPGRZClBly3Pb9FGkEV38F8MxwFk=; b=KNJd7KPASYrMymalVc9XLGaZCatYEbbL/lIyorB9BvulIk4/OMwfCcIMH0iQI42+za dSjKK/EOVR22nvde9Ky1eCmkvlNxe5aoMJe90plp6rytvn+1icSHqn30Tnd6Bm5Endsi 41ZoZngxbtI0Er0eFOEidcqZ4Hi7AKGzUuV/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gQPhJDAHQ7qs0y/Ti1qqZZ9z1MNfTVgrWBLpkUvN9k7GS546ZOplRMhstnD35TA9DD 3ZJ3LaGeD0uEkBtOXXKUcfvsx8CDygdRH2ZI4vlH5sY2+wzzuhN/vB9xGrM6f6EsAoRp WfXeqLuVqcCj2iv5nGAq0+I9r8IeWYPPIrtHw= MIME-Version: 1.0 Received: by 10.142.55.8 with SMTP id d8mr5850835wfa.22.1262731577268; Tue, 05 Jan 2010 14:46:17 -0800 (PST) In-Reply-To: <4B43B635.40200@southportcomputers.co.uk> References: <4B43A84B.2050200@southportweb.co.uk> <6201873e1001051342l45490271n381c6c98d5e70bcf@mail.gmail.com> <4B43B635.40200@southportcomputers.co.uk> Date: Tue, 5 Jan 2010 16:46:17 -0600 Message-ID: <6201873e1001051446k7ca53d58y5f3d7b87b6606032@mail.gmail.com> From: Adam Vande More To: Colin Waring Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 7.2-RELEASE-p5 and kernel panic with mpt driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 22:46:22 -0000 On Tue, Jan 5, 2010 at 3:59 PM, Colin Waring < freebsd@southportcomputers.co.uk> wrote: > My supfile uses the tag > *default release=cvs tag=RELENG_7_2 > > The docs on stable say to use RELENG_7 for which I assumed was out of date > with the docs not always being updated frequently. Is there a different tag > for 7.2 Stable or am I not understanding the different versions? > > > Thanks, > Colin. > Your understanding is incorrect. RELENG_7 is stable, RELENG_7_0, RELENG_7_1 and RELENG_7_2 are snapshots of RELENG_7. RELENG_X will always be more current than RELENG_X_Y. Trust the docs unless you explicitly know differently. -- Adam Vande More