Make 3dfx i386-only. The memrange API it uses may be defined in an MI
header, but it is only implemented on i386.
This commit is contained in:
parent
787f149830
commit
f6af4ff6cb
@ -1126,18 +1126,6 @@ options SC_NO_SUSPEND_VTYSWITCH
|
||||
# Optional devices:
|
||||
#
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
# the tdfx DRI module from XFree86 and is completely unrelated.
|
||||
#
|
||||
# To enable Linuxulator support, one must also include COMPAT_LINUX in the
|
||||
# config as well, or you will not have the dependencies. The other option
|
||||
# is to load both as modules.
|
||||
|
||||
device tdfx # Enable 3Dfx Voodoo support
|
||||
options TDFX_LINUX # Enable Linuxulator support
|
||||
|
||||
#
|
||||
# SCSI host adapters:
|
||||
#
|
||||
|
@ -392,6 +392,18 @@ hint.npx.0.irq="13"
|
||||
# Optional devices:
|
||||
#
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
# the tdfx DRI module from XFree86 and is completely unrelated.
|
||||
#
|
||||
# To enable Linuxulator support, one must also include COMPAT_LINUX in the
|
||||
# config as well, or you will not have the dependencies. The other option
|
||||
# is to load both as modules.
|
||||
|
||||
device tdfx # Enable 3Dfx Voodoo support
|
||||
options TDFX_LINUX # Enable Linuxulator support
|
||||
|
||||
#
|
||||
# ACPI support using the Intel ACPI Component Architecture reference
|
||||
# implementation.
|
||||
|
@ -12,8 +12,7 @@ _random= random
|
||||
# ncp \
|
||||
# nwfs \
|
||||
|
||||
SUBDIR= 3dfx \
|
||||
accf_data \
|
||||
SUBDIR= accf_data \
|
||||
accf_http \
|
||||
agp \
|
||||
aha \
|
||||
@ -152,7 +151,8 @@ SUBDIR+=syscons
|
||||
# XXX some of these can move to the general case when de-i386'ed
|
||||
# XXX some of these can move now, but are untested on other architectures.
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+=aic \
|
||||
SUBDIR+=3dfx \
|
||||
aic \
|
||||
aout \
|
||||
apm \
|
||||
ar \
|
||||
|
Loading…
Reference in New Issue
Block a user