From fe5cca505d6509dd67cefe85a96e0a4db6cedb4d Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Sat, 10 Jul 2010 00:26:13 -0500 Subject: iscsi boot: add support for iscsi boot sysfs module This patch modifies the ibft sysfs code to support the iscsi boot sysfs module which is used by be2iscsi to export be2iscsi boot info. --- include/fw_context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/fw_context.h b/include/fw_context.h index abdff42..770b41a 100644 --- a/include/fw_context.h +++ b/include/fw_context.h @@ -54,6 +54,8 @@ struct boot_context { char mask[18]; char lun[17]; char vlan[15]; + + char scsi_host_name[64]; }; extern int fw_get_entry(struct boot_context *context); -- cgit v1.2.1