From 7283cbc99bcb7977cf5804de58be891173794d0a Mon Sep 17 00:00:00 2001 From: cokane Date: Thu, 25 Jan 2001 06:58:53 +0000 Subject: [PATCH] Add some description and clarification as to the use of the tdfx device. Answers many questions I have recieved and has a short description of what the driver actually does. --- sys/conf/NOTES | 9 +++++++++ sys/i386/conf/NOTES | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 187ca268b72..ad73b3ae977 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1223,6 +1223,15 @@ options SC_NO_SYSMOUSE # 0x80 Put the video card in the VESA 800x600 dots, 16 color mode # 0x100 Probe for a keyboard device periodically if one is not present +# 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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 187ca268b72..ad73b3ae977 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1223,6 +1223,15 @@ options SC_NO_SYSMOUSE # 0x80 Put the video card in the VESA 800x600 dots, 16 color mode # 0x100 Probe for a keyboard device periodically if one is not present +# 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 -- 2.45.2