Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1294 of file pcnet.c.
Referenced by MiInitChip(), and MiSyncMediaDetection().
{ ULONG Data; NdisRawWritePortUshort(Adapter->PortOffset + RAP, BCR6); NdisRawReadPortUshort(Adapter->PortOffset + BDP, &Data); return Data & BCR6_LEDOUT ? 100 : 10; }