Deleted Added
sdiff udiff text old ( 116518 ) new ( 116735 )
full compact
1# $FreeBSD: head/sys/conf/NOTES 116735 2003-06-23 14:46:12Z 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

--- 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# The `fatm' device provides support for Fore PCA200E ATM PCI cards.
1681#
1682# atm device provides generic atm functions and is required for
1683# atm devices.
1684# NATM enables the netnatm protocol family that can be used to
1685# bypass TCP/IP.
1686#
1687# utopia provides the access to the ATM PHY chips and is required for en,
1688# hatm and fatm.
1689#
1690# the current driver supports only PVC operations (no atm-arp, no multicast).
1691# for more details, please read the original documents at
1692# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1693#
1694device atm
1695device en
1696device fatm #Fore PCA200E
1697device hatm #Fore/Marconi HE155/622
1698device utopia #ATM PHY driver
1699options NATM #native ATM
1700
1701#
1702# Audio drivers: `pcm', `sbc', `gusc'
1703#
1704# pcm: PCM audio through various sound cards.

--- 641 unchanged lines hidden ---