Deleted Added
full compact
NOTES (116518) NOTES (116735)
1# $FreeBSD: head/sys/conf/NOTES 116518 2003-06-18 09:29:28Z phk $
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#
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#
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#
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#
1685# utopia provides the access to the ATM PHY chips and is required for en
1686# and hatm
1687# utopia provides the access to the ATM PHY chips and is required for en,
1688# hatm and fatm.
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
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
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 ---
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 ---