From owner-freebsd-questions Tue Nov 12 11:55:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC44237B401 for ; Tue, 12 Nov 2002 11:55:16 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9189243E77 for ; Tue, 12 Nov 2002 11:55:14 -0800 (PST) (envelope-from alexander.pohoyda@gmx.net) Received: (qmail 12018 invoked by uid 0); 12 Nov 2002 19:55:13 -0000 Received: from p508be4fc.dip.t-dialin.net (HELO oak.pohoyda.family) (80.139.228.252) by mail.gmx.net (mp010-rz3) with SMTP; 12 Nov 2002 19:55:13 -0000 Received: from oak.pohoyda.family (localhost [127.0.0.1]) by oak.pohoyda.family (8.12.3/8.12.3) with ESMTP id gACJtAlU000545; Tue, 12 Nov 2002 20:55:11 +0100 (CET) Received: (from apog@localhost) by oak.pohoyda.family (8.12.3/8.12.3/Submit) id gACJt9ca000542; Tue, 12 Nov 2002 20:55:09 +0100 (CET) To: Scott Carmichael Cc: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: CS4299-A support? References: <20021108144232.E49986-100000@samwise.jobeus.net> From: Alexander Pohoyda Date: 12 Nov 2002 20:55:09 +0100 In-Reply-To: Scott Carmichael's message of "Fri, 8 Nov 2002 14:45:28 -0700 (MST)" Message-ID: <87el9q5zs2.fsf@oak.pohoyda.family> Lines: 23 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Scott Carmichael writes: > Does FreeBSD support this sound chipset? I can't find any confirmation > that it does, even though it's listed in /usr/src/sys/dev/sound/pcm/ac97.c [...] > Other CS42xx cards seem to be supported, but they're explicitly listed, > whereas my CS4299 is not... Mine CS4236, is not listed in that file as well, but it works. I had, however, to insert the following line into the kernel config: device pcm0 at isa? port 0x52c irq 5 drq 1 flags 0x10 If your kernel is PNPBIOS-enabled, you will probably need only: device pcm The result is: pcm0: at port 0x52c-0x533,0xf8c-0xf94,0xe0e irq 5 drq 1 flags 0xa110 on isa0 Hope this helps. -- Alexander Pohoyda To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message