home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / MELCO / LAN / Egypc_ / NETEGY98.INF < prev    next >
Windows Setup INFormation  |  1996-11-25  |  3KB  |  113 lines

  1. ; NETMELCO.INX
  2. ;
  3. ; MELCO Network Interface Cards.
  4. ;
  5. ; Copyright 1994, Microsoft Corporation
  6. ;
  7. ; for NEC PC-9801/9821
  8.  
  9. [version]
  10. LayoutFile=layout.inf
  11. signature="$CHICAGO$"
  12. Class=Net
  13. provider=%V_MS%
  14.  
  15. [Manufacturer]
  16. %V_MELCO%=MELCO
  17.  
  18. [MELCO]
  19. %*MEL3011.DeviceDesc%=*MEL3011.ndi, *MEL3011 ; EGY-98 Series
  20.  
  21. ;****************************************************************************
  22. ; *MEL3011  EGY-98 Series
  23. ;****************************************************************************
  24. [*MEL3011.ndi]
  25. AddReg=*MEL3011.ndi.reg,EGY98.ndi.reg
  26. LogConfig=*MEL3011.LogConfig
  27.  
  28. [*MEL3011.ndi.reg]
  29. HKR,Ndi,DeviceID,,"*MEL3011"
  30.  
  31. [*MEL3011.LogConfig]  
  32. ConfigPriority=HARDRECONFIG
  33. IOConfig=D0-DF(FFFF::)
  34. IRQConfig=3
  35.  
  36. ;****************************************************************************
  37. ; EGY-98 section
  38. ;****************************************************************************
  39. [EGY98.ndi.reg]
  40. HKR,,DevLoader,,ndis.vxd
  41. HKR,,DeviceVxDs,,egy98.vxd
  42. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  43. ; NDIS Info
  44. HKR,NDIS,LogDriverName,,"EGY98"
  45. HKR,NDIS,MajorNdisVersion,1,03
  46. HKR,NDIS,MinorNdisVersion,1,0A
  47. HKR,NDIS\NDIS2,DriverName,,"EGY98$"
  48. HKR,NDIS\NDIS2,FileName,,"egy98.dos"
  49. HKR,NDIS\ODI,DriverName,,"MELODI"
  50. HKR,NDIS\ODI,FileName,,"melodi.com"
  51. ; Interfaces
  52. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  53. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  54. HKR,Ndi\Interfaces,UpperRange,,"ndis3,odi"
  55. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  56. ; Install sections
  57. HKR,Ndi\Install,ndis3,,"*MEL3011.ndis3"
  58. HKR,Ndi\Install,ndis2,,"*MEL3011.ndis2"
  59. ;HKR,Ndi\Install,odi,,"egy98.odi"
  60. ; Resources
  61. HKR,,INTERRUPT,1,04,00,00,00
  62. HKR,,IOBASE,1,02,00,00,00
  63. HKR,NDI\params\IOBASE,resc,1,02,00,00,00
  64. HKR,NDI\params\IOBASE,ParamDesc,,"I/O Base Address"
  65. HKR,NDI\params\IOBASE,flag,1,30,00,00,00
  66. HKR,NDI\params\INTERRUPT,resc,1,04,00,00,00
  67. HKR,NDI\params\INTERRUPT,ParamDesc,,"Interrupt Level"
  68. HKR,NDI\params\INTERRUPT,flag,1,30,00,00,00
  69.  
  70.  
  71. ; Install NDIS3
  72. [*MEL3011.ndis3]
  73. CopyFiles=*MEL3011.ndis3.CopyFiles
  74. [*MEL3011.ndis3.CopyFiles]
  75. egy98.vxd
  76.  
  77. ; Install NDIS2
  78. [*MEL3011.ndis2]
  79. CopyFiles=*MEL3011.ndis2.CopyFiles
  80. [*MEL3011.ndis2.CopyFiles]
  81. egy98.dos
  82.  
  83. ; Install ODI
  84. [egy98.odi]
  85. CopyFiles=egy98.odi.CopyFiles
  86. [egy98.odi.CopyFiles]
  87. melodi.com
  88.  
  89. [SourceDisksNames]
  90. 1="LAN Board ユーティリティ for EGY-98",,
  91. [SourceDisksFiles]
  92. egy98.vxd=1
  93.  
  94. ;****************************************************************************
  95. ; Destination Directories
  96. ;****************************************************************************
  97. [DestinationDirs]
  98. DefaultDestDir              =11 ; LDID_SYS
  99. *MEL3011.ndis3.CopyFiles    =11 
  100. *MEL3011.ndis2.CopyFiles    =26 ; LDID_WINBOOT
  101. egy98.odi.CopyFiles         =26 ; LDID_WINBOOT
  102.  
  103. ;****************************************************************************
  104. ; Localizable Strings
  105. ;****************************************************************************
  106. [strings]
  107. ; Provider
  108. V_MS="Microsoft"
  109. ; Manufacturers
  110. V_MELCO="MELCO"
  111. ; PNP Devices
  112. *MEL3011.DeviceDesc="MELCO EGY-98"
  113.