]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Patch so the tree will compile
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 16:40:17 +0000 (16:40 +0000)
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 16:40:17 +0000 (16:40 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2916 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c

index dc28be8dc67dd83387a134a79d9f0542fadc9def..0840cba5d88494a25e9716dc55035abed169c521 100644 (file)
@@ -635,10 +635,10 @@ Returns:
   ScsiIoDevice->Lun                       = Lun;\r
 \r
   ScsiIoDevice->ScsiIo.GetDeviceType      = ScsiGetDeviceType;\r
-  ScsiIoDevice->ScsiIo.GetDeviceLocation  = ScsiGetDeviceLocation;\r
// ScsiIoDevice->ScsiIo.GetDeviceLocation  = ScsiGetDeviceLocation;\r
   ScsiIoDevice->ScsiIo.ResetBus           = ScsiResetBus;\r
   ScsiIoDevice->ScsiIo.ResetDevice        = ScsiResetDevice;\r
-  ScsiIoDevice->ScsiIo.ExecuteSCSICommand = ScsiExecuteSCSICommand;\r
+  ScsiIoDevice->ScsiIo.ExecuteScsiCommand = ScsiExecuteSCSICommand;\r
 \r
   if (!DiscoverScsiDevice (ScsiIoDevice)) {\r
     gBS->FreePool (ScsiIoDevice);\r