From owner-freebsd-questions@FreeBSD.ORG Mon Jul 12 15:44:47 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 4FE15106566C for ; Mon, 12 Jul 2010 15:44:47 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D918C8FC1F for ; Mon, 12 Jul 2010 15:44:46 +0000 (UTC) Received: by wyb34 with SMTP id 34so4105804wyb.13 for ; Mon, 12 Jul 2010 08:44:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=dKXWqn0EcN5TfxIAbW/TTn/RU1WgH9PA1U30WqdSjIE=; b=tVuWHsJpnx0+ggFWz6yWGFEK6oYA7wXsJ4IIBsUQVmMyjYzhxXfoaPt0cZQLYljYwr kkw23pz8HWb1fRzF8DY/HINTDnXwUesf4KXft7wrtLwQro9BnKZAtiIEQjKOPMIkEYP7 7+pT0Bod0ymUmcZMWDn1IR5AwCuSVm0g38IVQ= 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=CRwGIRk8UfiTy2RfCetW8o7C3PK+Q5JgHSssHftgbjhJOK4Cf0hX/xNf8kHH09xMKk gtKlP1rTrGuxc4LBY+tzkIP4LukzXM8FClgxxMZ+t2t3AluII9cnDqi7d1Ad0DKiFBo8 07rPh+U7pigZx5qmdGVW1uHKalqjxzb+O3i6I= MIME-Version: 1.0 Received: by 10.227.147.132 with SMTP id l4mr3187393wbv.121.1278949485612; Mon, 12 Jul 2010 08:44:45 -0700 (PDT) Received: by 10.216.35.140 with HTTP; Mon, 12 Jul 2010 08:44:45 -0700 (PDT) In-Reply-To: <7c66c136-3c04-4cfc-8fa4-bdfd4424a165@z10g2000yqb.googlegroups.com> References: <7c66c136-3c04-4cfc-8fa4-bdfd4424a165@z10g2000yqb.googlegroups.com> Date: Mon, 12 Jul 2010 11:44:45 -0400 Message-ID: From: "illoai@gmail.com" To: 001 Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Har 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: Mon, 12 Jul 2010 15:44:47 -0000 On 11 July 2010 09:07, 001 wrote: > My hdd is using UDMA33 under PC-BSD (which uses a FreeBSD kernel). The > Nvidia SATA chipset seems to be detected, but isn't used! I hope this > is easily solvable because my laptop becomes really slow when the hdd > is used now. It appears from here that on 8.1-RC2 the SATA driver is used in preference to the old ATA interface, 8.0 seems to do the opposite. Try kldloading ataahci & ahci (& maybe siis) & seeing if it is probed correctly. -- --