mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Add a debug print
svn path=/branches/aicom-network-fixes/; revision=36496
This commit is contained in:
@@ -645,8 +645,10 @@ MiniportHangDpc(
|
||||
BOOLEAN AddressingReset = FALSE;
|
||||
|
||||
|
||||
if (MiniCheckForHang(Adapter))
|
||||
if (MiniCheckForHang(Adapter)) {
|
||||
NDIS_DbgPrint(MIN_TRACE, ("Miniport detected adapter hang\n"));
|
||||
MiniReset(Adapter, &AddressingReset);
|
||||
}
|
||||
|
||||
/* FIXME: We should call MiniportSetInformation if AddressingReset is TRUE */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user