svn commit: r229430 - in head/sys: conf dev/sound/pci modules/sound/driver/emu10k1

Joel Dahl joel at freebsd.org
Wed Jan 4 08:55:00 UTC 2012


On 03-01-2012 16:15, John Baldwin wrote:
> On Tuesday, January 03, 2012 4:04:54 pm Pedro F. Giffuni wrote:
> > Author: pfg
> > Date: Tue Jan  3 21:04:54 2012
> > New Revision: 229430
> > URL: http://svn.freebsd.org/changeset/base/229430
> > 
> > Log:
> >   Replace a GPL'd header in the emu10k1 snd driver code.
> >   
> >   This brings in the emuxkireg.h from NetBSD (dev/pci) which
> >   is used for the same purpose but is smaller. The emu10k1
> >   is now free from the GPL.
> 
> Is this a common-enough chipset to enable in GENERIC now that it is safe to
> do so?

I think so, but I also think we should decide what to do with emu10kx (if
anything) as I suspect it will remain GPL polluted.

The emu10k1 and emu10kx drivers essentially support the same hardware, with
a few exceptions (if memory serves me right -- I think there are a few cards
that emu10kx does not support, someone should check with Yuriy). However,
emu10kx has a few nice features like optional multichannel and MIDI I/O
support...

-- 
Joel


More information about the svn-src-all mailing list