[SCSI] aic79xx: user visible misuse wrong SI units (not disk size!)
MHZ not Mhz for SI unit pedants Closes bug #6422 Signed-off-by: Alan Cox <alan@redhat.com> Acked-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:

committed by
James Bottomley

parent
d777aaf386
commit
d91ab4e7df
@@ -223,10 +223,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
|
||||
|
Reference in New Issue
Block a user