This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DP83867 windows driver

Dear Sir 

As I know DP83867 has linux driver ,If we would like to use DP83867 on intel platform ,does DP83867 need windows driver to install??

Thanks 

  • Kai,

    It is going to depend on the adapter I believe.  If the driver uses device specific functionality or uses registers that are not defined by IEEE 802.3, it may not work.  

    When I review a driver for applicability, there are several aspects that I consider related to device specific functionality:

    • Does current driver use features specific to the device (registers not defined by IEEE 802.3)?
    • Will the application require device specific features (interrupts, etc.)?
    • Does the driver check the IEEE 802.3 defined PHY Identifier Registers – PHYIDR1 (address 0x02) and PHYIDR2 (address 0x03)?
    • Does the driver require a specific PHY address (e.g. 0x00)?

    It is something of an oversimplification boiling it down to those few questions, but hopefully it gives you an idea of some of the functionality that would need to be considered.

    Patrick