Deleted Added
full compact
NOTES (99759) NOTES (99812)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
8# Lines that begin with 'hint.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# This file contains machine independent kernel configuration notes. For
15# machine dependent notes, look in /sys/<arch>/conf/NOTES.
16#
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# This file contains machine independent kernel configuration notes. For
15# machine dependent notes, look in /sys/<arch>/conf/NOTES.
16#
17# $FreeBSD: head/sys/conf/NOTES 99759 2002-07-11 04:15:53Z ken $
17# $FreeBSD: head/sys/conf/NOTES 99812 2002-07-11 20:43:37Z bde $
18#
19
20#
21# This is the ``identification'' of the kernel. Usually this should
22# be the same as the name of your kernel.
23#
24ident LINT
25

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

1816# Notes on the Comtrol Rocketport driver:
1817#
1818# The exact values used for rp0 depend on how many boards you have
1819# in the system. The manufacturer's sample configs are listed as:
1820#
1821# device rp # core driver support
1822#
1823# Comtrol Rocketport ISA single card
18#
19
20#
21# This is the ``identification'' of the kernel. Usually this should
22# be the same as the name of your kernel.
23#
24ident LINT
25

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

1816# Notes on the Comtrol Rocketport driver:
1817#
1818# The exact values used for rp0 depend on how many boards you have
1819# in the system. The manufacturer's sample configs are listed as:
1820#
1821# device rp # core driver support
1822#
1823# Comtrol Rocketport ISA single card
1824# hints.rp.0.at="isa"
1825# hints.rp.0.port="0x280"
1824# hint.rp.0.at="isa"
1825# hint.rp.0.port="0x280"
1826#
1827# If instead you have two ISA cards, one installed at 0x100 and the
1828# second installed at 0x180, then you should add the following to
1829# your kernel probe hints:
1826#
1827# If instead you have two ISA cards, one installed at 0x100 and the
1828# second installed at 0x180, then you should add the following to
1829# your kernel probe hints:
1830# hints.rp.0.at="isa"
1831# hints.rp.0.port="0x100"
1832# hints.rp.1.at="isa"
1833# hints.rp.1.port="0x180"
1830# hint.rp.0.at="isa"
1831# hint.rp.0.port="0x100"
1832# hint.rp.1.at="isa"
1833# hint.rp.1.port="0x180"
1834#
1835# For 4 ISA cards, it might be something like this:
1834#
1835# For 4 ISA cards, it might be something like this:
1836# hints.rp.0.at="isa"
1837# hints.rp.0.port="0x180"
1838# hints.rp.1.at="isa"
1839# hints.rp.1.port="0x100"
1840# hints.rp.2.at="isa"
1841# hints.rp.2.port="0x340"
1842# hints.rp.3.at="isa"
1843# hints.rp.3.port="0x240"
1836# hint.rp.0.at="isa"
1837# hint.rp.0.port="0x180"
1838# hint.rp.1.at="isa"
1839# hint.rp.1.port="0x100"
1840# hint.rp.2.at="isa"
1841# hint.rp.2.port="0x340"
1842# hint.rp.3.at="isa"
1843# hint.rp.3.port="0x240"
1844#
1845# For PCI cards, you need no hints.
1846
1847device joy # PnP aware, hints for nonpnp only
1848hint.joy.0.at="isa"
1849hint.joy.0.port="0x201"
1850device cy 1
1851options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared

--- 469 unchanged lines hidden ---
1844#
1845# For PCI cards, you need no hints.
1846
1847device joy # PnP aware, hints for nonpnp only
1848hint.joy.0.at="isa"
1849hint.joy.0.port="0x201"
1850device cy 1
1851options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared

--- 469 unchanged lines hidden ---