mirror of https://github.com/tongzx/nt5src
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
|
4 years ago | |
---|---|---|
.. | ||
retail | 4 years ago | |
board.c | 4 years ago | |
board.h | 4 years ago | |
bt856.h | 4 years ago | |
bt866.c | 4 years ago | |
codcls.rc | 4 years ago | |
codedma.c | 4 years ago | |
codedma.h | 4 years ago | |
copyprot.c | 4 years ago | |
copyprot.h | 4 years ago | |
cpq.inf | 4 years ago | |
ddvptype.h | 4 years ago | |
depend.mk | 4 years ago | |
hwcodec.c | 4 years ago | |
hwcodec.h | 4 years ago | |
i2c.c | 4 years ago | |
i2c.h | 4 years ago | |
i20reg.h | 4 years ago | |
makefile | 4 years ago | |
memio.c | 4 years ago | |
memio.h | 4 years ago | |
mpaudio.c | 4 years ago | |
mpaudio.h | 4 years ago | |
mpinit.c | 4 years ago | |
mpinit.h | 4 years ago | |
mpst.h | 4 years ago | |
mpvideo.c | 4 years ago | |
mpvideo.h | 4 years ago | |
ptsfifo.c | 4 years ago | |
ptsfifo.h | 4 years ago | |
readme.cpq | 4 years ago | |
sgs.mk | 4 years ago | |
sources | 4 years ago | |
stdefs.h | 4 years ago | |
sti3520a.c | 4 years ago | |
sti3520a.h | 4 years ago | |
subpic.c | 4 years ago | |
subpic.h | 4 years ago | |
subpic2.h | 4 years ago | |
trace.c | 4 years ago | |
trace.h | 4 years ago | |
zac3.c | 4 years ago | |
zac3.h | 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.