microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.92k stars 4.93k forks source link

Installing KMDF ethernet driver onto broadcom NIC #1031

Open Finchetto opened 1 year ago

Finchetto commented 1 year ago

Hello,

I have succesfully downloaded and built the kmdf ethernet PCI driver. I wish to install this onto a broadcom NIC so that I might make edits to the driver for a project. When installing the driver to the ethernet controller, windows says it was unable to install. Does anybody have any information on if this might be possible on a broadcom NIC? If not, could someone point me in the right direction to be looking for a solution? Any information is greatly appreciated.