Date: Sun, 8 Jun 2003 14:01:48 -0400 From: Mathew Kanner <mat@cnd.mcgill.ca> To: "Thomas T. Veldhouse" <veldy@veldy.net>, Emil A Eklund <eae-dated-1055522455.8c734f@eae.net> Cc: FreeBSD-Current <freebsd-current@freebsd.org> Subject: Re: Sound Blaster Live DD5.1 Message-ID: <20030608180148.GT33133@cnd.mcgill.ca> In-Reply-To: <1055090528.7238.2.camel@tiger.eaenet> References: <002f01c32dd4$7fc21b90$0101a8c0@cascade> <1055090528.7238.2.camel@tiger.eaenet>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030608180148.GT33133>