From owner-cvs-all@FreeBSD.ORG Sun Jan 22 05:00:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 B3D8E16A420; Sun, 22 Jan 2006 05:00:03 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23AEA43D46; Sun, 22 Jan 2006 05:00:02 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0M4xxg4001263; Sat, 21 Jan 2006 21:59:59 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43D3114F.1000403@samsco.org> Date: Sat, 21 Jan 2006 21:59:59 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <200601211523.k0LFNFQK087143@repoman.freebsd.org> In-Reply-To: <200601211523.k0LFNFQK087143@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci emu10k1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 22 Jan 2006 05:00:04 -0000 Alexander Leidinger wrote: > netchild 2006-01-21 15:23:15 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci emu10k1.c > Log: > Merge rev. 1.5 and 1.6 from DFly: > - Add PCI identifier to match against a Dell OEM version of the SB Live! > - Fix spurious warning about ANSI trigraphs > > Obtained from: DragonFlyBSD > > Revision Changes Path > 1.57 +12 -7 src/sys/dev/sound/pci/emu10k1.c It's generally a bad idea to blindly add IDs to any PCI driver without some proof that they work. Thanks for correcting this. Scott