- Add a debug print

svn path=/branches/aicom-network-fixes/; revision=36496
This commit is contained in:
Cameron Gutman
2008-09-24 22:00:02 +00:00
parent b4f76ec0bb
commit df2275e5e3
+3 -1
View File
@@ -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 */
}