From owner-freebsd-stable@FreeBSD.ORG Fri Jul 1 19:22:24 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 241F716A41C for ; Fri, 1 Jul 2005 19:22:24 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD6143D48 for ; Fri, 1 Jul 2005 19:22:23 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so378572wra for ; Fri, 01 Jul 2005 12:22:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r8Fw8cP8WTHgnjCUF9ek6vBZctLj7echiaxSQ+XzgYY+zWJHLSTT9HX4Mwmgp0SWPoukUA9Eyv4DCxbLjDF56dLOplmNcPYHR0m7exCrRLYYRnT3j1Wxo9Pgc3NTKODM+4QzvC4094Lms55ggwqF1ric0ej1/uX7jTgWLQW0B8w= Received: by 10.54.57.21 with SMTP id f21mr1850235wra; Fri, 01 Jul 2005 12:22:23 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Fri, 1 Jul 2005 12:22:22 -0700 (PDT) Message-ID: <790a9fff0507011222625d82c9@mail.gmail.com> Date: Fri, 1 Jul 2005 14:22:23 -0500 From: Scot Hetzel To: Alan Jay In-Reply-To: <200507012009.12308.dom@goodforbusiness.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507012009.12308.dom@goodforbusiness.co.uk> Cc: freebsd-stable@freebsd.org Subject: Re: SATA Problems - ATA_Identify timeout ERROR - using Tyan S5350 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 19:22:24 -0000 On 7/1/05, Dominic Marks wrote: > On Friday 01 July 2005 17:27, Alan Jay wrote: > > Thanks for this - I haven't try but will do so - but I do need a > > little help. I have downloaded the STABLE version and put it onto my > > machines. Do I have to compile the ATA driver into the system and if > > so how do I do so (sorry to ask no instructions on the web site > > below). >=20 > This should be the procedure, but I could be wrong. >=20 > o Get a fresh RELENG_5 > o Copy the ata mkIII update to your source tree Instead of just copying the files into your source tree, you should rename the following directories: sys/modules/ata sys/modules/ata-old (if it exists) sys/dev/ata sys/dev/ata-old NOTE: Just incase you wish to go back to the old ata driver. Then extract the ata mkII update into your source tree. > o Apply the diff for RELENG_5 to your source tree > o Build a fresh world + kernel >=20 > For proper instructions Google about for sos@freebsd.org's original > instructions. I think the subject was 'UPDATE: ATA mkIII patches' > or something along those lines. >=20 Scot