From owner-freebsd-hackers Thu Dec 23 4:32:20 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from phoenix.student.utwente.nl (cal30b054.student.utwente.nl [130.89.229.25]) by hub.freebsd.org (Postfix) with ESMTP id 33C3B1555C for ; Thu, 23 Dec 1999 04:32:18 -0800 (PST) (envelope-from havoc@Cal30B054.student.utwente.nl) Received: by phoenix.student.utwente.nl (Postfix, from userid 1000) id 2B9BF1B0; Thu, 23 Dec 1999 13:32:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by phoenix.student.utwente.nl (Postfix) with ESMTP id 22D7C18F; Thu, 23 Dec 1999 13:32:20 +0100 (CET) Date: Thu, 23 Dec 1999 13:32:20 +0100 (CET) From: Theo van Klaveren X-Sender: havoc@Cal30B054.student.utwente.nl To: Doug Rabson Cc: Julian Elischer , Theo van Klaveren , freebsd-hackers@FreeBSD.ORG Subject: Re: Question about GLIDE... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 23 Dec 1999, Doug Rabson wrote: > On Thu, 23 Dec 1999, Julian Elischer wrote: > > Thats right. Another gotcha with the Glide code is that it uses the Linux > convention for outx(), i.e. outb(val, port) where we use outb(port, val). > That had me going for an hour or two.. Ah-ha, thanks for mentioning that! What had me going for an hour or so was not noticing that they didn't supply the '-c' to install, which caused the header files to be moved OUT of the source tree on the first build pass :) > > Seriously, look at my diffs. I ran all the tests and they produced the > same results as for Linux. I was planning to work with the folks at > glide.sourceforge.net next year to get the FreeBSD bits integrated with > their source base. That'd be a Good Thing. Seriously though, the patchwork I'm creating here is NOT meant to be integrated in the source tree (it's _UGLY_)... I'd be glad to help in any such porting work though. B.t.w. I noticed the assembly files are preprocessed with gasp piped through to as, which generates an empty object file because gasp isn't on my system. It also isn't in the ports. Anyone know where to get it? Theo van Klaveren http://phoenix.student.utwente.nl / ICQ #1353681 - Why, oh why didn't I take the _blue_ pill? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message