From d619dab698cb411cf4a45fc55e7aa4c8b2ae868a Mon Sep 17 00:00:00 2001 From: Jiaxin Wu Date: Tue, 25 Sep 2018 11:33:07 +0800 Subject: [PATCH] MdeModulePkg/IScsiDxe: Add the clarification compared to IScsiDxe in NetworkPkg. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1205 This patch is to add the driver usage/difference clarification compared to IScsiDxe in NetworkPkg. Cc: Ye Ting Cc: Fu Siyuan Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin Reviewed-by: Laszlo Ersek --- MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf index c3b8c7d15a..48729e3029 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf @@ -4,7 +4,17 @@ # This module produces EFI iSCSI Initiator Name Protocol upon EFI TCPv4 Protocol # and EFI DHCPv4 Protocol, to provide the capability to do the transport for SCSI # data over TCP/IP. It installs EFI HII Configuration Access Protocol to provide -# one way to configurate the iSCSI setting. +# one way to configurate the iSCSI setting. This driver only supports IPv4 network +# stack. +# +# Notes: +# 1) This driver can't co-work with the IScsiDxe driver in NetworkPkg. +# 2) This driver might have some issues that have been fixed in the IScsiDxe driver +# in NetworkPkg. +# 3) This driver supports fewer features than the IScsiDxe driver in NetworkPkg +# (e.g. IPv6, Dns support for target URL configuration, iSCSI keyword support). +# 4) IScsiDxe driver in NetworkPkg is recommended for use instead of this one even +# though both of them can be used. # # Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
# This program and the accompanying materials