Deleted Added
full compact
NOTES (54097) NOTES (54134)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $FreeBSD: head/sys/conf/NOTES 54097 1999-12-03 21:21:49Z archie $
5# $FreeBSD: head/sys/conf/NOTES 54134 1999-12-04 17:41:31Z wpaul $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

1641#
1642# The `ncr' device provides support for the NCR 53C810 and 53C825
1643# self-contained SCSI host adapters.
1644#
1645# The `isp' device provides support for the Qlogic ISP 1020, 1040
1646# nd 1040B PCI SCSI host adapters, as well as the Qlogic ISP 2100
1647# FC/AL Host Adapter.
1648#
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

1641#
1642# The `ncr' device provides support for the NCR 53C810 and 53C825
1643# self-contained SCSI host adapters.
1644#
1645# The `isp' device provides support for the Qlogic ISP 1020, 1040
1646# nd 1040B PCI SCSI host adapters, as well as the Qlogic ISP 2100
1647# FC/AL Host Adapter.
1648#
1649# The `al' device provides support for PCI fast ethernet adapters
1650# based on the ADMtek Inc. AL981 "Comet" and the AN985 "Centaur" chips.
1649# The `dc' device provides support for PCI fast ethernet adapters
1650# based on the DEC/Intel 21143 and various workalikes including:
1651# the ADMtek AL981 Comet and AN985 Centaur, the ASIX Electronics
1652# AX88140A and AX88141, the Davicom DM9100 and DM9102, the Lite-On
1653# 82c168 and 82c169 PNIC, the Lite-On/Macronix LC82C115 PNIC II
1654# and the Macronix 98713/98713A/98715/98715A/98725 PMAC. This driver
1655# replaces the old al, ax, dm, pn and mx drivers.
1651#
1656#
1652# The `ax' device provides support for PCI fast ethernet adapters
1653# based on the ASIX Electronics AX88140A chip, including the Alfa
1654# Inc. GFC2204.
1655#
1656# The `de' device provides support for the Digital Equipment DC21040
1657# self-contained Ethernet adapter.
1658#
1657# The `de' device provides support for the Digital Equipment DC21040
1658# self-contained Ethernet adapter.
1659#
1659# The `dm' device provides support for PCI fast ethernet adapters
1660# based on the the Davicom DM9100 and DM9102 controller chips, including
1661# the Jaton Corporation XPressNet.
1662#
1663# The `fxp' device provides support for the Intel EtherExpress Pro/100B
1664# PCI Fast Ethernet adapters.
1665#
1660# The `fxp' device provides support for the Intel EtherExpress Pro/100B
1661# PCI Fast Ethernet adapters.
1662#
1666# The `mx' device provides support for various fast ethernet adapters
1667# based on the Macronix 98713, 987615 and 98725 series chips.
1668#
1669# The `pn' device provides support for various fast ethernet adapters
1670# based on the Lite-On 82c168 and 82c169 PNIC chips, including the
1671# LinkSys LNE100TX, the NetGear FA310TX rev. D1 and the Matrox
1672# FastNIC 10/100.
1673#
1674# The 'rl' device provides support for PCI fast ethernet adapters based
1675# on the RealTek 8129/8139 chipset. Note that the RealTek driver defaults
1676# to using programmed I/O to do register accesses because memory mapped
1677# mode seems to cause severe lockups on SMP hardware. This driver also
1678# supports the Accton EN1207D `Cheetah' adapter, which uses a chip called
1679# the MPX 5030/5038, which is either a RealTek in disguise or a RealTek
1680# workalike.
1681#

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

1847#options ISP_DISABLE_1020_SUPPORT
1848#options ISP_DISABLE_1080_SUPPORT
1849#options ISP_DISABLE_2100_SUPPORT
1850#options ISP_COMPILE_1020_FW=1
1851#options ISP_COMPILE_1080_FW=1
1852#options ISP_COMPILE_2100_FW=1
1853#options ISP_COMPILE_2200_FW=1
1854
1663# The 'rl' device provides support for PCI fast ethernet adapters based
1664# on the RealTek 8129/8139 chipset. Note that the RealTek driver defaults
1665# to using programmed I/O to do register accesses because memory mapped
1666# mode seems to cause severe lockups on SMP hardware. This driver also
1667# supports the Accton EN1207D `Cheetah' adapter, which uses a chip called
1668# the MPX 5030/5038, which is either a RealTek in disguise or a RealTek
1669# workalike.
1670#

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

1836#options ISP_DISABLE_1020_SUPPORT
1837#options ISP_DISABLE_1080_SUPPORT
1838#options ISP_DISABLE_2100_SUPPORT
1839#options ISP_COMPILE_1020_FW=1
1840#options ISP_COMPILE_1080_FW=1
1841#options ISP_COMPILE_2100_FW=1
1842#options ISP_COMPILE_2200_FW=1
1843
1855device al0
1856device ax0
1844device dc0
1857device de0
1845device de0
1858device dm0
1859device fxp0
1846device fxp0
1860device mx0
1861device pn0
1862device rl0
1863device sf0
1864device sis0
1865device sk0
1866device ste0
1867device ti0
1868device tl0
1869device tx0

--- 489 unchanged lines hidden ---
1847device rl0
1848device sf0
1849device sis0
1850device sk0
1851device ste0
1852device ti0
1853device tl0
1854device tx0

--- 489 unchanged lines hidden ---