From owner-cvs-src@FreeBSD.ORG Mon Jan 12 14:14:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14B116A4CE; Mon, 12 Jan 2004 14:14:30 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22EF43D1D; Mon, 12 Jan 2004 14:14:10 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) i0CMDx3I078049; Mon, 12 Jan 2004 22:13:59 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: obrien@FreeBSD.org In-Reply-To: <20040112172028.GA62014@dragon.nuxi.com> References: <200401111030.i0BAUuVH037222@repoman.freebsd.org> <20040112023829.GA12842@dragon.nuxi.com> <200401121031.35575.jhb@FreeBSD.org> <20040112172028.GA62014@dragon.nuxi.com> Content-Type: text/plain Message-Id: <1073945639.77193.1.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 12 Jan 2004 22:13:59 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on herring.nlsystems.com cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/sound/pci emu10k1.c src/sys/modules/sound/driver/emu10k1 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 22:14:30 -0000 On Mon, 2004-01-12 at 17:20, David O'Brien wrote: > On Mon, Jan 12, 2004 at 10:31:35AM -0500, John Baldwin wrote: > > On Sunday 11 January 2004 09:38 pm, David O'Brien wrote: > > > On Sun, Jan 11, 2004 at 10:07:26AM -0700, Scott Long wrote: > > > > Now that the driver is being actively maintained again, we can't ignore > > > > the GPL contamination in it. > > > > > > Whoa now! You're making way too strong an assumption. I have no > > > sound-fu skill -- I just wanted my Audigy to be able to play MP3's. I > > > don't care that much about sound quality and only use an Audigy because I > > > also get a firewire port w/o costing another PCI slot. Other than > > > testing and committing one more patch someone emailed me, I don't think > > > I'll be doing any more emu10k1 commits. > > > > You're still responsible for the licensing change and handling that > > appropriately. > > What licensing change? Previous to my commits emu10k1 relied on a GLV'ed > header. Now it relies on two. I don't see any difference from before. It seems to me that since there isn't any GPL'ed code involved but just a couple of headers presumably containing a hardware description and no actual code, then our driver isn't GPL contaminated. There is no code being linked to - just numbers in a header file as far as I can see.