From owner-freebsd-current@FreeBSD.ORG Tue Dec 1 15:49:20 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF51D10656AC for ; Tue, 1 Dec 2009 15:49:20 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3418FC13 for ; Tue, 1 Dec 2009 15:49:20 +0000 (UTC) Received: by bwz5 with SMTP id 5so3570705bwz.3 for ; Tue, 01 Dec 2009 07:49:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=9OkZn1Nhw2Pgd0QkOh4P9x6vQ/iP1mj6mh8aLvuK62M=; b=mw9/9jxrhVYvXAU9Nlk4UNAoLZyR79Gy3dcLIG0TjcHQKVeH7jj4caPbh0QbCv2JQA bD0nr+J0HY0akD9045fibBIy1MFkSqEmd9kCZoRZyeLoKnp7wZLoKmY0UcYPJ3W7INZ4 5cqe7r1pb7bsVHXQn6KhPWqWfVaTX2bimjTls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=qScq/tDQb543gEqvh0DlXsWQj/a5T+726+0KURYgOd/4bLHasm+2EoL0lWzg3J9RNT nL6cvAUE47ABCuqrx2gMN8IIIbZP7IsIEpf/1oymGuvwPDoxO9ucNxtwpE5ZVueA0MwM ukW5l5McEtpPTyO7kRgufXuDeAnW9z1x8vQGA= Received: by 10.204.150.76 with SMTP id x12mr6229883bkv.30.1259682558985; Tue, 01 Dec 2009 07:49:18 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 15sm92088fxm.2.2009.12.01.07.49.17 (version=SSLv3 cipher=RC4-MD5); Tue, 01 Dec 2009 07:49:17 -0800 (PST) Sender: Alexander Motin Message-ID: <4B153AFB.7070100@FreeBSD.org> Date: Tue, 01 Dec 2009 17:49:15 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20090901) MIME-Version: 1.0 To: Nenhum_de_Nos References: <4B153498.8050601@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current Subject: Re: FreeBSD 8.0 Performance (at Phoronix) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 15:49:20 -0000 Nenhum_de_Nos wrote: > to make use of all this new stuff I need to run HEAD ? as former HEAD was born recently as 8.0R and the new stuff in it is big compared to 7.x, I'd like to use it from RELENG_8. is this possible ? You need to run recent 8-STABLE and load ahci kernel module. It is not included into default GENERIC kernel yet, due to work in progress. 8.0-RELEASE also includes some of that code, but on much earlier development stage. > my hardware would be NVIDIA nForce 680i SLI motherboard and Seagate ES.2 disks. OK. Make sure that you have AHCI SATA mode enabled in BIOS. -- Alexander Motin