Correct Behavior of NDIS MAC Drivers at INIT Time

ID: Q60234


The information in this article applies to:
  • Microsoft LAN Manager, versions 2.0, 2.1, 2.1a, 2.2


SUMMARY

The following information is included in network driver interface specification (NDIS) version 2.0.1:

For compatibility with remote initial program load (RIPL), media access control (MAC) drivers must not manipulate the network adapter at INIT time. The MAC driver is free to determine if the network adapter is present, but must leave any hardware manipulation to bind time processing.
This comment was added to the NDIS 2.0.0/1 External Review Copy document. NDIS version 1.0.1 does not include this comment. According to NDIS version 1.0.1, an NDIS MAC driver is doing hardware initialization at INIT time. Therefore, manipulating the network adapter at INIT time makes the driver incompatible.

The bootstrapping software running on a RPL workstation uses a network card to download the operating system code from the RPL server. The software loads each driver in turn and initializes it as it is loaded.

Since the booting sequence is not guaranteed to have been completed when the driver for the network card that is used for RPL is loaded, initializing the network card hardware at driver load time will interfere with the remote booting process and cause the remote boot to fail. Therefore, the network card driver should defer all hardware initialization to net bind time, since at that point the remote boot process has been completed.

Additional query words: 2.00 2.0 2.10 2.1 2.10a 2.20 prodlm

Keywords :
Version : :2.0,2.1,2.1a,2.2
Platform :
Issue type :


Last Reviewed: November 9, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.