diff options
| author | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
| commit | 1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch) | |
| tree | ceece70ec21256772341dc1ef91a199a5d13bc0f /sd | |
| parent | d40232638faaab19de557e70a3ee938da7a35295 (diff) | |
terminology changes
Diffstat (limited to 'sd')
| -rw-r--r-- | sd/miniport/sdhc/README.md | 4 | ||||
| -rw-r--r-- | sd/sdiomars/ReadMe.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/miniport/sdhc/README.md b/sd/miniport/sdhc/README.md index b5c35093..a1fafe5c 100644 --- a/sd/miniport/sdhc/README.md +++ b/sd/miniport/sdhc/README.md @@ -3,8 +3,8 @@ 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. -## Universal Compliant -This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. +## Universal Windows Driver Compliant +This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. This driver, sdhc.sys, provides a functional miniport implementation for a standard SD host controller. However, it does not have support for many more recent features such as: diff --git a/sd/sdiomars/ReadMe.md b/sd/sdiomars/ReadMe.md index 313f0dd5..297d4509 100644 --- a/sd/sdiomars/ReadMe.md +++ b/sd/sdiomars/ReadMe.md @@ -3,8 +3,8 @@ Storage SDIO Driver This is a sample for a functional Secure Digital (SD) IO driver. The driver is written using the Kernel Mode Driver Framework. It is a driver for a generic mars development board that implements the SDIO protocol without additional functionality. -## Universal Compliant -This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. +## Universal Windows Driver Compliant +This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. The mars board driver exemplifies several different functions that are essential for writing an SDIO driver that leverages KDMF and the SDBUS API. It will show how to: |
