K 10 svn:author V 5 wpaul K 8 svn:date V 27 2003-12-22T10:22:57.000000Z K 7 svn:log V 294 Some minor touchups: In NdisQueryBuffer() and NdisQueryBufferSafe(), the vaddr argument is optional, so test it before trying to dereference it. Also correct NdisGetFirstBufferFromPacket()/NdisGetFirstBufferFromPacketSafe(): we need to use nb_mappedsystemva from the buffer, not nb_systemva. END