edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h:

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
This commit is contained in:
jljusten 2008-03-11 19:38:08 +00:00
parent 7c3eaa27b6
commit 9cb8724d68
9 changed files with 25 additions and 25 deletions

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -24,7 +24,7 @@ Revision History
#define _SCSI_BUS_H #define _SCSI_BUS_H
#include <IndustryStandard/scsi.h> #include <IndustryStandard/Scsi.h>
// //
// 1000 * 1000 * 10 // 1000 * 1000 * 10
// //

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2004 - 2007, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -23,7 +23,7 @@ Abstract:
#define _SCSI_DISK_H #define _SCSI_DISK_H
#include <IndustryStandard/scsi.h> #include <IndustryStandard/Scsi.h>
#define IsDeviceFixed(a) (a)->FixedDevice ? 1 : 0 #define IsDeviceFixed(a) (a)->FixedDevice ? 1 : 0

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2004 - 2007, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -20,7 +20,7 @@ Abstract:
#ifndef _ISCSI_DHCP_H_ #ifndef _ISCSI_DHCP_H_
#define _ISCSI_DHCP_H_ #define _ISCSI_DHCP_H_
#include <protocol/Dhcp4.h> #include <Protocol/Dhcp4.h>
#define DHCP4_TAG_PARA_LIST 55 #define DHCP4_TAG_PARA_LIST 55
#define DHCP4_TAG_NETMASK 1 #define DHCP4_TAG_NETMASK 1

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2004 - 2007, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -27,12 +27,12 @@ Abstract:
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
#include <Library/DevicePathLib.h> #include <Library/DevicePathLib.h>
#include <protocol/DriverBinding.h> #include <Protocol/DriverBinding.h>
#include <protocol/ScsiPassThruExt.h> #include <Protocol/ScsiPassThruExt.h>
#include <protocol/IScsiInitiatorName.h> #include <Protocol/IScsiInitiatorName.h>
#include <protocol/Ip4Config.h> #include <Protocol/Ip4Config.h>
#include <protocol/ComponentName.h> #include <Protocol/ComponentName.h>
#include <protocol/ComponentName2.h> #include <Protocol/ComponentName2.h>
#define ISCSI_PRIVATE_GUID \ #define ISCSI_PRIVATE_GUID \
{ \ { \

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2004 - 2007, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -20,7 +20,7 @@ Abstract:
#ifndef _ISCSI_EXT_SCSI_PASS_THRU_H_ #ifndef _ISCSI_EXT_SCSI_PASS_THRU_H_
#define _ISCSI_EXT_SCSI_PASS_THRU_H_ #define _ISCSI_EXT_SCSI_PASS_THRU_H_
#include <protocol/ScsiPassThruExt.h> #include <Protocol/ScsiPassThruExt.h>
extern EFI_EXT_SCSI_PASS_THRU_PROTOCOL gIScsiExtScsiPassThruProtocolTemplate; extern EFI_EXT_SCSI_PASS_THRU_PROTOCOL gIScsiExtScsiPassThruProtocolTemplate;

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2004 - 2007, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -22,9 +22,9 @@ Abstract:
#ifndef _ISCSI_IBFT_H_ #ifndef _ISCSI_IBFT_H_
#define _ISCSI_IBFT_H_ #define _ISCSI_IBFT_H_
#include <industrystandard/IScsiBootFirmwareTable.h> #include <IndustryStandard/IScsiBootFirmwareTable.h>
#include <protocol/AcpiSupport.h> #include <Protocol/AcpiSupport.h>
#include <protocol/PciIo.h> #include <Protocol/PciIo.h>
#define IBFT_TABLE_VAR_NAME L"iBFT" #define IBFT_TABLE_VAR_NAME L"iBFT"
#define IBFT_MAX_SIZE 4096 #define IBFT_MAX_SIZE 4096

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2004 - 2007, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -22,7 +22,7 @@ Abstract:
#ifndef _ISCSI_PROTO_H_ #ifndef _ISCSI_PROTO_H_
#define _ISCSI_PROTO_H_ #define _ISCSI_PROTO_H_
#include <protocol/ScsiPassThruExt.h> #include <Protocol/ScsiPassThruExt.h>
// //
// RFC 1982 Serial Number Arithmetic, SERIAL_BITS = 32 // RFC 1982 Serial Number Arithmetic, SERIAL_BITS = 32

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2004 - 2007, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -23,7 +23,7 @@ Abstract:
#define _ISCSI_TCP4_IO_H_ #define _ISCSI_TCP4_IO_H_
#include <Library/NetLib.h> #include <Library/NetLib.h>
#include <protocol/Tcp4.h> #include <Protocol/Tcp4.h>
typedef struct _TCP4_IO_CONFIG_DATA { typedef struct _TCP4_IO_CONFIG_DATA {
EFI_IPv4_ADDRESS LocalIp; EFI_IPv4_ADDRESS LocalIp;

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2004 - 2007, Intel Corporation Copyright (c) 2004 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -22,7 +22,7 @@ Abstract:
#ifndef _MD5_H_ #ifndef _MD5_H_
#define _MD5_H_ #define _MD5_H_
#include <uefi/UefiBaseType.h> #include <Uefi/UefiBaseType.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/NetLib.h> #include <Library/NetLib.h>