Deleted Added
full compact
NOTES (165750) NOTES (165926)
1# $FreeBSD: head/sys/conf/NOTES 165750 2007-01-03 11:12:54Z piso $
1# $FreeBSD: head/sys/conf/NOTES 165926 2007-01-10 18:45:18Z marius $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

1393# If you have a two button mouse, you may want to add the following option
1394# to use the right button of the mouse to paste text.
1395options SC_TWOBUTTON_MOUSE
1396
1397# You can selectively disable features in syscons.
1398options SC_NO_CUTPASTE
1399options SC_NO_FONT_LOADING
1400options SC_NO_HISTORY
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

1393# If you have a two button mouse, you may want to add the following option
1394# to use the right button of the mouse to paste text.
1395options SC_TWOBUTTON_MOUSE
1396
1397# You can selectively disable features in syscons.
1398options SC_NO_CUTPASTE
1399options SC_NO_FONT_LOADING
1400options SC_NO_HISTORY
1401options SC_NO_MODE_CHANGE
1401options SC_NO_SYSMOUSE
1402options SC_NO_SUSPEND_VTYSWITCH
1403
1404# `flags' for sc
1405# 0x80 Put the video card in the VESA 800x600 dots, 16 color mode
1406# 0x100 Probe for a keyboard device periodically if one is not present
1407
1408#

--- 1274 unchanged lines hidden ---
1402options SC_NO_SYSMOUSE
1403options SC_NO_SUSPEND_VTYSWITCH
1404
1405# `flags' for sc
1406# 0x80 Put the video card in the VESA 800x600 dots, 16 color mode
1407# 0x100 Probe for a keyboard device periodically if one is not present
1408
1409#

--- 1274 unchanged lines hidden ---