Deleted Added
full compact
NOTES (74497) NOTES (75332)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# $FreeBSD: head/sys/conf/NOTES 74497 2001-03-19 23:27:37Z rwatson $
14# $FreeBSD: head/sys/conf/NOTES 75332 2001-04-09 09:39:29Z bp $
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

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

973# the following message from vinum(8):
974#
975# Can't get vinum config: Invalid argument
976#
977# see vinum(4) for more reasons not to use these options.
978device vinum #Vinum concat/mirror/raid driver
979options VINUMDEBUG #enable Vinum debugging hooks
980
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

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

973# the following message from vinum(8):
974#
975# Can't get vinum config: Invalid argument
976#
977# see vinum(4) for more reasons not to use these options.
978device vinum #Vinum concat/mirror/raid driver
979options VINUMDEBUG #enable Vinum debugging hooks
980
981# Kernel side iconv library
982options LIBICONV
983
981# Size of the kernel message buffer. Should be N * pagesize.
982options MSGBUF_SIZE=40960
983
984
985#####################################################################
986# HARDWARE BUS CONFIGURATION
987
988# ISA, EISA, MCA and PCI bus:

--- 1805 unchanged lines hidden ---
984# Size of the kernel message buffer. Should be N * pagesize.
985options MSGBUF_SIZE=40960
986
987
988#####################################################################
989# HARDWARE BUS CONFIGURATION
990
991# ISA, EISA, MCA and PCI bus:

--- 1805 unchanged lines hidden ---