Date: Sun, 11 Jan 2004 16:38:23 -0800 From: "David O'Brien" <obrien@freebsd.org> To: Andrew Thompson <andy@fud.org.nz> Cc: current@freebsd.org Subject: Re: emu10k1 broken Message-ID: <20040112003823.GE57169@dragon.nuxi.com> In-Reply-To: <20040112002537.GD89979@kate.fud.org.nz> References: <200401111401.10418.sperber@gmx.at> <20040112001143.GA56860@dragon.nuxi.com> <20040112001527.GC89979@kate.fud.org.nz> <20040112002103.GB56860@dragon.nuxi.com> <20040112002537.GD89979@kate.fud.org.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 12, 2004 at 01:25:37PM +1300, Andrew Thompson wrote: > I was pointing out that sys/modules/sound/driver/emu10k1/Makefile referred > to emu10k1-alsa%diked.h as well (which doesnt seem right). Why doesn't it seem right? "dike" means to cut out -- we can't compile using emu10k1-alsa.h as-is. It is full of Linux kernel structures. However we do need the register constants, etc... If you look at how emu10k1-alsa%diked.h is generated you'll see that I am extracting the #define's from it and keeping them from conflicting with the completing Creative header.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040112003823.GE57169>