home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / Planet / ENEPP / ENEPP.INF next >
Windows Setup INFormation  |  1996-10-07  |  3KB  |  114 lines

  1. ; NETOEM.INF
  2. ;
  3. ; PLANET Network Interface Cards.
  4. ;
  5.  
  6. [version]
  7. LayoutFile=layout.inf
  8. signature="$CHICAGO$"
  9. Class=Net
  10. provider=%V_ETHERNET%
  11.  
  12. [Manufacturer]
  13. %V_ETHERNET%=PLANET
  14.  
  15. [PLANET]
  16. %*ENEPP1.devicedesc%=*ENEPP1.ndi, *ENEPP1             ; EN-EPP-2T
  17.  
  18.  
  19. ;****************************************************************************
  20. ; *ENEPP1 ENEPP Adapter
  21. ;****************************************************************************
  22.  
  23. [*ENEPP1.ndi]
  24. AddReg=*ENEPP1.ndi.reg, ENEPP.ndi.reg, ENEPP.params.reg
  25. LogConfig=*ENEPP1.LogConfig
  26.  
  27. [*ENEPP1.ndi.reg]
  28. HKR,Ndi,DeviceID,,"*ENEPP1"
  29.  
  30. [*ENEPP1.LogConfig]
  31. ConfigPriority=HARDRECONFIG
  32. IRQConfig=5,7
  33. IOConfig=378-37E,278-27E,3BC-3BE
  34.  
  35. ;****************************************************************************
  36. ; ENEPP Drivers
  37. ;****************************************************************************
  38. [ENEPP.ndi.reg]
  39. ; key,subkey,valuname,type,value
  40. HKR,,DevLoader,,*ndis
  41. HKR,,DeviceVxDs,,enepp.sys
  42. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  43. ; NDIS Info
  44. HKR,NDIS,LogDriverName,,"ENEPP"
  45. HKR,NDIS,MajorNdisVersion,1,03
  46. HKR,NDIS,MinorNdisVersion,1,0A
  47. HKR,NDIS\NDIS2,DriverName,,"ENEPP$"
  48. HKR,NDIS\NDIS2,FileName,,"ENEPP.dos"
  49. HKR,NDIS\ODI,DriverName,,"ENEPP"
  50.  HKR,NDIS\ODI,FileName,,"enepp.com"
  51. ; Interfaces
  52. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  53. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  54. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  55. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  56. ; Install sectioins
  57. HKR,Ndi\Install,ndis3,,"enepp.ndis3"
  58. ;HKR,Ndi\Install,ndis2,,"enepp.ndis2"
  59. ;HKR,Ndi\Install,odi,,"enepp.odi"
  60.  
  61. ; Install NDIS3
  62. [enepp.ndis3]
  63. CopyFiles=enepp.ndis3.CopyFiles
  64. [enepp.ndis3.CopyFiles]
  65. enepp.sys
  66.  
  67. ; Install NDIS2
  68. [enepp.ndis2]
  69. CopyFiles=enepp.ndis2.CopyFiles
  70. [enepp.ndis2.CopyFiles]
  71. enepp.dos
  72.  
  73. ; Install ODI
  74. [enepp.odi]
  75. CopyFiles=enepp.odi.CopyFiles
  76. [enepp.odi.CopyFiles]
  77. enepp.com
  78.  
  79. [DestinationDirs]
  80. DefaultDestDir              =11 ; LDID_SYS
  81. enepp.ndis3.CopyFiles       =11
  82. enepp.ndis2.CopyFiles       =26 ; LDID_WINBOOT
  83. enepp.odi.CopyFiles         =26
  84.  
  85.  
  86. [ENEPP.params.reg]
  87. ; Resources
  88. HKR,,InterruptNumber,1,04,00,00,00
  89. HKR,,IOBaseAddress,1,02,00,00,00
  90. HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
  91. HKR,Ndi\params\InterruptNumber,ParamDesc,,"Interrupt Level"
  92. HKR,NDI\params\InterruptNumber,flag,1,60,00,00,00
  93. HKR,Ndi\params\IoBaseAddress,resc,1,02,00,00,00
  94. HKR,Ndi\params\IoBaseAddress,ParamDesc,,"I/O Base Address"
  95. HKR,NDI\params\IoBaseAddress,flag,1,20,00,00,00
  96. ;ndis2
  97. HKR,NDI\params\interrupt,resc,1,04,00,00,00
  98. HKR,Ndi\params\interrupt,ParamDesc,,"Interrupt Level"
  99. HKR,NDI\params\interrupt,flag,1,10,00,00,00
  100. HKR,Ndi\params\ioaddress,resc,1,02,00,00,00
  101. HKR,Ndi\params\ioaddress,ParamDesc,,"I/O Base Address"
  102. HKR,NDI\params\ioaddress,flag,1,10,00,00,00
  103.  
  104. ;****************************************************************************
  105. ; Localizable Strings
  106. ;****************************************************************************
  107. [strings]
  108. ; Provider
  109. ; Manufacturers
  110. V_ETHERNET=PLANET
  111. ; PNP Devices
  112. *ENEPP1.DeviceDesc="EN-EPP-2T Adapter "
  113.  
  114.