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>.
This commit is contained in:
Coleman Kane 2000-06-25 23:44:20 +00:00
parent 06d9723a00
commit ffb7ea4913
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# $FreeBSD$
.PATH: $(.CURDIR)/../../dev/tdfx
KMOD = 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

View file

@ -1,6 +1,6 @@
# $FreeBSD$
.PATH: $(.CURDIR)/../../dev/tdfx
KMOD = 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