Files
glide/Device3Dfx
guillemj 1f3ee6bb30 Fix warnings when not checking pci_register_driver return codes.
* 3dfx_driver.c (findCards): Return int instead of void , and normalize
	error code to be always negative, otherwise return numCards.
	(init_module): Check for findCards return code, print a warning and
	exit the module on error.
	(init_3dfx): Likewise.
2007-02-06 04:50:34 +00:00
..
2000-04-08 23:32:31 +00:00
2007-02-06 04:10:21 +00:00
2004-08-21 05:57:46 +00:00

Build instructions
------------------

The new build system supports Linux kernel legacy build systems
as used on 2.4.x or earlier and the new kbuild system used on 2.6
and up.

Current make targets are:

	modules
	clean
	install

If your kernel source is in some place different than /usr/src/linux
specify the KSRC variable, like:

	$ make KSRC=~/src/linux

If you want to install in a different base dir specify DESTDIR.