home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY2.CAB / netoca1p.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  2.8 KB  |  105 lines

  1. ; Localized    05/19/1998 12:36 AM (GMT)    7:3.0.406 A    netoca1p.inf
  2. ; NETOCA1P.INF
  3. ;
  4. ; Copyright 1993-1996, Microsoft Corporation
  5.  
  6. [Version]
  7. CatalogFile=netoca1p.cat
  8. LayoutFile=layout.inf, layout1.inf, layout2.inf
  9. Signature="$CHICAGO$"
  10. Provider=%V_MS%
  11. Class=Net
  12. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  13.  
  14. [Manufacturer]
  15. %V_Olicom%=Olicom
  16.  
  17. [OLICOM]
  18. %PCI\VEN_108D&OCA1P.DeviceDesc%=OCA1P.ndi, PCI\VEN_108D&DEV_0021&REV_01 ; Olicom ATM PCI 155 Adapter
  19.  
  20. ;****************************************************************************
  21. ; OCA1P Olicom ATM PCI Lan Emulation
  22. ;****************************************************************************
  23. [OCA1P.ndi]
  24. AddReg=OCA1P.ndi.reg
  25.  
  26. [OCA1P.ndi.reg]
  27. HKR,Ndi,DeviceID,,"PCI\VEN_108D&DEV_0021&REV_01"
  28.  
  29. ; key,subkey,valuname,type,value
  30. HKR,,DevLoader,,*ndis
  31. HKR,,DeviceVxDs,,oca1pnd5.sys
  32.  
  33. ; NDIS Info
  34. HKR,NDIS,MajorNdisVersion,1,03
  35. HKR,NDIS,MinorNdisVersion,1,0A
  36. HKR,NDIS,LogDriverName,,"OCA1PND5"
  37.  
  38. ; Interfaces
  39. ; DefUpper and UpperRange interface should be set to "ndisatm" to
  40. ; allow (and restrict) an ATM adapter to bind only to protocols 
  41. ; supporting ATM media (such as atmuni)
  42. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  43. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  44. HKR,Ndi\Interfaces,DefUpper,,"ndisatm"
  45. HKR,Ndi\Interfaces,UpperRange,,"ndisatm"
  46.  
  47. ; Interfaces (old)
  48. ;HKR,Ndi\Interfaces,DefLower,,"ethernet"
  49. ;HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  50. ;HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  51. ;HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  52.  
  53. ; NDI Required Components
  54. HKR,Ndi\Compatibility,RequireAll,,"ATMUNI,LANEP,LANEM,MSTCP"
  55.  
  56. ; Install sections
  57. HKR,Ndi\Install,ndis3,,"oca1pnd5.ndis3"
  58.  
  59. ;params
  60.  
  61. HKR,Ndi\params\BusNumber,ParamDesc,,"Bus Number"
  62. HKR,Ndi\params\BusNumber,default,,0
  63. HKR,Ndi\params\BusNumber,min,,0
  64. HKR,Ndi\params\BusNumber,max,,7
  65. HKR,Ndi\params\BusNumber,step,,1
  66. HKR,Ndi\params\BusNumber,base,,10
  67. HKR,Ndi\params\BusNumber,type,,int
  68. HKR,NDI\params\BusNumber,flag,1,20,00,00,00
  69.  
  70. HKR,Ndi\params\SlotNumber,ParamDesc,,"Slot Number"
  71. HKR,Ndi\params\SlotNumber,default,,0
  72. HKR,Ndi\params\SlotNumber,min,,0
  73. HKR,Ndi\params\SlotNumber,max,,7
  74. HKR,Ndi\params\SlotNumber,step,,1
  75. HKR,Ndi\params\SlotNumber,base,,10
  76. HKR,Ndi\params\SlotNumber,type,,int
  77. HKR,NDI\params\SlotNumber,flag,1,20,00,00,00
  78.  
  79. [oca1pnd5.ndis3]
  80. CopyFiles=oca1pnd5.ndis3.CopyFiles
  81.  
  82. [oca1pnd5.ndis3.CopyFiles]
  83. oca1pnd5.sys
  84.  
  85. ;****************************************************************************
  86. ; Destination Directories
  87. ;****************************************************************************
  88. [DestinationDirs]
  89. DefaultDestDir               =11 ; LDID_SYS
  90. oca1pnd5.ndis3.CopyFiles       =11
  91.  
  92.  
  93. ;
  94. ; Translatable strings
  95. ;
  96. [Strings]
  97. V_MS = "Microsoft"
  98. ;
  99. ; Manufacturer names
  100. ;
  101. V_Olicom = "Olicom"
  102. ; Adapter names
  103. ;
  104. PCI\VEN_108D&OCA1P.DeviceDesc = "Olicom ATM PCI 155 Adapter"
  105.