summaryrefslogtreecommitdiff
path: root/storage/sfloppy
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-25 19:35:57 -0700
committerGitHub <[email protected]>2019-09-25 19:35:57 -0700
commitd2a01860208bcce9f4777d54bec3c59c4c02e969 (patch)
treebe2892ff05b3308b559e18474f1b1645582cb379 /storage/sfloppy
parent2e237713e298495b141560a5e7c76d6b1efa0153 (diff)
Diffstat (limited to 'storage/sfloppy')
-rw-r--r--storage/sfloppy/README.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/storage/sfloppy/README.md b/storage/sfloppy/README.md
index 0ca05293..d05748df 100644
--- a/storage/sfloppy/README.md
+++ b/storage/sfloppy/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: Super Floppy (sfloppy) Storage Class Driver
- platform: WDM
- language: cpp
- category: Storage
- description: A sample class driver for Super Floppy disk drives.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617989
---->
-
# Super Floppy (sfloppy) Storage Class Driver
The sfloppy sample is a super floppy driver. This driver is a class driver for Super Floppy disk drives.
@@ -29,6 +18,6 @@ This sample builds a Universal Windows Driver. It uses only APIs and DDIs that a
## Installation and Operation
-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.
+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**](https://docs.microsoft.com/windows-hardware/drivers/ddi/content/srb/ns-srb-_scsi_request_block) (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. \ No newline at end of file
+For more information, see [Introduction to Storage Class Drivers](https://docs.microsoft.com/windows-hardware/drivers/storage/introduction-to-storage-class-drivers) in the storage technologies design guide.