From owner-freebsd-ppc@FreeBSD.ORG Sun Oct 26 12:47:15 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 181F61065674 for ; Sun, 26 Oct 2008 12:47:15 +0000 (UTC) (envelope-from marcotrillo@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id E0C3B8FC25 for ; Sun, 26 Oct 2008 12:47:14 +0000 (UTC) (envelope-from marcotrillo@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1582911wfg.7 for ; Sun, 26 Oct 2008 05:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=sBMJlL+g0x0lQTa+OQr5LmqU9YtUPvtcExhTttjS1Bs=; b=QUdyaJ6wdkzCgCvkAIiRLpRyc3VRm0glA/BcTU3qsX695jRT+HSgst+htWbC6Ja8bA I1Pf+4irEeFS2YQY14iiMMOo0hO2vA9L35pAqisyR+Nh6CtKvUJYBnhItsVCTk1F4bZS mogCBI4sp5OwdLpgxOzYMKsG2DNXbrsZHj5Ro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=eN+a1MzMkY9v2mbXPRojoE/pIoL8dX75HxfJ3QTbbPBTkHo0ta8UoNPTQRJlgnxHiM FAcTiYGsbba51ZkeC09dAPrgtV7GGhsgP10eVtSg6d1rpQKvsyxXC441SmCTfh3ovvCa x4k8JfVoLLRlWf2zVyEkniS7LLZ39jPg8i8uo= Received: by 10.142.240.9 with SMTP id n9mr2062629wfh.136.1225025234524; Sun, 26 Oct 2008 05:47:14 -0700 (PDT) Received: by 10.142.89.18 with HTTP; Sun, 26 Oct 2008 05:47:14 -0700 (PDT) Message-ID: Date: Sun, 26 Oct 2008 13:47:14 +0100 From: "Marco Trillo" To: "FreeBSD PowerPC ML" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: ATA DMA problems with recent -current X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2008 12:47:15 -0000 Hi, On Sun, Oct 26, 2008 at 1:17 PM, Marco Trillo wrote: > Here is a full dmesg of the new kernel. In both this kernel and the > working Oct 11 kernel, my "aoa" driver for sound is enabled. This is > the only modification with respect to a CVS GENERIC kernel. Hmm... I forgot to mention the changes to the 'ldscript.powerpc' file, which are required to get the kernel to boot in this machine. I think it's possible that I have a messed up source tree. Or a messed up "compile/" object directory. I'm going to remove the "compile/GENERIC" directory and get a fresh source tree from CVS, without any modifications (except the 'ldscript.powerpc' file which I mentioned above); and see if the problems persist. Thanks, Marco