Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.8 KiB

  1. 10/13/99
  2. First ntc checkin.
  3. Outstanding nic issues - Media connect/ disconnect
  4. Removing timers from the recv code
  5. 10/26/99
  6. Added packet logging code. This can be activated by the PKT_LOG define
  7. Added Spin Lock debugging. This is currently used by reassembly structures only.
  8. 11/10/99
  9. For the reassembly structs- garbage collection is performed in the following
  10. manner. Whenever a reassembly is invalidated, it marks the reassembly
  11. structure as dirty/ Every n seconds, the garbage collector comes around and
  12. looks for reassmbly structs that need to aborted/freed. It pops them from the
  13. remote node list and frees them.
  14. The only exception is in the remove remote node code path, Where the
  15. reassemblies are popped out of the list and freed
  16. 11/15/99
  17. The bus driver does retry to send packets that have not been acknowledged.
  18. This causes fragments to arrive out of order
  19. An out of order packet can be inserted into the beginning ,end or middle of
  20. an existing chain. FragTable in the REassembly structure is used to find
  21. the correct position
  22. To add wmi":
  23. add mof to sources -done
  24. check on makefile.inc and .rc file - done
  25. define custom Oids - done
  26. Add Oids To Supported Oids - done
  27. define a structure like this :
  28. 11/30/99
  29. Adding Ethernet support :
  30. Requests come down MpCoRequest, ICS calls on CLess Send handlers
  31. Multichannel - Use ChannelVCs for now and allocate resources when the Oid
  32. comes down
  33. 11/30/00
  34. In the bridge code path, it is possible for us to Load the ARP1394 Driver
  35. in the middle of a request. As part of its initialization, the arp module will
  36. send requests down which do not get to us because NDIS has blocked all requests
  37. by setting the fMiniport_ProcessingRequest