diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-24 11:16:56 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-24 11:16:56 +0000 |
| commit | 899266e3463c47547c1b3f639b632ae355f5b358 (patch) | |
| tree | 33a815bbd90607226531582ac72759765eaa5992 | |
| parent | 6b88e76b8908dbd92637b72585b73220edb4e79c (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a3fca856c1f3..7658c6f9db95 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1157,6 +1157,9 @@ 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 +device tdfx # Enable 3Dfx Voodoo support +options TDFX_LINUX # Enable Linuxulator support + # # The Numeric Processing eXtension driver. In addition to this, you # may configure a math emulator (see above). If your machine has a diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a3fca856c1f3..7658c6f9db95 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1157,6 +1157,9 @@ 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 +device tdfx # Enable 3Dfx Voodoo support +options TDFX_LINUX # Enable Linuxulator support + # # The Numeric Processing eXtension driver. In addition to this, you # may configure a math emulator (see above). If your machine has a |
