summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-10 08:20:01 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-10 08:20:01 +0000
commit2c6d600e1cf7a20ce92da563acfc7258c3c2bb7b (patch)
tree12ddf3c1a6d78cce572ae852fa3cb35abc6a61f7 /MdeModulePkg
parent036befaf114e4131ac3fcf491c7c13cc8abc6fa6 (diff)
downloadedk2-platforms-2c6d600e1cf7a20ce92da563acfc7258c3c2bb7b.tar.xz
INF module description added
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6973 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf6
-rw-r--r--MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf7
2 files changed, 6 insertions, 7 deletions
diff --git a/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf b/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
index 15666ec206..e06553187a 100644
--- a/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
+++ b/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
@@ -1,8 +1,8 @@
#/** @file
#
-# Component description file for Scsi Bus module.
-#
-# SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol
+# SCSI bus driver. This driver scans all SCSI devices and creates a device handle for
+# each of them. After this the driver installs the Path Device Protocol and SCSI I/O Protocol on
+# these handles.
#
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
diff --git a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
index 8467cf69a6..d2fb3c196f 100644
--- a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
+++ b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
@@ -1,8 +1,7 @@
#/** @file
-#
-# Component description file for Scsi Disk module.
-#
-# Scsi Disk driver. This driver detected the Scsi disk media and export block io protocol
+#
+# Scsi Disk driver. This driver detects the Scsi disk media and installs Block I/O Protocol
+# on the device handle that holds the SCSI I/O Portocol.
#
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials