home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / netoca1p.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-16  |  2.7 KB  |  101 lines

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