From c5de0d5599d8833c511d8668583ee2d4fe5643fc Mon Sep 17 00:00:00 2001 From: ywu21 Date: Sun, 14 Dec 2008 12:25:48 +0000 Subject: =?UTF-8?q?1=EF=BC=89=09delete=20unused=20parameter=20from=20IScsi?= =?UTF-8?q?CHAPOnRspReceived=20()=202=EF=BC=89Correct=20one=20parameter=20?= =?UTF-8?q?mistake=20in=20IScsiFormCallback=20()=203=EF=BC=89Add=20OPTIONA?= =?UTF-8?q?L=20=20in=20IScsiDriverBindingStop=20()=204=EF=BC=89delete=20un?= =?UTF-8?q?used=20parameter=20from=20IScsiCheckOpParams=20()=205=EF=BC=89?= =?UTF-8?q?=20fix=2030+=20[in=20=20out]=20=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7021 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h') diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h index af55c13..fd1fbe4 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h @@ -43,9 +43,9 @@ typedef struct _ISCSI_ROOT_PATH_FIELD { /** Parse the DHCP ACK to get the address configuration and DNS information. - @param[in] Image The handle of the driver image. - @param[in] Controller The handle of the controller; - @param[in] ConfigData The session configuration data. + @param[in] Image The handle of the driver image. + @param[in] Controller The handle of the controller; + @param[in, out] ConfigData The session configuration data. @retval EFI_SUCCESS The DNS information is got from the DHCP ACK. @retval EFI_OUT_OF_RESOURCES Failed to allocate memory. @@ -53,9 +53,9 @@ typedef struct _ISCSI_ROOT_PATH_FIELD { **/ EFI_STATUS IScsiDoDhcp ( - IN EFI_HANDLE Image, - IN EFI_HANDLE Controller, - IN ISCSI_SESSION_CONFIG_DATA *ConfigData + IN EFI_HANDLE Image, + IN EFI_HANDLE Controller, + IN OUT ISCSI_SESSION_CONFIG_DATA *ConfigData ); #endif -- cgit v1.1