Article ID: 224784 - Last Review: February 12, 2007 - Revision: 2.4 How To Writing WDM/NDIS Miniports for WindowsThis article was previously published under Q224784 SUMMARY
Cutting-edge network devices use such new hardware interfaces as USB and 1394 to connect to the PC. These new hardware interfaces require Windows Driver Model (WDM) miniport drivers to support them. However, Windows 2000 and Windows 98 provide specialized interfaces and support for network drivers. An NDIS miniport is required. Therefore, such a network device requires an NDIS miniport driver in which the upper-edge provides an NDIS miniport interface and the lower-edge provides a WDM miniport interface.
MORE INFORMATION
An NDIS miniport driver that supports a WDM-class device is regarded by NDIS as a layered driver because it does not use the NDIS wrapper to access the hardware. Instead, such an NDIS miniport driver adheres to the requirements of the appropriate WDM bus driver interface. With regard to the NDIS specification, the driver must:
| Article Translations
|
Back to the top
