From owner-freebsd-stable Sun Sep 24 19:57:45 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 484BF37B424 for ; Sun, 24 Sep 2000 19:57:37 -0700 (PDT) Received: from thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id TAA18505 for ; Sun, 24 Sep 2000 19:57:35 -0700 (PDT) Received: (from kline@localhost) by thought.org (8.11.0/8.11.0) id e8P2vOX89190 for freebsd-stable@FreeBSD.ORG; Sun, 24 Sep 2000 19:57:24 -0700 (PDT) (envelope-from kline) From: Gary Kline Message-Id: <200009250257.e8P2vOX89190@thought.org> Subject: pcm driver To: freebsd-stable@FreeBSD.ORG Date: Sun, 24 Sep 2000 19:57:23 -0700 (PDT) Organization: <> thought.org: pvblic service Unix since 1986... <> X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After more than an hour tracking down a bug in an X program--yes, I should have used gdb immediately, I found it was due to my KERNEL not being set up for sound. I am still using my SB16. Okay, I copied over the below which was in my FreeBSD-3.2 KERNEL file and tried to rebuild. I spotted the heads-up that snd0 was being deprecated in favor of pcm. I don't have any problem replacing this: device snd0 device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x3000 ###Pro Audio Spectrum. For Yamaha OPL-2/OPL-3 FM support: device opl0 at isa? port 0x388 with: device pcm but will is work for my ancient SB16?? thanks for any insights here. gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message