From 9026073a419b5ef68fb46d4f7fae52dbef09dbe1 Mon Sep 17 00:00:00 2001 From: Barry Golden Date: Thu, 6 Aug 2015 20:06:07 -0700 Subject: Remove obsolete readme.htm files --- storage/class/cdrom/src/cdrom.htm | 86 --------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 storage/class/cdrom/src/cdrom.htm (limited to 'storage/class/cdrom') diff --git a/storage/class/cdrom/src/cdrom.htm b/storage/class/cdrom/src/cdrom.htm deleted file mode 100644 index 483d3c85..00000000 --- a/storage/class/cdrom/src/cdrom.htm +++ /dev/null @@ -1,86 +0,0 @@ - - - - -CD ROM - - - -

CD ROM

- -

SUMMARY

-The CD ROM driver is used to provide access to CD, DVD and Blu-ray drives. It supports Plug and Play, Power Management, and AutoRun (media change notification). It is a 64-bit compliant driver. - -

BUILDING THE SAMPLE

-To build cdrom.sys, you must first set up the DDK/WDK environment on your host machine. The "Installation and Release Notes" in the Windows 2000/XP/Server 2003/Vista/Server 2008/Windows 7 DDK/WDK has a complete description on how to do this. -

- -Macro BLD invokes the Microsoft make routines that produce log file called buildxxx_yyy_zzz.log, and also buildxxx_yyy_zzz.wrn and buildxxx_yyy_zzz.err if there are any warnings or errors, where xxx stands for fre or chk depending on the environment chosen, yyy stands for the OS version (W2k, WXP, Wnet or Win7), and zzz stands for platform version (x86, ia64 or amd64). - -

If the build succeeds, the driver will be placed in the binary output directory specified for the build environment. You can get the output path from the buildxxx_yyy_zzz.log file. - -

INSTALLATION

-The in-box CD ROM driver is protected by the system, and thus a normal device driver update attempt through the Device Manager will fail. Users are not encouraged to replace the in-box CD ROM driver. The following work-around is provided in case there is a need, but the users are warned that this may harm the system. -

- -NOTE: After installation completes successfully, "mycdrom.sys" will be the effective driver for the device, "cdrom.sys" will no longer be used. - -

CODE TOUR

-

File Manifest

-
File			Description
-
-
-aacs.c			The CDROM class driver implementation of handling AACS IOCTLs
-autorun.c		Code for supporting media change detection in the cd/dvd driver
-cdrom.c			Main code base
-cdrom.h			Main header file for cdrom.sys
-cdrom.htm		This file
-cdrom.inf		The CDROM class driver configuration file
-cdrom.rc		Resource file
-cdromp.h		Private header file for cdrom.sys modules
-common.c		Shared private routines for cdrom.sys
-data.c			Global data definitions
-guid.c			GUIDs needed for cdrom.sys
-init.c			Initialization routines for cdrom.sys
-ioctl.c			Ioctl dispatch handlers
-ioctl.h			Ioctl dispatch handlers - header file
-makefile		Makefile
-makefile.inc		Makefile used to generate custom targets required by the module
-mmc.c			All functions related to MMC
-mmc.h			All functions related to MMC - header file
-pnppower.c		Functions to handle PnP and Power IRPs
-scratch.c		Functions for using common scratch buffer
-scratch.h		Functions for using common scratch buffer - header file
-sense.c			Functions needed to accurately determine how to retry requests on CDROM device types
-sources			Macro definitions that are recognized by the Build utility
-
-
-

Top of page

- - - -
-

- -

© 2008 Microsoft Corporation

- -- cgit v1.3.1