]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
Minor update on capitalization for ECC check.
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiBusDxe / ScsiBusDxe.inf
index 15666ec206b9bd91d6b06566d83400271b9db8cf..5652fc33201f649811eefcb75a33c3504a93f9f1 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
 #  \r
-#    Component description file for Scsi Bus module.\r
-#  \r
-#   SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol\r
+#  SCSI bus driver. This driver scans all SCSI devices and creates a device handle for\r
+#  each of them. After this the driver installs the Device Path Protocol and SCSI I/O Protocol on\r
+#  these handles.\r
 #  \r
 #  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
 #  All rights reserved. This program and the accompanying materials\r
@@ -58,7 +58,7 @@
 \r
 \r
 [Protocols]\r
-  gEfiScsiIoProtocolGuid                        # PROTOCOL BY_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
-  gEfiScsiPassThruProtocolGuid                  # PROTOCOL TO_START\r
-  gEfiExtScsiPassThruProtocolGuid               # PROTOCOL TO_START\r
+  gEfiScsiIoProtocolGuid                        ## BY_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiScsiPassThruProtocolGuid                  ## TO_START\r
+  gEfiExtScsiPassThruProtocolGuid               ## TO_START\r