]> git.proxmox.com Git - mirror_edk2.git/commitdiff
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Mar 2008 19:38:08 +0000 (19:38 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Mar 2008 19:38:08 +0000 (19:38 +0000)
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiExtScsiPassThru.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/Md5.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDriver.h:
edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.h:
edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h:
  Fix filename case(sensitivity) issues.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4840 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.h
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiDriver.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiExtScsiPassThru.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h
MdeModulePkg/Universal/Network/IScsiDxe/Md5.h

index 1e4184c1d6585049baa540628235c7a935eff5f6..3a6107b470f7516d0fe0515b9002d306db0923be 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
+Copyright (c) 2006, 2008, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -24,7 +24,7 @@ Revision History
 #define _SCSI_BUS_H\r
 \r
 \r
-#include <IndustryStandard/scsi.h>\r
+#include <IndustryStandard/Scsi.h>\r
 //\r
 // 1000 * 1000 * 10\r
 //\r
index 871c0a32807b7dbfa7b818fcf40dcae9b88aa7a7..26dd74099b9d5971df6bd10c2e94ae2b384c36b1 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
+Copyright (c) 2004 - 2008, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -23,7 +23,7 @@ Abstract:
 #define _SCSI_DISK_H\r
 \r
 \r
-#include <IndustryStandard/scsi.h>\r
+#include <IndustryStandard/Scsi.h>\r
 \r
 #define IsDeviceFixed(a)        (a)->FixedDevice ? 1 : 0\r
 \r
index 73f1a8d27ce0010c08f81c4cce1b5e1b6baafeee..92b303976e0a9826ffde9b9614f21b9f7a203eba 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -20,7 +20,7 @@ Abstract:
 #ifndef _ISCSI_DHCP_H_\r
 #define _ISCSI_DHCP_H_\r
 \r
-#include <protocol/Dhcp4.h>\r
+#include <Protocol/Dhcp4.h>\r
 \r
 #define DHCP4_TAG_PARA_LIST             55\r
 #define DHCP4_TAG_NETMASK               1\r
index ec24a343b58025d94c6b24ae63789919544a6576..b6a43243a7ba9c2b6194a2df6375fa6630eb6b52 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -27,12 +27,12 @@ Abstract:
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiLib.h>\r
 #include <Library/DevicePathLib.h>\r
-#include <protocol/DriverBinding.h>\r
-#include <protocol/ScsiPassThruExt.h>\r
-#include <protocol/IScsiInitiatorName.h>\r
-#include <protocol/Ip4Config.h>\r
-#include <protocol/ComponentName.h>\r
-#include <protocol/ComponentName2.h>\r
+#include <Protocol/DriverBinding.h>\r
+#include <Protocol/ScsiPassThruExt.h>\r
+#include <Protocol/IScsiInitiatorName.h>\r
+#include <Protocol/Ip4Config.h>\r
+#include <Protocol/ComponentName.h>\r
+#include <Protocol/ComponentName2.h>\r
 \r
 #define ISCSI_PRIVATE_GUID \\r
   { \\r
index d2226c396b61515af65b56ef6cde94e679760bde..26f59a2f9eea27bee15d7a5156b4c3e056b38245 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -20,7 +20,7 @@ Abstract:
 #ifndef _ISCSI_EXT_SCSI_PASS_THRU_H_\r
 #define _ISCSI_EXT_SCSI_PASS_THRU_H_\r
 \r
-#include <protocol/ScsiPassThruExt.h>\r
+#include <Protocol/ScsiPassThruExt.h>\r
 \r
 extern EFI_EXT_SCSI_PASS_THRU_PROTOCOL  gIScsiExtScsiPassThruProtocolTemplate;\r
 \r
index d07c5b2536df6719dd5578b7915158026cae0202..40097c944c9f8f49d7a057e7e306a3c830f4b014 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -22,9 +22,9 @@ Abstract:
 #ifndef _ISCSI_IBFT_H_\r
 #define _ISCSI_IBFT_H_\r
 \r
-#include <industrystandard/IScsiBootFirmwareTable.h>\r
-#include <protocol/AcpiSupport.h>\r
-#include <protocol/PciIo.h>\r
+#include <IndustryStandard/IScsiBootFirmwareTable.h>\r
+#include <Protocol/AcpiSupport.h>\r
+#include <Protocol/PciIo.h>\r
 \r
 #define IBFT_TABLE_VAR_NAME L"iBFT"\r
 #define IBFT_MAX_SIZE       4096\r
index d9325e3d4f0fa18793a7ab4e47a78122b61de454..43a8c25f96a211803b52c106f6e820fad57e75be 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -22,7 +22,7 @@ Abstract:
 #ifndef _ISCSI_PROTO_H_\r
 #define _ISCSI_PROTO_H_\r
 \r
-#include <protocol/ScsiPassThruExt.h>\r
+#include <Protocol/ScsiPassThruExt.h>\r
 \r
 //\r
 // RFC 1982 Serial Number Arithmetic, SERIAL_BITS = 32\r
index 655ccfe8c3b42ca3d4cf6b9a42ceb9698a2ff818..2a70a6bd407acd5916f7f55e7486ae0ca88a591a 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -23,7 +23,7 @@ Abstract:
 #define _ISCSI_TCP4_IO_H_\r
 \r
 #include <Library/NetLib.h>\r
-#include <protocol/Tcp4.h>\r
+#include <Protocol/Tcp4.h>\r
 \r
 typedef struct _TCP4_IO_CONFIG_DATA {\r
   EFI_IPv4_ADDRESS  LocalIp;\r
index 1ab090d91db6d4db19d0bb99b4ddf3149c9486d4..365b5cbbe6ff43e53eb482397433dc95ae46d742 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -22,7 +22,7 @@ Abstract:
 #ifndef _MD5_H_\r
 #define _MD5_H_\r
 \r
-#include <uefi/UefiBaseType.h>\r
+#include <Uefi/UefiBaseType.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/NetLib.h>\r
 \r