- Stop reporting that we are NDIS 5.1 until S/G DMA is implemented in HAL so unified 2K/XP drivers don't try to use it

- Enable a debug print to notify that attempting to use S/G is about to crash ROS
 - Thanks to niski for testing

svn path=/trunk/; revision=41941
This commit is contained in:
Cameron Gutman 2009-07-13 17:16:19 +00:00
parent be56928252
commit 234f0e77c4
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
#endif
/* the version of NDIS we claim to be */
#define NDIS_VERSION 0x00050001
#define NDIS_VERSION 0x00050000
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
#define NDIS_TAG 0x4e4d4953

View file

@ -509,7 +509,7 @@ ProSend(
} else {
if (Adapter->NdisMiniportBlock.ScatterGatherListSize != 0)
{
NDIS_DbgPrint(MAX_TRACE, ("Using Scatter/Gather DMA\n"));
NDIS_DbgPrint(MIN_TRACE, ("Using Scatter/Gather DMA\n"));
NdisQueryPacket(Packet,
NULL,