Re: nVidia drivers w/ 4.7-RELEASE

2002-11-23 Thread Alex Drummond
Interesting to see that other people found they worked fine with RELEASE. I had to update my system to STABLE before GLX would work, although I had no problems otherwise. Also, GLX would only work with an XFree86 installed from ports, not with one installed from the FreeBSD binaries on

Re: FreeBSD compatibility

2002-07-25 Thread Alex Drummond
It might be easier to recompile them for FreeBSD, instead of running the binaries using Linux emulation. As long as you haven't used any linux-specific system calls, of course. Mostly you shouldn't need to alter your code much / at all. Alex On Thursday 25 July 2002 11:52 am, Daniel Bye

Compiling kernel module

2002-07-16 Thread Alex Drummond
Hi, I'm trying to get a dummy PCI driver module to compile (code mostly taken from the FreeBSD developer's handbook), and I've run into a problem with a couple of header files. I include the file sys/buf.h, and it includes the following two preprocessor directives: #include device_if.h