From owner-freebsd-bugs@FreeBSD.ORG Mon Dec 27 18:39:40 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF8D416A4CE for ; Mon, 27 Dec 2004 18:39:40 +0000 (GMT) Received: from ns.yar.post.ru (ns.yar.post.ru [213.187.102.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E350343D39 for ; Mon, 27 Dec 2004 18:39:39 +0000 (GMT) (envelope-from liettneff@bk.ru) Received: from gate-corbina.km.vibrators.ru (km.yar.post.ru [213.187.105.186]) by ns.yar.post.ru (8.12.9p2/8.12.9) with ESMTP id iBRIdVql070136; Mon, 27 Dec 2004 21:39:37 +0300 (MSK) (envelope-from liettneff@bk.ru) Received: from 192.168.1.100 (reaper.1.168.192.in-addr.arpa [192.168.1.100] (may be forged))iBRIdOf1037635; Mon, 27 Dec 2004 21:39:25 +0300 (MSK) (envelope-from liettneff@bk.ru) Date: Mon, 27 Dec 2004 21:39:23 +0300 From: Michael Lednev X-Mailer: The Bat! (v2.01) Business Organization: none X-Priority: 3 (Normal) Message-ID: <169280453.20041227213923@bk.ru> To: Sergiy Vyshnevetskiy In-Reply-To: <200412271427.iBRERIH4060222@www.freebsd.org> References: <200412271427.iBRERIH4060222@www.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit cc: freebsd-bugs@freebsd.org Subject: Re: kern/75540: Incorrect probing/configuration of nVidia nForce3/4 SATA controller X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: liettneff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 18:39:41 -0000 Hello, Sergiy. On 27 Dec 2004 ã., 17:27:18 you wrote: >>How-To-Repeat: SV> Install FreeBSD on a box with nForce3/nForce4 chipset and attach a SATA HDD to it. >>Fix: SV> --- sys/dev/ata/ata-chipset.c.orig Sun Oct 10 18:01:47 2004 SV> +++ sys/dev/ata/ata-chipset.c Sun Dec 5 23:24:15 2004 your fix is not good enough. this is my hardware: atapci1@pci0:10:0: class=0x010185 card=0x100c1695 chip=0x00e310de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'CK8S Serial ATA Controller' class = mass storage subclass = ATA this is what in dmesg: atapci1: port 0xd800-0xd80f,0xb70-0xb73,0x970-0x977,0xbf0-0xbf3,0x9f0-0x9f7 irq 20 at device 10.0 on pci0 ata2: channel #0 on atapci1 ata3: channel #1 on atapci1 during boot freebsd tries to set sata150 mode for my hdd and fails: ata2-master: DMA set to SA150 for any device attached to SATA controller ata2-master: FAILURE - SETFEATURES SET TRANSFER MODE status=51 error=4 ad4: 157066MB [319120/16/63] at ata2-master PIO4 if i try to do it manually - i can't, disk can't even do udma33 root@comp-reaper:~# atacontrol mode 2 udma6 biospio ad4: DMA set to SA150 for any device attached to SATA controller ad4: FAILURE - SETFEATURES SET TRANSFER MODE status=51 error=4 Master = PIO4 Slave = BIOSPIO -- Best regards, Michael mailto:liettneff@bk.ru