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/amd64/conf/NOTES 163535 2006-10-20 09:52:27Z des $
7# $FreeBSD: head/sys/amd64/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#####################################################################

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

252options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
253
254# The following option probably won't work with the LCD displays.
255options VGA_WIDTH90 # support 90 column modes
256
257# Debugging.
258options VGA_DEBUG
259
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

252options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
253
254# The following option probably won't work with the LCD displays.
255options VGA_WIDTH90 # support 90 column modes
256
257# Debugging.
258options VGA_DEBUG
259
260device splash # Splash screen and screen saver support
261
262# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
263# the /dev/3dfx0 device to work with glide implementations. This should get
264# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
265# the tdfx DRI module from XFree86 and is completely unrelated.
266#
267# To enable Linuxulator support, one must also include COMPAT_LINUX in the
268# config as well. The other option is to load both as modules.
269

--- 399 unchanged lines hidden ---
260# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
261# the /dev/3dfx0 device to work with glide implementations. This should get
262# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
263# the tdfx DRI module from XFree86 and is completely unrelated.
264#
265# To enable Linuxulator support, one must also include COMPAT_LINUX in the
266# config as well. The other option is to load both as modules.
267

--- 399 unchanged lines hidden ---