From owner-freebsd-stable@FreeBSD.ORG Fri Mar 11 17:26:38 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4A116A4CE for ; Fri, 11 Mar 2005 17:26:38 +0000 (GMT) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6886043D1D for ; Fri, 11 Mar 2005 17:26:37 +0000 (GMT) (envelope-from security@jim-liesl.org) Received: from daemon.jim-liesl.org ([69.170.98.158]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050311172636.DSJM4618.mta13.adelphia.net@daemon.jim-liesl.org> for ; Fri, 11 Mar 2005 12:26:36 -0500 Received: from [127.0.0.1] (unknown [192.168.1.10]) by daemon.jim-liesl.org (Postfix) with ESMTP id 68480611A for ; Fri, 11 Mar 2005 10:26:39 -0700 (MST) Message-ID: <4231D4B2.3080608@jim-liesl.org> Date: Fri, 11 Mar 2005 10:26:10 -0700 From: secmgr User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4230EFD1.2040908@jim-liesl.org> In-Reply-To: <4230EFD1.2040908@jim-liesl.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: New Nforce2 variant doesn't recognize SATA as SATA X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 17:26:38 -0000 secmgr wrote: > I just picked up a new ABIT NF7-S2G motherboard (NF2 MCP chip set with > gigE and SATA/RAID). I'm running 5.3 release on it. The standard > parallel ATA chipset returns a "known" id . The SATA i/f seems to be > too new, and freebsd treats it like an unknown udma33 controller. > There's no Marvel bridge on the mobo. Is this a true SATA interface? > Should I be able to get away with putting entries in the following? > (i'm not concerned about the raid thing). They curently work as > udma33 disks. > > thanks > jim > > ata-pci.h:#define ATA_NFORCE2_MCP2 0x008e10de > ata-chipset.c: { ATA_NFORCE2_MCP2, 0, AMDNVIDIA, NVIDIA, > ATA_UDMA6, "nVidia nForce2 MCP2" }, well, to follow up my own mail, the trick above didn't help. the ata code still thinks it's a brain dead ata device and limits it to UDMA33. Help! When I looked through the H/W compat list, it said that Nforce 2 was supported, which is why I felt confident buying the board. I'd really like to get this working at SATA 150, even if the current drives might be bridged. Failing that, is there a definitive list of SATA PCI boards which FreeBSD does full support? thanks jim atapci0: port 0xf000-0xf00f,0x376,0x170- 0x177,0x3f6,0x1f0-0x1f7 at device 9.0 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atapci1: port 0xcc00-0xcc0f,0xb70-0xb73 ,0x970-0x977,0xbf0-0xbf3,0x9f0-0x9f7 irq 11 at device 11.0 on pci0 ata2: channel #0 on atapci1 ata3: channel #1 on atapci1 . .ata2-master: DMA limited to UDMA33, non-ATA66 cable or device ad4: 152627MB [310101/16/63] at ata2-master UDMA33 ata3-master: DMA limited to UDMA33, non-ATA66 cable or device ad6: 152627MB [310101/16/63] at ata3-master UDMA33