head	1.6;
access;
symbols
	first:1.1.1.1 COKANE:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2000.08.06.19.08.55;	author cokane;	state dead;
branches;
next	1.5;

1.5
date	2000.06.25.23.44.20;	author cokane;	state Exp;
branches;
next	1.4;

1.4
date	2000.06.23.05.54.26;	author cokane;	state Exp;
branches;
next	1.3;

1.3
date	2000.06.23.04.30.20;	author cokane;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.22.05.47.16;	author cokane;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.21.20.32.24;	author cokane;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.06.21.20.32.24;	author cokane;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Cleaning conflicting module tree. Use modules/3dfx instead.
@
text
@# $FreeBSD: src/sys/modules/tdfx/Makefile,v 1.5 2000/06/25 23:44:20 cokane Exp $
.PATH: $(.CURDIR)/../../dev/tdfx
KMOD		= 3dfx
NOMAN		= YES
SRCS		= opt_tdfx.h  pci.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
		  tdfx_vars.h tdfx_pci.c
INCSRC		= ../../sys

# This line enables linux ioctl handling by default
# comment out if you don't want it
TDFX_OPTS = "\#define TDFX_LINUX"
# Uncomment this for debugging messages
#CFLAGS += -DDEBUG

pci.h:
	echo "#define NPCI 1" > pci.h

opt_tdfx.h:
	touch opt_tdfx.h
	echo $(TDFX_OPTS) >> opt_tdfx.h

.include <bsd.kmod.mk>
@


1.5
log
@Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.x
DRI support is ready for us, as per Doug Rabson's request <dfr>.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/tdfx/Makefile,v 1.4 2000/06/23 05:54:26 cokane Exp $
@


1.4
log
@Finish up the fixing of the linux ioctl stuff. Add line to remove the dev
entry upon unload.

Fix the module makefile.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/tdfx/Makefile,v 1.3 2000/06/23 04:30:20 cokane Exp $
d3 1
a3 1
KMOD		= tdfx
@


1.3
log
@Fixed trouble with linux emu, not it should work in the module.
Removed unnecessary warning message too.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/tdfx/Makefile,v 1.2 2000/06/22 05:47:16 cokane Exp $
d11 1
a11 1
CFLAGS += -DTDFX_LINUX
d20 1
@


1.2
log
@Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.
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.
@
text
@d1 1
a1 1
# $FreeBSD$
d9 3
@


1.1
log
@Initial revision
@
text
@d1 1
d10 1
a10 1
TDFX_VERBOSE = "\#define TDFX_VERBOSE"
d12 1
a12 2
# kludge to allow opt_tdfx.h to exist
pci.h: opt_tdfx.h
d16 1
a16 1
	echo $(TDFX_VERBOSE) > opt_tdfx.h
@


1.1.1.1
log
@Add a kld to correlate with my committ of the voodoo driver (tdfx).
@
text
@@
