Deleted Added
full compact
NOTES (150654) NOTES (150849)
1# $FreeBSD: head/sys/conf/NOTES 150654 2005-09-28 06:05:45Z imp $
1# $FreeBSD: head/sys/conf/NOTES 150849 2005-10-03 07:05:34Z scottl $
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

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

1715# fea: DEC DEFEA EISA FDDI adapter
1716# fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed.
1717# fxp: Intel EtherExpress Pro/100B
1718# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
1719# hme: Sun HME (Happy Meal Ethernet)
1720# lge: Support for PCI gigabit ethernet adapters based on the Level 1
1721# LXT1001 NetCellerator chipset. This includes the D-Link DGE-500SX,
1722# SMC TigerCard 1000 (SMC9462SX), and some Addtron cards.
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

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

1715# fea: DEC DEFEA EISA FDDI adapter
1716# fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed.
1717# fxp: Intel EtherExpress Pro/100B
1718# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
1719# hme: Sun HME (Happy Meal Ethernet)
1720# lge: Support for PCI gigabit ethernet adapters based on the Level 1
1721# LXT1001 NetCellerator chipset. This includes the D-Link DGE-500SX,
1722# SMC TigerCard 1000 (SMC9462SX), and some Addtron cards.
1723# lmc: Support for the LMC/SBE wide-area network interface cards.
1723# my: Myson Fast Ethernet (MTD80X, MTD89X)
1724# nge: Support for PCI gigabit ethernet adapters based on the National
1725# Semiconductor DP83820 and DP83821 chipset. This includes the
1726# SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet
1727# GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the LinkSys
1728# EG1032 and EG1064, the Surecom EP-320G-TX and the Netgear GA622T.
1729# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
1730# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and

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

1840# PCI Gigabit & FDDI NICs.
1841device bge
1842device lge
1843device nge
1844device sk
1845device ti
1846device fpa
1847
1724# my: Myson Fast Ethernet (MTD80X, MTD89X)
1725# nge: Support for PCI gigabit ethernet adapters based on the National
1726# Semiconductor DP83820 and DP83821 chipset. This includes the
1727# SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet
1728# GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the LinkSys
1729# EG1032 and EG1064, the Surecom EP-320G-TX and the Netgear GA622T.
1730# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
1731# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and

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

1841# PCI Gigabit & FDDI NICs.
1842device bge
1843device lge
1844device nge
1845device sk
1846device ti
1847device fpa
1848
1849# PCI WAN adapters.
1850device lmc
1851
1848# Use "private" jumbo buffers allocated exclusively for the ti(4) driver.
1849# This option is incompatible with the TI_JUMBO_HDRSPLIT option below.
1850#options TI_PRIVATE_JUMBOS
1851# Turn on the header splitting option for the ti(4) driver firmware. This
1852# only works for Tigon II chips, and has no effect for Tigon I chips.
1853options TI_JUMBO_HDRSPLIT
1854
1855# These two options allow manipulating the mbuf cluster size and mbuf size,

--- 727 unchanged lines hidden ---
1852# Use "private" jumbo buffers allocated exclusively for the ti(4) driver.
1853# This option is incompatible with the TI_JUMBO_HDRSPLIT option below.
1854#options TI_PRIVATE_JUMBOS
1855# Turn on the header splitting option for the ti(4) driver firmware. This
1856# only works for Tigon II chips, and has no effect for Tigon I chips.
1857options TI_JUMBO_HDRSPLIT
1858
1859# These two options allow manipulating the mbuf cluster size and mbuf size,

--- 727 unchanged lines hidden ---