Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
retail Add source files 4 years ago
board.c Add source files 4 years ago
board.h Add source files 4 years ago
bt856.h Add source files 4 years ago
bt866.c Add source files 4 years ago
codcls.rc Add source files 4 years ago
codedma.c Add source files 4 years ago
codedma.h Add source files 4 years ago
copyprot.c Add source files 4 years ago
copyprot.h Add source files 4 years ago
cpq.inf Add source files 4 years ago
ddvptype.h Add source files 4 years ago
depend.mk Add source files 4 years ago
hwcodec.c Add source files 4 years ago
hwcodec.h Add source files 4 years ago
i2c.c Add source files 4 years ago
i2c.h Add source files 4 years ago
i20reg.h Add source files 4 years ago
makefile Add source files 4 years ago
memio.c Add source files 4 years ago
memio.h Add source files 4 years ago
mpaudio.c Add source files 4 years ago
mpaudio.h Add source files 4 years ago
mpinit.c Add source files 4 years ago
mpinit.h Add source files 4 years ago
mpst.h Add source files 4 years ago
mpvideo.c Add source files 4 years ago
mpvideo.h Add source files 4 years ago
ptsfifo.c Add source files 4 years ago
ptsfifo.h Add source files 4 years ago
readme.cpq Add source files 4 years ago
sgs.mk Add source files 4 years ago
sources Add source files 4 years ago
stdefs.h Add source files 4 years ago
sti3520a.c Add source files 4 years ago
sti3520a.h Add source files 4 years ago
subpic.c Add source files 4 years ago
subpic.h Add source files 4 years ago
subpic2.h Add source files 4 years ago
trace.c Add source files 4 years ago
trace.h Add source files 4 years ago
zac3.c Add source files 4 years ago
zac3.h Add source files 4 years ago

readme.cpq

This is a sample DVD minidriver.  A DVD minidriver is a kernel
mode driver that serves to abstract the rest of the WDM DVD
subsystem from the specifics of an individual DVD decoder hardware.
It must be written according to very specific rules, and the
purpose of this sample code is to illustrate those rules.

This minidriver supports the SGS decoder card supplied with some
Compaq machines (Plug and Play ID "PCI\VEN_11DE&DEV_6120").

The code is provided mainly as a reference for people writing
minidrivers to support other hardware DVD decoders. It has not been
updated since Memphis Beta 1, and various changes have been made to
other WDM DVD components since then that will prevent this minidriver
from working. A better source of information is the Toshiba minidriver
(tosdvd.sys), which is also included in the ddk.

The INF file is provided mainly to illustrate the registry
modifications required to make the minidriver visible to other
WDM/KS components. This version of the INF file is for NT5.
The main difference between this version and the Memphis version
is that the Memphis version lacks the service install sections.