diff options
author | Jiaxin Wu <Jiaxin.wu@intel.com> | 2018-09-25 11:33:07 +0800 |
---|---|---|
committer | Jiaxin Wu <Jiaxin.wu@intel.com> | 2018-09-27 09:00:04 +0800 |
commit | d619dab698cb411cf4a45fc55e7aa4c8b2ae868a (patch) | |
tree | f789d2eefd9220fa056519c701cb7cdbad558e51 /MdeModulePkg/Universal | |
parent | 18e205754d78a55ca32e25f3e21125ea8caf7424 (diff) | |
download | edk2-d619dab698cb411cf4a45fc55e7aa4c8b2ae868a.zip edk2-d619dab698cb411cf4a45fc55e7aa4c8b2ae868a.tar.gz edk2-d619dab698cb411cf4a45fc55e7aa4c8b2ae868a.tar.bz2 |
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 <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r-- | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf index c3b8c7d..48729e3 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.<BR>
# This program and the accompanying materials
|