Date: Tue, 30 Nov 1999 17:51:19 +0900 From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> To: dfr@nlsystems.com Cc: freebsd-current@freebsd.org Subject: Re: ESS1879, pnp_id patch and illegal probe about ESS1888 Message-ID: <199911300851.RAA23986@lavender.yy.cs.keio.ac.jp> In-Reply-To: Your message of "Sat, 27 Nov 1999 16:49:17 %2B0000 (GMT)" References: <Pine.BSF.4.10.9911271648250.318-100000@salmon.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911300851.RAA23986>