svn commit: r229981 - in head/sys: conf dev/sound/pci gnu/dev/sound/pci modules/sound/driver/emu10kx

John Baldwin jhb at freebsd.org
Thu Jan 12 12:43:44 UTC 2012


On Wednesday, January 11, 2012 4:17:14 pm Pedro F. Giffuni wrote:
> Author: pfg
> Date: Wed Jan 11 21:17:14 2012
> New Revision: 229981
> URL: http://svn.freebsd.org/changeset/base/229981
> 
> Log:
>   Replace GPL'd headers in the emu10kx snd driver code.
>   
>   This uses the emuxkireg.h already used in the emu10k1
>   snd driver. Special thanks go to Alexander Motin as
>   he was able to find some errors and reverse engineer
>   some wrong values in the emuxkireg header.
>   
>   The emu10kx driver is now free from the GPL.
>   
>   PR:		153901
>   Tested by:	mav, joel
>   Approved by:	jhb (mentor)
>   MFC after:	2 weeks

Is the emu10kx driver a superset of em10k1 now (meaning does it support all
the em10k1 devices and should em10k1 be retired)?

Also, it seems we should definitely add 'snd_emu10kx' to GENERIC on x86
and possible 'snd_emu10k1'.

-- 
John Baldwin


More information about the svn-src-all mailing list