aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Iversen <ci@iversenit.dk>2021-02-01 01:27:08 +0100
committerChristian Iversen <ci@iversenit.dk>2021-02-01 01:27:08 +0100
commit79031fee2155a178a9788ca57d55c975607df688 (patch)
tree7acb7f21e27d108619d22ad84d301bbd129c7207
parentdef46cf344dc9981a0901a1293d4513efafe14d2 (diff)
downloadipxe-79031fee2155a178a9788ca57d55c975607df688.zip
ipxe-79031fee2155a178a9788ca57d55c975607df688.tar.gz
ipxe-79031fee2155a178a9788ca57d55c975607df688.tar.bz2
[iscsi] Update link to iBFT reference manual
Signed-off-by: Christian Iversen <ci@iversenit.dk>
-rw-r--r--src/drivers/block/ibft.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/drivers/block/ibft.c b/src/drivers/block/ibft.c
index f991836..ca5fad9 100644
--- a/src/drivers/block/ibft.c
+++ b/src/drivers/block/ibft.c
@@ -48,11 +48,15 @@ FILE_LICENCE ( BSD2 );
*
* iSCSI boot firmware table
*
- * The information in this file is derived from the document "iSCSI
- * Boot Firmware Table (iBFT)" as published by IBM at
+ * The information in this file is originally derived from the document "iSCSI
+ * Boot Firmware Table (iBFT)" as published by IBM at:
*
* ftp://ftp.software.ibm.com/systems/support/system_x_pdf/ibm_iscsi_boot_firmware_table_v1.02.pdf
*
+ * That file is no longer available, but a more recent version is available:
+ *
+ * ftp://ftp.software.ibm.com/systems/support/bladecenter/iscsi_boot_firmware_table_v1.03.pdf
+ *
*/
/**