Deleted Added
full compact
NOTES (197025) NOTES (197379)
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#
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: head/sys/amd64/conf/NOTES 197025 2009-09-09 09:50:31Z delphij $
7# $FreeBSD: head/sys/amd64/conf/NOTES 197379 2009-09-21 07:05:48Z delphij $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

--- 198 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
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

--- 198 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 ---