diff options
| author | Barry Golden <[email protected]> | 2017-08-25 20:51:02 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2017-08-25 20:51:02 -0700 |
| commit | 13ca5b69d2a1b20e5cfa8ecc94bfea9ece8aaa9a (patch) | |
| tree | dc4870ec4210e09b2b967ebc25a853cd691bc0d2 /storage | |
| parent | 112a28423dea2f79402bc20d1cad07afe4f69e22 (diff) | |
VSTS 12737998
Diffstat (limited to 'storage')
| -rw-r--r-- | storage/class/cdrom/README.md | 10 | ||||
| -rw-r--r-- | storage/class/classpnp/README.md | 10 | ||||
| -rw-r--r-- | storage/class/disk/README.md | 10 | ||||
| -rw-r--r-- | storage/filters/addfilter/README.md | 10 | ||||
| -rw-r--r-- | storage/iscsi/README.md | 10 | ||||
| -rw-r--r-- | storage/miniports/lsi_u3/README.md | 10 | ||||
| -rw-r--r-- | storage/miniports/storahci/README.md | 10 | ||||
| -rw-r--r-- | storage/msdsm/README.md | 10 | ||||
| -rw-r--r-- | storage/ramdisk/README.md | 10 | ||||
| -rw-r--r-- | storage/sfloppy/README.md | 10 | ||||
| -rw-r--r-- | storage/tools/spti/README.md | 10 |
11 files changed, 110 insertions, 0 deletions
diff --git a/storage/class/cdrom/README.md b/storage/class/cdrom/README.md index 187ca63b..92ddf79b 100644 --- a/storage/class/cdrom/README.md +++ b/storage/class/cdrom/README.md @@ -1,3 +1,13 @@ +<!--- + name: CDROM Storage Class Driver + platform: KMDF + language: cpp + category: Storage + description: Provide access to CD, DVD and Blu-ray drives, supports Plug and Play, Power Management, and AutoRun (media change notification). + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617971 +---> + + CDROM Storage Class Driver ========================== diff --git a/storage/class/classpnp/README.md b/storage/class/classpnp/README.md index c3a893ba..ec3c0e9b 100644 --- a/storage/class/classpnp/README.md +++ b/storage/class/classpnp/README.md @@ -1,3 +1,13 @@ +<!--- + name: ClassPnP Class Driver Library + platform: WDM + language: cpp + category: Storage + description: A library storage class driver used by disk, CDROM, and the tape class drivers. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617978 +---> + + ClassPnP Storage Class Driver Library ===================================== diff --git a/storage/class/disk/README.md b/storage/class/disk/README.md index 1acd4ed5..c4032547 100644 --- a/storage/class/disk/README.md +++ b/storage/class/disk/README.md @@ -1,3 +1,13 @@ +<!--- + name: Disk Class Driver + platform: WDM + language: cpp + category: Storage + description: A class driver for disk devices. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617979 +---> + + Disk Class Driver ================= diff --git a/storage/filters/addfilter/README.md b/storage/filters/addfilter/README.md index 3981aa20..8d3084c4 100644 --- a/storage/filters/addfilter/README.md +++ b/storage/filters/addfilter/README.md @@ -1,3 +1,13 @@ +<!--- + name: AddFilter Storage Filter Tool + platform: Application + language: cpp + category: Storage + description: A command-line application that adds and removes filter drivers for a given drive or volume. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617980 +---> + + AddFilter Storage Filter Tool ============================= diff --git a/storage/iscsi/README.md b/storage/iscsi/README.md index 8bfb6982..320e1206 100644 --- a/storage/iscsi/README.md +++ b/storage/iscsi/README.md @@ -1,3 +1,13 @@ +<!--- + name: iSCSI WMI Client + platform: WDM + language: cpp + category: Storage + description: A WMI iSCSI miniport that can be tested using the iSCSICLI.exe tool, the iSCSI Initiator Properties page, the WBEMTEST.exe tool, and customized WMI scripts. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617981 +---> + + iSCSI WMI Client ================ diff --git a/storage/miniports/lsi_u3/README.md b/storage/miniports/lsi_u3/README.md index 2e7950ea..2ca91c64 100644 --- a/storage/miniports/lsi_u3/README.md +++ b/storage/miniports/lsi_u3/README.md @@ -1,3 +1,13 @@ +<!--- + name: LSI_U3 StorPort Miniport Driver + platform: WDM + language: cpp + category: Storage + description: An adapter driver for use with Parallel SCSI Host Bus Adapters or on-motherboard solutions that use the LSI 53C1010 SCSI ASIC. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617982 +---> + + LSI\_U3 StorPort Miniport Driver ================================ diff --git a/storage/miniports/storahci/README.md b/storage/miniports/storahci/README.md index 7705ebd5..ed65a9ff 100644 --- a/storage/miniports/storahci/README.md +++ b/storage/miniports/storahci/README.md @@ -1,3 +1,13 @@ +<!--- + name: StorAHCI StorPort Miniport + platform: WDM + language: cpp + category: Storage + description: A sample Storport ACHI miniport driver. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617983 +---> + + StorAhci StorPort Miniport Driver ================================= diff --git a/storage/msdsm/README.md b/storage/msdsm/README.md index d43f1b68..599dc963 100644 --- a/storage/msdsm/README.md +++ b/storage/msdsm/README.md @@ -1,3 +1,13 @@ +<!--- + name: Multipath I/O (MPIO) DSM Sample + platform: WDM + language: cpp + category: Storage + description: Provides a sample for building vendor-specific device-specific modules (DSM), supports iSCSI and Fibre Channel devices. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620203 +---> + + Multipath I/O (MPIO) DSM Sample =============================== diff --git a/storage/ramdisk/README.md b/storage/ramdisk/README.md index 66e97691..83e0bae1 100644 --- a/storage/ramdisk/README.md +++ b/storage/ramdisk/README.md @@ -1,3 +1,13 @@ +<!--- + name: RAMDisk Storage Driver Sample + platform: KMDF + language: cpp + category: Storage + description: Demonstrates how to write a RAM disk software-only function driver using KMDF. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617988 +---> + + RAMDisk Storage Driver Sample ============================= diff --git a/storage/sfloppy/README.md b/storage/sfloppy/README.md index be7bd211..a48c6230 100644 --- a/storage/sfloppy/README.md +++ b/storage/sfloppy/README.md @@ -1,3 +1,13 @@ +<!--- + name: Super Floppy (sfloppy) Storage Class Driver + platform: WDM + language: cpp + category: Storage + description: A smaple class driver for Super Floppy disk drives. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617989 +---> + + Super Floppy (sfloppy) Storage Class Driver =========================================== diff --git a/storage/tools/spti/README.md b/storage/tools/spti/README.md index 0d9ad39a..10037d01 100644 --- a/storage/tools/spti/README.md +++ b/storage/tools/spti/README.md @@ -1,3 +1,13 @@ +<!--- + name: SCSI Pass-Through Interface Tool + platform: Application + language: cpp + category: Storage + description: Demonstrates how to communicate with a SCSI device using pass-through IOCTLs in an application using DeviceIoControl API. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617990 +---> + + SCSI Pass-Through Interface Tool ================================ |
