Date: Mon, 20 Sep 2004 11:59:12 +0900 From: Pyun YongHyeon <yongari@kt-is.co.kr> To: rian <in.horto.cum.pulchra@gmail.com> Cc: sparc64@freebsd.org Subject: Re: Onboard Audio Device Message-ID: <20040920025912.GA741@kt-is.co.kr> In-Reply-To: <8205f2e80409191621211e5e1b@mail.gmail.com> References: <8205f2e80409191621211e5e1b@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 19, 2004 at 07:21:08PM -0400, rian wrote: > In the current FreeBSD tree is there support for the various sparc > onboard audio devices as in NetBSD/sparc64 and OpenBSD/sparc64? More > specifically the audioce device (Crystal Semiconductor CS4231A). > Thanks! > -rian Not yet. But I have plans to commit a audio driver to CURRENT after releasing official 5.3R. The driver supports on board cs4231 which is found on SBus/EBus Ultrasparcs. I'm still finding a way to workaround DMA address issues on some poorly-designed(for Sound Blaster compatibility?) PCI audio cards. In theory, all PCI audio cards should work on sparc64 but simple experimentation showed there are much more complicated things. For instance ESS Solo-1 works well if we use only playback due to its DMA address limitations.(capturing is not possible for the card on sparc64) Other PCI audio cards(e.g. Trident 4D-Wave) that have DMA address limitation may not work at all. At present I have no idea how to handle all these cases correctly. Cheers, Pyun YongHyeon -- Pyun YongHyeon <http://www.kr.freebsd.org/~yongari>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040920025912.GA741>