summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2010-01-12 17:59:58 +0000
committergavin <gavin@FreeBSD.org>2010-01-12 17:59:58 +0000
commit0c2da89ac473d10c99cb369963dc789d04986c15 (patch)
treef52412ec9c9567185e18aa60f11d73740d901597 /sys/dev/aic7xxx
parentca52a33d35801acbecacc860b4d4ef79fa67cb48 (diff)
downloadFreeBSD-src-0c2da89ac473d10c99cb369963dc789d04986c15.zip
FreeBSD-src-0c2da89ac473d10c99cb369963dc789d04986c15.tar.gz
Spell "Hz" correctly wherever it is user-visible.
PR: bin/142566 Submitted by: N.J. Mann njm njm.me.uk Approved by: ed (mentor) MFC after: 2 weeks
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic79xx_pci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c
index 928012e..1e3bbed 100644
--- a/sys/dev/aic7xxx/aic79xx_pci.c
+++ b/sys/dev/aic7xxx/aic79xx_pci.c
@@ -248,10 +248,10 @@ static const char *pci_bus_modes[] =
"PCI bus mode unknown",
"PCI bus mode unknown",
"PCI bus mode unknown",
- "PCI-X 101-133Mhz",
- "PCI-X 67-100Mhz",
- "PCI-X 50-66Mhz",
- "PCI 33 or 66Mhz"
+ "PCI-X 101-133MHz",
+ "PCI-X 67-100MHz",
+ "PCI-X 50-66MHz",
+ "PCI 33 or 66MHz"
};
#define TESTMODE 0x00000800ul
OpenPOWER on IntegriCloud