Deleted Added
full compact
NOTES (154362) NOTES (154974)
1# $FreeBSD: head/sys/conf/NOTES 154362 2006-01-14 15:35:21Z bz $
1# $FreeBSD: head/sys/conf/NOTES 154974 2006-01-29 02:52:42Z mlaier $
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

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

1182# as it is required for `telnetd', `rlogind', `screen', `emacs', and
1183# `xterm', among others.
1184
1185device pty #Pseudo ttys
1186device nmdm #back-to-back tty devices
1187device md #Memory/malloc disk
1188device snp #Snoop device - to look at pty/vty/etc..
1189device ccd #Concatenated disk driver
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

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

1182# as it is required for `telnetd', `rlogind', `screen', `emacs', and
1183# `xterm', among others.
1184
1185device pty #Pseudo ttys
1186device nmdm #back-to-back tty devices
1187device md #Memory/malloc disk
1188device snp #Snoop device - to look at pty/vty/etc..
1189device ccd #Concatenated disk driver
1190device firmware #firmware(9) support
1190
1191# Kernel side iconv library
1192options LIBICONV
1193
1194# Size of the kernel message buffer. Should be N * pagesize.
1195options MSGBUF_SIZE=40960
1196
1197# Maximum size of a tty or pty input buffer.

--- 1403 unchanged lines hidden ---
1191
1192# Kernel side iconv library
1193options LIBICONV
1194
1195# Size of the kernel message buffer. Should be N * pagesize.
1196options MSGBUF_SIZE=40960
1197
1198# Maximum size of a tty or pty input buffer.

--- 1403 unchanged lines hidden ---