diff options
Diffstat (limited to 'storage/sfloppy/README.md')
| -rw-r--r-- | storage/sfloppy/README.md | 15 |
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. |
