Deleted Added
sdiff udiff text old ( 116294 ) new ( 116491 )
full compact
1# $FreeBSD: head/sys/conf/NOTES 116294 2003-06-13 12:08:09Z harti $
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

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

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

--- 640 unchanged lines hidden ---