From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 16:50:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1DB716A4CE for ; Wed, 29 Dec 2004 16:50:53 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831FD43D41 for ; Wed, 29 Dec 2004 16:50:53 +0000 (GMT) (envelope-from stukov25@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so420279rne for ; Wed, 29 Dec 2004 08:50:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=gvQW+25KBvHzYg2v3IYi72e60KxSESBm4Ji2wWFoVvURfAYgTdEwfE4+xw5ZrABJczJF+iBVgq7/mFmUbh8lc505lpfeJNNf6EIZuvillhBSoZRXSVmSI8w5cdfg73+Kg0FaNZNnCOAZZ/D4u611npmIsrwBoxgklbTwshpqACY= Received: by 10.38.9.40 with SMTP id 40mr213173rni; Wed, 29 Dec 2004 08:50:52 -0800 (PST) Received: by 10.38.98.69 with HTTP; Wed, 29 Dec 2004 08:50:52 -0800 (PST) Message-ID: <6db26452041229085078cfcb1b@mail.gmail.com> Date: Wed, 29 Dec 2004 11:50:52 -0500 From: Alexei Stukov To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: i386 doesn't like S-ATA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexei Stukov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 16:50:54 -0000 Hi, I was recently running FreeBSD 5.3 on AMD64, and everything was fine (exception made for linux compatibility... but that's another story). Then, I removed everything and installed FreeBSD 5.3 i386. Everything work fine, until I decided to CVSUP my ports. It connected, then downloaded the ports but, after a while (1 or 2 minutes) I got the following error : ad4: TIMEOUT - Read DMA (...) ad4: Failure - ATA_IDENTIFY timed out ad4: Warning - removed from configuration ata2-master: Failure - Read DMA Timed out The thing I don't understand is why it doesn't work here and worked on AMD64. Is there any way to fix this? Thanks.