[comp.os.msdos.programmer] Network Driver Interface Specification

jrd@cc.usu.edu (04/15/91)

In article <1991Apr12.162906.20044@lynx.CS.ORST.EDU>, tubbsk@ure.CS.ORST.EDU (Ken Tubbs) writes:
> Has anyone out there in netland ever heard of the Network Driver
> Interface Specification (NDIS)? This is supposed to be a standard that
> lets vendors have hardware independent drivers for network interface
> cards, ie. Ethernet cards.
> 
> If you know who administers this standard or any other info about it
> your pointers would be greatly appreciated.
> 
> Ken Tubbs                         Intelledex, Inc.
> Field Applications Engineer       Internet: tubbsk@cs.orst.edu
> Vision Products Group             UUCP: {tektronix,hp-pcd}!orstcs!tubbsk
----------------------------
Ken,
	NDIS v2.0 specification file is available from FTP Software Inc
by anonymous ftp to vax.ftp.com. The document is from 3Com and Microsoft.
Beware that this is not a slim document, and NDIS compliant code tends
to follow suit.
	There are two other packet multiplexer "standards" in use today:
Packet Drivers (Clarkson Univ, anon ftp to sun.soe.clarkson.edu, distributors)
and Open Data Link Interface, ODI, from Novell. Documentation on the latter
is available from Novell (for a fee as I understand it).
	Joe D.