summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-07-11 20:43:37 +0000
committerbde <bde@FreeBSD.org>2002-07-11 20:43:37 +0000
commit3e0829ee0841ec06ab28d841efa55f19a425e77d (patch)
treee0cbf709799900734b3c0ea1cef464ade97dccce /sys/conf
parente6d1debf318400036759ea3d7b001ae0ea8adc9c (diff)
downloadFreeBSD-src-3e0829ee0841ec06ab28d841efa55f19a425e77d.zip
FreeBSD-src-3e0829ee0841ec06ab28d841efa55f19a425e77d.tar.gz
Fixed misspelling of "hint." as "hints." in the description of the "hint."
keyword and in the description of rp's hints. Didn't fix rp's hints being mostly in comments so that they are harder to use (they don't get linted either way because makeLINT.sh strips them and there is no compile-time syntax checking of hints anyway).
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES30
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d450040..db36db8 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -5,7 +5,7 @@
# 'makeoptions', 'hints' etc go into the kernel configuration that you
# run config(8) with.
#
-# Lines that begin with 'hints.' are NOT for config(8), they go into your
+# Lines that begin with 'hint.' are NOT for config(8), they go into your
# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
#
# Please use ``make LINT'' to create an old-style LINT file if you want to
@@ -1821,26 +1821,26 @@ hint.gusc.0.flags="0x13"
# device rp # core driver support
#
# Comtrol Rocketport ISA single card
-# hints.rp.0.at="isa"
-# hints.rp.0.port="0x280"
+# hint.rp.0.at="isa"
+# hint.rp.0.port="0x280"
#
# If instead you have two ISA cards, one installed at 0x100 and the
# second installed at 0x180, then you should add the following to
# your kernel probe hints:
-# hints.rp.0.at="isa"
-# hints.rp.0.port="0x100"
-# hints.rp.1.at="isa"
-# hints.rp.1.port="0x180"
+# hint.rp.0.at="isa"
+# hint.rp.0.port="0x100"
+# hint.rp.1.at="isa"
+# hint.rp.1.port="0x180"
#
# For 4 ISA cards, it might be something like this:
-# hints.rp.0.at="isa"
-# hints.rp.0.port="0x180"
-# hints.rp.1.at="isa"
-# hints.rp.1.port="0x100"
-# hints.rp.2.at="isa"
-# hints.rp.2.port="0x340"
-# hints.rp.3.at="isa"
-# hints.rp.3.port="0x240"
+# hint.rp.0.at="isa"
+# hint.rp.0.port="0x180"
+# hint.rp.1.at="isa"
+# hint.rp.1.port="0x100"
+# hint.rp.2.at="isa"
+# hint.rp.2.port="0x340"
+# hint.rp.3.at="isa"
+# hint.rp.3.port="0x240"
#
# For PCI cards, you need no hints.
OpenPOWER on IntegriCloud