aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_fc.c
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2007-03-12 14:16:35 -0500
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2007-03-20 10:52:04 -0500
commitc3d2350a8420dbf9d48f5f8a0fb72117bfcbc1b0 (patch)
tree858b3df001af2d3f04020340f89e9190dde79283 /drivers/scsi/scsi_transport_fc.c
parent[SCSI] qla2xxx: Update version number to 8.01.07-k6. (diff)
downloadlinux-dev-c3d2350a8420dbf9d48f5f8a0fb72117bfcbc1b0.tar.xz
linux-dev-c3d2350a8420dbf9d48f5f8a0fb72117bfcbc1b0.zip
[SCSI] fc_transport: update potential link speeds
This patch updates the FC transport for all speeds identified in SM-HBA. Note: it does not sync the "bit" definitions, as that is actually insulated from user-space via the sysfs text string. (I could do it, but it does introduce a potential binary-incompatibility). Signed-off-by: James Smart <James.Smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_transport_fc.c')
-rw-r--r--drivers/scsi/scsi_transport_fc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c
index 58afdb401703..14c4f065b2b8 100644
--- a/drivers/scsi/scsi_transport_fc.c
+++ b/drivers/scsi/scsi_transport_fc.c
@@ -200,6 +200,8 @@ static const struct {
{ FC_PORTSPEED_2GBIT, "2 Gbit" },
{ FC_PORTSPEED_4GBIT, "4 Gbit" },
{ FC_PORTSPEED_10GBIT, "10 Gbit" },
+ { FC_PORTSPEED_8GBIT, "8 Gbit" },
+ { FC_PORTSPEED_16GBIT, "16 Gbit" },
{ FC_PORTSPEED_NOT_NEGOTIATED, "Not Negotiated" },
};
fc_bitfield_name_search(port_speed, fc_port_speed_names)