From owner-freebsd-questions Mon Apr 22 19:15:35 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA16043 for questions-outgoing; Mon, 22 Apr 1996 19:15:35 -0700 (PDT) Received: from xi.dorm.umd.edu (root@xi.dorm.umd.edu [129.2.152.45]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA16035 for ; Mon, 22 Apr 1996 19:15:31 -0700 (PDT) Received: from localhost (smpatel@localhost [127.0.0.1]) by xi.dorm.umd.edu (8.7.5/8.6.12) with SMTP id WAA01069; Mon, 22 Apr 1996 22:15:28 -0400 (EDT) Date: Mon, 22 Apr 1996 22:15:27 -0400 (EDT) From: Sujal Patel X-Sender: smpatel@xi.dorm.umd.edu To: "Andrew N. Edmond" cc: questions@FreeBSD.org Subject: Re: Ensoniq SoundScape Driver? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 22 Apr 1996, Andrew N. Edmond wrote: > Looking at the FreeBSD-current LINT I notice some rudimentary support for > the Ensoniq SoundScape card. Will this card be directly supported in a > new revision on the kernel? Is there a way to currently configure this > card as the system audio driver in the -stable or 2.1R kernel? Though not documented, this card may work with your current kernel. Try this configuration line: device sscape0 at isa? port 0x530 irq 10 drq 1 vector sbintr The irq/port may be wrong (you may need to play with these values). There will hopefully be better support for your card in FreeBSD 2.2 Sujal