52 lines
1.8 KiB
HTML
52 lines
1.8 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-
|
||
|
1252">
|
||
|
<META NAME="Generator" CONTENT="Microsoft FrontPage 5.0">
|
||
|
<TITLE>AGPLIB</TITLE>
|
||
|
</HEAD>
|
||
|
<BODY LINK="#0000ff">
|
||
|
|
||
|
<FONT FACE="Verdana" SIZE=5><H2>AGPLIB</H2>
|
||
|
</FONT><FONT FACE="Verdana" SIZE=2>
|
||
|
<P><span style="color:#FF0000;font-size:10pt;font-family:Arial">[This is preliminary
|
||
|
documentation and subject to change.]</span></P>
|
||
|
|
||
|
<H3>SUMMARY</H3><P>
|
||
|
This is a library of common support routines used by the AGP driver.
|
||
|
|
||
|
|
||
|
|
||
|
<H3>BUILDING THE SAMPLE</H3>
|
||
|
<p>To build the library, type <b>build</b> in the \\Ntddk\Src\Kernel\Agp\Agplib
|
||
|
directory. A successful build produces Agplib.lib.</p>
|
||
|
|
||
|
|
||
|
<H3>INSTALLATION</H3>
|
||
|
|
||
|
|
||
|
<p>This sample does not require an INF file.</p>
|
||
|
|
||
|
|
||
|
<H3>CODE TOUR</H3>
|
||
|
<H4>File Manifest</H4>
|
||
|
</FONT><U><PRE>File		Description
|
||
|
</U>
|
||
|
Agplib.h	Private header file for this library.
|
||
|
Config.c Routines for accessing configuration space in the PCI to PCI bridge.
|
||
|
Dispatch.c IRP dispatching routines for the common AGPLIB library.
|
||
|
Init.c Common initialization routine for the AGP filter driver.
|
||
|
Intrface.c Routines for implementing the AGP_BUS_INTERFACE_STANDARD interface.
|
||
|
Resource.c Common routines for handling resource requirements.
|
||
|
Utils.c Assorted utility functions for PCI.SYS.
|
||
|
Makefile Indirects to the real makefile.
|
||
|
Sources Dependency information for compiling.
|
||
|
Agplib.htm	The documentation for these samples (this file).<PRE> <P></FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
|
||
|
<TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
|
||
|
<TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
|
||
|
<P></TD>
|
||
|
</TR>
|
||
|
</TABLE>
|
||
|
|
||
|
<FONT FACE="MS Sans Serif" SIZE=1><P>© 2001 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></pre></BODY>
|
||
|
</HTML>
|