Deleted Added
full compact
NOTES (72011) NOTES (72091)
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 72011 2001-02-04 15:35:10Z peter $
14# $FreeBSD: head/sys/conf/NOTES 72091 2001-02-06 11:21:58Z asmodai $
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

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

1877hint.midi.0.irq="3"
1878
1879#
1880# seq: MIDI sequencer
1881#
1882
1883device seq
1884
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

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

1877hint.midi.0.irq="3"
1878
1879#
1880# seq: MIDI sequencer
1881#
1882
1883device seq
1884
1885# The bridge drivers for sound cards. These can be seperately configured
1885# The bridge drivers for sound cards. These can be separately configured
1886# for providing services to the likes of new-midi.
1887# When used with 'device pcm' they also provide pcm sound services.
1888#
1889# sbc: Creative SoundBlaster ISA PnP/non-PnP
1890# Supports ESS and Avance ISA chips as well.
1891# gusc: Gravis UltraSound ISA PnP/non-PnP
1892# csa: Crystal Semiconductor CS461x/428x PCI
1893

--- 889 unchanged lines hidden ---
1886# for providing services to the likes of new-midi.
1887# When used with 'device pcm' they also provide pcm sound services.
1888#
1889# sbc: Creative SoundBlaster ISA PnP/non-PnP
1890# Supports ESS and Avance ISA chips as well.
1891# gusc: Gravis UltraSound ISA PnP/non-PnP
1892# csa: Crystal Semiconductor CS461x/428x PCI
1893

--- 889 unchanged lines hidden ---