Leaked source code of windows server 2003
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.

74 lines
1.8 KiB

  1. ;
  2. ; NIC1394W.INF
  3. ;
  4. ; Copyright 1999, Microsoft Corporation
  5. ;
  6. ; This INF supports IP1394 NIC driver.
  7. ;
  8. ;
  9. [version]
  10. Signature="$CHICAGO$"
  11. Class=Net
  12. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider = %Msft%
  14. [Manufacturer]
  15. %Msft% = Msft
  16. [ControlFlags]
  17. ExcludeFromSelect = V1394\NIC1394
  18. [Msft]
  19. ; DisplayName Section DeviceID
  20. ; ----------- ------- --------
  21. %nic1394.devicedesc% = nic1394.ndi,V1394\NIC1394
  22. [nic1394.ndi]
  23. AddReg=nic1394.ndi.reg
  24. [nic1394.ndi.reg]
  25. HKR,,DevLoader,,*ndis
  26. HKR,,DeviceVxDs,,nic1394.sys
  27. ; NDIS Info
  28. HKR,NDIS,MajorNdisVersion,1,03
  29. HKR,NDIS,MinorNdisVersion,1,0A
  30. HKR,NDIS,LogDriverName,,"NIC1394"
  31. HKR,Ndi,DeviceID,,"NIC1394"
  32. HKR,Ndi,MaxInstance,,8
  33. ; ARP Info -- Identifies the arp module for TCPIP to load (MUST be upper case)
  34. HKR,,LLInterface,,"ARP1394"
  35. ; Interfaces
  36. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  37. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  38. HKR,Ndi\Interfaces,DefUpper,,"ndis1394"
  39. HKR,Ndi\Interfaces,UpperRange,,"ndis1394"
  40. ; Install sections
  41. HKR,Ndi\Install,ndis3,,"nic1394.ndis3.Install"
  42. ; Need to add driver key so tcpip.sys can call ZwLoadDriver on the ARP module.
  43. HKLM,System\CurrentControlSet\Services\ARP1394,ErrorControl,1,01,00,00,00
  44. HKLM,System\CurrentControlSet\Services\ARP1394,Start,1,03,00,00,00
  45. HKLM,System\CurrentControlSet\Services\ARP1394,Type,1,01,00,00,00
  46. HKLM,System\CurrentControlSet\Services\ARP1394,DisplayName,,"1394 ARP Module"
  47. HKLM,System\CurrentControlSet\Services\ARP1394,ImagePath,,"\SystemRoot\System\arp1394.sys"
  48. [nic1394.ndis3.Install]
  49. ; Destination Directories
  50. [DestinationDirs]
  51. DefaultDestDir =11
  52. [Strings]
  53. Msft = "Microsoft"
  54. nic1394.devicedesc = "NDIS 1394 Net Adapter"
  55. nic1394.Service.DispName = "NDIS 1394 Net Driver"