summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcokane <cokane@FreeBSD.org>2001-01-25 06:58:53 +0000
committercokane <cokane@FreeBSD.org>2001-01-25 06:58:53 +0000
commit7283cbc99bcb7977cf5804de58be891173794d0a (patch)
treee82cd6bbb1297d7bbbc588b24d062ea844a246b9
parentea6d044997ade8643407bfe172d0f54702f346fa (diff)
downloadFreeBSD-src-7283cbc99bcb7977cf5804de58be891173794d0a.zip
FreeBSD-src-7283cbc99bcb7977cf5804de58be891173794d0a.tar.gz
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.
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/i386/conf/NOTES9
2 files changed, 18 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 187ca268b..ad73b3a 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 187ca268b..ad73b3a 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
OpenPOWER on IntegriCloud