NE2000

[This is preliminary documentation and subject to change.]

SUMMARY

This sample is an NDIS 3 miniport for the Novell 2000 Ethernet Controller.

This driver works on both x86 and alpha platforms. The code is 64-bit compliant, and builds properly with Microsoft® Visual C® 6.0.

BUILDING THE SAMPLE

Run the build command from this directory to build the sample. That creates the binary Ne2000.sys.

TOOLS

The NDISTEST tool can be used to test some of the features of this driver.

CODE TOUR

File Manifest

Files         Description
Ne2000.htm    The documentation for this sample (this file)
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

Top of page

© 1999 Microsoft Corporation