|
|
These notes provide information about modifications to the DSP files that are required for MDI drivers. This information supplements the information in ``DSP issues''. Also see ``DSP (Driver Software Package)''. See the sample source code in the ndsamples package for examples of these files.
$version 2 $entry init intr $modtype Network Adapter $interface ddi 7 # could also be ddi 7mp, ddi 7.1, ddi 7.1mp $interface mdi 2 # could also be mdi 2.1The following definitions are required for MDI drivers that use DDI 8mp and MDI 2.1:
$version 2 $modtype Network Adapter $interface ddi 8mp # could also be ddi 8 $interface mdi 2.1 # could also be mdi 2If your driver is multithreaded, be sure to specify ddi 7mp or ddi 8mp.