49 lines
2.1 KiB
HTML
49 lines
2.1 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
|
||
|
<META NAME="Generator" CONTENT="Microsoft Word 97">
|
||
|
<TITLE>NE2000</TITLE>
|
||
|
<META NAME="Template" CONTENT="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
|
||
|
</HEAD>
|
||
|
<BODY TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff" leftmargin="8">
|
||
|
<FONT FACE="Verdana"><H2><A NAME="MYSAMPLE">NE2000</A> </H2>
|
||
|
|
||
|
<span style="color:#FF0000">[This is preliminary documentation and subject to change.]</span>
|
||
|
|
||
|
<H3>SUMMARY</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
|
||
|
This sample is an NDIS 3 miniport for the Novell 2000 Ethernet Controller.</P>
|
||
|
This driver works on both x86 and alpha platforms. The code is 64-bit compliant, and builds properly with Microsoft® Visual C® 6.0.
|
||
|
|
||
|
<H3>BUILDING THE SAMPLE</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
|
||
|
Run the <B>build</B> command from this directory to build the sample. That creates the binary Ne2000.sys.
|
||
|
|
||
|
<H3>TOOLS</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
|
||
|
The NDISTEST tool can be used to test some of the features of this driver. </P>
|
||
|
|
||
|
<H3>CODE TOUR</H3>
|
||
|
<H4>File Manifest</H4>
|
||
|
<P><! ---------------- Snip Snip ---------------- ></P>
|
||
|
</FONT><U><PRE>Files Description
|
||
|
</U>Ne2000.htm The documentation for this sample (this file)
|
||
|
<FONT FACE="Courier">Sources The generic file for building the code sample
|
||
|
Ne2000.rc The resource file for the code sample
|
||
|
Keywords.h Registry key names
|
||
|
Ne2000hw.h Hardware-related data structures, defines
|
||
|
Ne2000sw.h Internal driver data structures
|
||
|
Precomp.h The precompile include file
|
||
|
Card.c Card-specific routines
|
||
|
Interrup.c Interrupt routines
|
||
|
Ne2000.c DriverEntry, Initialize and Halt entry points
|
||
|
Netnovel.INF Used to install the driver
|
||
|
<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>© 1999 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY>
|
||
|
</HTML>
|