Deleted Added
full compact
NOTES (172302) NOTES (172334)
1# $FreeBSD: head/sys/conf/NOTES 172302 2007-09-23 07:34:23Z pjd $
1# $FreeBSD: head/sys/conf/NOTES 172334 2007-09-26 21:14:18Z marius $
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

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

1761# and PC Card devices using these chipsets.
1762# ex: Intel EtherExpress Pro/10 and other i82595-based adapters,
1763# Olicom Ethernet PC Card devices.
1764# fe: Fujitsu MB86960A/MB86965A Ethernet
1765# fea: DEC DEFEA EISA FDDI adapter
1766# fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed.
1767# fxp: Intel EtherExpress Pro/100B
1768# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
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

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

1761# and PC Card devices using these chipsets.
1762# ex: Intel EtherExpress Pro/10 and other i82595-based adapters,
1763# Olicom Ethernet PC Card devices.
1764# fe: Fujitsu MB86960A/MB86965A Ethernet
1765# fea: DEC DEFEA EISA FDDI adapter
1766# fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed.
1767# fxp: Intel EtherExpress Pro/100B
1768# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
1769# gem: Apple GMAC/Sun ERI/Sun GEM
1769# hme: Sun HME (Happy Meal Ethernet)
1770# le: AMD Am7900 LANCE and Am79C9xx PCnet
1771# lge: Support for PCI gigabit ethernet adapters based on the Level 1
1772# LXT1001 NetCellerator chipset. This includes the D-Link DGE-500SX,
1773# SMC TigerCard 1000 (SMC9462SX), and some Addtron cards.
1774# msk: Support for gigabit ethernet adapters based on the Marvell/SysKonnect
1775# Yukon II Gigabit controllers, including 88E8021, 88E8022, 88E8061,
1776# 88E8062, 88E8035, 88E8036, 88E8038, 88E8050, 88E8052, 88E8053,

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

1875# PCI Ethernet NICs that use the common MII bus controller code.
1876device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
1877device bfe # Broadcom BCM440x 10/100 Ethernet
1878device bge # Broadcom BCM570xx Gigabit Ethernet
1879device cxgb # Chelsio T3 10 Gigabit Ethernet
1880device dc # DEC/Intel 21143 and various workalikes
1881device fxp # Intel EtherExpress PRO/100B (82557, 82558)
1882hint.fxp.0.prefer_iomap="0"
1770# hme: Sun HME (Happy Meal Ethernet)
1771# le: AMD Am7900 LANCE and Am79C9xx PCnet
1772# lge: Support for PCI gigabit ethernet adapters based on the Level 1
1773# LXT1001 NetCellerator chipset. This includes the D-Link DGE-500SX,
1774# SMC TigerCard 1000 (SMC9462SX), and some Addtron cards.
1775# msk: Support for gigabit ethernet adapters based on the Marvell/SysKonnect
1776# Yukon II Gigabit controllers, including 88E8021, 88E8022, 88E8061,
1777# 88E8062, 88E8035, 88E8036, 88E8038, 88E8050, 88E8052, 88E8053,

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

1876# PCI Ethernet NICs that use the common MII bus controller code.
1877device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
1878device bfe # Broadcom BCM440x 10/100 Ethernet
1879device bge # Broadcom BCM570xx Gigabit Ethernet
1880device cxgb # Chelsio T3 10 Gigabit Ethernet
1881device dc # DEC/Intel 21143 and various workalikes
1882device fxp # Intel EtherExpress PRO/100B (82557, 82558)
1883hint.fxp.0.prefer_iomap="0"
1884device gem # Apple GMAC/Sun ERI/Sun GEM
1883device hme # Sun HME (Happy Meal Ethernet)
1884device lge # Level 1 LXT1001 gigabit Ethernet
1885device my # Myson Fast Ethernet (MTD80X, MTD89X)
1886device nge # NatSemi DP83820 gigabit Ethernet
1887device rl # RealTek 8129/8139
1888device pcn # AMD Am79C97x PCI 10/100 NICs
1889device sf # Adaptec AIC-6915 (``Starfire'')
1890device sbsh # Granch SBNI16 SHDSL modem

--- 791 unchanged lines hidden ---
1885device hme # Sun HME (Happy Meal Ethernet)
1886device lge # Level 1 LXT1001 gigabit Ethernet
1887device my # Myson Fast Ethernet (MTD80X, MTD89X)
1888device nge # NatSemi DP83820 gigabit Ethernet
1889device rl # RealTek 8129/8139
1890device pcn # AMD Am79C97x PCI 10/100 NICs
1891device sf # Adaptec AIC-6915 (``Starfire'')
1892device sbsh # Granch SBNI16 SHDSL modem

--- 791 unchanged lines hidden ---