NOTES (ee5e90dab2f9a19b419e622830612bf05cd6cce9) NOTES (372c73375922be670fced0fce1b20ecf742469a3)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD$
8#

--- 205 unchanged lines hidden (view full) ---

214options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
215
216# The following option probably won't work with the LCD displays.
217options VGA_WIDTH90 # support 90 column modes
218
219# Debugging.
220options VGA_DEBUG
221
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD$
8#

--- 205 unchanged lines hidden (view full) ---

214options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
215
216# The following option probably won't work with the LCD displays.
217options VGA_WIDTH90 # support 90 column modes
218
219# Debugging.
220options VGA_DEBUG
221
222# Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA.
223device s3pci
224
222# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
223# the /dev/3dfx0 device to work with glide implementations. This should get
224# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
225# the tdfx DRI module from XFree86 and is completely unrelated.
226#
227# To enable Linuxulator support, one must also include COMPAT_LINUX in the
228# config as well. The other option is to load both as modules.
229

--- 282 unchanged lines hidden ---
225# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
226# the /dev/3dfx0 device to work with glide implementations. This should get
227# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
228# the tdfx DRI module from XFree86 and is completely unrelated.
229#
230# To enable Linuxulator support, one must also include COMPAT_LINUX in the
231# config as well. The other option is to load both as modules.
232

--- 282 unchanged lines hidden ---