From owner-freebsd-current@FreeBSD.ORG Sun Jun 8 10:58:52 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E9937B401 for ; Sun, 8 Jun 2003 10:58:52 -0700 (PDT) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFBD43FE5 for ; Sun, 8 Jun 2003 10:58:51 -0700 (PDT) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost.cnd.mcgill.ca [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.3p2/8.12.3) with ESMTP id h58I1njC077920; Sun, 8 Jun 2003 14:01:49 -0400 (EDT) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.3p2/8.12.3/Submit) id h58I1m1H077919; Sun, 8 Jun 2003 14:01:48 -0400 (EDT) Date: Sun, 8 Jun 2003 14:01:48 -0400 From: Mathew Kanner To: "Thomas T. Veldhouse" , Emil A Eklund Message-ID: <20030608180148.GT33133@cnd.mcgill.ca> References: <002f01c32dd4$7fc21b90$0101a8c0@cascade> <1055090528.7238.2.camel@tiger.eaenet> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="yEPQxsgoJgBvi8ip" Content-Disposition: inline In-Reply-To: <1055090528.7238.2.camel@tiger.eaenet> Organization: I speak for myself, operating in Montreal, CANADA User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-32.0 required=5.0 tests=IN_REP_TO,PATCH_UNIFIED_DIFF,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: FreeBSD-Current Subject: Re: Sound Blaster Live DD5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 17:58:52 -0000 --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > [ Thomas and Emil talk about Dell OEM SB, Emil gives a pciconf ] Could somebody with Dell OEM card try this patch and report back? --Mat -- Brain: Pinky, are you pondering what I'm pondering? Pinky: I think so Brain, but if you replace the P with an O, my name would be Oinky, wouldn't it? --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dell_sb.patch" --- emu10k1.c Sun Jun 8 13:56:01 2003 +++ /tmp/e Sun Jun 8 13:55:37 2003 @@ -1446,6 +1446,9 @@ s = "Creative EMU10K2"; break; */ + case 0x00061102: + s = "Dell EMU10K1"; + break; default: return ENXIO; } --yEPQxsgoJgBvi8ip--