1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Fixed trouble with linux emu, not it should work in the module.

Removed unnecessary warning message too.
This commit is contained in:
Coleman Kane 2000-06-23 04:30:20 +00:00
parent dca95b4671
commit ad2095d048
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61986
3 changed files with 6 additions and 10 deletions

View File

@ -6,6 +6,9 @@ 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
CFLAGS += -DTDFX_LINUX
# Uncomment this for debugging messages
#CFLAGS += -DDEBUG

View File

@ -6,6 +6,9 @@ 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
CFLAGS += -DTDFX_LINUX
# Uncomment this for debugging messages
#CFLAGS += -DDEBUG

View File

@ -1,10 +0,0 @@
$FreeBSD$
NOTIC TO USERS OF LINUX EMULATION CODE
Due to some strange workings with the linuxulator, as of 21 Jun 200, this
module won't load support for linux emulation, making it rather pointless,
as there are no non-linux glide progs for freebsd yet. You can, however,
compile both of them statically into the kernel using:
device tdfx
options COMPAT_LINUX
options TDFX_LINUX