From 0ac62e02bddc3f1147599efe9997fc4b09f1d642 Mon Sep 17 00:00:00 2001 From: yar Date: Fri, 3 Mar 2006 21:37:38 +0000 Subject: Take the functionality contained in the former "options TDFX_LINUX" 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 --- sys/modules/3dfx/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'sys/modules/3dfx') diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile index 208e9a7..ac7730b 100644 --- a/sys/modules/3dfx/Makefile +++ b/sys/modules/3dfx/Makefile @@ -5,22 +5,11 @@ MAINTAINER= cokane@FreeBSD.org .PATH: $(.CURDIR)/../../dev/tdfx KMOD= 3dfx -SRCS= opt_tdfx.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\ +SRCS= bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\ tdfx_vars.h tdfx_pci.c INCSRC= ../../sys -.if ${MACHINE_ARCH} == "i386" -# This line enables linux ioctl handling by default -# comment out if you don't want it -TDFX_OPTS= "\#define TDFX_LINUX" -.endif - # Uncomment this for debugging messages #CFLAGS+= -DDEBUG -.if !defined(KERNBUILDDIR) -opt_tdfx.h: - echo $(TDFX_OPTS) > opt_tdfx.h -.endif - .include -- cgit v1.1