From b147fcf936a922f173f3f7645c315c3f5e831edf Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 11 Jul 2002 20:43:37 +0000 Subject: [PATCH] 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). --- sys/conf/NOTES | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index d450040b2a32..db36db85191b 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.