diff options
author | jhb <jhb@FreeBSD.org> | 2002-11-08 20:04:38 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-11-08 20:04:38 +0000 |
commit | ad9e680296473a3039d6dbebf0ba694d2fa9bd6c (patch) | |
tree | c2da28cb2c31104faf06e97e24d1fb983b6e8a5c /sys/i386/conf/NOTES | |
parent | 257ad7107bfd2b27f906b00c852cec5ca322ca23 (diff) | |
download | FreeBSD-src-ad9e680296473a3039d6dbebf0ba694d2fa9bd6c.zip FreeBSD-src-ad9e680296473a3039d6dbebf0ba694d2fa9bd6c.tar.gz |
Make 3dfx i386-only. The memrange API it uses may be defined in an MI
header, but it is only implemented on i386.
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 5283218..07a5e25 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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. |