From owner-cvs-all@FreeBSD.ORG Tue Jun 15 23:13:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD76F16A4CE; Tue, 15 Jun 2004 23:13:44 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38F343D46; Tue, 15 Jun 2004 23:13:44 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i5FNDS4c013718; Tue, 15 Jun 2004 16:13:28 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5FNDSuY013717; Tue, 15 Jun 2004 16:13:28 -0700 (PDT) (envelope-from obrien) Date: Tue, 15 Jun 2004 16:13:28 -0700 From: "David O'Brien" To: Marius Strobl Message-ID: <20040615231328.GB13516@dragon.nuxi.com> References: <200406132212.i5DMC3b9075832@repoman.freebsd.org> <20040614011012.H1600@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040614011012.H1600@newtrinity.zeist.de> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Joseph Dunn Subject: Re: cvs commit: src/sys/dev/sound/pci emu10k1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 23:13:45 -0000 On Mon, Jun 14, 2004 at 01:10:12AM +0200, Marius Strobl wrote: > On Sun, Jun 13, 2004 at 10:12:02PM +0000, David E. O'Brien wrote: > > obrien 2004-06-13 22:12:02 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/sound/pci emu10k1.c > > Log: > > Add PCI identifier for Dell modified SBLive! card > > > > Submitted by: Joseph Dunn > > > > Wasn't there consensus that simply adding its PCI ID isn't enough to > get this card working? No, not with the current emu10k1 driver. I think my commit gets us closer to working with the Dell emu10k1 hardware. I really don't think some dell-emu10k1 driver will be written vs. adding extra bits to this emu10k1 driver if needed. So getting the proper driver to at least probe and try to work with the hardware are steps closer than not even trying to work with the Dell emu10k1 hardware. -- -- David (obrien@FreeBSD.org)