diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 19:15:06 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 19:15:06 -0700 |
| commit | dbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (patch) | |
| tree | 2a8e1a39358b66cc2bc0d85e163956aafd5ccd16 /storage | |
| parent | ffeacc14932f98db4e7926825909a37d2b6d332f (diff) | |
Update manifests
Diffstat (limited to 'storage')
| -rw-r--r-- | storage/class/cdrom/README.md | 2 | ||||
| -rw-r--r-- | storage/class/classpnp/README.md | 2 | ||||
| -rw-r--r-- | storage/class/disk/README.md | 2 | ||||
| -rw-r--r-- | storage/filters/addfilter/README.md | 2 | ||||
| -rw-r--r-- | storage/iscsi/README.md | 2 | ||||
| -rw-r--r-- | storage/miniports/lsi_u3/README.md | 2 | ||||
| -rw-r--r-- | storage/miniports/storahci/README.md | 2 | ||||
| -rw-r--r-- | storage/msdsm/README.md | 2 | ||||
| -rw-r--r-- | storage/sfloppy/README.md | 2 | ||||
| -rw-r--r-- | storage/tools/spti/README.md | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/storage/class/cdrom/README.md b/storage/class/cdrom/README.md index 5a6f366a..dee04bf0 100644 --- a/storage/class/cdrom/README.md +++ b/storage/class/cdrom/README.md @@ -62,4 +62,4 @@ The in-box CD ROM driver is protected by the system, and thus a normal device dr 1. Click "Next" to complete the driver upgrade. 1. After installation completes successfully, "mycdrom.sys" will be the effective driver for the device, "cdrom.sys" will no longer be used. -For more information, see [CD-ROM Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff551391) in the storage technologies design guide. +For more information, see [CD-ROM Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff551391) in the storage technologies design guide.
\ No newline at end of file diff --git a/storage/class/classpnp/README.md b/storage/class/classpnp/README.md index 60f92316..8e6b4687 100644 --- a/storage/class/classpnp/README.md +++ b/storage/class/classpnp/README.md @@ -28,4 +28,4 @@ This sample builds a Universal Windows Driver. It uses only APIs and DDIs that a The storage class drivers are used to interact with mass storage devices along with appropriate port driver. The class drivers are layered above the port drivers and manage mass storage devices of a specific class, regardless of their bus type. The classpnp sample contains the common routines that are required for all storage class drivers such as PnP and power management. It also provides I/O and error handling support. -For more information, see [Introduction to Storage Class Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559215) in the storage technologies design guide. +For more information, see [Introduction to Storage Class Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559215) in the storage technologies design guide.
\ No newline at end of file diff --git a/storage/class/disk/README.md b/storage/class/disk/README.md index 82a08ba6..90e76d00 100644 --- a/storage/class/disk/README.md +++ b/storage/class/disk/README.md @@ -44,4 +44,4 @@ You can build a driver from the command line using the Visual Studio Command Pro The disk class driver is used to interact with disk devices along with the appropriate port driver. The disk class driver is layered above the port driver and manages disk devices regardless of their bus type. This driver attaches to the disk devices that are enumerated by all of the storage port drivers. This driver exposes the required functionality to the file system drivers to access the disk devices. -For more information, see [Introduction to Storage Class Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559215) in the storage technologies design guide. +For more information, see [Introduction to Storage Class Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559215) in the storage technologies design guide.
\ No newline at end of file diff --git a/storage/filters/addfilter/README.md b/storage/filters/addfilter/README.md index 47f41838..b0168809 100644 --- a/storage/filters/addfilter/README.md +++ b/storage/filters/addfilter/README.md @@ -38,4 +38,4 @@ The following is the command line usage for addfilter: **addfilter [/listdevices] [/device device\_name] [/add filter] [/remove filter]** -If the device name is not supplied, settings will apply to all devices. If there is no /add or /remove argument, a list of currently installed drivers will be printed. +If the device name is not supplied, settings will apply to all devices. If there is no /add or /remove argument, a list of currently installed drivers will be printed.
\ No newline at end of file diff --git a/storage/iscsi/README.md b/storage/iscsi/README.md index 53edf7da..16d38d0e 100644 --- a/storage/iscsi/README.md +++ b/storage/iscsi/README.md @@ -22,4 +22,4 @@ WMI Implementation in an iSCSI miniport can be tested using the iSCSICLI.exe too ## Installation and Operation -The iSCSI WMI sample uses the iSCSI WMI Class, and MOF definitions described at [iSCSI WMI Classes](http://msdn.microsoft.com/en-us/library/windows/hardware/ff561578) in the storage WMI classes reference. Their corresponding class structure details are described at [iSCSI Structures](http://msdn.microsoft.com/en-us/library/windows/hardware/ff561569). +The iSCSI WMI sample uses the iSCSI WMI Class, and MOF definitions described at [iSCSI WMI Classes](http://msdn.microsoft.com/en-us/library/windows/hardware/ff561578) in the storage WMI classes reference. Their corresponding class structure details are described at [iSCSI Structures](http://msdn.microsoft.com/en-us/library/windows/hardware/ff561569).
\ No newline at end of file diff --git a/storage/miniports/lsi_u3/README.md b/storage/miniports/lsi_u3/README.md index 6d2cb740..1e602832 100644 --- a/storage/miniports/lsi_u3/README.md +++ b/storage/miniports/lsi_u3/README.md @@ -31,4 +31,4 @@ The operation of this sample requires one of the following hardware items: - Parallel SCSI Host Bus Adapter - On-motherboard solution that uses the LSI 53C1010 SCSI ASIC -For more information, see [Storport Miniport Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff567562) in the storage technologies design guide. +For more information, see [Storport Miniport Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff567562) in the storage technologies design guide.
\ No newline at end of file diff --git a/storage/miniports/storahci/README.md b/storage/miniports/storahci/README.md index 3ecb3c2f..771b11a2 100644 --- a/storage/miniports/storahci/README.md +++ b/storage/miniports/storahci/README.md @@ -22,4 +22,4 @@ The StorAhci sample is a Storport ACHI miniport driver. ## Universal Windows Driver Compliant -This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. +This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
\ No newline at end of file diff --git a/storage/msdsm/README.md b/storage/msdsm/README.md index 992992ef..b1b3e4d1 100644 --- a/storage/msdsm/README.md +++ b/storage/msdsm/README.md @@ -210,4 +210,4 @@ It is expected that the adapter that hosts the system volumes (boot/paging) will **Note** Other filter drivers installed as port filters may interfere with the proper operation of the MPIO port filter. Microsoft does not recommend the use of such filter drivers which may be supplied by HBA miniport vendors. -**Note** Since your DSM binary is not signed, you will get Unsigned Driver Pop-Ups. Ignore these and accept the installation of the new driver. Once your package has been successfully qualified by WHQL, your binaries will get signed and your customers will not get unsigned driver popups. +**Note** Since your DSM binary is not signed, you will get Unsigned Driver Pop-Ups. Ignore these and accept the installation of the new driver. Once your package has been successfully qualified by WHQL, your binaries will get signed and your customers will not get unsigned driver popups.
\ No newline at end of file diff --git a/storage/sfloppy/README.md b/storage/sfloppy/README.md index 70ffbc43..ae75294d 100644 --- a/storage/sfloppy/README.md +++ b/storage/sfloppy/README.md @@ -28,4 +28,4 @@ This sample builds a Universal Windows Driver. It uses only APIs and DDIs that a This sample sits a level above the port driver (ATAPI, USB, and so on) in the driver stack and controls communication between the application level and the port driver. The floppy driver takes requests from file system drivers and then sends the appropriate [**SCSI\_REQUEST\_BLOCK**](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565393) (SRB) to the port driver. -For more information, see [Introduction to Storage Class Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559215) in the storage technologies design guide. +For more information, see [Introduction to Storage Class Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559215) in the storage technologies design guide.
\ No newline at end of file diff --git a/storage/tools/spti/README.md b/storage/tools/spti/README.md index bc1ee132..034a49b7 100644 --- a/storage/tools/spti/README.md +++ b/storage/tools/spti/README.md @@ -24,4 +24,4 @@ The SCSI Pass Through Interface sample demonstrates how to communicate with a SC The storage port drivers provide an interface for Win32 applications to send SCSI CBDs (Command Descriptor Block) to SCSI devices. The interfaces are [**IOCTL\_SCSI\_PASS\_THROUGH**](http://msdn.microsoft.com/en-us/library/windows/hardware/ff560519) and [**IOCTL\_SCSI\_PASS\_THROUGH\_DIRECT**](http://msdn.microsoft.com/en-us/library/windows/hardware/ff560521). Applications can build a pass-through request and send it to the device by using this IOCTL. -Two command line parameters can be used with *SPTI.EXE*. The first parameter is mandatory. It is the name of the device to be opened. Typical values for this are drive letters such as "C:", or device names as defined by a class driver such as Scanner0, or the SCSI port driver name, ScsiN:, where N = 0, 1, 2, etc. The second parameter is optional and is used to set the share mode (note that access mode and share mode are different things) and sector size. The default share mode is (FILE\_SHARE\_READ | FILE\_SHARE\_WRITE) and the default sector size is 512. A parameter of "r" changes the share mode to only FILE\_SHARE\_READ. A parameter of "w" changes the share mode to only FILE\_SHARE\_WRITE. A parameter of "c" changes the share mode to only FILE\_SHARE\_READ and also changes the sector size to 2048. Typically, a CD-ROM device would use the "c" parameter. +Two command line parameters can be used with *SPTI.EXE*. The first parameter is mandatory. It is the name of the device to be opened. Typical values for this are drive letters such as "C:", or device names as defined by a class driver such as Scanner0, or the SCSI port driver name, ScsiN:, where N = 0, 1, 2, etc. The second parameter is optional and is used to set the share mode (note that access mode and share mode are different things) and sector size. The default share mode is (FILE\_SHARE\_READ | FILE\_SHARE\_WRITE) and the default sector size is 512. A parameter of "r" changes the share mode to only FILE\_SHARE\_READ. A parameter of "w" changes the share mode to only FILE\_SHARE\_WRITE. A parameter of "c" changes the share mode to only FILE\_SHARE\_READ and also changes the sector size to 2048. Typically, a CD-ROM device would use the "c" parameter.
\ No newline at end of file |
