From owner-freebsd-questions@FreeBSD.ORG Thu Feb 15 11:33:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED81E16A402 for ; Thu, 15 Feb 2007 11:33:25 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 8D39E13C4A7 for ; Thu, 15 Feb 2007 11:33:25 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1085581nfc for ; Thu, 15 Feb 2007 03:33:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ixn6n6Ubozrzqby6wGu1Gko4NrUMD2qGVy160kUv/rPjibhB32AXXRzjggX/iE0ZxawJk+DjYccR0Hsb/3rwblu1Yyd/O7KgQEjlckwa3w4cAGrNPcHHLhAF25iPS80Zu7+az6vXLZst8+vnJekQRV2Z9eWnUddjy9FJLGCwZhQ= Received: by 10.82.177.3 with SMTP id z3mr2552016bue.1171539203711; Thu, 15 Feb 2007 03:33:23 -0800 (PST) Received: by 10.82.135.17 with HTTP; Thu, 15 Feb 2007 03:33:23 -0800 (PST) Message-ID: <3aaaa3a0702150333scec31b8w70e6d6137b78ad0c@mail.gmail.com> Date: Thu, 15 Feb 2007 11:33:23 +0000 From: Chris To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: nforce 4 sata and freebsd 6 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: Thu, 15 Feb 2007 11:33:26 -0000 I noticed one of my servers works much better in freebsd 5 noticeably it is faster and more stable. I then found this post. http://lists.freebsd.org/pipermail/freebsd-current/2005-May/050529.html and http://www.freebsd.org/cgi/query-pr.cgi?pr=75540 So in freebsd 5.x there was limited nforce 4 support for pata devices and a patch made to support sata devices, so I checked the same file on freebsd 6.2 and there is no reference to ATA_NFORCE4 at all in the file, checked 5.4 and sure enough its there. So my question is why did ata-chipset.c in 2004 have some support for nforce4 and a patch in current which I think was 6.x at the time have support for sata and now nforce4 is completely wiped in 6.x? Was it not stable and scrapped for timescale to release or some other reason? nforce4 is a fairly popular chipset. My 150 sata hd is running in some sort of compatibility mode now as a result of the lack of a driver. Chris