From owner-cvs-all@FreeBSD.ORG Mon Jun 14 01:19:20 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 A14D816A4CE; Mon, 14 Jun 2004 01:19:20 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A22343D53; Mon, 14 Jun 2004 01:19:20 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i5E1LXuV003432; Sun, 13 Jun 2004 19:21:33 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40CCFCDF.4040303@freebsd.org> Date: Sun, 13 Jun 2004 19:18:23 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <200406132212.i5DMC3b9075832@repoman.freebsd.org> <20040614011012.H1600@newtrinity.zeist.de> <20040614010854.GA98360@dragon.nuxi.com> In-Reply-To: <20040614010854.GA98360@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org 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 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 01:19:20 -0000 David O'Brien wrote: > 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? > > > Possibly. Still doesn't mean we shouldn't add the PCI ID to help people > farther along in determining if it really works or not. If we get > reliable failure reports in 5-CURRENT (which has a much updated driver > from 5.2.1) we can print out an error message in the probe. > Well, this is kinda like finding a new Adaptec ID and adding it to the ahc driver just because it's there, regardless of whether the driver can talk to the chip. Scott