mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
INF module description added
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6973 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
036befaf11
commit
2c6d600e1c
@ -1,8 +1,8 @@
|
|||||||
#/** @file
|
#/** @file
|
||||||
#
|
#
|
||||||
# Component description file for Scsi Bus module.
|
# 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
|
||||||
# SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol
|
# these handles.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#/** @file
|
#/** @file
|
||||||
#
|
#
|
||||||
# Component description file for Scsi Disk module.
|
# 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.
|
||||||
# Scsi Disk driver. This driver detected the Scsi disk media and export block io protocol
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
|
Loading…
x
Reference in New Issue
Block a user