From owner-freebsd-ppc@FreeBSD.ORG Mon May 24 23:13:49 2010 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 DF4091065672 for ; Mon, 24 May 2010 23:13:48 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 373DE8FC0C for ; Mon, 24 May 2010 23:13:47 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so1583429fgb.13 for ; Mon, 24 May 2010 16:13:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=t/9duw08uClPQpSXOWnMLmLAb45dqwJ9dzH2PndHZy8=; b=kqFiEUC7BKC4goSzYiCznTTr7GJYrGkwATqn8585jDMaSAXSXfjSrPpCD822A2hs3t yX98VMGsz/3PN2uO5kzQQjbmlowLZP4Vdy6x+Vq596wcAJC3SSoFbQJUASDw/EL8K898 DScQ7ky3m+jpNnPCQ0KeCdqmXylWh+8RyRk3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=O74iEq+q7szVqLMvurBKrV4xivm6OmR3YOjEYe5RR5y4wxL2L+0YZgXv4W09fD2uao t4ZOOAGMEquOjnp6KqVKHiPm/kHP8M1HaWSA2f4Fe6tv8L3FfPjG3sx5IejoC8etDO7g iU0neAcnWCB+B0oiB/OkYo9r++u7e5WgQBAP8= MIME-Version: 1.0 Received: by 10.204.140.213 with SMTP id j21mr2397247bku.110.1274742826915; Mon, 24 May 2010 16:13:46 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.204.126.103 with HTTP; Mon, 24 May 2010 16:13:46 -0700 (PDT) In-Reply-To: References: <201005242140.o4OLe2t4051234@freefall.freebsd.org> Date: Mon, 24 May 2010 19:13:46 -0400 X-Google-Sender-Auth: g_w1bQsG5aGtEb64rI5h2yb3aH4 Message-ID: From: Justin Hibbits To: Andreas Tobler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ppc@freebsd.org Subject: Re: powerpc/146888: kernel panic when loading snd_ai2s 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: Mon, 24 May 2010 23:13:49 -0000 On Mon, May 24, 2010 at 7:07 PM, Justin Hibbits wrote: > On Mon, May 24, 2010 at 5:40 PM, Andreas Tobler < > andreas.tobler@nexus-ag.com> wrote: > >> The following reply was made to PR powerpc/146888; it has been noted by >> GNATS. >> >> From: Andreas Tobler >> To: , >> Cc: >> Subject: Re: powerpc/146888: kernel panic when loading snd_ai2s >> Date: Mon, 24 May 2010 23:04:43 +0200 >> >> Hi Justin, >> >> does it work when you build the stuff integrated into the kernel? >> >> IOW, no modules? >> > > Yes, it does succeed when integrated into the kernel. Pretty bizarre. > > - Justin > I should add that although it succeeds, it doesn't actually work. When playing an ogg I get static. When cat'ing a wav to the device it works. This is likely an endian issue. - Justin