The Driver Name and Driver Version are optional HBA attributes
according to t11 FC-HBA spec. Since it is for information only,
it is removed to simplify the display.
---
fcoeadm_display.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/fcoeadm_display.c b/fcoeadm_display.c
index bdddb43..39293cb 100644
--- a/fcoeadm_display.c
+++ b/fcoeadm_display.c
@@ -209,8 +209,6 @@ show_hba_info(int hba_index, HBA_ADAPTERATTRIBUTES
*hba_info, int flags)
printf(" Revision: %s\n", hba_info->HardwareVersion);
printf(" Manufacturer: %s\n", hba_info->Manufacturer);
printf(" Serial Number: %s\n", hba_info->SerialNumber);
- printf(" Driver: %s %s\n", hba_info->DriverName,
- hba_info->DriverVersion);
printf(" Number of Ports: %d\n", hba_info->NumberOfPorts);
}
_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel