From owner-freebsd-ppc@FreeBSD.ORG Mon Nov 19 22:35:02 2007 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 5A14E16A417 for ; Mon, 19 Nov 2007 22:35:02 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id C56E913C469 for ; Mon, 19 Nov 2007 22:35:01 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DHW47085 (AUTH peterg@ptree32.com.au); Tue, 20 Nov 2007 08:34:04 +1000 (EST) Message-ID: <47420F4D.3030808@freebsd.org> Date: Mon, 19 Nov 2007 14:33:49 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: Ben Kaduk References: <47d0403c0711172006l3f9d02ceia4e3d242ab3671be@mail.gmail.com> In-Reply-To: <47d0403c0711172006l3f9d02ceia4e3d242ab3671be@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD ppc livecd? disk 1? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 22:35:02 -0000 Hi Ben, > I had to reboot my iBook G4 today, so I thought I'd try booting FreeBSD on it > and see how well it worked; I also wanted to see if I could find out > any information > about the sound card in it, as there was a request on this list several months > ago for that information that I believe is yet unanswered. I believe the iBook has a "snapper" audio subsystem, which is a Texas Instruments TAS3004 "Digital Audio Processor with Codec", with an i2s bus for the data path. See the NetBSD driver at src/sys/arch/macppc/dev/snapper.c later, Peter.