From owner-freebsd-current@FreeBSD.ORG Sun Jan 11 16:38:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E81116A4CE for ; Sun, 11 Jan 2004 16:38:25 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5524A43D3F for ; Sun, 11 Jan 2004 16:38:24 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0C0cNip057325; Sun, 11 Jan 2004 16:38:23 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0C0cNAe057324; Sun, 11 Jan 2004 16:38:23 -0800 (PST) (envelope-from obrien) Date: Sun, 11 Jan 2004 16:38:23 -0800 From: "David O'Brien" To: Andrew Thompson Message-ID: <20040112003823.GE57169@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Andrew Thompson , current@freebsd.org 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040112002537.GD89979@kate.fud.org.nz> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@freebsd.org Subject: Re: emu10k1 broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 00:38:25 -0000 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.