From owner-svn-src-all@FreeBSD.ORG Wed Jan 4 14:43:13 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 177D61065670; Wed, 4 Jan 2012 14:43:13 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 972D08FC27; Wed, 4 Jan 2012 14:43:11 +0000 (UTC) Received: by eekc50 with SMTP id c50so19870346eek.13 for ; Wed, 04 Jan 2012 06:43:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=2OwleSnXTdza3gej/K6bzidB0aD1J8HZjeTGZCfYVKM=; b=W7ZaqAIptgR9h7v4mRJ3+IibinP92JvcaiuJrc6nS8O4BXksHdJsDh5uc80iQs7s5R Sdk0uGwFvw8TrOc4Mgg9B5iUI2aGnYQxcdAH9sKtay6VKjFelCOXENbDbXw0uxhLcgEp Eq3VHzPfLH0p6GiGaXdy8IGUKCDrJxUGqMoL4= Received: by 10.14.127.68 with SMTP id c44mr23757008eei.47.1325688190355; Wed, 04 Jan 2012 06:43:10 -0800 (PST) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id e12sm69549991eea.5.2012.01.04.06.43.07 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Jan 2012 06:43:08 -0800 (PST) Sender: Alexander Motin Message-ID: <4F046579.2020502@FreeBSD.org> Date: Wed, 04 Jan 2012 16:43:05 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111227 Thunderbird/9.0 MIME-Version: 1.0 To: pfg@freebsd.org References: <1325687123.3425.YahooMailClassic@web113504.mail.gq1.yahoo.com> In-Reply-To: <1325687123.3425.YahooMailClassic@web113504.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexey Dokuchaev , src-committers@freebsd.org, John Baldwin , svn-src-all@freebsd.org, Joel Dahl , svn-src-head@freebsd.org Subject: Re: svn commit: r229430 - in head/sys: conf dev/sound/pci modules/sound/driver/emu10k1 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 14:43:13 -0000 On 01/04/12 16:25, Pedro Giffuni wrote: > --- Mer 4/1/12, Alexey Dokuchaev ha scritto: > ... >>> The only issue is getting rid of the remaining >> (small) >>> GPL'd headers. Alternatively this driver is already >> available >>> as a port (audio/emu10kx). >> >> Yes, I am aware of the port existence. My point was >> to leave just one, BSD licensed, full featured emu10k >> driver in the base (i.e. merge emu10k1 and >> emu10kx into one). Good to know that you're up to >> this; I hope we'll get there eventually. :-) > > Well, when I made the changes for emu10k1 it was easy > to do them for emu10kx too but I don't have the card so I > am not really up to it (sorry). > > I will be glad to help if someone else is interested. I have Audigy2ZS (model SB0350) in my table if any help with testing needed, but I've never looked into emu10k code, preferring to hack more widespread and documented HDA. -- Alexander Motin