diff options
author | obrien <obrien@FreeBSD.org> | 2005-02-28 00:58:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-02-28 00:58:06 +0000 |
commit | f7e75028416d5c7560ab8aa13f268dc3b34ba24d (patch) | |
tree | 90576ea731dce34cc15fa2077f6b41ef627d9e3c /sys/amd64 | |
parent | 7b5875db98d22a3c509a4e6ba1c3507b0bd854af (diff) | |
download | FreeBSD-src-f7e75028416d5c7560ab8aa13f268dc3b34ba24d.zip FreeBSD-src-f7e75028416d5c7560ab8aa13f268dc3b34ba24d.tar.gz |
Spell "options" correctly as "options ".
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/NOTES | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 6cc53ef..a83ce16 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -258,8 +258,8 @@ device wlan # 802.11 layer # 3ware 9000 series PATA/SATA RAID controller driver and options. # The driver is implemented as a SIM, and so, needs the CAM infrastructure. # -options TWA_DEBUG # 0-10; 10 prints the most messages. -options TWA_FLASH_FIRMWARE # firmware image bundled when defined. +options TWA_DEBUG # 0-10; 10 prints the most messages. +options TWA_FLASH_FIRMWARE # firmware image bundled when defined. device twa # 3ware 9000 series PATA/SATA RAID # @@ -288,8 +288,8 @@ device ips # it's tested on a big-endian machine # device safe # SafeNet 1141 -options SAFE_DEBUG # enable debugging support: hw.safe.debug -options SAFE_RNDTEST # enable rndtest support +options SAFE_DEBUG # enable debugging support: hw.safe.debug +options SAFE_RNDTEST # enable rndtest support ##################################################################### @@ -407,7 +407,7 @@ options ELSA_QS1PCI # # userland driver to do ISDN tracing (for passive cards only) #XXX#device i4btrc -#XXX#options NI4BTRC=4 +#XXX#options NI4BTRC=4 # # userland driver to control the whole thing #XXX#device i4bctl @@ -417,7 +417,7 @@ options ELSA_QS1PCI # # userland driver for access to raw B channel #XXX#device i4brbch -#XXX#options NI4BRBCH=4 +#XXX#options NI4BRBCH=4 # # userland driver for telephony #XXX#device i4btel @@ -438,7 +438,7 @@ options IPR_LOG=32 # # B-channel interface to the netgraph subsystem #XXX#device i4bing -#XXX#options NI4BING=2 +#XXX#options NI4BING=2 # # CAPI driver needed for active ISDN cards (see iavc driver above) #XXX#device i4bcapi |