Deleted Added
full compact
NOTES (116294) NOTES (116491)
1# $FreeBSD: head/sys/conf/NOTES 116294 2003-06-13 12:08:09Z harti $
1# $FreeBSD: head/sys/conf/NOTES 116491 2003-06-17 16:12:50Z 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#
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# The `hatm' device provides support for Fore/Marconi HE155 and HE622
1677# ATM PCI cards.
1678#
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
1679# atm device provides generic atm functions and is required for
1680# atm devices.
1681# NATM enables the netnatm protocol family that can be used to
1682# bypass TCP/IP.
1683#
1684# utopia provides the access to the ATM PHY chips and is required for en
1685# and hatm
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
1686#
1687# the current driver supports only PVC operations (no atm-arp, no multicast).
1688# for more details, please read the original documents at
1689# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1690#
1691device atm
1692device en
1693device hatm #Fore/Marconi HE155/622
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 ---
1694device utopia #ATM PHY driver
1695options NATM #native ATM
1696
1697#
1698# Audio drivers: `pcm', `sbc', `gusc'
1699#
1700# pcm: PCM audio through various sound cards.
1701#

--- 640 unchanged lines hidden ---