Deleted Added
full compact
NOTES (163535) NOTES (163630)
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/i386/conf/NOTES 163535 2006-10-20 09:52:27Z des $
7# $FreeBSD: head/sys/i386/conf/NOTES 163630 2006-10-23 13:23:14Z ru $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

479options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
480
481# The following option probably won't work with the LCD displays.
482options VGA_WIDTH90 # support 90 column modes
483
484# Debugging.
485options VGA_DEBUG
486
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

479options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
480
481# The following option probably won't work with the LCD displays.
482options VGA_WIDTH90 # support 90 column modes
483
484# Debugging.
485options VGA_DEBUG
486
487device splash # Splash screen and screen saver support
488
489# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
490# the /dev/3dfx0 device to work with glide implementations. This should get
491# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
492# the tdfx DRI module from XFree86 and is completely unrelated.
493#
494# To enable Linuxulator support, one must also include COMPAT_LINUX in the
495# config as well. The other option is to load both as modules.
496

--- 721 unchanged lines hidden ---
487# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
488# the /dev/3dfx0 device to work with glide implementations. This should get
489# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
490# the tdfx DRI module from XFree86 and is completely unrelated.
491#
492# To enable Linuxulator support, one must also include COMPAT_LINUX in the
493# config as well. The other option is to load both as modules.
494

--- 721 unchanged lines hidden ---