From owner-freebsd-current Mon Nov 22 7:24:22 1999 Delivered-To: freebsd-current@freebsd.org Received: from es-i2.fernuni-hagen.de (ES-i2.fernuni-hagen.de [132.176.7.81]) by hub.freebsd.org (Postfix) with ESMTP id C39F314CF9 for ; Mon, 22 Nov 1999 07:24:08 -0800 (PST) (envelope-from fritz.heinrichmeyer@fernuni-hagen.de) Received: from jfh00 (jfh00.fernuni-hagen.de [132.176.7.6]) by es-i2.fernuni-hagen.de (8.9.3/8.9.3) with SMTP id QAA26093 for ; Mon, 22 Nov 1999 16:21:45 +0100 (CET) (envelope-from fritz.heinrichmeyer@fernuni-hagen.de) Message-ID: <003401bf34f4$eace0ca0$0607b084@fernunihagen.de> From: "Fritz Heinrichmeyer" To: References: Subject: patch to recognize my soundcard, communicator stopped working Date: Mon, 22 Nov 1999 15:21:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG the good news: with the following patch my soundcard is recognized again (some machine cycles are wasted ..) *** sbc.c~ Mon Nov 22 07:07:45 1999 --- sbc.c Mon Nov 22 16:04:56 1999 *************** *** 133,138 **** --- 133,140 ---- case 0x45008c0e: /* Creative SB AWE64 (CTL0045) */ if (vend_id2 == 0xe4008c0e) s = "Creative SB AWE64 (CTL0045)"; + if (vend_id2 == 0xc5008c0e) + s = "Creative SB AWE64 (CTL00c5)"; break; #if notdef case 0x01200001: /* Avance Logic */ bad news: as others mentioned also communicator-4.7 is totally unuseable today (wo would use linux or freebsd without mozilla :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message