迷你埠
此條目翻譯自其他語言維基百科,需要相關領域的編者協助校對翻譯。 |
迷你埠(miniport)是一種硬件驅動程式,是Windows Driver Model的一部分。其可以用於USB、音頻、SCSI或網卡裝置。它們通常是原始碼形式,在Windows 98至Windows 2000中二進制相容,但僅適用於特定硬件,通過特定的匯流排類驅動程式控制對硬件的訪問。
參考資料
- Introduction to the Windows Driver Foundation. Microsoft Developer Network. 2006-10-13 [2010-12-06]. (原始內容存檔於2010-11-20).
The device class-specific driver models are typically structured as a port driver written by Microsoft paired with a miniport driver written by an independent hardware vendor. The port driver does much of the work required for the device class, and the miniport driver supports device-specific characteristics.
這是一篇關於Microsoft Windows的小作品。您可以透過編輯或修訂擴充其內容。 |