mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Added notification for partly-implemented NdisMSetAttributesEx()
svn path=/trunk/; revision=4610
This commit is contained in:
parent
29a610ad56
commit
331899f621
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
||||||
|
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
/* See debug.h for debug/trace constants */
|
/* See debug.h for debug/trace constants */
|
||||||
ULONG DebugTraceLevel = MIN_TRACE;
|
//ULONG DebugTraceLevel = MIN_TRACE;
|
||||||
//ULONG DebugTraceLevel = (MAX_TRACE + DEBUG_MINIPORT);
|
ULONG DebugTraceLevel = (MAX_TRACE + DEBUG_MINIPORT);
|
||||||
#endif /* DBG */
|
#endif /* DBG */
|
||||||
|
|
||||||
|
|
||||||
|
@ -1280,6 +1280,7 @@ NdisMSetAttributesEx(
|
||||||
PLOGICAL_ADAPTER Adapter = GET_LOGICAL_ADAPTER(MiniportAdapterHandle);
|
PLOGICAL_ADAPTER Adapter = GET_LOGICAL_ADAPTER(MiniportAdapterHandle);
|
||||||
|
|
||||||
NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
|
NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
|
||||||
|
NDIS_DbgPrint(MIN_TRACE, ("NdisMSetAttributesEx() is partly-implemented."));
|
||||||
|
|
||||||
Adapter->NdisMiniportBlock.MiniportAdapterContext = MiniportAdapterContext;
|
Adapter->NdisMiniportBlock.MiniportAdapterContext = MiniportAdapterContext;
|
||||||
Adapter->Attributes = AttributeFlags & NDIS_ATTRIBUTE_BUS_MASTER;
|
Adapter->Attributes = AttributeFlags & NDIS_ATTRIBUTE_BUS_MASTER;
|
||||||
|
|
Loading…
Reference in a new issue