summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2017-08-25 20:51:02 -0700
committerBarry Golden <[email protected]>2017-08-25 20:51:02 -0700
commit13ca5b69d2a1b20e5cfa8ecc94bfea9ece8aaa9a (patch)
treedc4870ec4210e09b2b967ebc25a853cd691bc0d2 /sd
parent112a28423dea2f79402bc20d1cad07afe4f69e22 (diff)
VSTS 12737998
Diffstat (limited to 'sd')
-rw-r--r--sd/miniport/sdhc/README.md12
-rw-r--r--sd/sdiomars/README.md10
2 files changed, 21 insertions, 1 deletions
diff --git a/sd/miniport/sdhc/README.md b/sd/miniport/sdhc/README.md
index b5c35093..a1e81cde 100644
--- a/sd/miniport/sdhc/README.md
+++ b/sd/miniport/sdhc/README.md
@@ -1,5 +1,15 @@
+<!---
+ name: Standard SD Host Controller Miniport
+ platform: WDM
+ language: cpp
+ category: Storage
+ description: Provides a functional miniport implementation for a standard SD host controller.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617952
+--->
+
+
Standard SD Host Controller Miniport
-===================
+====================================
This is a sample for a Secure Digital (SD) Host Controller miniport driver. The driver works in conjunction with sdport.sys, which implements SD/SDIO/eMMC protocol and WDM interfaces, to provide the host register interface.
diff --git a/sd/sdiomars/README.md b/sd/sdiomars/README.md
index 322ac5a4..2f248936 100644
--- a/sd/sdiomars/README.md
+++ b/sd/sdiomars/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: SDIO Driver
+ platform: KMDF
+ language: cpp
+ category: Storage
+ description: A functional KMDF Secure Digital (SD) IO driver for use with a generic mars development board.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617953
+--->
+
+
Storage SDIO Driver
===================