From owner-freebsd-current@FreeBSD.ORG Fri Feb 4 02:59:53 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC8D16A4CE for ; Fri, 4 Feb 2005 02:59:53 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1468F43D1F for ; Fri, 4 Feb 2005 02:59:53 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so349395rne for ; Thu, 03 Feb 2005 18:59:49 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=mYjLobzkxglyZQmFTJkWAEH1MekfRQ7WWGg+376XQEPUAqglHxlhSBctoE+sNR9h1F354T4jc+AHCuSYP4hKpmEV+rP6IzNsGPwN7NB7B7jH+msp27yjSfL9wc1jTYG1F/zhtK24YqkZ7n8baAjsSuAVZZ7y2sp+VS6KoZgWUPs= Received: by 10.38.208.40 with SMTP id f40mr198806rng; Thu, 03 Feb 2005 18:58:20 -0800 (PST) Received: by 10.38.89.69 with HTTP; Thu, 3 Feb 2005 18:58:20 -0800 (PST) Message-ID: Date: Thu, 3 Feb 2005 18:58:20 -0800 From: Pascal Hofstee To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <42028F29.1030801@DeepCore.dk> cc: FreeBSD Current cc: "freebsd-stable@freebsd.org" Subject: Re: ATA mkIII first official patches - please test! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 02:59:53 -0000 On Thu, 3 Feb 2005 18:40:43 -0800, Pascal Hofstee wrote: > The only thing i was curious about is if there is any way to build the > kernel-module using ATA_STATIC_ID .. (as i used to do in my normal > kernel-configs) Ok .. I whacked myself with the proverbial clue-stick .. and simply put the ATA_STATIC_ID line back into my kernel-config. Even though i chose not to build ata-support not into the actual kernel the opt_ata.h file is of course still used in building the actual kernel-modules. Excuse the line noise :) -- Pascal Hofstee