summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
diff options
context:
space:
mode:
authorSiyuan Fu <siyuan.fu@intel.com>2018-12-20 09:25:11 +0800
committerSiyuan Fu <siyuan.fu@intel.com>2018-12-24 15:09:42 +0800
commit5ac92dd427b5a9f8b78a1f12f48551eeb8b91afc (patch)
tree607811b690ea37e29877ce673240a8773c632b13 /NetworkPkg
parentdff73e4c73fd421421c622a9fd3762588144db96 (diff)
downloadedk2-5ac92dd427b5a9f8b78a1f12f48551eeb8b91afc.tar.gz
edk2-5ac92dd427b5a9f8b78a1f12f48551eeb8b91afc.tar.bz2
edk2-5ac92dd427b5a9f8b78a1f12f48551eeb8b91afc.zip
NetworkPkg: Remove some clarification from IScsiDxe.inf
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1278 This patch is to remove the clarification about usage/difference between those drivers in MdeModulePkg and NetworkPkg, since the MdeModulePkg one have been deleted. Cc: Jiaxin Wu <jiaxin.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Siyuan Fu <siyuan.fu@intel.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Diffstat (limited to 'NetworkPkg')
-rw-r--r--NetworkPkg/IScsiDxe/IScsiDxe.inf10
1 files changed, 0 insertions, 10 deletions
diff --git a/NetworkPkg/IScsiDxe/IScsiDxe.inf b/NetworkPkg/IScsiDxe/IScsiDxe.inf
index 195dc19125..bdf1313aa9 100644
--- a/NetworkPkg/IScsiDxe/IScsiDxe.inf
+++ b/NetworkPkg/IScsiDxe/IScsiDxe.inf
@@ -4,16 +4,6 @@
# The iSCSI driver provides iSCSI service in the preboot environment and supports
# booting over iSCSI. This driver supports both IPv4 and IPv6 network stack.
#
-# Notes:
-# 1) This driver can't co-work with the IScsiDxe driver in MdeModulePkg.
-# 2) This driver includes more bug fixes and supports more features (e.g. IPv6, Dns
-# support for target URL configuration, iSCSI keyword support) than the IscsiDxe
-# driver in MdeModulePkg. So, we recommend using this driver even though both of
-# them can be used.
-# 3) This driver depends on OpenSSL. To use this driver, please follow the
-# instructions found in the file "OpenSSL-HOWTO.txt" located in
-# CryptoPkg\Library\OpensslLib to enable the OpenSSL building first.
-#
# Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License