Deleted Added
full compact
NOTES (117624) NOTES (117632)
1# $FreeBSD: head/sys/conf/NOTES 117624 2003-07-15 08:59:38Z harti $
1# $FreeBSD: head/sys/conf/NOTES 117632 2003-07-15 11:57:24Z 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

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

1678# The `en' device provides support for Efficient Networks (ENI)
1679# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0).
1680#
1681# The `hatm' device provides support for Fore/Marconi HE155 and HE622
1682# ATM PCI cards.
1683#
1684# The `fatm' device provides support for Fore PCA200E ATM PCI cards.
1685#
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

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

1678# The `en' device provides support for Efficient Networks (ENI)
1679# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0).
1680#
1681# The `hatm' device provides support for Fore/Marconi HE155 and HE622
1682# ATM PCI cards.
1683#
1684# The `fatm' device provides support for Fore PCA200E ATM PCI cards.
1685#
1686# The `patm' device provides support for IDT77252 based cards like
1687# ProSum's ProATM-155 and ProATM-25 and IDT's evaluation boards.
1688#
1686# atm device provides generic atm functions and is required for
1687# atm devices.
1688# NATM enables the netnatm protocol family that can be used to
1689# bypass TCP/IP.
1690#
1691# utopia provides the access to the ATM PHY chips and is required for en,
1692# hatm and fatm.
1693#
1694# the current driver supports only PVC operations (no atm-arp, no multicast).
1695# for more details, please read the original documents at
1696# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1697#
1698device atm
1699device en
1700device fatm #Fore PCA200E
1701device hatm #Fore/Marconi HE155/622
1689# atm device provides generic atm functions and is required for
1690# atm devices.
1691# NATM enables the netnatm protocol family that can be used to
1692# bypass TCP/IP.
1693#
1694# utopia provides the access to the ATM PHY chips and is required for en,
1695# hatm and fatm.
1696#
1697# the current driver supports only PVC operations (no atm-arp, no multicast).
1698# for more details, please read the original documents at
1699# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
1700#
1701device atm
1702device en
1703device fatm #Fore PCA200E
1704device hatm #Fore/Marconi HE155/622
1705device patm #IDT77252 cards (ProATM and IDT)
1702device utopia #ATM PHY driver
1703options NATM #native ATM
1704
1705options LIBMBPOOL #needed by patm, iatm
1706
1707#
1708# Audio drivers: `pcm', `sbc', `gusc'
1709#

--- 651 unchanged lines hidden ---
1706device utopia #ATM PHY driver
1707options NATM #native ATM
1708
1709options LIBMBPOOL #needed by patm, iatm
1710
1711#
1712# Audio drivers: `pcm', `sbc', `gusc'
1713#

--- 651 unchanged lines hidden ---