Commit d91ab4e7 authored by Alan Cox's avatar Alan Cox Committed by James Bottomley

[SCSI] aic79xx: user visible misuse wrong SI units (not disk size!)

MHZ not Mhz for SI unit pedants

Closes bug #6422
Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Acked-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent d777aaf3
...@@ -4131,7 +4131,7 @@ ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, ...@@ -4131,7 +4131,7 @@ ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
/* /*
* Harpoon2A assumed that there would be a * Harpoon2A assumed that there would be a
* fallback rate between 160MHz and 80Mhz, * fallback rate between 160MHz and 80MHz,
* so 7 is used as the period factor rather * so 7 is used as the period factor rather
* than 8 for 160MHz. * than 8 for 160MHz.
*/ */
......
...@@ -223,10 +223,10 @@ static const char *pci_bus_modes[] = ...@@ -223,10 +223,10 @@ static const char *pci_bus_modes[] =
"PCI bus mode unknown", "PCI bus mode unknown",
"PCI bus mode unknown", "PCI bus mode unknown",
"PCI bus mode unknown", "PCI bus mode unknown",
"PCI-X 101-133Mhz", "PCI-X 101-133MHz",
"PCI-X 67-100Mhz", "PCI-X 67-100MHz",
"PCI-X 50-66Mhz", "PCI-X 50-66MHz",
"PCI 33 or 66Mhz" "PCI 33 or 66MHz"
}; };
#define TESTMODE 0x00000800ul #define TESTMODE 0x00000800ul
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment