From owner-freebsd-hardware@FreeBSD.ORG Tue May 31 20:06:23 2005 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF6216A41F for ; Tue, 31 May 2005 20:06:23 +0000 (GMT) (envelope-from giromide@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31BB43D1D for ; Tue, 31 May 2005 20:06:22 +0000 (GMT) (envelope-from giromide@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2412053wra for ; Tue, 31 May 2005 13:06:22 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=YyzYr7PfHR/S4NA2mHYQoQ2k3J1HuL/3aWOhnD89aWIjiZ4NXJCxNYW5VfuEZx9HRN+X+MqCWYMTm17XyhQhR2ZwDYxTx5tnV7OkClLfJlaucotVAsnOlib5Gq5AEXsboj3wiUZh2YDodmRiBt8cmNkxYLDkjiM2qWjJh1T6Lp8= Received: by 10.54.51.9 with SMTP id y9mr3169253wry; Tue, 31 May 2005 13:06:22 -0700 (PDT) Received: by 10.54.110.1 with HTTP; Tue, 31 May 2005 13:06:21 -0700 (PDT) Message-ID: Date: Tue, 31 May 2005 15:06:21 -0500 From: Derek Giromini To: freebsd-hardware@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Adding only updated ATA code to 5.4-STABLE X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Derek Giromini List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 20:06:23 -0000 Greetings-- I am trying to install 5.4-STABLE on a 1U with a ICH5-R SATA RAID-1 controller. I am following Samuel Clements' instructions from earlier in the month, but I don't want to cvsup CURRENT because I have no idea what I'm taking from the pre-6.x environment. I just want 5.4-STABLE with the modified ATA code that should address any RAID-1 issues. I checked out the updates to src/sys/dev/ata, but upon making target buildkernel, the build broke because it could not find a new header file called ata_if.h. I can't find this anywhere in the CVSweb nor can I check it out due to this error: warning: new-born src/include/ata_if.h (or src/sys/sys/ata_if.h) has disapp= eared I've checked the Attics in the usual suspect directories to find no trace of this file. What's going on? Is this header generated? I'm really at a loss here. Any help is appreciated. Cheers, --Derek