From owner-freebsd-stable@FreeBSD.ORG Thu Dec 9 20:06:02 2004 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 96D2516A4CE for ; Thu, 9 Dec 2004 20:06:02 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4843C43D49 for ; Thu, 9 Dec 2004 20:06:02 +0000 (GMT) (envelope-from rob@pythonemproject.com) Received: from [127.0.0.1] (c-67-169-203-186.client.comcast.net[67.169.203.186]) by comcast.net (rwcrmhc12) with ESMTP id <200412092005590140028c2ce>; Thu, 9 Dec 2004 20:05:59 +0000 Message-ID: <41B8B027.1050101@pythonemproject.com> Date: Thu, 09 Dec 2004 12:05:59 -0800 From: Rob User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= References: <55368.65.7.255.129.1102402914.squirrel@65.7.255.129> <41B7FF9B.4050700@DeepCore.dk> In-Reply-To: <41B7FF9B.4050700@DeepCore.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-stable@freebsd.org cc: Garance A Drosihn cc: Tim Welch Subject: Re: DMA errors with SATA on 5.x [one fix]/ SATA DVD+RW 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: Thu, 09 Dec 2004 20:06:02 -0000 Søren Schmidt wrote: > Garance A Drosihn wrote: > >> At 1:01 AM -0600 12/7/04, Tim Welch wrote: >> >>> I'm getting NID not found/DMA errors on 5-STABLE with a Seagate 200gb >>> sata drive: >>> >>> ad2: FAILURE - WRITE_DMA status=51 >>> error=10 LBA=268435455 >>> >>> This appears to be a result of 48-bit addressing. Any time a write is >>> attempted to the sector above, I get multiple messages like this. It >>> continues until I shut down. After a bit of googling I found this post: >>> >>> http://lists.freebsd.org/pipermail/freebsd-hackers/2004-October/008821.html >>> >>> >>> and applied the change suggested. It seems to have fixed the problem, >>> and I've had no troubles from this since Nov. 18th when I applied that >>> patch. I'm running an Intel 875PBZ board with the ich5 controller. >>> The drive in question is a Seagate ST3200822AS/3.01 (as reported by >>> dmesg). So the question is, will this patch be committed anytime soon? >> >> >> >> That looks like a pretty safe patch to make. The message says he >> just reduced the 48-bit trigger level by one: > > > Yes, I suggested that way back on the lists, and it seems to help > those that had this problem. I have had it for quite some time in > ATA-mkIII here as well, and since it has no real impact otherwise I've > committed it to -current... > Hi guys, This is the first post I have seen on stable about SATA. (ok, maybe I'm not subscribed to the right lists) Anyway I bought a brand new beautiful Plextor DVD+RW SATA drive (PX712SA) for use on my AMD64+3800 machine. Win XP64-beta won't recognize it, and neither will FreeBSD 5.3-RELEASE, AMD64. I am wondering what I am doing wrong? If you are willing to help just email me and I can send dmesg and/or kernel config file to you and keep it off the list. I am using the socket 939 chip on an Abit AV8 mobo. Only one of the two SATA channels is used. I have two SCSI 160 drives, one for Windoze and one for FBSD. So the only thing normal IDE is used for is the floppy drive. Thanks if you can help, Rob.