Deleted Added
full compact
NOTES (158544) NOTES (158687)
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 158544 2006-05-14 01:40:41Z gnn $
7# $FreeBSD: head/sys/i386/conf/NOTES 158687 2006-05-17 09:33:15Z phk $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

358# HARDWARE DEVICE CONFIGURATION
359
360# To include support for VGA VESA video modes
361options VESA
362
363# Turn on extra debugging checks and output for VESA support.
364options VESA_DEBUG
365
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

358# HARDWARE DEVICE CONFIGURATION
359
360# To include support for VGA VESA video modes
361options VESA
362
363# Turn on extra debugging checks and output for VESA support.
364options VESA_DEBUG
365
366# The pcvt console driver (vt220 compatible).
367device vt
368hint.vt.0.at="isa"
369options XSERVER # support for running an X server on vt
370options FAT_CURSOR # start with block cursor
371# This PCVT option is for keyboards such as those used on really old ThinkPads
372options PCVT_SCANSET=2
373# Other PCVT options are documented in pcvt(4).
374options PCVT_24LINESDEF
375options PCVT_CTRL_ALT_DEL
376options PCVT_META_ESC
377options PCVT_NSCREENS=9
378options PCVT_PRETTYSCRNS
379options PCVT_SCREENSAVER
380options PCVT_USEKBDSEC
381options PCVT_VT220KEYB
382options PCVT_GREENSAVER
383
384#
385# The Numeric Processing eXtension driver. This is non-optional.
386device npx
387hint.npx.0.flags="0x0"
388hint.npx.0.irq="13"
389
390#
391# `flags' for npx0:

--- 729 unchanged lines hidden ---
366#
367# The Numeric Processing eXtension driver. This is non-optional.
368device npx
369hint.npx.0.flags="0x0"
370hint.npx.0.irq="13"
371
372#
373# `flags' for npx0:

--- 729 unchanged lines hidden ---