summaryrefslogtreecommitdiffstats
path: root/sys/modules/3dfx
Commit message (Collapse)AuthorAgeFilesLines
* Finish migration of MAINTAINER entrieseadler2012-10-221-2/+0
| | | | | Approved by: cperciva MFC after: 3 days
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-031-12/+1
| | | | | | | | | | | into a separate module. Accordingly, convert the option into a device named similarly. Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons. Suggested by: scottl Reviewed by: cokane MFC after: 5 days
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* Remove NOMANcokane2001-03-271-1/+0
|
* Zap some bad examples:peter2001-02-041-2/+1
| | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulepeter2001-01-291-6/+1
| | | | | case. Use an 'and' case in conf/files so that it only gets compiled if pci is present.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-9/+12
|
* Don't enable Linuxulator support if not on an i386.marcel2000-08-281-0/+2
| | | | | PR: 20873 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Fix clean to remove pci.hcokane2000-08-061-7/+11
| | | | | | Numerous style fixes Submitted by: Marcel Moolenaar <marcel@cup.hp.com>
* Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.xcokane2000-06-251-1/+1
| | | | DRI support is ready for us, as per Doug Rabson's request <dfr>.
* Finish up the fixing of the linux ioctl stuff. Add line to remove the devcokane2000-06-231-1/+2
| | | | | | entry upon unload. Fix the module makefile.
* Fixed trouble with linux emu, not it should work in the module.cokane2000-06-231-0/+3
| | | | Removed unnecessary warning message too.
* Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.cokane2000-06-221-4/+4
| | | | | Added a notice for linux users that the kld isn't working for them yet, so no linux emu from the kld. It compiles statically alright though.
* Add a kld to correlate with my committ of the voodoo driver (tdfx).cokane2000-06-211-0/+18
OpenPOWER on IntegriCloud