From owner-freebsd-current Tue Nov 30 0:51:29 1999 Delivered-To: freebsd-current@freebsd.org Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 3861E157F2 for ; Tue, 30 Nov 1999 00:51:26 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (lavender.yy.ics.keio.ac.jp [131.113.47.22]) by titanium.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id RAA13556; Tue, 30 Nov 1999 17:51:20 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id RAA23986; Tue, 30 Nov 1999 17:51:20 +0900 (JST) Message-Id: <199911300851.RAA23986@lavender.yy.cs.keio.ac.jp> To: dfr@nlsystems.com Cc: freebsd-current@freebsd.org Subject: Re: ESS1879, pnp_id patch and illegal probe about ESS1888 In-Reply-To: Your message of "Sat, 27 Nov 1999 16:49:17 +0000 (GMT)" References: X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 30 Nov 1999 17:51:19 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> But kernel probed ESS1888 as pcm0 and ESS1879 as pcm1. I think >> this NOTE-PC only has ESS1879 sound chip and I only use pcm1. I >> don't want to probe ESS1888. How can I solve below problem? > >In retrospect, the es1888 probe code I added for alphas was a mistake. I >will disable that code and work on a better solution for alphas. Thanks. ESS1879 can probe as pcm0 sound driver and don't probe ES1888(ess?) anymore in my NOTE-PC. But does someone add pnpid of my sound card to dev/sound/isa/sb.c. or do I need to send-pr this patch ? --- MIHIRA Sanpei Yoshiro Yokohama, Japan. --- dev/sound/isa/sb.c.org Sat Nov 27 23:29:44 1999 +++ dev/sound/isa/sb.c Sat Nov 27 23:29:57 1999 @@ -1277,6 +1277,10 @@ s = "ESS1869"; break; + case 0x79187316: /* ESS1879 */ + s = "ESS1879"; + break; + case 0x88187316: /* ESS1888 */ s = "ESS1888"; break; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message