Files
glide/Device3Dfx
guillemj 22a95077f9 Use the "new" kernel level exception handling for memory accesses
introduced in linux 2.1.8, which obsoletes verify_aread.

	* 3dfx_device.c (doQueryFetch): Remove verify_area and check for
	copy_to_user return values.
	(doPIORead): Likewise.
	(doQueryUpdate): Remove verify_area and check for copy_from_user
	return values.
	(doQuery): Likewise.
	(doPIOWrite): Likewise.
	(doPIO): Likewise.
	(verify_area) [DEBUG]: Remove function.
	(a_last_dummy_function) [DEBUG]: Likewise.
2006-12-03 07:51:02 +00:00
..
2000-04-08 23:32:31 +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.