Deleted Added
full compact
NOTES (68421) NOTES (68433)
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 68421 2000-11-07 01:50:10Z jhb $
14# $FreeBSD: head/sys/conf/NOTES 68433 2000-11-07 09:31:28Z kjc $
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

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

1759
1760# PCI Gigabit & FDDI NICs.
1761device sk
1762device ti
1763device wx
1764device fpa 1
1765
1766#
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

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

1759
1760# PCI Gigabit & FDDI NICs.
1761device sk
1762device ti
1763device wx
1764device fpa 1
1765
1766#
1767# ATM related options
1767# ATM related options (Cranor version)
1768# (note: this driver cannot be used with the HARP ATM stack)
1768#
1769# The `en' device provides support for Efficient Networks (ENI)
1770# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0).
1771#
1772# atm device provides generic atm functions and is required for
1773# atm devices.
1774# NATM enables the netnatm protocol family that can be used to
1775# bypass TCP/IP.
1776#
1777# the current driver supports only PVC operations (no atm-arp, no multicast).
1778# for more details, please read the original documents at
1779# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1780#
1781device atm
1769#
1770# The `en' device provides support for Efficient Networks (ENI)
1771# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0).
1772#
1773# atm device provides generic atm functions and is required for
1774# atm devices.
1775# NATM enables the netnatm protocol family that can be used to
1776# bypass TCP/IP.
1777#
1778# the current driver supports only PVC operations (no atm-arp, no multicast).
1779# for more details, please read the original documents at
1780# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1781#
1782device atm
1782device en 1
1783device en
1783options NATM #native ATM
1784
1785#
1786# Audio drivers: `pcm', `sbc', `gusc', `pca'
1787#
1788# pcm: PCM audio through various sound cards.
1789#
1790# This has support for a large number of new audio cards, based on

--- 909 unchanged lines hidden ---
1784options NATM #native ATM
1785
1786#
1787# Audio drivers: `pcm', `sbc', `gusc', `pca'
1788#
1789# pcm: PCM audio through various sound cards.
1790#
1791# This has support for a large number of new audio cards, based on

--- 909 unchanged lines hidden ---