Deleted Added
sdiff udiff text old ( 116518 ) new ( 116735 )
full compact
1# $FreeBSD: head/sys/conf/NOTES 116518 2003-06-18 09:29:28Z phk $
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

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

1672# (note: this driver cannot be used with the HARP ATM stack)
1673#
1674# The `en' device provides support for Efficient Networks (ENI)
1675# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0).
1676#
1677# The `hatm' device provides support for Fore/Marconi HE155 and HE622
1678# ATM PCI cards.
1679#
1680# atm device provides generic atm functions and is required for
1681# atm devices.
1682# NATM enables the netnatm protocol family that can be used to
1683# bypass TCP/IP.
1684#
1685# utopia provides the access to the ATM PHY chips and is required for en
1686# and hatm
1687#
1688# the current driver supports only PVC operations (no atm-arp, no multicast).
1689# for more details, please read the original documents at
1690# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1691#
1692device atm
1693device en
1694device hatm #Fore/Marconi HE155/622
1695device utopia #ATM PHY driver
1696options NATM #native ATM
1697
1698#
1699# Audio drivers: `pcm', `sbc', `gusc'
1700#
1701# pcm: PCM audio through various sound cards.

--- 641 unchanged lines hidden ---